/*
----------------------------------------------------------------------
H&R Block > Software Back Editions - Style Sheet

Author(s):  Jonathan Heavner | www.hrblock.com
			Linda Nicholson	 | www.hrblock.com
Updated:    10/03/2008
----------------------------------------------------------------------*/


/* Pods
------------------------------------------------------------------*/
/* Full-page layout */
.pod_full_page .header_back_editions {
    height:100%;
    border-top:1px solid #CACACA;
    border-left:1px solid #CACACA;
    border-right:1px solid #CACACA;
    background-color:#7DC242;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    overflow:visible;
}

.pod_full_page .header_back_editions h1 {
    font-size:24px;
    color:#FFF;
    padding-top:14px;
    padding-left:6px;
    padding-bottom:10px;
}

.pod_full_page .header_back_editions h6 {
    font-size:12px;
    font-weight:normal;
    color:#FFF;
    margin-top:-10px;
    padding-left:6px;
    padding-bottom:10px;
}

.pod_full_page .header_back_editions .back_editions_year {
	font-weight:normal;
}

.pod_full_page .content {
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top:0;
    padding:0;
}

.pod_full_page .content_back_editions {
    height:100%;
    border-left:1px solid #CACACA;
    border-right:1px solid #CACACA;
    border-bottom:1px solid #CACACA;
    border-top:1px solid #CACACA;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    margin-top:6px;
    padding:20px;
    overflow:visible;
}
/* end full-page layout */



/* Local Styles
------------------------------------------------------------------*/
#software_boxshot {
	width:110px;
	float:left;
}

#software_info {
	width:749px;
	float:right;
}

.product_title_section {
	border-bottom:1px solid #C9C9C9; 
	height:20px;
	margin-bottom:3px;
}

.product_title_section .product_name {
	float:left;
    color:#7DC242;
    font-weight:bold;
    font-size:16px;
}

.product_title_section .product_price {
	float:right;
    color:#7DC242;
    font-weight:bold;
    font-size:16px;
}

.product_features {
	float:left;
	width:580px;
}

.product_features ul {
	margin-top:0;
	padding-top:0;
}

.product_platforms {
	float:right;
	width:145px;
}

.back_edition_spacer {
	clear:both; 
	height:25px;
}
