Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Помогите. Не могу поменять цвет текста


evgen2504

Recommended Posts

Форумчане, уважаемые, просьба помочь.

 

Почти весь день убил на это, но ничего так и не сделал.

 

Нужно на сайте http://upaksar.ru/ поменять цвет текста в меню. Сайт делал не я, и вообще особо в этом не разбираюсь, так, со школы помню.

Вообщем в коде не могу найти нигде параметр отвечающий за цвет текста.

 

Нужна помощь в его поиске, шаблон не стандартный

 

Уже много где менял цвет и после этого очищал кеш в браузере, но изменений не видно(

Заранее благодарю

 

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
background:url("../image/fon1.jpg");
	color: #222;
	font-family: 'Ubuntu Condensed',sans-serif;
	margin: 0px;
	padding: 0px; 
	position:relative;
}
body,th, input, textarea, select, a {
	font-size: 14px;

}
.form_table_recall td{
font-size: 14px;
}
.form_table_recall #submit_recall{
margin-top:20px;
}
.form_table_recall input{
height:40px;
}
.recall_close img:hover{
opacity:0.8;
}
h5{
margin:0;
float:left;
display:block;
font-size:18px;
margin-right:15px;
font-family: 'Ubuntu Condensed',sans-serif;
color: #C02200;
font-weight:normal;
}
h1{
color:#000000;
font-family: 'Ubuntu Condensed',sans-serif;
	margin:10px 0 5px 0;
font-size:26px;
	font-weight:normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
 .welcome {
 color:#C02200; 
font-family: 'Ubuntu Condensed',sans-serif;  
	margin:20px 0;
	text-align:center; 
	font-size:26px;
	font-weight:bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	display:none;
 }
h2 {
	color: #222;
	font-size: 22px;
	margin:10px;
	font-family: 'Ubuntu Condensed',sans-serif;
}
h3{
color: #222;
font-weight:normal;
font-size:16px;
padding:5px;
font-family: 'Ubuntu Condensed',sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color:#000000;
	text-decoration: underline;
	cursor: pointer;

}
a:hover {
	text-decoration: none;
}
#logo img {
border:none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea {
    margin-left: 0;
    margin-right: 0;
    padding:0px;
	font-size:16px;
} 
select {
	background: #F8F8F8;
	border: 1px solid #D4D4D4;
	padding: 2px;
}
label {
	cursor: pointer;
	font-family:tahoma;
	font-size:12px;
}
/* layout */
#container {
margin:0 auto 60px auto;
text-align: left;
background:#F3F1E2;
height:100%;
width:1080px;
padding:0 10px; 
box-shadow:0px 0px 2px #C90A19;

}
#column-left {
	float: left;
	width:250px;
margin-bottom:40px;

}
#column-right {
	float: right;
	width:140px;
	padding-top:10px;
}
#content {
	min-height:600px;
	margin-bottom: 25px;
font-family:arial;
    font-size: 17px;
    line-height: 24px;
font-family: 'Ubuntu Condensed',sans-serif;
margin:0 auto;
padding:0px 0px 40px 0px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left:270px;
}

#column-right + #content {
	margin-right:145px;
	
}
/* header */
#top {
	height: 30px;

}

#header {
	height:130px; 


position: relative;

z-index: 999;
}
#header #logo {
	position: absolute;
	top:30px;
	left:0px; 
	border:none;
z-index:100; 
 }


#language {
	position: absolute;
	top: 59px;
	left: 360px;
	width: 108px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#currency {
	width: 120px;
	position: absolute;
	top: 56px;
	left: 500px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000000;
	text-decoration: none;
}

#header #cart {
    background: none repeat scroll 0 0 #F2F2F2;
    display: block;
    height: 70px;
    position: absolute;
    right: 0;
    top:50px;
    width: 240px;
	border-radius:20px 0 0 0;
}
#header #cart:hover {
 background:#FFFF9B;

}

#cart .heading {
    padding: 5px 0 0 15px;
}


#cart  .heading  a {
    font-size: 18px;
    text-decoration: none;
	display:inline-block;
}
#header #cart .heading a span:hover {
color:#C02200;
}
#header #cart .heading a span {
text-align:right;
	margin:0px;
	line-height: 30px;
	display:inline-block;
