/* CLEARFIX */

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




td#index-container {
	clear: both;
	padding-bottom: 20px;
}

td#index-container * {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

td#index-container hr {
	border: none;
	border-top: 1px solid #ECECEC;
	margin: 20px 0;
	clear: both;
	height: 0;
}

/*
	PRIMARY
****************************************/
div#primary-content {
	width: 500px;
	margin: 12px 12px 0 0;
	float: right;
	display: inline;
	border: 1px solid #ECECEC;
	background: #fcfcfc;
	padding: 2px;
	font-size: 11px;
}

div#primary-content a {font-size: 11px;}

div#primary-content h2 {
	font-size: 12px;
	color: #fff;
	background: #4a80b6 url(../images/index/primary-h2-background.gif) bottom center repeat-x;
	border: 1px solid #1a5189;
	line-height: 1.9em;
	padding-left: 5px;
	margin-bottom: 10px;
}

div#primary-content h2.featured {
	font-size: 16px;	
}

div#primary-content h3 {
	color: #0762BB;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	padding: 0 10px;
}

div#primary-content p {
	font-size: 11px;
	line-height: 18px;
	padding: 0 10px;
}

div#featured-container {
	width: 471px;
	margin: 5px auto;
}

div#primary-content div.featured-product {
	width: 152px;
	margin: 0;
	float: left;
	display: inline;
}

div#primary-content div.featured-product img {
	border: 1px solid #ccc;	
}

div#primary-content div.featured-product img {
	padding: 5px !important;
	vertical-align: middle;	
}

div#primary-content div.featured-product p {
	padding: 0 !important;
	width: 157px;
	text-align: center;
}



/*
	SECONDARY
****************************************/
div#secondary-content {
	margin: 12px 0 0 12px;
	width: 263px;
	float: left;
	display: inline;
	border: 1px solid #ECECEC;
	background: #fcfcfc;
	padding: 2px;
	font-size: 11px;
}

div#secondary-content h2 {
	font-size: 16px;
	color: #fff;
	background: #f54b2e url(../images/index/secondary-h2-background.gif) bottom center repeat-x;
	border: 1px solid #a41100;
	line-height: 1.9em;
	padding-left: 5px;
}

div#secondary-content h3 {
	color: #0762BB;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 5px 0 0 0;
	padding: 0 10px;
}

div#secondary-content p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

div#secondary-content strike {
	font-size: 12px;
	color: #ff0000;
	text-decoration: line-through;
}

div#secondary-content span.price {
	color: #034D94;
	font-weight: bold;
	font-size: 14px;
}

div#secondary-content a {font-size: 11px;}

div#secondary-content hr {
	margin: 0 5px;
}

div#secondary-content div.featured-product {
	padding: 5px;
	width: 220px;
	margin: 0 auto;
	float: none;
}

div#secondary-content div.featured-product img {
	border: 1px solid #ccc;	
}

div#secondary-content div.featured-product p {
	text-align: justify;
}

/*
	TERTIARY
****************************************/
div#tertiary-content {
	margin: 12px 12px 0 0;
	float: right;
	width: 489px;
	border: 1px solid #ECECEC;
	background: #fcfcfc;
	padding: 2px;
	font-size: 11px;
}

div#tertiary-content h2 {
	font-size: 16px;
	color: #fff;
	background: #96cf34 url(../images/index/tertiary-h2-background.gif) bottom center repeat-x;
	border: 1px solid #5b9400;
	line-height: 1.9em;
	padding-left: 5px;
}	

div#tertiary-content img {
}
	
	
	
	
	
	
	
	
	