@charset "utf-8";

.homepage-items-section {
	border:1px solid #cfcfcf;
	width:386px;
	overflow:hidden;
	float:right;
	color:#005592;
	font-family:Arial, Helvetica, sans-serif;
	margin:7px 8px 5px 0;
}

.homepage-items-section ul {
	padding:0;
	margin:0;
}

.homepage-items-section h2 {
	margin:0;
	padding:10px;
	background-color:#4C4C4C;
	text-shadow: 2px 2px 5px #1F1F1F;
}

.homepage-items-section h2, 
.homepage-items-section h2 a,
.homepage-items-section h2 a:link, 
.homepage-items-section h2 a:hover, 
.homepage-items-section h2 a:active {
	color:#fff;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.homepage-items-section h2 + .description{
	/*color:#0062b6;*/
	color:#fff;
	background-color:#4C4C4C;
	padding:0 12px 12px;
	text-align:left;
	font-size:8pt;
	margin:0;
}


.homepage-items-section li {
	list-style:none;
	padding:2px;
	margin:0 0 0 -1px;
	height:60px;
	background:url("/images/newexclusivesHomepageBG.v2.jpg") repeat-y scroll 0 0 #ECECEC;
	border-left:2px solid #FFFFFF;
	border-top:1px solid #B5C6D2;
	cursor:pointer;
	position:relative;
	z-index:5;
}

#IE6 .homepage-items-section li, 
#IE7 .homepage-items-section li {
	/*fixes whitespace issue in IE*/
	margin-bottom:-3px;
	margin-left:0;
}

.homepage-items-section li:hover {
	border-left-color:#005592;
}

.homepage-items-section li .itemInfo {
	float:left;
	width:100%;
	margin-left:-65px;
	font-size:11px;
}

.homepage-items-section li .itemInfo > * {
	margin-left:65px;
	padding-left:15px;
}

.homepage-items-section li .itemInfo .info-part {
	padding-right:7px;
}

.homepage-items-section li h4 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:5px;
	color:#005592;
	overflow:hidden;
	height:15px;
}

.homepage-items-section li img {
	float:left;
	width:60px;
	height:60px;
	padding-left:5px;
}

.homepage-items-section li span {
	color:#005592;
}

#placeHolder_Recommendations {
	max-height:255px;
}

#placeHolder_NewExclusive a, #placeHolder_Spotlights a {
	outline: none;
	-moz-outline-style: none;
	ie-dummy: expression(this.hideFocus=true);
}

#placeHolder_Spotlights{
	border:1px solid #cfcfcf;
	margin:0px;
	padding:0px;
	width:498px;
	height:318px;
	float:left;
	position:relative;
	text-align:center;
	margin-top:7px;
	margin-left:7px;
}

#spotlights { float:left; width:112px;}
#spotlights a.spotlight { display:block; width:112px; height:106px; margin:0px; outline:0; text-decoration:none;}	
#spotlights a.spotlight span{ visibility:hidden;}

#spotlights a.toolbox {	background:url(/images/spotlights/imageMap.jpg) 0 0 no-repeat;}
#spotlights a.toolbox:hover { background:url(/images/spotlights/imageMap.jpg) 0 -106px no-repeat;}
#spotlights a.toolbox.selected { background:url(/images/spotlights/imageMap.jpg) 0 -212px no-repeat;}

#spotlights a.workspace { background:url(/images/spotlights/imageMap.jpg) 0 -318px no-repeat;}
#spotlights a.workspace:hover { background:url(/images/spotlights/imageMap.jpg) 0 -424px no-repeat;}
#spotlights a.workspace.selected { background:url(/images/spotlights/imageMap.jpg) 0 -530px no-repeat;}

#spotlights a.catalog {	background:url(/images/spotlights/imageMap.jpg) 0 -636px no-repeat;}
#spotlights a.catalog:hover { background:url(/images/spotlights/imageMap.jpg) 0 -742px no-repeat;}
#spotlights a.catalog.selected { background:url(/images/spotlights/imageMap.jpg) 0 -848px no-repeat;}


#spotlightDetails{ float:left; width:386px; height:100%;}
#spotlightDetails div.shown{ display:block;}


