/* PRint CSS DINTRA PYTHON DRIVE*/

body {
	font-family					: "Trebuchet MS";
	font-size					: 12px;
	color						: #000000;
	margin 						:0px;
	padding 					:0px;
}

.bold{
	font-weight					:bold;
}

.button{
	border 						:0px solid #000000;
}

#map{
	overflow 					: hidden; 
	width   					:400px; 
	height 						:400px
}

#map{
	border 						:1px solid #43adff;
}
#sidebar{
	overflow 					: auto; 
	height 						: 400px; 
	font-size 					: 11px; 
	color 						: #000
}

#firstform{
	padding 					:10px;
	margin  					:0 0 50px 50px;
	border 						:1px solid #000000;
	width						:642px;
	height						:450px;
}

#secondform{
	padding 					:10px;
	margin  					:0 0 0 50px;
	border                      :1px solid #000000;
	width						:642px;
	height						:420px;;
	position:relative;
	bottom:0px;
}

input{
	border 						:1px solid #43adff;
}

select{
	border 						:1px solid #43adff;
	width 						:210px;
}

.button{
	border 						:1px solid #43adff;
	background 					:#ffffff;
	float 						:right;
	display                     :hidden;
}

.productImage1{
	border 						:0px;
	width 						:180px;
	height 						:160px;
}

.productImage2{
	border 						:0px;
	height 						:130px;
	width 						:200px;
}



/* FONT CLASSES */

.braggadocio{
	font-family 				: "Trebuchet MS";
}

h4{
	margin 						:0px;
}

a { 
	font-weight 				: bold; 
	color 						: #003893; 
	text-decoration 			: none; 
}

a:hover { 
	color 						: #003893; 
	text-decoration 			: underline; 
}

h1, h2 {
	font-family 				: "Trebuchet MS";
	font-size 					: 24px; 
	margin 						:5px;
}
