﻿.page .main .right .products
{
    position:relative;
    float:left;
    width:100%;
}

.page .main .right .products a
{
    position:relative;
    float:left;
    display:block;
    width:100%;
    color:Black;
    text-decoration:none;
    margin-bottom:10px;
}

.products a img{position:relative;float:left;margin-right:5px;}

.introduction
{
    position:relative;
    float:left;
    width:100%;
    max-width:800px;
    font-size:1.2em;
    min-height:70px;
    margin-bottom:10px;
}

.introduction img.icon
{
    position:relative;
    float:right;
    margin-bottom:10px;
}

.introduction span.title{font-weight:bold;}

.introduction img.photo{max-width:100%;}

@media screen and (max-width:600px)
{
    .products{width:100%;}
}