/* CSS template */

body {
	margin:0;
	padding:0;
	background-color:#075579;
	color:#000;
	font-family:Arial, Helvetica, serif;
}
form {
margin-top: 20px;
margin-left: 50px;
}
#titlecontainer {
text-align: center;
}
a.buy {
font-size: 30px;
}


#container {
	margin:0 auto;
	text-align:left;
	padding:20px;
	width:580px;
}
#search-result {
	text-align:center;
}
#inside_content #search #container #search-result .tpl-box ul.prices li {
padding-right: 0px;
}
#inside_content #search #container #search-result .tpl-box ul li.packname {
padding-right: 0px;
text-align: left;
}

 


.clearme {
	clear:both;
}
form p { 
	clear:both;
	margin:3px 0;
}
form p label { 
	display:block;
	float:left;
	width:150px;
}
.tpl-box {
	width:166px;
	font-size:12px;
	background-color:#ffffff;
	padding-top:10px;
	float:left;
	margin:11px 0 0 11px;
	border:1px solid #ccc;
	line-height: 1.2em;
	

}
.tpl-box div a img {
	height:125px;
	width:166px;
	background-position: top center;
	background-repeat: no-repeat;
	border:0;
}
	



.tpl-box .ctrls {
	text-align:center;
	background-color:#c3c3c3;
	color:#ffffff;
	border-top:10px solid #fff;
}
.tpl-box .ctrls a {
	color:#ffffff;
	text-decoration: none;
	
}
.tpl-box ul {
	padding:0;
	list-style-type:none;
	padding-left: 7px;
}
.tpl-box ul.prices {
	margin-top:0;
	padding-right: 0px;
	border-top:1px dotted #ccc;
	font-size: 12px;
}
.tpl-box ul li.packname {
	font-size: 12px;
}
.tpl-box ul.prices li {
padding-right: 0px;
}


