/*
	JDF AW15 style.css
	Updated: 15:35 26/05/2015
	RW
*/

.cartridgeTitle, #sale.cartridgeTitle, #bestSeller.cartridgeTitle, #newIn.cartridgeTitle {
background: #02305c !important;

}
.cartridgeTitle {
    background-color: #02305c;
    border-left: 1px solid #02305c;
    border-right: 1px solid #02305c;
    color: #fff;
    float: left;
    height: 29px;
    margin-bottom: 8px;
    width: 787px;
}
.cartridgeHeader {
    float: left;
    height: 46px;
    margin-bottom: 20px;
    width: 800px;
}
.cartridgeTitle h2 {
    color: #21b3d5 !important;
    font-size: 16px !important;
    font-weight: bold;
    margin: 4px 0;
    padding: 1px 10px;
    text-transform: capitalize;
}
.cartridgeTitle h2.viewAll {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px none !important;
    color: #FFFFFF;
    font-weight: normal;
}
.cartridgeTitle h2.viewAll a:link, .cartridgeTitle h2.viewAll a:visited {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-right: 20px;
}
.cartridgeTitle h2.viewAll a:link, .cartridgeTitle h2.viewAll a:visited {
    background: url("http://images2.drct2u.com/content/images/freeformat/121026AW_JDF_FF_cta-arrow.png") no-repeat scroll right 7px transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-right: 20px;
}
.cartridgeTitle h2.viewAll a:hover, .cartridgeTitle h2.viewAll a:active {
    background: url("http://images2.drct2u.com/content/images/freeformat/121026AW_JDF_FF_cta-arrow.png") no-repeat scroll right 7px transparent;
    color: #E5E5E5 !important;
}
.cartridgeTitle {
    background-color: #ebebeb !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    color: #FFFFFF;
    float: left;
    height: 28px;
    margin-bottom: 5px;
    width: 798px;
	padding: 4px 0;
}
.cartridgeTitle h2.viewAll a:link, .cartridgeTitle h2.viewAll a:visited {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-right: 20px;
}
#newIn.C10_cartridge {
    background-image: none !important;
}

/* ----- Cartridge 9 ----- */

.C9_cartridge {
	width: 100%;
	margin: 0;
	height: 340px;
	position: relative;
}

.C9_title {
	text-align: center !important;
	margin: 5px 0 0;
	float: left;
	width: 100%;
}

.C9_title h3 {
	text-align: center !important;
}

.C9_copySection {
	width: 90% !important;
	height: 120px !important;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 5%;
	
}

.C9_copySection h3 {
	font-size: 16px !important;
	font-weight: bold;
	/*width: 260px !important;*/
	width: 99%;
	padding: 5px 0 0 0 !important;
	color: #222;
	float: left;
}


.C9_copySection p {
	width: 100% !important;
	font-size: 12px !important;
	padding: 5px 0 !important;
	text-align: center;
	clear: left;
}

.C9_copy {
	height: auto !important;
	text-align: center;
}

.C9_productSection {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 50px;
}

.C9_productSection a {
	display: block;
	margin: 0 auto;
}

.C9_c2a {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
}

.C9_c2a h3 {
	color: #FFF;
}

.C9_copySection a:link,.C9_copySection a:visited {
	text-decoration: none !important;
	color: #fff;
	background-color: #21b3d5;
	width: 90%;
	height: 25px;
	display: block;
	margin: 10px 5%;
	padding: 5px 0 0;
/*	border-right: 1px solid #FFF;*/
	-webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

.C9_copySection a:hover {
	text-decoration: none !important;
	color: #D5D3D3 !important;
}

.C9_copySection a:after {
   content:  " \003e";
}