﻿
.auto-style1 
{
	text-align: left;
}
.auto-style2 
{
	text-align: center;
}
.auto-style3 
{
	text-align: right;
}

.autoImgResize
{
	max-width:100%;
	height: auto;	
	
}
body 
{
	font-family:arial;
	background-color:#E1E1E1;
	min-width: 900px;
	padding: 0 3%;
}



.style1 

{

	font-size: small;

	color: #000080;

}

.style2 
{
	font-size: small;
}
h1 
{
	color: #000000;
	/*text-shadow:  #000000 -3px 6px 10px;*/
	text-decoration: none;
}

h2-shadow 
{
	color: #000000;
	/*text-shadow:  #000000 -3px 6px 10px;*/
	text-decoration: none;
}

h3-shadow 
{
	color: #000000;
	/*text-shadow:  #000000 -3px 6px 10px;*/
	text-decoration: none;
}

a:visited 
{
	color: #0000FF;
}

.contentBorder
{
	border: 1px solid blue; 
	border-radius: 10px; 
	-moz-border-radius: 10px;   
	-webkit-border-radius: 10px; 
	background-color: #fafafa;
	
	white-space: wrap; 
	table-layout: fixed;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 20px;

}

.divisionTable
{
	table-layout: fixed;
	overflow: auto;	
	min-height: 250px;

}

#chooseModel, #chooseModelPro {
	background: #008CBA;
	border: 0;
	color: #fff;
	width: 143px;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;   
	-webkit-border-radius: 4px; 
	cursor: pointer;
	margin-bottom: 10px;
}

 #menuBuyModel, #menuBuyModelPro {
	background: #ed1c24;
	border: 0;
	color: #fff;	
	width: 143px;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;   
	-webkit-border-radius: 4px; 
	cursor: pointer;
	margin-bottom: 10px;
}


button {
	cursor: pointer;
}