/* Global styles in Diamond.com */

/* one pixel high separator line in white */
.spacer{
	font-size:1px;
	background-color: #ffffff;
	height: 1px;
}

/* Middle vertical align for <img> tags. Usage: <img class='valignMiddle' ... /> */
img.valignMiddle {
	vertical-align:middle;
}

/* CLEAR FLOAT */
.floatClear {
	/* No floating elements allowed on either the left or the right side */
	clear: both;
}

/* Wrapper for the body - Used in "default-layout.jsp" */
#wrapper {
	background-color: #305776;
	padding-top: 0;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 1px;
	margin-bottom: 0;
}

/* Space between the header and content */
.spacerFromHeaderToContent {
	height: 30px;
	font-size: 1px;	
}
/* Turn off the underline for links and set the text color */
a:link {
    color: #616161;
    text-decoration: none;
}

/* Sale Price - Product List Pages */
.list_sale_price_label {color: #FF0000}
.list_sale_price_amt {color: #FF0000}
.sb_cs_sale_price {color: #FF0000}
.on_sale_strike { text-decoration: line-through; color: #FF0000}