﻿
#wrapper {
    width: 1020px;
    margin: 0 auto;
}
#wrapper > div {
    float:left;
}
#priducts, #screen {
    float:left;
    padding: 30px;
    width: 500px;
    height: 500px;
    background-color: white;
    background-image:url('../images/living condition/Picture22.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tipso_style {
    border-bottom: none !important;
    cursor: move;
}
#screen {
    background-color: white;
    background-image:url('../images/living condition/monitor.png');
    background-position:center;
    background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 40px;
}

div#screen > div, #header {
    margin-right: 25px;
    float: right;
}

.product {
    margin: 15px;
    float:left;
    height: 70px;
    width: 70px;
    /*background-color: #808080;
    border: 3px solid #808080;
    border-radius: 10px;*/
    cursor: pointer;
    transition: border 1s;
    -webkit-transition: border 1s;
    -moz-transition: border 1s;
}
#priducts > div:nth-last-child(-n+4) {
    margin-top: 5px;
}
.product_wrapper {
    margin: 3px;
    float:left;
    height: 70px;
    padding:5px;
    width: 70px;
    border: 1px dotted #575353;
    border-radius: 100%;
    cursor: pointer;
    transition: border 1s;
    -webkit-transition: border 1s;
    -moz-transition: border 1s;
}
.ui-droppable-disabled {
    border: none !important;
}
.product:hover {
    /*border: 3px solid #575353;*/
}

.product img {
    width: 100%;
}

.product p {
    text-align:center;
    color:white;
    margin: -10px 0 0 0;
    font-size: 0.75em;
}
#products_wrapper {
    background-color:white;
    height: 120px;
}
#info {
    height:290px;
    width: 460px;
    overflow-y:auto;
}
/*#header {
    border-bottom: 1px solid black;
}*/
#header > h4 {
    text-align:right;
    display:inline-block;
    width:100px;
    margin-bottom: 5px;
}