color:#C02200;
font-family: 'Ubuntu Condensed',sans-serif; 

}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 2px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
font-weight:700;	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center; 
}
#header #search {
	position: absolute;
	top:131px;  
	right:0px; 
	 z-index: 7;  
	
}
#header .button-search {
 background: url("../image/searchfbtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  text-indent: -9999px;
    height: 22px;
    margin-top: 7px;
    width: 28px;
	
    border: 0 none;
    cursor: pointer;
    display: block;
    
    
    padding: 0;
    position: absolute;
    right: 10px;
   text-align:center;
   line-height:40px;
    top:0px;
   
    z-index: 2;
}
#header .button-search:hover{
background-position:0px -22px;

}
#header #search input {
  background: url("../image/searchform.png") repeat scroll 0 0 #282828;
    float: right;
    height: 35px;
    overflow: hidden;
    padding: 0 8px 0 47px;
    width:227px;
	
    border: medium none;
    border-radius: 0px;
    box-sizing: border-box;
    color:#C72C0E;
    font: 16px/28px;
    
    
	font-family: 'Ubuntu Condensed',sans-serif;

}
#header #search input:focus {
 color:#fff;

}
#header #welcome {
	position: absolute;
	top:10px;
	right:0px;   
	z-index: 5; 
	background: url("../image/bread.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999;
display:block;
height:30px;
line-height:30px;
	color: #fff;
	margin:0px;
	border-radius:20px;
	padding:0 50px;
}
.vhod{
margin:0px;
padding: 0;  
height:30px;
line-height:30px;
display:block;
border-radius:20px;
}
#header #welcome a{
color: #000;
	font-size:16px;
	display:block; 
float:left;
font-weight:normal;
	text-decoration:none;
	line-height:30px;
}


 #header #welcome a:hover{
color:#C02200;
}

 
.breadcrumb {
 background: url("../image/bread.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #b2b2b2;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative; 
}
.breadcrumb a {
 color: #b2b2b2;
text-decoration:none;

}
.breadcrumb a:hover{
color:#666;
}



.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
   background:#fff;
    border: 1px solid #EEEEEE;
    border-radius: 0;
    box-shadow: 0 0 0 10px #F5F5F5;
    color: #404040;
    font-family: "Open Sans","Helvetica","Ubuntu",sans-serif;
    font-size: 14px;
    height: auto;
    left: 35%;
    opacity: 0.9;
    padding: 90px 20px 20px;
    position: fixed;
    text-align: center;
    top: 25%;
    width: 300px;
z-index:2000;

}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 30px;
}
.required {
	color: #FF0000;
	font-weight: bold;
	display:none;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Ubuntu Condensed',sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form  *  *  td {
	color:#000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
	color:#C02200;
	border-radius:5px;
	font-family:arial;
}
.pagination .links a:hover{
border: 1px solid #C02200;
}
.pagination .links b {
	display: inline-block;
	border-radius:5px;
	padding: 4px 10px;
	font-weight:bold;
	text-decoration: none;
	color:#fff;
	background:#C02200;
	font-family:tahoma;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	display:none;
}
/* button */
a.button ,input.button {
  background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 0 40px 0 0;
    width: 200px;
		border-radius:20px;
}
a.button:hover ,input.button:hover{
background:#000; 
}
.box-news .button,.box-news .button:hover{
background:none;
border-radius:none;
padding:0;
border:none;

}
.button:hover{
text-decoration:underline;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding:6px 0px;
	height:15px;
	font-size:15px;
}
.buttons .button{
background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 18px;
    height: 40px;
    line-height:40px;
    padding: 0;
    width: 200px; 
	border-radius:20px;
}
.buttons.button:hover{
opacity:1;
}
input.button {
margin: 0;
border: 0;
padding:3px 12px;
opacity:1;
transition: all 0.4s ease 0s;
}

.buttons {

	overflow: auto;
	padding: 0px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
text-align:right;
margin-right:30px;
}    
.center .button{
margin-right:30px;
}

