@import url("styles.css");

#stripe {
	background-image:url(/images/stripe_resources.gif);/*change graphic for each product**/
}

#logo {
	background-image:url(/images/logo_bg_resources.gif);/*change graphic for each product**/
}

#contentarea h1 {
	color:#FFB300;/*change color for every product!**/
}
#titlearea .titleimg{
	position:absolute;
	top:20px;
	left:30px;
	width:400px;
	height:24px;
	background-image:url(/images/title_resources.gif);
	background-repeat: no-repeat;
}

#headerimage {
	background-image:url(/images/header_resources.jpg);
}

/*****MATERIAL COLORS***********************************************/


#mc_des {
	width:560px;
	padding-bottom:15px;
	}

#mc_tab ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	border-bottom:#CCCCCC 1px solid;
	width:559px;
	}


#mc_tab ul li {
	text-decoration: none;
	background: url("../images/prices_tab_off.gif") no-repeat top left;
	margin: 0px;
	height: 22px;
	width: 185px;
	color:#000000;
	font-size:1.1em;
	font-weight:600;
	text-align:center;
	line-height:1.7em;
}	
	
#mc {
	position:relative;
	width:560px;
	height:auto;
	}	

#mc ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#mc ul li {
	float: left;
	margin:0;
	padding:0;
	}		

#mc_image {
	width:61px;
	height:61px;
	background-color:#fff;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	overflow:hidden;
	}
	
#mc_image.last {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	}	
	
#mc_unit_des {
	width: 61px;
	height:41px;
	background-color:#DCDEDE;
	text-align:center;
	font-size:.9em;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	line-height:1.2em;
	padding:3px 0 3px 0;
	}
	
#mc_unit_des.last {
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	}
	
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: 20px;
	font-size:1px;
	line-height:1px;
}