﻿/*	--[ simple phone view ]---------------------------------------------------	*/

	.ManufacturerGroup h3 {
		color:#ff6600;
		font-size:135%;
		margin:0 0 0.5em 0;
		padding:0.5em 0;
		border-bottom:1px solid #cccccc;
		position:relative;
	}
	
	.ManufacturerGroup .Phone {
	    width:83px;
	    float:left;
	    text-align:center;
	    font-size:90%;
	    padding:0;
	    background-position:left top;
	}
	
	.ManufacturerGroup .PhoneImage {
	    height:120px;
	    background-repeat:no-repeat;
	    background-position:center bottom;
	}

    .ManufacturerGroup .ReviewRating {
        height:16px;
        padding-top:5px;
    }
    
    .ManufacturerGroup .PhoneName {
        height:5em;
        background-position:left bottom;
        padding:0 5px 22px 5px;
    }
    
    .ManufacturerGroup .small {
        color:#888888;
        margin-bottom:5px;
    }
    
    .ManufacturerGroup .PhoneHover,
    .ManufacturerGroup .PhoneHover .PhoneName {
        background-image:url(/_images/_system/phones/bg_phone_simple.png);
    }
    
    .ManufacturerGroup .PhoneHover * {
        cursor:pointer;
        background-repeat:no-repeat;
    }
    
    .ManufacturerGroup .PhoneHover .PhoneName a {
        color:#003366;
		text-decoration:underline;
    }
    
    .ManufacturerGroup .PhoneHover .PhoneName * {
        color:#ffffff !important;
    }
