﻿/* Prices page
prices */
.center {
	font-family:Paprika;
    margin:auto;
    width: 96%;
    border: 1px solid #000;
	border-radius:5px;
    padding-top: 10px;
	background-color:#f1f1f1;text-align:center;
}
.font-button {
	background:#ff8c00;	
	font-size:1em;
	xtext-shadow: 1px 1px 3px #000;
	text-shadow: 1px 1px 2px black, 0 0 1em #369, 0 0 0.2em #369;
	color:#ffffff;	
	text-decoration:none;
	text-align:center;
	padding:3px 6px;
	border-radius: 5px;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222; 
	background-image:url(../images/mainbk.png);
	box-shadow: 5px 5px 12px #808080; /*check this later??????????????????*/
}
.center a:hover {
color:white;
background:blue;
background-image:url(../images/mainbk.png);
}  
 
.table1 {
	font-size:0.8em;
	padding-left:20%;text-align:left;
}

/* addressing  */
.new-one img{
	margin-right:10px;
	float:left;
	margin-top:10px;
	width:36px;height:36px;padding-left:20%;
}
.new-one span {
	float:left;
	margin-top:10px;
	font-weight:bold;
	font-size:.9em;
	line-height:20px;
}
.new-one span a {
	
	color:#ffffff;
}
.demo {
	padding:6px 20px;
	margin-left:20px;
	margin-right:20px;
	font-size:0.8em;letter-spacing:3px;
	color:#ffffff;
}

.new-one span.cost {
line-height:12px;
font-size:0.8em;
font-weight:lighter;
margin-left:5px;
margin-top:15px;
}

.table2 {
font-size:0.8em;
line-height:16px;
padding-left:10px;
text-align:left;
}
.xtable2 ul {
xmargin:5px 0 0 20px;
padding:0;
list-style-type:circle;
}