.tab-content {
	
	border-bottom:2px solid #EBEBEB; 
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	
  
    
margin-bottom:15px;
    padding:0 0 5px 0;
}
.box2{

border-radius: 5px;

margin-bottom:15px;
padding:0px 0 5px 0;
} 
.box .box-heading {
margin:0px 0 20px 0;
font-family: 'Ubuntu Condensed',sans-serif;
font-size:24px;  
padding:5px; 
line-height: 14px;
color:#fff;  
border-radius:20px;
background:url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
height:31px;
line-height:31px;
text-align:center;
}
.box2 .box-heading{
margin:0px;
font-weight:bold;
font-family: 'Ubuntu Condensed',sans-serif;
font-size:15px;  
padding:10px 15px 5px 10px; 
line-height: 14px;
color:#222;
border-radius:5px 5px 0 0;
display:none;  
}
.box2 .box-content.box-category{
padding:0;

}
h4{
margin:10px 0;
}
.heading h4 {
  color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 0;
}
.header_cart {
    background: url("../image/cart.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 31px;
    position: absolute;
    right: 10px;
    top:60px;
    width: 31px;
    z-index: 100;
}





.box2 .box-content{
padding:0 10px 0px 0px;
-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
.box .box-content {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding:0px;
	
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	margin:0; 
}
.box-product div{
padding:0;
margin:5px;  
float:left;

width:152px;
display:block;
	vertical-align: top;


}

.jcarousel-item {
	
	
  
	margin:4px;
	display:block;
	vertical-align: top;
position:relative;
float:left;
padding:0 ;
}
#stena_block{
border:none;
margin:0;
padding:0;
float:left;
width:245px;
}
.jcarousel-item :hover a,.box-product div:hover a{
color:#000000;
}



.box-product div:hover{

color:#000000;
}
.box-product div:hover input{
background: url("../image/kupit_hov.png");
color:#fff;
}
.box-product div:hover .button{
background: url("../image/kupit_hov.png");
color:#fff;
}
.category_name{
background:#FFFF66;
opacity:0.8;
height:45px;
margin:0!important;
}
.category_name a{
color:#000;
font-size:16px;
text-align:center;
text-decoration:none;
display:block; 
}

#column-left   .box-product  div , #column-right .box-product  div{
	width:198px;
	margin:10PX 0;
	padding: 0px 10px;
}

#column-left + #column-right + #content .box-product  div {
	width: 155px;
	margin:4px;
	float:left;
	padding:10px 5px;
}
.box-product .image {
	display: block;
margin:0 auto;

}
.box-product .image img {
margin-bottom:2px;

margin:0 auto;
}
.box-product .name{
text-align:center;
}
.box-product .name {
height:32px;
overflow:hidden;
margin:0;
}
.box-product .name a {
line-height:15px;
font-size:15px; 
	text-decoration: none;
	display: block;
	margin-bottom: 4px;

}
.box-product .price {
	display: block;
font-weight: bold;
color:#000;
	text-align:center;
	font-size:16px;

font-family:tahoma;

height:50px;
margin:0 auto;
}
.box-product .cart {
margin-bottom:20px;
float:right;
display:none;
}
.box-product .price-old {
color: #999;
	text-decoration: line-through;
	font-weight: bold;

font-size:16px;
text-align:center;

}

.box-product .rating {
	display:none;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding:15px 0 30px 0;
}


.box-category li a {
color:#C02200;
font-size:18px;
font-weight:normal;
font-family: 'Ubuntu Condensed',sans-serif;
text-decoration:none;
padding:4px 0 4px 20px;
display:block; 
 
}
.box-category li a:hover,.box-category li a.active{
background:#FFFF66;
color:#000000; 
}

.box .box-content ul { 
    
    margin:0;
    padding: 0;
	
}

ul.box-category li{
display: block;

 
}
ul.box-category li ul {
display:none; 
}

ul.box-category  li a.active + ul {
	 display: block; 
}
ul.box-category  li ul  li {
	padding: 5px 5px 0px 30px;
}
ul.box-category  li ul  li a {
	text-decoration: none;
	font-size:16px;
	color:#000;  
}
ul.box-category  li ul  li a:hover{
text-decoration:underline;
}
ul.box-category  li ul  li  a.active {
	text-decoration:underline;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter  li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px 0;

	margin-bottom: 20px;

}
#content .content .left {
	float: left;
	width: 49%;
		
}
#content .content .right {
	float: right;
	width: 40%;
	font-size:20px;
}
#content .content .right3 {
	float: right;
	width: 40%;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	display:none;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
	 
}
.category-list ul {
	padding-left:0px;
}
.category-list ul li {

	text-align:center;
	float: left;
	list-style:none;
	line-height:18px;
	width:33%;

	margin-bottom:10px;
	
}
.category-list ul li a{
display: inline;
font-size:16px; 
}
.category-list ul li span{
display:block;
height:30px;
}
.category-list ul li  img{}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
    overflow: auto;
    padding-bottom: 5px;
}



