/*CFD AW 2011
Created by Krishan 01/07/2011
*/

/*
Modified by Krishan 21/07/11 -- Reduced the size of the side nav SLOT3
Modified by Krishan 12/07/11 -- Fixed other sites display issue effecting IE
*/

#content-div {
	height: 1380px;
	}

/* Slot 1
--------------------- */

/* Slot 2
--------------------- */
#slot2 {
	width: 1003px;
	float: left;
	margin-left: -10px;
	}

#slot2 #s2 {
	width: 1003px;
	float: left;
	height: 240px;
	top: 1300px;
	position: absolute;
	padding: 0;
	}		

#slot2 p {
	font-size: 11px;
	margin-top: 5px;
	}
	
#slot2 a, #slot2 a:link, #slot2 a:visited  {
	color: #ec008c;
	text-decoration: none;
	}
	
#slot2 a:hover {
	color: #ec008c;
	text-decoration: underline;
	}

#slot2 h1 {
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	width: 993px;
	clear: both;
	float: left;
	margin-left: 10px;	
	}

#slot2 h2, #slot2 h3, #slot2 h4 {
	font-size: 13px;
	color: #000;
	margin-top: 5px;
	padding-top: 5px;
	height: 25px;
	width: 320px;
	}
	
.s2-content {
	float: left;
	width: 320px;
	margin-left: 10px;
	padding: 0;
	}

/* Slot 3 - Lifestyle
--------------------- */
#slot3, #s3-lifestyle, .lifestyles {
	float: left;
	width: 1023px;
	_width: 1003px;
	height: 405px;
	overflow: hidden;
	line-height: normal;
	}

#slot3 {
	margin: 2px 0 0 -9px;
	_margin-left: 0px;
	}
	
@media only screen and (max-device-width: 1024px) {
	#slot3 {
		width: 1003px;		
		margin-left: 0px;
		overflow: hidden;
		}
	}
	
#slot3 div {float: left;}

/*jQuery Cycle Lifestyle Nav Pager*/ 
#s3-nav {
	float: left;
	position: absolute;
	_position: relative;
	height: 50px;
	list-style: none;
	z-index: 999;
	margin: 480px 0 0 165px;	
	*margin-left:-810px;	
	_margin: -80px 0 0 100px;
	top: 0;
	}
	
#s3-nav li, #s3-nav li a {
	float: left;
	width: 50px;
	height: 50px;
	}
	
#s3-nav li {
	margin: 10px;
	}	

#s3-nav li a {
	border: 3px solid #f6b1cf;
	}
	
#s3-nav li a:hover {
	border-color: #f173ac;
	}	

#s3-nav li a.activeSlide {
	border-color: #ec008c;
	}	
	
#s3-nav li a, #s3-nav li a:hover, #s3-nav li a.activeSlide {
	-webkit-transition: border-color 0.3s ease-in;
	-moz-transition: border-color 0.3s ease-in;
	-o-transition: border-color 0.3s ease-in;		
	transition: border-color 0.3s ease-in;	
	}
	
/* Slot 4 - Side Nav
--------------------- */

#slot4, #slot4 #s4-bg {
	width: 146px;
	height: 325px;
	}

#slot4 {
	float: left;
	position: absolute;
	_position: relative;
	margin: 200px 0 0 10px;
	top: 0;
	*margin: 190px 0 0 -990px;
	_margin: -370px 0 0 5px;
	z-index: 998;
	border: 2px solid #cc95bf;
	line-height: normal;
	padding: 0;
	clear: both;
	-webkit-box-shadow: 5px 5px 16px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 16px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 16px 1px rgba(0, 0, 0, 0.3);
	}

#slot4 ul  {
	padding: 0;
	margin: 5px 10px;
	}
	
#slot4 li {
	list-style: none;
	margin-top: -3px;
	line-height: 17px;
	line-height: 19px\9;
	}

.s4-list {
	margin: 10px 0 0 5px;
	}
	
