body{
padding:0;
margin:0;
font-family:Arial;
font-size:14px;
color: #FFFFFF;}

.imgbg{
background: url(/templates/Vitrina/images/header.jpg) no-repeat;
}
.bgcopy{
background: url(/templates/Vitrina/images/header_bg.gif) repeat-x;
}

.bascket {
background-image: url(/templates/Vitrina/images/minicart.png);
width: 70px;
height: 70px;
position: absolute;
top: 145px;
right: 105px;
}

.bascket_l {
position: absolute;
top: 215px;
right: 65px;
}

.express {
margin-left: 7px;
margin-right: 7px;
}

a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
#hm{
width:100%;
height:14px;
text-align:center;
margin-top:4px;
}
#hm ul li{
list-style:none;
display: inline;
padding:35px;
}
#shown_top{
padding-bottom:10px;
}
#vm{
margin-top:20px;
}
#vm ul li{
list-style:none;
display:block;
line-height:3;
}
#goods{
padding-right:30px;
}
#footer{
padding-top:20px;
height:30px;
}
#footer div ul li{
list-style:none;
display:inline;
padding:15px;
}
#copyright{
padding-top:20px;
padding-left:30px;
float:left;
font-size:10px;
}
#descr{
padding-top: 15px;
padding-right:20px;
padding-left:20px;
font-size:11px;
}
#description{
padding-top:10px;
}
.counter{
float: right;
}
.description{
text-align:left;
}

.decription_bold{
font-weight:bold;}

.m{
font-size:14px;
}  

.menu {
       text-align:right;
}
.callback {
	margin-bottom: 20px;
	margin-left: 70px;
}
/* Controlbar example.  */
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(/images/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(/images/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(/images/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/* Don't hide the active anchor */
.highslide-active-anchor img {
	visibility: visible;
	border-color: black;
}