.product-filter .sort {
    color: #999;
    float: right;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    line-height: 30px;
    width: 360px;
}

.sort b,.limit b{
font-weight:normal;
color: #999;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
	display:none;
}
.product-compare {
	float:left;
	display:none;
	margin-left:20px;
 
	
}
.product-compare a {
	text-decoration: none;
    color: #C02200;
}
.product-list  div {
    margin-bottom: 15px;
    overflow:auto;
	 
}
.product-list .right {
	
	float: right;
	margin-left: 18px;
	
	
}
img{
border:1px solid #eee;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}

.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {

	
font-size:18px;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
font-family: 'Ubuntu Condensed',sans-serif;

}
.product-list .rating {
	color: #7B7B7B;
	display:none;
}
.product-list .price {
	float: right;
	height: 130px;
	width:120px; 
	margin-left: 8px;
	text-align: center;
font-weight: bold;
color:#000;
	margin-bottom: 4px;
	font-family: tahoma;
    font-size: 18px;

	
}
.product-list .price-old {
	color:#999;
	text-decoration: line-through;
	font-size:16px;
	
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;

}


.product-grid div {

    display:block;
    float: left;
    margin:10px 5px;
    padding: 0;
    vertical-align: top;
    width: 152px;  
}
.product-grid div.image{
margin:0;
}
.product-grid div.compare{
display:none; 
}
.product-grid input:hover{
  background:#000;
}
  


.product-grid input{
background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 0;
    width: 140px; 
	border-radius:20px;
}

.compare,.wishlist,.compare a {
	display:none;
}
.product-grid .name{  

text-align:center;
}
.name a{
color:#C02200;

}
.product-grid .price {
display: block;
font-weight:bold;
color:#000;
font-size:16px;
margin:3px auto;
text-align:center;
font-family:tahoma;


}




.product-grid .name a {
font-family: 'Ubuntu Condensed',sans-serif;
	font-size:15px;
	text-decoration: none;
	display: block;
	height:44px;
	overflow:hidden;
	color:#C02200;
	
}
.product-grid .description {
line-height:15px;
height:80px;
font-size:12px;
margin-bottom:20px;
display:none;
}
.product-grid .rating {
	display:none;
	margin-bottom: 4px;
}

.product-grid .price-old {
 color: #999;
	text-decoration: line-through;
font-size:16px;

}
.product-grid .price-new {
	font-weight: bold;
	color:#000;
}
.product-grid .price .price-tax {
	display: none;
}
 

.product-grid .wishlist a {
display:none;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
display:block;
	float:left;

}
.product-grid .compare a:hover,.product-grid .wishlist a:hover{
text-decoration:underline;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info  .left {
	float: left;
	margin-right: 15px;
	width:320px;
}
.product-info  .left + .right {
	margin-left:330px;
	text-align:left;
}
.product-info .image {
background: none repeat scroll 0 0 #FFFFFF;
    
    
    display: block;
    margin-bottom: 15px;
    padding:0px;
    text-align: center;
}



.product-info .image-additional {
	
	padding:0px;
	margin:0px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 3px solid #E7E7E7;
}
.product-info .image-additional img:hover{
	border: 3px solid #FFF500;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left:10px;

}
.product-info .description {

    background: -moz-linear-gradient(center bottom , #fafafa 50%, #eee 50%) repeat scroll 0 0 #f4f4f4;
    box-shadow: 0 0 5px;
    color: #4d4d4d;
    line-height: 24px;
    margin: 5px 0 20px;
    min-height: 50px;
    padding: 0;
    width: 98%;

}
.product-info .description-left {
   display:none;
}


.product-info .description-center {
    float: left;
    font-family: myriad pro;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    width: 49%;
}
.product-info .description-right {
    border-left: 1px solid #ddd;
    float: right;
    font-family: myriad pro;
    font-size: 14px;
    text-align: center;
    width: 49%;
}
.product-info .description span{
color:#999;
}
.product-info .description a {
	color:#C02200;
	text-decoration: none;
	font-size:16px;
}

.product-info .price {
   margin-bottom:40px;
    color: #4d4d4d;
    font-family: tahoma;
    font-size: 38px;
    font-weight: bold;
    text-align: right;
    text-shadow: 0 0 0 #b10048, 0 0 0 #76000d, 0 0 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2);

}
.product-info .price-old {
color: #999999;
	text-decoration: line-through;
	display:none;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
  padding-left:5px;
	margin-right:20px;
	color: #222;

}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
 padding-left:5px;

    margin-bottom: 20px;
    overflow: auto;
    padding: 0 5px 10px;

}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.cart_left {
    position: relative;
    width: 50%;
}
.cart_right {
    width: 50%;
}

.input_min {
    color: #c10277;
    font-weight: bold;
    height: 39px;
    padding: 0;
    text-align: center;
    width: 39px;
}

.srav {
  background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: left;
    font-family: myriad pro;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    padding: 0 6px;
    text-decoration: none;
	font-size:16px;
	border-radius:20px;
}
.srav:hover {
background:#000;
}
.cart #button-cart {
    background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: myriad pro;
    height: 40px;
    padding: 0;
    width: 140px;
	border-radius:20px;
}
.cart #button-cart:hover {
    background: url("../image/kupit_hov.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: myriad pro;
    height: 40px;
    padding: 0 40px 0 0;
    width: 140px;
}
.product-info .cart div  span {
	color: #999;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
    box-shadow: 0 0 5px;
    margin: 30px 0 20px;
    padding: 10px;
    width: 95%;
}
.product-info .review div {
	padding:2px;
	
	line-height: 20px;
	margin-top:15px; 
}
.product-info .review  div  span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	 display:block;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
	display:none;
}
.attribute tr td:first-child {
color: #4D4D4D;
	
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #222;
	font-family:tahoma;
	text-align: center;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead {
	text-align: left;
}
.quantity {
text-align:center;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody  {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module  div {
	display: none;
}
.cart-total {

	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
	color:#C72C0E;
	font-size:28px;
}
.cart-total table b{
color:#000;
font-size:16px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow:hidden; 
font-family: 'Ubuntu Condensed',sans-serif; 
    font-size:16px;
    
}
.contact-info  b{
color: #000;
font-weight:normal;
font-size:15px;
}
#content .contact-info .content,.contact-info.buttons{ 
padding:0px;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
 height:180px;
padding:20px 0px 20px 0;
position:relative;
border-top:2px dashed #999;
}
#footer h3{
font-size:14px;
color:#C02200;
display:none;
font-weight:normal;
padding:0;
}
#footer .column1 {
width:200px;
margin:0 auto;
text-align:center;
height:30px;
}
#footer .column2 {
width:800px;
margin:20px auto; 
height:40px;
}
#footer .column3 {
width:200px;
margin:20px auto 0 auto;  
height:40px;
text-align:center;
}
.column2 ul li{
float:left;
margin-right:20px;
}


