/* THis should be the same size as you small image in admin */

.photo_box {
	width: 200px;
	margin: 4px;
	padding: 4px;
	border: 1px #efefef solid;
	
}

.desc {
	font-size: 90%;
	width: auto;
}

/* Blog List Styles */



/* The main post container where all posts are contained */

#post_list {
	width: 100%;
	min-height: 400px;
}

/* The container that the entire post is in */
.post {
	width: 100%;
	height: auto;
	padding: 10px 0 0 0;
	clear:both;
	text-align: justify;
}


/* The photo container */
.post_photo {
	float: left;
	width: auto;
	height: auto;
	margin: 2px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
}

.gallery_photo {
	float: left;
	width: 150px;
	height: 150px;
	margin: 2px;
	padding: 2px;
	border: 1px #efefef solid;
	clear: none;
	text-align: center;
}

/* The post container */

.post_post {margin: 15px 0; width: 100%; overflow: hidden;}
.post_post img {
	float: left;
	margin-right: 20px; margin-bottom: 25px;
	padding: 10px 15px 10px 0; border-right: 1px solid #ccc;
}

.link_list p {}

/* The date area of the blog list */
.post_date {
	font-size: 80%;
	color: #666666;
}

#content_page {
	text-align: justify;
	padding: 0;
}


/* Price Table Formatting */

#price_chart { font-family: Arial, sans-serif; font-size: 12px; line-height: normal; margin-top: 25px;}
#price_chart li {list-style-type: none; margin:0; padding: 0;}

#software, #hosting, #support, #pricing { 
	background: url('/themes/default/images/prices/price_div_bg.jpg') 20px repeat-y;
	border-top: 2px solid #065657;
	border-bottom: 2px solid #065657;
	margin: 5px auto;
	width: 715px; 
	position: relative;	
}

#software table {height: 168px;}
#hosting table {height: 126px;}
#support table {height: 211px;}
#pricing table {height: 303px;}


#price_chart #titles {width: 715px; margin: 0 auto; border-bottom: 2px solid #065657;}
#price_chart #titles table {background: none;}
#price_chart #titles th {border-bottom: none;}
#price_chart #titles td {border-bottom: none; filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}


#price_chart div.price_label, #price_chart img.price_label {position: absolute; z-index: 5; top: -2px; left:0;}

#price_chart table {
	background: transparent url('/themes/default/images/prices/price_table_bg.jpg') 158px bottom no-repeat;
	width: 682px; margin-right: 13px; margin-left:20px;	
}

#price_chart table th {
	text-align: right; 
	width: 141px; 
	padding: 14px 10px 14px 0; 
	text-transform: uppercase; 
	color: #fff;
	border-bottom: #065657 1px solid;
	font-size: 10px; font-weight: lighter;
	letter-spacing: 0.1em;
}

#price_chart table td {
	text-align: center; 
	font-size:12px;
	font-weight: bold;
	width: 174px; 
	padding: 0;
	border-bottom: 1px solid #168381;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	background: #fff;
}

#price_chart table td.middle {
	border-left: 1px dotted #168381;
	border-right: 1px dotted #168381;
	width: 172px; 
}

#price_chart table td.spacer {text-align: center; width: 8px; border-bottom: none; background:none;}

#price_chart table td.bottom, #price_chart table th.bottom {border-bottom: none;}

#price_chart table td.highlight {background: #CDD9DA;}

#price_chart tr.hidden_labels {display:none;}

#price_chart small { font-size: 8px; letter-spacing: 0.1em; font-weight: bold; color: #888;}

#price_chart div.hour { position: absolute; bottom: 10px; margin-left: 480px; }
#price_chart div.nolimit { position: absolute; bottom: 11px; margin-left: 660px; }

#price_chart span.price { color: #065657; font-size: 18px;}

#price_chart td ul {text-align: left;  font-size: 10.5px; line-height: 2em; margin: 0; padding: 8px 8px 0 8px;}
#price_chart td li { list-style-type: disc; list-style-position: inside; }



/* Additional Services Formatting */

#services {
	border-bottom: 2px solid #065657;
	margin: 20px auto;
	width: 715px; 
	position: relative;	
	color: #333;
}

#services_head {
    border-bottom: 2px solid #065657;
	width: 100%;
	text-align: right;
}

#services_head img { margin-right: 30px; }

#services_body {
	background: #CDD9DA; 
	border: 1px dotted #168381;
	width: 100%;
	padding: 8px 0 15px 0;
	margin: 6px 0;
}

#services_body ul { float: left; position: relative; width: 205px; font-size: 11px; list-style-type: none; padding:0; margin:0 0 0 26px; display: inline;}

#services_body li { clear:both; line-height: 2.2em; background: url('/themes/default/images/prices/dot.png') 0 1.3em repeat-x; text-align: right; margin: 0; padding: 0;}

#services_body li.services_title { text-align: left; background: none; line-height: 1em; padding: 6px 0 2px 0; }
#services_body li.services_title img { float:left; padding: 0; margin: 0;}


#services_body span.item {background: #CDD9DA; float: left; padding-right: 3px;}

#services_body span.item_price {background: #CDD9DA; height: 100%; padding-left: 3px;}
