﻿.Product ul, .Product li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Product h1, .Product h2 {
    color: #000;
    font-size: larger;
}

.Product ul {
    width: 100%;
    overflow: visible;
    margin-top: 10px;
    padding-right: 0px;
}

    .Product ul:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

.Product a {
    text-decoration: none;
}

.Product li {
    float: right;
    background-color: #fff;
    overflow: visible;
    padding: 5px;
    width: 93%;
    min-height: 155px;
    max-width: none;
    min-width: inherit;
    margin-right: 40px !important;
    margin-bottom:55px;
    position: relative;
    font-size: 10pt;
    border: solid silver 1px;
}

    .Product li:hover .ProductDescription {
        opacity: 1;
    }

    .Product li:hover {
    }

    .Product li table {
        width: 100%;
    }

.Product h2 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.Product .ProductDescription {
    margin-top: 30px;
    border: solid 1px #CCC;
    padding: 3px 10px 3px 10px;
    display: none;
    font-size: 9pt !important;
}

.Product .productTitle {
    padding: 10px 20px;
    /*display: block;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: initial;
    margin: 0;
    overflow: hidden;
    height: 20px;
    margin-right:130px;*/
}

.Product .productPrice {
    /*font-weight:bold;
    margin-right:130px;*/
    vertical-align: bottom;
    display: inline-block;
    margin:20px;
}

    .Product .productTitle a {
        text-decoration: none;
        color: #3a3a3a;
    }

        .Product .productTitle a:hover {
            color: #17202f;
        }

.Product .companyName {
    vertical-align: top;
    display: inline-block;
    padding: 10px 20px;

    /*display: block;
    font-size: 9pt;
    overflow: hidden;
    margin-right:130px;*/
}

.Product .productSummary {
    vertical-align: top;
    display: inline-block;
    padding: 10px 20px;
    /*font-size: 9pt !important;
    text-align: justify;
    display: block;
    margin-right:130px;*/
}

.Product .imgContainer {
    width: 100px;
    height: 100px;
    border: solid 1px #CCC;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.Product .ProductImage {
    /*position: absolute;*/
    /*display: block;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: -15px;
    margin-right:-50px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 100%;
    height:170px;
    width:170px;
    box-shadow: 0 0 2px 1px rgb(177, 165, 165);
}


.ProductButton, .Product .ProductButton {
    font-family: 'Droid Kufi';
    font-size: 8pt;
    background-color: #7ba626;
    border: 1px solid #669900;
    color: white;
    min-width: 150px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 3px;
    display: block;
}

    .Product .ProductButton:hover, .ProductButton:hover {
        background-color: #2654a6;
        color: white;
    }

    .Product .ProductButton:active, .ProductButton:active {
        background-color: #f00;
        border: 1px solid #f00;
    }

.Product .ProductButtons {
    /*margin-right: 130px;
    position: absolute;
    bottom:5px;*/
}

    .Product .ProductButtons a {
        display:inline-block;
        position: relative;
        margin-top: 3px;
        cursor: pointer;
    }

        .Product .ProductButtons a:hover {
            text-shadow: 1px 1px 2px #000;
        }

        .Product .ProductButtons a span {
            position: absolute;
            right: 62px;
            top: 6px;
            margin-top: 2px;
            color: black;
        }



.VitrinSearchPanel {
    background-color:#efefef;
    border:solid silver 1px;
    padding:10px;
}

    .VitrinSearchPanel ul {
        list-style:none;
        width:415px;
        margin-left:auto;
        margin-right:auto;
		margin-bottom:10px;
		padding:0;

    }

    .VitrinSearchPanel li.searchButton {
        text-align:center;
        width:100%;
    }

    .VitrinSearchPanel li.label {
         width:130px;
    }

    .VitrinSearchPanel select.small {
         width:80px;
    }

    .VitrinSearchPanel input.SearchText {
         width:256px;
    }

    .VitrinSearchPanel select {
        height:30px;
    }

.ProductNotFound {
	height:100px;
	line-height:100px;
	vertical-align:middle;
	text-align:center;
}

.baseInformationContent {
    background-color:#efefef;
    border:solid silver 1px;
    padding: 20px 10px 20px 10px;
}

.mpButton {
    background-color:#17202f;
}

.product-info {
    display: block;
    vertical-align: top;
}