#footer .column {
width:250px;
float:left;
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin:0px;
}


/*------------------------------------------------------------------------*/





#wishlist-total{
background: url('../image/izbrannoe.png');
height:36px;
width:30px;
padding:12px 0 0 18px;
display:block;
font-size:20px;
text-decoration:none;
}
#header .links {
	position: absolute;
	right: 250px;
	top:52px;
z-index:11;
}

#header .links a:hover {
	text-decoration:underline;
}
#tab-review{
display:none;
}


.inputs .button{
padding:10px 30px;
}

#cboxContent{
padding:50px 20px 10px 20px;
}
.free_popup_cart,.free_popup_cart a{
font-size:20px;
font-family:myriad pro;
}
.free_popup_cart .button{
display:block;
text-align:center;
height:32px;
width:200px;
padding:18px 0 0 0;
margin:100px auto 0 auto;
font-size:16px;
font-weight:normal;
}
/*------------------------------------------------*/

.phone{
position:absolute;
top:30px;    
right:300px; 
font-size:40px; 
z-index:100;
color:#C02200; 
font-family: 'Ubuntu Condensed',sans-serif;
}
.phone_footer{
font-size:22px; 
z-index:100;
color:#000000;
font-family: 'Ubuntu Condensed',sans-serif; 
padding:5px 0;
}
.mesto{
width:320px;
height:50px;
position:absolute;
top:45px;   
left:300px; 
line-height:23px;
font-size:20px;
color:#C02200; 
display:none;
}


