﻿/*********************************/
/* SaleStock */

.gvstock
{
	float: left;
}

.rowcontainer
{
	float: left;
	width: 729px;
	border: solid 2px rgb(231, 229, 230);
	text-align: left;
	margin-top: 10px;
}

.tblwrap
{
	float: left;
	width: 729px;
}

.tblCarDetails
{
	float: left;
	width: 450px;	
}

.tblCarDetails td
{
	padding: 2px 5px 2px 10px;
	font-size: 10px;
}

.tblCarDetails td.carName
{
	font-weight: bold;
	padding: 3px 5px 3px 10px;	
	font-size: 12px;
	color: #333333;
}

.carDetailLabel
{
	font-weight: bold;
	width: 150px;
}

.tblCarLot
{
	width: 125px;
	float: right;
	height: 115px;
	background-color: #fff;
}

.tblCarLot td
{
	font-size: 10px;
	padding: 5px 0px 5px 10px;
	vertical-align: top;
	height: 70px;
}

.tblCarLot td.tdLot
{
	color: #fff; /*#696969;*/
	font-weight: bold;
	background-color: #0D5382; /*#C0CED1;*/
	background-image: url(../images/full_header_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

.tblCarLot td a
{
	font-size: 10px;
	color: #666666;
	cursor: pointer;
}

.tblCarLot td a:hover
{
	color: #3366FF;
}

.stockPagination td span
{
	text-align: center;
	display: block;
	width: 10px;
	padding: 5px 7px 5px 7px;
	background-color: #696969;
	color: #fff;
}

.stockPagination td a
{
	text-align: center;
	display: block;
	width: 10px;
	padding: 5px 7px 5px 7px;
	background-color: #ccc;
}

/********************************************/
/* StockDetail */

.stockdetailwrap
{
	width: 900px;
	float: left;	
}

.stockdetailwrap P
{
	float: left;
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #333333;
}

.stockimage
{
	float: left;
	width: 450px;
}

.stockimagethumbs
{
	float: left;
	width: 90px;
}

.stockimagethumbs img
{
	border: solid 2px rgb(231, 229, 230);
	cursor: pointer;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
}

.stockimagethumbs img:hover
{
	border: solid 2px #3366FF;
}

.stockdetails
{
	width: 400px;
	float: left;		
}

.stockdetails table th
{
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 10px;
	color: #333333;
}

.stockdetails table td
{
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 10px;
}