#spotlightDetail_toolbox{ height:100%; width:100%; background:#fff url(/images/spotlights/spotlight_toolbox.jpg) no-repeat;}
#spotlightDetail_workspace{ height:100%; width:100%; background:#fff url(/images/spotlights/spotlight_workspace.jpg) no-repeat;}
#spotlightDetail_catalog{ height:100%; width:100%; background:#fff url(/images/spotlights/spotlight_catalog.jpg) no-repeat;}

#spotlightDetails .spotlightDetail{display:none; cursor:pointer;}
#spotlightDetails .spotlightDetail .description{width:357px; height:96px; padding:5px; padding-left:25px; background:rgba(0, 0, 0, 0.7) url(/images/spotlights/arrow.png) top left no-repeat; margin:0; text-align:left;}
#spotlightDetails .spotlightDetail .description h2{ color:#fff; font-size:2em; font-weight:bold; font-family:arial; margin:5px 0px; padding:0; text-shadow: 2px 2px 5px #1f1f1f;}
#spotlightDetails .spotlightDetail .description p{ color:#fff; font-family:arial; font-size:1.1em; margin:0; padding:0;}

#spotlightDetails .spotlightDetail .description a{ color:#fff; text-decoration:none; border-bottom:1px solid #fff; font-size:1em; outline:0;}
#spotlightDetails .spotlightDetail .description a:hover{ text-decoration:none;}

#spotlightDetails .spotlightDetail .description.toolbox a:hover{	border-bottom:1px solid #f1d200;}
#spotlightDetails .spotlightDetail .description.workspace a:hover{ border-bottom:1px solid #4177da;}
#spotlightDetails .spotlightDetail .description.catalog a:hover{ border-bottom:1px solid #d81918;}

#spotlightDetails .spotlightDetail .toolbox{position:relative; top:0px;}
#spotlightDetails .spotlightDetail .workspace{position:relative; top:106px;}
#spotlightDetails .spotlightDetail .catalog{position:relative; top:212px;}

#placeHolder_NewExclusive a, #placeHolder_Spotlights a {
	outline: none;
	-moz-outline-style: none;
	ie-dummy: expression(this.hideFocus=true);
}

#placeHolder_NewExclusive .title{
	font-weight:bold;
	font-size:26px;
}

#placeHolder_NewExclusive .title a, #placeHolder_NewExclusive .title a:link, #placeHolder_NewExclusive .title a:hover, #placeHolder_NewExclusive .title a:visited, #placeHolder_NewExclusive .title a:active{
	font-weight:bold;
	font-size:26px;
	color:#005592;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
}

#placeHolder_NewExclusive blockquote{
	text-align:left;
	font-size:12px;
}


.newExclusiveHomepage{
	background:#ececec url(/images/newexclusivesHomepageBG.v2.jpg) repeat-y;
	border-top:1px solid #b5c6d2;
	border-left:2px solid #ffffff;
	width:382px;
	height:60px;
	padding:2px;
	font-family:arcial;
	cursor:pointer;
	position:relative;
	z-index:5;
	margin-left:-1px;
}

#IE6 .newExclusiveHomepage,
#IE7 .newExclusiveHomepage {
	margin-left:0;
}

.newExclusiveOn{
	border-left-color:#005592;
}

.newExclusiveHomepage img{
	float:left;
	padding-left:5px;
	margin-right:15px;
}

.newExclusiveHomepage .itemInfo{
	color:#005592;	
	font-size:11px;
	padding:15px 5px 0px 0;
	text-align:left;
	white-space:nowrap;
}

.newExclusiveHomepage .itemInfo p{
	margin-top:5px;
	color:#005592;
	font-family:arial;
	font-size:11px;
}
.newExclusiveHomepage .itemInfo span{
	color:#005592;
	font-family:arial;
}
.newExclusiveHomepage .itemInfo .description{
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.newExclusiveHomepage .itemInfo .attribute{
	font-weight:bold;
	font-family:arial;
}

#placeHolder_NewExclusive h2 a {
	text-decoration:none;
	outline:0;
}

.homepage-items-section a.detailsLink, .homepage-items-section a.detailsLink:link, .homepage-items-section a.detailsLink:visited{
	font-size:11px;
	font-family:arial;
	text-decoration:none;
	color:#005592;
}

.homepage-items-section a.detailsLink:hover, .homepage-items-section a.detailsLink:active{
	text-decoration:underline;
}