.s4-list div {
	font-size: 13px;
	font-weight: bold;
	background: url(//images2.drct2u.com/content/images/homepages/110624AW_FW_s4_title_bg.gif) no-repeat left center;
	padding-left: 20px;
	width: 115px;
	color: #000;
	}
	
#slot4 li a, #slot4 li a:link, #slot4 li a:visited {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	}
	
#slot4 li a:hover {
	color: #ec008c;
	}
	
#slot4 li a, #slot4 li a:link, #slot4 li a:visited, #slot4 li a:hover {
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
	}
	
#slot4 li a span {
	color: #ec008c;
	font-weight: bold;
	}	
	
#slot4 #s4-bg {
	position: absolute;
	background-color: #fff;
	top: 0;
	z-index: -1;
	opacity: 0.5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=8);
	}	

/* Slot 5, 6, 7, 8, 9 & 10
--------------------- */

#slot5, #slot6, #slot7 {
	width: 330px;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 0;
	}

#slot5 a, #slot6 a, #slot7 a {
	text-decoration: none!important;
	}
	
#slot6, #slot7 {
	margin-left: 3px;
	}
	
#slot5, #slot6, #slot7 {
	margin-top: 5px;
	height: 196px;
	}

.slot-title {
	width: 300px;
	float: left;	
	display: block;
	position: absolute;
	margin-left: 10px;
	font-size: 18px;	
	height: 68px;
	float: left;
	margin-top: 11px;	
	}
	
a span.slot-title, a:link span.slot-title, a:visited span.slot-title {
	color: #000;
	text-decoration: none!important;
	}	
	
a:hover span.slot-title, a span.slot-title span {
	color: #ec008c;
	text-decoration: none;
	}		
	
a span.slot-title, a:link span.slot-title, a:visited span.slot-title {	
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;	
	transition: color 0.3s ease-in;	
	}
	
/* Our Other Sites Section */

#slot11, #othersites, #slot11 #slot11-top {
	width: 1003px;
	float: left;
	}
	
#slot11 {
	margin-top: 20px;
	}

#slot11 #slot11-top #slot11-why {
	float: left;
	width: 400px;
	padding-left: 5px;
	}	
	
#slot11 #slot11-top #slot11-list, #slot11 #slot11-top #slot11-list ul {
	float: left;
	width: 598px;
	}	

#slot11 #slot11-top #slot11-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	

#slot11 #slot11-top #slot11-list ul li{
	float: left;
	background: url(//images2.drct2u.com/content/images/homepages/110624AW_FW_asterisk.gif) no-repeat left center;
	font-size: 11px;
	padding: 0 50px 0 15px;
	}
	
.othersite, .othersite-long, .othersite-long-three  {
	float: left;
	height: 145px;
	margin: 7px;
	overflow: hidden;
	margin-top: 15px;
	}
	
.othersite {
	width: 187px;
	_width: 185px;
	}	
	
.othersite-long {
	width: 380px;
	}	
	
.othersite-long-three, .othersite-long-three .othersiteimg  {
	width: 573px;
	}	

.siterange, .sitelink-ext {
	float: left;
	padding: 5px 0 5px 5px;
	clear: both;
	}
	
.siterange {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #666;	
	width: 100%;
	}
	
.sitelink-ext {
	font-size: 11px;
	clear: both;
	width: 100%;
	}	
	
.othersiteimg {
	float: left;
	width: 185px;
	height: 98px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: 30px 0 0 0;
	*margin-left: -190px;
	_margin: 5px 0 0 0px;
	clear: both;
	}	
		
.othersiteimg, .othersiteimg img {
	position: absolute;
	}
	
.othersite-content {
	float: left;
	width: 185px;
	height: 128px;
	}
	
.othersite-content a, .othersite-content a:link, .othersite-content a:visited {
	text-decoration: none;
	color: #000;
	}
	
.othersite-content a:hover, .othersite-content a span {
	color: #ec008c;
	}		

.othersite-content a, .othersite-content a:hover {	
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;	
	transition: color 0.3s ease-in;	
	}
	
.othersite-long .othersite-content +.othersite-content {
	margin-left: 7px;
	}	
	
/* Helpful Links */
	
