/* This style sheet contains the styles for the cards pages and can be used to overide 
styles from the global css */
/* ---------------------------------------------------------------------------------- HTML styles */
#large_main_container {
	margin-left:2px;
	width:900px;
	}
/* ---------------------------------------------------------------------------------- box styles */
.builder_box {
	width:902px;
	margin-left: 2px;
	padding-top:5px;
	}
.builder_box_tl {
	}
.builder_box_tr {
	}
.builder_box_content {
	background-color:#F1FEFF;
	border:1px solid #388E91;
	background:url(../images/shade_shadow_builder.gif) top left repeat-x #F1FEFF;
	}
H1.builder_h {
	background-color:#5EBCBF;
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	padding:0.4em 0.2em 0.4em 0.5em;
	margin-top:0px;
	background:url(../images/shade_h1_green.gif) top left repeat-x #5EBCBF;
	}
/* ---------------------------------------------------actions */
#builder_container {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	
.sku_label
{
	float:right;
	padding-right:10px;
	color:white;
}

	
