﻿.modelSelector
{
}

.modelSelector .item
{
	float: left;	
	height: 181px;
	padding: 5x;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(Images/Showroom/ModelViewItemBg.png);
	font-size: 11px;
	font-weight: bold;
	width: 209px;
    background-repeat:no-repeat;
}

.modelSelector .text
{
	/*padding: 4px;*/
	font-weight: bold;
}

.modelSelector .image
{
    vertical-align: middle;
    text-align: center;
}

.modelSelector a
{
	color: black;
	text-decoration: none;
}

.modelSelector a:hover
{
	color: white;
	text-decoration: underline;
}


.modelSelector .popup
{
	position: absolute;
	border-right: solid 1px green;
	border-top: solid 1px green;
	border-bottom: solid 1px green;
	
	background-image: url(images/modelSelector_Popup_bg.gif);
	color: green;
	height: 195px;
	width: 140px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 15px;
	margin-left: 210px;
	margin-top: -1px;
}

.modelSelector .popup table
{
	width: 100%;
}
.modelSelector .popup td
{
	padding-top: 4px;
	color: Black;
	text-align: right;
	padding-right: 5px;
}

.modelSelector .popup .title
{
	color: Black;
	font-size: 12px;
	padding-left: 0px;
}

.modelSelector .popup .caption
{
	padding-right: 10px;
	color: green;
	text-align: left;
}

.modelSelector img
{
	border: 0px;
}
