/* CSS Document */

/*********************************************************/
/* specificationstable.css                            			 */
/* Use with template all prosilica                       */
/*********************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#table{
	text-align: center;
	font-size: x-small;

	}

#container {
width: 1150px;
}

#pricetable {
	padding-left: 25px;
	font-size: 70%;
	border: 1;
	border-bottom-color: #0000FF;
}
#pricetable td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#pricetable td {
	padding-left: 5px;
}

#mininavBar{
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 7%;
}
	
/***********************************************/
/* Text and link tag styles                    */
/***********************************************/ 	

.toprow{
	background-color: #993333;
	color: #FFFFFF;
	text-align: center;
}

.toprow h3{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 3px;
}

.toprow h3:link{
	color: #FFFFFF
}

.coloredrow{
	background-color: #E9E9E9;
	color: #000000;
}

.clearrow{
	background-color: #FFFFFF;
	color: #000000;
}


#table a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#table a:hover{
	background-color: #DDDDDD;
	text-decoration:underline
}
