body{
	
	padding: 0px;
	margin: 0px;
/*	background-color: red;*/
}
div.TSLaptopSelector{
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
	/*border: 10px solid #d0d0d0;*/
	padding: 0px;
	margin: 0px; 
	background-color:#ffffff;
	width: 690px;
	
	
}

div.TSLaptopSelector .model_selector {
 width: 690px; /*ie needs to have this (or something) to set this thing to have layout*/


}

div.matching_cases_placeholder{
	height: 310px;
}

div.matching_cases{
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/*height: 250px;*/
	/*border: 10px solid #d0d0d0;*/
	width: 690px;
	padding: 10px;
	margin: 10px 0px; 

	padding: 0px;
	background-color:#ffffff;
}

div.matching_cases .thumbnails{
	height: 100px;
}

div.matching_cases h1{
	display: none;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	font-family:Arial,Helvetica,sans-serif;
}


div.case_thumbnail{
	/*border: 1px solid #ddd;*/
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color:#ffffff;
	
	width: 140px;
	height: 180px;
	float: left;
	text-align: center;	
}
div.case_thumbnail img{
	/*border: 1px solid black;*/
	width: 135px;
	height: 135px;	
}

div.case_thumbnail .item_name{
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	margin: 0px auto;
}

div.case_thumbnail .item_price{
	color:#EE442A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	
}

div.case_thumbnail a{
	
	color: #000;
	text-decoration: none;	
}
div.case_thumbnail a img{
	border: none;
}




div.TSLaptopSelector p{
	margin: 0px 0px 0px 0px;
}
div.dimension_selector{
	margin-top: 25px;
}
div.TSLaptopSelector h1{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}

div.TSLaptopSelector .input{
	display: inline-block;
	float: left;
	
	width: 170px;
	margin: 5px 0px;
	
	
}

div.TSLaptopSelector label{
	display: block;
	color: #666;
	font-weight: bold;
	margin: 5px 0px;
}

div.TSLaptopSelector .mm label{
	display: none;
}

div.TSLaptopSelector .text input{
	width: 100px;
	margin: 0px;
}


div.blockMsg {
   border: none;
   color: #ffffff;
   background: none;
   text-align: center;
}