#slot12 {
	width: 1003px;
	height: 110px;
	float: left;
	margin: 34px 0 20px 0;
	overflow: hidden;
	clear: both;
	}
	
.s12-title {
	font-size: 18px;
	color: #493343;
	float: left;
	margin-left: 10px;
	clear: both;
	width: 100%;
	}

#slot12 ul, #slot12 ul li {
	float: left;
	font-size: 11px;
	list-style: none;
	}
	
#slot12 ul li {
	background: url(//images2.drct2u.com/content/images/homepages/1007AW_FW_list_star.gif) no-repeat left  center;
	padding-left: 15px;
	margin-bottom: 10px;
	}
	
#slot12 ul li  a, #slot12 ul li  a:link, #slot12 ul li  a:visited {
	color: #000;
	text-decoration: none;
	}
	
#slot12 ul li  a:hover {
	color: #ec008c;
	}
	
#slot12 ul li  a, #slot12 ul li  a:link, #slot12 ul li  a:visited, #slot12 ul li  a:hover {	
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;	
	transition: color 0.3s ease-in;
	}
	
#s12-size-guide, #s12-help {
	border-right: 2px dotted #f8a0d4;
	}
	
#s12-size-guide, #s12-help, #s12-useful-info, #sec-info {
	height: 100px;
	}	
	
#s12-size-guide ul, #s12-help ul, #s12-useful-info ul, #sec-info ul  {
	height: 90px;
	}		
	
#s12-size-guide {
	float: left;
	width: 336px;
	overflow: hidden;
	}

#s12-size-guide ul {
	width: 341px;
	margin-left: -30px;
	*margin: 10px 0 0 10px;
	}
	
#s12-size-guide li{
	width: 150px;
	}
	
#s12-help {
	float: left;
	width: 329px;
	overflow: hidden;
	}
	
#s12-help ul {
	width: 160px;
	margin-left: -30px;
	*margin: 10px 0 0 10px;
	}
	
#s12-help li{
	width: 160px;
	}
	
#s12-useful-info {
	float: left;
	width: 333px;
	margin: -99px 0 0 680px;
	_margin-left: 335px;
	overflow: hidden;
	}
	
#s12-useful-info ul {
	width: 333px;
	margin-left: -30px;
	*margin: 10px 0 0 10px;
	}

#s12-useful-info li{
	width: 165px;
	}
	
#sec-help {
	float: left;
	margin: -112px 0 0 170px;
	*margin: -102px 0 0 170px;
	_margin: -102px 0 0 80px;
	}
	
#sec-info {
	float: left;
	margin: -81px 0 0 800px;
	*margin: -73px 0px 0px 800px;
	_margin: -75px 380px;
	}
	
#sec-info li {
	width: 150px;
	}
	
#facebook-s12 a {
	background: url(//images2.drct2u.com/content/images/homepages/1007AW_FW_facebook_logo.gif) no-repeat right center;
	padding-right: 25px;
	}
	
#tv-s12 a {
	background: url(//images2.drct2u.com/content/images/homepages/1007AW_FW_tv_logo.gif) no-repeat right center;
	padding-right: 25px;
	}

/* GO BACK TO PREVIOUS SITE - DIV 6
--------------------------*/
#previousSite-6 {
}

#previousSite-6 a {
}

#previousSite-6 a:hover {
}

.navmesg {
}

#nav {
	position: absolute;
	background: url(//images2.drct2u.com/content/images/homepages/101207SS_FW_s3_nav.gif) no-repeat left top;
	top: 535px;
	z-index: 998;
	width: 230px;
	height: 20px;
	margin: 0px 0px 0px 190px;
	padding: 0px;
	}
	
#nav a {
	width: 100px;
	height: 20px;
	background: url(//images2.drct2u.com/content/images/freeformat/100823AW_FW_FF_transparent_tile.gif) repeat left top;
	padding-left: 100px;	
	text-decoration: none;
	}
	
@-moz-document url-prefix() {
	#outerPageContainer::after, #innerPageContainer::after {margin-left: -13px;}
	}