.box-news b{
font-weight:normal;
color:#867C64;
 
}
.box-news a{
color: #ff0000;
}
/*звонок онлайн*/
#recall_anchor{

    background: url("../image/bread.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 17px;
    position: absolute;
  
    text-decoration: none;
   top:90px;    
right:300px; 
    width: 150px;
	border:1px solid #999;
	text-align:left;
	border-radius:20px;
}
.icon_phone {
    background: url("../image/icon_phone.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 24px;
    margin-top: 2px;
    width: 22px;
}
#recall_anchor:hover{
background:#F2F2F2;
color:#de0037; 
}
#tabs{
display:none;
}
#tab-description,.tab-content{

width:90%;
}
.tabl_title{
font-weight:bold;
background:#D6E3BC;
}




.recall_header {
margin: 10px;
width: 360px;
}
#submit_recall{
  background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 18px;
    padding: 0;
    width: 240px;
	border-radius:20px;
}
#submit_recall:hover{
background:#000;
}

#carousel0{
margin-bottom:5px;
}

#header .navigation .top_menu ul li #accordion_title{
width:150px;
height:40px;
}
#tab-attribute{
display:none;
}

.right h1{
margin:0 0 20px 0;
font-family: 'Ubuntu Condensed',sans-serif;
font-size:18px;
color:#C02200;

}






.box-category  ul  li ul  li  a {
    color: #555555;
    display: block;
    text-transform: uppercase;
}
.price-new{
color:#000; 
font-weight: bold;
 
margin:0px;
display:block;

}
.price-new2{
color:#000;
font-weight: bold;
float:left;

display:block;
}
.box-news h3{
padding-left:0px;
}
.simpleregister-button-right.button{
margin-left:130px; 
} 
/*личный кабинет*/ 
.lk_ul{
margin:0px;
padding:0px;
}
.lk_ul li a{
text-decoration:none;
font-size:16px; 
font-weight:bold;
display:block;
padding:5px 0;
}
.lk_ul li a:hover{
text-decoration:underline;
 color:#222;
}

.header_top{

height:30px;
width:100%;
}

#footer ul{
margin:0;
padding:0;
line-height:20px;
}
#footer li{
list-style-type:none;
}
#footer a{
text-decoration:none;
color:#000;
display:block;
padding:5px 15px;
font-size:16px;
background:#999;  
border-radius:20px;
}
#footer a:hover{
color:#C02200;
}
/*----------Выпадающее меню-------------------*/
.info_link{
width:1100px;
padding:0;
height:41px;
margin-bottom:20px; 
background:url("../image/topmenu.png"); 
position:relative;
right:10px;
top:0;
border:1px solid #000;
border-radius:10px;
}
.info_link ul{
float:left;
padding:0;
margin:0 auto;
width:820px;
}
.info_link li{
float:left;

list-style-type:none;
border-right:2px solid #C90A19;  
display:block;
}

.info_link  a{
display:block;
padding:0px 30px;  
text-decoration:none;
font-size:20px;
height:41px;
line-height:41px;
list-style-type:none;
 font-family: 'Ubuntu Condensed',sans-serif;
	color:#fff;
	float:left;
	
}
.info_link ul li a:hover{
background:url("../image/topmenu_h.png"); 
}
.info_link ul li .menu_home {
    height:41px;
    line-height: 60px;
    padding:0;
    width: 100px;
	border-radius:10px 0 0 10px !important;
}
.menu_home:hover{

}
.menu_home span {
    background: url("../image/home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 23px;
    margin:8px auto;
    width: 19px; 
	
}
/*---------*/
.box-news h4{
font-weight:normal;
font-size:18px;
	font-family: 'Ubuntu Condensed',sans-serif;
 color:#C02200;
}

.box-news,.box-news a{

font-size:18px;

 text-decoration:none;
 
}
.box-news{
font-family: 'Ubuntu Condensed',sans-serif;
line-height:18px;

font-size:16px;

}
.box-news a:hover{
border-bottom:1px dashed #ff0000;
 }
#content .welcome_content p{
line-height:26px;

font-size:16px;
}
#filterpro_box.box-heading{
display:none;
}
#tab-review b{
font-weight:normal;
}
.map{
width:1060px;
height:350px;
margin-bottom:15px;
}
.jcarousel-skin-opencart .jcarousel-container {
margin:50px 0;
}

.product-filter .display .grid a{ 
 background: url("../image/megnor/sprite.png") no-repeat scroll -1px -205px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 29px;
    text-decoration: none;
    text-indent: -9999px;
    width: 25px;
	
}
.display b{
color:#999;
font-weight:normal;
}







/*--------------карточка товара в закладки------------------*/
.cart div{
position:relative;
margin-bottom:5px;

}

