@charset "utf-8";

@import url("styles.css");
@import url("layouts_generic.css");

/* CSS Document */

#result_container {
	/* Used when frameworking */
	float:left;
	clear:both;
	padding:10px;
	width:740px;
}

.upper_col {
	float:left;
	width:365px;
	padding-bottom:10px;
}

.col1 {background:#ebd3dc url(../images/panel_gradient_pink_365.jpg) no-repeat 0 bottom;}
.col2 {background:#8bc9ff url(../images/panel_gradient_365.jpg) no-repeat 0 bottom;}

.header_blue365 {
	width:355px;
	height:25px;
	background:url(../images/header_blue_365.png) no-repeat;
	color:#fff;
	padding:5px 5px 0 5px;
	text-align:center;
}

.header_pink365 {
	width:355px;
	height:25px;
	background:url(../images/header_pink_365.png) no-repeat;
	color:#fff;
	padding:5px 5px 0 5px;
	text-align:center;
}

.grp {width:355px;padding:5px;}

.grp .fixed {height:8em;}

.result_row {float:left;clear:both;width:355px;}
.result_row .button_small_pink, .result_row .button_small_blue  {float:left;margin-right:10px;}

.result_row {float:left;clear:both;width:355px;margin-top:10px;}
.result_row p {float:left;width:224px;margin-top:7px;font-size:0.9em;}

/* Products in the lower */

.lower_section {
	width:740px;
}

.product_column {
	float:left;
	width:240px;
}

.product_bg {
	width:240px;
	height:193px;
	background:url(../images/bg_product.jpg) no-repeat 0 0;
}

.product_bg h4 {
	color:#374A78;
	width:230px;
	text-align:center;
}

.product_bg .c1 {background:url(../images/pr_col1_sub.jpg) no-repeat 0 0;padding:6px 5px 5px 5px;height:29px;}
.product_bg .c2 {background:url(../images/pr_col2_sub.jpg) no-repeat 0 0;padding:9px 5px 5px 5px;height:26px;}
.product_bg .c3 {background:url(../images/pr_col3_sub.jpg) no-repeat 0 0;padding:12px 5px 5px 5px;height:23px;}



.product_bg h5 {
	padding:5px;
	width:66px;
	background-color:#e34687;
	margin-left:87px;
	text-align:center;
}

.product_bg h5 a {white-space:nowrap;text-decoration:none;}
.product_bg h5 a:link, .product_bg h5 a:visited {color:#FFF;}
.product_bg h5 a:hover, .product_bg h5 a:visited:hover {color:#f5bed5;}

.product_bg .inactive {
	height:1em;
	padding:5px;
}