.review div a{
font-family:arial;
font-size:12px;
color:#FE871E;
font-weight:bold;
}
/*---------------------------------------------------*/
/*----------------------счетчик---------------------*/
.metrika{
position:absolute;
right:50px;
bottom:20px;
}
#footer .metrika a:hover{
border:none;
}
/*---------------------------------------------*/
#tab-review h2{
display:none;
}
.cena{
color: #4d4d4d;
    font-size: 16px;

} 

.footer_bottom{
 background: url("../image/footer-background.png") ;
    height:40px;
    width: 100%;
	position:absolute;
}

 /*------------------------------------------*/
 

#content {
    font-family: 'Ubuntu Condensed',sans-serif;
   
    line-height: 24px;
}
#container {
    text-align: left;
}

.contact_bt {
    height: 40px;
    width: 240px;
	padding:0;
}

.content input.button, .buttons input.button {
    background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 18px;
    padding: 0;
    width: 240px;
	border-radius:20px;
}
.content input.button:hover, .buttons input.button:hover,.left .button:hover {
    background:#000;
}
.left .button {
   background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.simplecheckout-customer-left{
   font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 14px;
    font-weight: normal;
}
/*--------------------вид сетка-------------------------------------------------*/
.display {
    float:right; 
}  

.active-list, .no-active-list:hover {
    background: url("../image/active-list.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.no-active-grid {
    background: url("../image/no-active-grid.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.active-grid, .no-active-grid:hover {
    background: url("../image/active-grid.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
} 
.no-active-list {
    background: url("../image/no-active-list.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

input.button2 {
    background: url("../image/kupit.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 16px;
    padding: 0 40px 0 0;
    width: 140px;
}
input.button2:hover{
 background: url("../image/kupit_hov.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.right .button, .simpleregister-button-right  a {
    background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
.right .button:hover, .simpleregister-button-right  a:hover {
    background:#000;
}
#simplecheckout_button_confirm, .center .button, .remove .button {
   background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
	border-radius:20px;
}
#simplecheckout_button_confirm:hover, .center .button:hover, .remove .button:hover {
    background:#000;
}
/*----------*/
.options h2{
display:none;
}
.product-list .button{
 background: url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 16px;
    padding:0;
    width: 140px;
	border-radius:20px;
}
.product-list .button:hover{
 background:#000;
}
.styled-select-category {
    background: url("../image/sort_select2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    overflow: hidden;
    width: 250px;
}

.styled-select-category select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #999;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding-top: 6px;
    width: 280px;
}
.simplecheckout-customer input{
height:40px;
}
.options b {
    font-size: 16px;
	color:#CC232A;
}
.options label {
    font-size:16px;
    font-weight: bold;
    margin-right: 10px;
}
.rrr {
    height: 110px;
    position: relative;
    width: 430px;
}
.rrr img {
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 24px;
}
.adress{
position:absolute;
top:40px;
left:360px;
font-size:16px;
font-weight:bold;
text-align:center;
}
/*категория*/  
.sitemap-info li {
    color:#B71400;
    line-height: 19px;
    list-style: disc outside none;
}
 .sf-menu li {
	background:url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0); 
} 
.sf-menu li li {
	background:url("../image/topmenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0); 
	width:100%;
	font-size:16px;
}
.jcarousel-item .name{
height:48px;
overflow:hidden;
}
.sf-menu li.active{
	background:	#991404;
	outline:		0;
}
#simplecheckout_button_login{
text-align:center;
}

 

Надіслати
Поділитися на інших сайтах


На будущее рекомендую пользоваться инструментами разработчика, они есть в любом браузере. Можно узнать стили любого элемента, достаточно кликнуть на него правой кнопкой мышки и выбрать пункт "Исследовать элемент", либо "Inspect Element", либо "Просмотреть код" - как тут: http://joxi.ru/MAjejPJSvBMgl2

А затем в открывшемся окне можно поиграть со стилями, узнать где находятся их правила. http://joxi.ru/VrweZPnSK09R12

Надіслати
Поділитися на інших сайтах

2 часа назад, Maximbl4m сказал:

stylesheet.css строка 2336+

Правило 

color: #fff; 

Заменить на любое другое, где вместо #fff должен быть цвет в 16-ричном формате, либо rgb, rgba, hsl

СПАСИБО!!!!!!!

Надіслати
Поділитися на інших сайтах


Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.