@charset "UTF-8";
/* CSS Document */


body {
	background-color: #F5F5F5;	/*background-color:#F5F5F5;*/
	background-image: url(../img/diagonal_bg.jpg);
	background-repeat: repeat;
}

a {
	color: #F15A24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img, div, a, input 
     { behavior: url(../iepngfix/iepngfix.htc) }


/* CONTAINER
----------------------------------------------------------------------------------------------------*/


#container, #container1, #container_fluid {
	overflow: hidden;
	background-color:#FFF;
}

#container_fluid {
	margin-left:0px;
	width: 100%;
	background-image: none;	
}

/* Header Layout
----------------------------------------------------------------------------------------------------*/

#header, #header_fluid, #header_rightbg, #header_rightbg_fluid {
	background-color: #222222;
	margin:0px;
	width: 980px;
	overflow: hidden;
	background-image: url(../img/header_bgnew.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}
#header_rightbg, #header_rightbg_fluid {
	background-image: url(../img/header_right_bg.jpg);
	position:right;
	background-repeat: no-repeat;
	background-position: right 0px;
	background-color: transparent;
	margin:0px;
	padding:0px;
	float:right;
}

#header_fluid, #header_rightbg_fluid {
	width: 100%;
}

#headerL, #headerL_fluid, #headerR, #headerR_fluid {
	margin-top:  0px;
	height: 70px;
	padding-top:0px;
	overflow: hidden;

}
#headerL, #headerL_fluid {
	width:660px;
	margin:0px;
}

#headerL_fluid {
width:260px;
}

#headerL h1, #headerL_fluid h1{
	background-image: url(../img/nis_logo24pad.png);
	width:240px;
	height:65px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:0px;
	text-indent: -9999px;
	margin-top:0px;
}
#headerL h1 a, #headerL_fluid h1 a{
	width:240px;
	height:65px;
	display:block;
}

#headerR, #headerR_fluid {
	width: 300px;
	margin:0px;
	padding-right:20px;
}

#headerR_fluid {
	float:right;
}

#headerR p, #headerR_fluid p{
	color: #999;
	text-align: right;
	font-size:10px;
	margin-top:10px
}


/* Main Navigation
----------------------------------------------------------------------------------------------------*/


#nav, #nav_fluid {
	height: 30px;
	overflow: hidden;
	border-top: 1px dotted #666666;
	margin-left:20px;
	margin-right:20px;

}
#nav {
	margin-right:20px;
	width: 940px;
}

#nav_fluid {
	width:100%;
}



#nav ul, #nav_fluid ul{
	margin: 0px;
	padding: 0px;

}

#nav li, #nav_fluid li{
	margin: 0px;
	padding: 0px 20px;
	display: inline;
	line-height: 30px;
	border-right: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
	color: #F15A24;
}
#nav li.first, #nav_fluid li.first {
	padding-left:0px;
}


#nav li a, #nav_fluid li a {
	color: #CCCCCC;
	text-decoration: none;
}

#nav li a.navactive, #nav_fluid li a.navactive{
	color: #F15A24;
}
 
#nav li a:hover, #nav_fluid li a:hover {
	color: #FFF;
} 



/* Sub Navigation
----------------------------------------------------------------------------------------------------*/


#subnav_container, #subnav_container_fluid {
	background-color: #E1E1E1;
	height: 28px;
	width: 980px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../img/subnav_bg.png);
	background-repeat: repeat-x;
	float:left;
}

.home #subnav_container {
	background-color: #EEEEEE;
	/*background-image: none;*/
}

#subnav_container_fluid {
	width: 100%;
}



#subnav, #subnav2, #subnav_fluid {
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;	
}

#subnav {
	width: 980px;
}

#subnav2 {
	width: 660px;
}

#subnav_fluid {
}

#subnav ul, #subnav2 ul, #subnav_fluid ul {
	margin: 0px;
	padding: 0px;
	padding-left:0px;

}

#subnav li, #subnav2 li, #subnav_fluid li {
	margin: 0px;
	padding: 0px 12px 0px 12px;
	display: inline;
	line-height: 26px;
	font-size: 10px;
	font-weight: normal;
	color: #F15A24;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	border-right: 1px solid #CCCCCC;

}
#subnav li.first, #subnav2 li.first, #subnav_fluid li.first {
	padding: 0px 15px 0px 20px;
}


#subnav li a, #subnav2 li a, #subnav_fluid li a {
	color: #333333;
	text-decoration: none;
}

 
#subnav li a:hover, #subnav2 li a:hover, #subnav_fluid li a:hover {
	color: #F15A24;


} 

/* Basket Navigation
----------------------------------------------------------------------------------------------------*/


#basketnav, #basketnav_fluid {
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	width: 300px;
	padding-right:20px;
	background-image: none;
	background-color: none;

} 

#basketnav_fluid {
	float:right;
} 

#basketnav p, #basketnav_fluid p {
	line-height: 26px;
	font-size: 10px;
	color: #333333;
	text-align: right;

} 






/* LIBRARY HOMEPAGE CONTENT (fixed width)
----------------------------------------------------------------------------------------------------*/


/* LEFT COLUMN
----------------------------------------------------------------------------------------------------*/


#left {
	margin-top:18px;
	margin-left:20px;
	margin-right:0px;
	padding-right:10px;
} 

#left p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
} 

#left p.small {
	font-size: 9px;
	line-height: 12px;
} 


/* Slideshow (Logged Out)
----------------------------------------------------------------------------------------------------*/


#slideshow  {
    position:relative;
    height:292px;
	width:460px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}





#slideshowbottom, #slideshowbottom380 {
	background-image: url(../img/slideshow_bottom.png);
	background-repeat: no-repeat;
	width:454px;
	height:20px;
	margin-bottom:15px;
	padding-left:6px;
}
#slideshowbottom380 {
	background-image: url(../img/slideshow_bottom380.png);
	background-repeat: no-repeat;
	width:380px
}
#slideshowbottom p.small, #slideshowbottom380 p.small {
	line-height: 20px;
	font-size:9px;
}




/* Recent Image (Logged in)
----------------------------------------------------------------------------------------------------*/

#recent_image {
		height:292px;
        width: 460px;
		position: relative;
}


#recent_image p {
	color: #FFF;
	font-size: 11px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: white;
}

.image-caption {
	color: white;
	width: 444px;
	padding: 6px 10px 6px 6px;
	text-align:left;
	background-color: black;
	position: absolute;
	bottom:0;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=60);

}
*html .image-caption {
	width: 460px;
}




/* Left column image titles
----------------------------------------------------------------------------------------------------*/

h2.library, h2.members, h2.welcome {
	text-indent: -9999px;
	margin-bottom:8px;
	background-color: #fff;
	background-image: url(../img/title_image_library.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
h2.members {
	
	background-image: url(../img/title_members_area.png);
}
h2.welcome {
	background-image: url(../img/title_welcome.png);
}



/* MIDDLE COLUMN
----------------------------------------------------------------------------------------------------*/


#middle {
	margin-top:18px;
	/* border-right:1px solid #DDDDDD;*/
	padding-right:10px;
	margin-right:0px;
} 

#middle h3{
	margin-bottom:5px;
	padding:0px;
	lineheight :18px;
} 





/* Search Box, Category Box, Licensing Box
----------------------------------------------------------------------------------------------------*/

#searchbox, #categorybox, #licensingbox, #heretohelp {
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 7px 10px 0px 10px;
	width: 278px;
} 


/* Search Box 
----------------------------------------------------------------------------------------------------*/

#searchbox h3, #searchbox p{
		margin-left: 0px;
} 

#searchbox p{
	font-size: 10px;
	color:#CCCCCC
} 

#searchform {
	margin:0px 0px 10px 0px;
	padding: 0px;
	
} 

#searchform label{
	margin:0px 0px 0px 0px;
	font-size: 9px;
	
} 


#searchfield {
	height:15px;
	width: 195px;
	padding: 2px 5px 1px 5px;
	border: 1px solid #CCCCCC;
	background: #fff;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
} 

#searchbtn {
	height:20px;
	width: 70px;
	position: absolute;
	border: 0px;
} 


/* H3 Image Titles 
----------------------------------------------------------------------------------------------------*/

h3.searchboxhead, h3.categoryboxhead, h3.licensingboxhead, h3.heretohelp, h3.signin  {
	background: url(../img/title_search.png) #F5F5F5 no-repeat;
	text-indent: -9999px;
	margin-bottom:3px;
}


h3.categoryboxhead {
	background-image: url(../img/title_browse_by_collection3.png);
}
h3.licensingboxhead {
	background-image: url(../img/title_licensing.png);
}
h3.heretohelp {
	background-image: url(../img/title_heretohelp.png);
}


/*Category Box Columns and links 
----------------------------------------------------------------------------------------------------*/

#catcol1, #catcol2 {
	width:125px;
	margin-top:3px;
	
}

#catcol1 {
	margin-right: 0px;
	margin-left: 0px;
	border-right: 1px dotted #CCCCCC;
}

#catcol1 ul, #catcol2 ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#catcol2 ul {
	margin-bottom: 7px;
}

#catcol1 li, #catcol2 li {
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	list-style-type: none;
}

#catcol1 li a, #catcol2 li a{
	color: #F15A24;
	text-decoration: none;

}
#catcol1 li a:hover, #catcol2 li a:hover{
	text-decoration: underline;

}


/* Licensing Box 
----------------------------------------------------------------------------------------------------*/


#licensingbox p {
	color: #333333;
	line-height:16px;
} 

#licensingbox img {
	float: right;
} 



/* Middle column box images (Top & Bottom) 
----------------------------------------------------------------------------------------------------*/

#ilmidboxtop, #ilmidboxbottom {
	background-image: url(../img/midbox140_top.png);
	background-repeat: no-repeat;
	width: 300px;
	height:5px;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
}

#ilmidboxbottom {
	background-image: url(../img/midbox140_bottom.png);
	margin-bottom: 10px;

}





/* RIGHT COLUMN 
----------------------------------------------------------------------------------------------------*/


#right {
	margin-top:18px;
	width:140px;
} 


/* Sign in box 
----------------------------------------------------------------------------------------------------*/

#signin {
	width: 122px;
	background-color: #333333;
	margin-left: 0px;
	padding: 4px 8px;
}

#signinform {
	margin-bottom:0px;
}

#signin h3 {
	color: #F5F5F5;
}

h3.signin {
	background: url(../img/title_signin.png) #333333 no-repeat;
}

#signin p {
	font-size: 9px;
	margin-bottom:5px;

}
#signin label {
	color: #CCCCCC;
	font-size: 9px;

}
#email, #password {
	width: 120px;
	height:14px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;

}
#password {
	margin-bottom: 10px;
}
#signinbtn {
	height:20px;
	width: 70px;
	border: 0px;
	display:block;
} 


#signintop, #signinbottom, #whyregistertop, #whyregisterbottom, .added_top, .added_bottom, .project_top, .project_bottom {
	background-image: url(../img/signin_top.png);
	background-repeat: no-repeat;
	width: 138px;
	height:5px;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;

}

#signinbottom, #whyregisterbottom, .added_bottom, .project_bottom {
	background-image: url(../img/signin_bottom.png);
	margin-bottom:10px;
}


/* Why Register 
----------------------------------------------------------------------------------------------------*/


h3.whyregister {
	background-image: url(../img/title_whyregister.png);
	background-repeat: no-repeat;
	background-color:none;
	margin-bottom:3px;
	text-indent:-9999px;
}

#whyregister {
	background-color: #FFF;
	padding:4px 8px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	clear:both;
	width: 120px;

}
#whyregister p {
	color:#333333;
	margin-bottom: 5px;
}
#homenews p.small {
	color:#333333;
	clear:both;
	
}
#whyregister li {
	margin-left: 15px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 4px;
	line-height: 14px;

}

#whyregistertop {
	background-image: url(../img/whyregister_top.png);
}

#whyregisterbottom {
	background-image: url(../img/whyregister_bottom.png);
	margin-bottom:3px;
}


/* Logged in right column image added dates 
----------------------------------------------------------------------------------------------------*/

div.added_wrapper {
	padding:0px 4px 0px 4px;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin:0px;
	float:left;

}

#right p.added {
	font-size: 9px;
	color: #666666;
	margin: 2px 0px 9px 5px;
	float:left;
}
.added_top, .added_bottom {
	background-image: url(../img/added_top.png);
	float:left;
	width:140px;
	
}

.added_bottom {
	background-image: url(../img/added_bottom.png);
	margin-bottom:0px;
}








/* SEARCH PAGE LAYOUT
----------------------------------------------------------------------------------------------------*/

/* Container for the search controls
----------------------------------------------------------------------------------------------------*/
#searchrow {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	margin:0px 20px 0px 0px;
	padding-bottom:0px;
	padding-top:10px;
	background-color: #F5F5F5;


}

/* Search controls
----------------------------------------------------------------------------------------------------*/

#searchcontrol, #lightbox_control {
		float:left;
		min-height:75px;
		display:inline;
		position:relative;
		font-size: 9px;
}

#searchcontrol {
		width:310px;
		display:inline;
		position:relative;
}

#lightbox_control {
		float:left;
		width:180px;
		margin-left:20px;
		display:inline;
		position:relative;
}

#searchcontrol p {
		margin-left:0px;
}

#searchcontrol label {
	margin:0px 0px 0px 0px;
	font-size: 9px;

}

#lightbox_control h1 {
	height:20px;
	padding:0px;
	line-height: 1em;
	text-indent: -9999px;
	margin-bottom:8px;
	background-image: url(../img/titles_mylightbox.png);
	background-repeat: no-repeat;
	margin-top: 3px;
}

#lightbox_control select {
	min-width:200px;
}

#searchcontrol form {
	margin-left:20px;
	margin-bottom:0px;

}

#newsearch, #searchwithin {
	margin-bottom:5px;
	margin-left:0px;

}
#left-content  {
	margin-left:0px;
	margin-bottom:10px;
	font-size: 9px;
}

/* Search Type Checkboxes
----------------------------------------------------------------------------------------------------*/

#searchchecks {
		float:left;
		margin-left:10px;
		height:65px;
		border-left: 1px dotted #CCCCCC;
		padding-left:15px;
		line-height:20px;
		display:inline;
		position:relative;
		width: 200px;
}
#col1checks, #col2checks {
		overflow:hidden;
		float: left;
		display:inline;
		position:relative;
}
#col2checks {
		margin-left:20px;;
}



/* Lightbox Overlay and Autozoom 
----------------------------------------------------------------------------------------------------*/


#overlayzoom {
		float:right;
		line-height:20px;
		margin-left:20px;
		padding-left:15px;
		border-left: 1px dotted #CCC;
		height:65px;
		display:inline;
		position:relative;
		width:200px;
}


#autozoom, #overlay_control {
		margin-right:20px;
		float:left;
		display:inline;
		position:relative;
}





/* Results per page & Sort Results
----------------------------------------------------------------------------------------------------*/

#rightcontrol {
		float:right;
		padding:0px 0px 0px 15px;
		width:180px;
		border-left: 1px dotted #CCC;
		display:inline;
		position:relative;

}

#resultsperpage, #searchsort {
	float:right;
	margin-right:20px;
	line-height:20px;
	display:inline;
	position:relative;
}

#searchsort {
	line-height:40px;
}

#resultsperpagemenu, #searchsortmenu {
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
		padding:0px 3px 0px 3px;

}
#resultsperpagemenu label, #searchsortmenu label {
		margin: 0px;
		padding: 0px;
}




/* Search Result Details Container
----------------------------------------------------------------------------------------------------*/

#resultsdetails, #resultsdetailsbottom {
	width: 100%;
	height: 30px;
	border-bottom: 1px dotted #CCCCCC;
	margin:10px 20px 10px 20px;
	clear: both;

}

#resultsdetailsbottom {
	border-top: 1px dotted #CCCCCC;
	margin-bottom:0px;
	border-bottom: none;
}

/* Search Result Statistics
----------------------------------------------------------------------------------------------------*/

#resultsstats {
	float: left;
}

#resultsstats p, #resultspag p {
	line-height: 30px;
	margin:0px;
	color:#333333; 
}



/* Go to Page (fluid layout)
----------------------------------------------------------------------------------------------------*/

#gotopage {
		float:right;
		line-height:30px;
		margin-right:30px;

		
}
#gopagemenu {
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
		padding:0px 3px 0px 3px;
}


/* Search Result Pagination (fluid layout)
----------------------------------------------------------------------------------------------------*/

#resultspag {
	float: right;
	height: 30px;
	text-align: right;
}

#resultspag p {
	margin-right:40px;

}

img.ico_first, img.ico_prev, img.ico_next, img.ico_last {
	background-repeat:no-repeat;
	display:inline;
	height:16px;
	padding: 0px 0px 2px 0px;
	vertical-align:middle;
	width:16px;
	border: none;
	background-position: 0px 0px;
}

img.ico_first {
	background-image:url(../img/pagination_first.png);
	margin-right:3px;
}

img.ico_prev {
	background-image:url(../img/pagination_previous.png);
	margin-right:3px;
}

img.ico_next {
	background-image:url(../img/pagination_next.png);
	margin-left:3px;
}

img.ico_last {
	background-image:url(../img/pagination_last.png);
	margin-left:3px;
}







/* Search Result Image Content (fluid layout)
----------------------------------------------------------------------------------------------------*/

#searchresults {
	width: 100%;
	clear: both;
	padding: 10px;
	margin:0px;

	
}

.resultbox {
	width: 160px;
	padding: 0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	float:left;
	overflow:hidden;

}

.resultbox_img {
	width: 160px;
	height: 160px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.resultbox_img img {
	border: none;
	
}


/* Icon Panel 
----------------------------------------------------------------------------------------------------*/


.iconPanel {
	padding: 3px 0px 0px 0px;
	margin:0px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	overflow: hidden;
	text-align: center;

}

.iconPanel img {
	border: none;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

.iconPanel p {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-size:10px;
	font-weight:bold;
	line-height:19px;
	text-transform: uppercase;
}
.iconPanel p a {
	color:#333333;
}
.iconPanel p a:hover {
	color: #F15A24;
	text-decoration:none;
}





/* Set Panel 
----------------------------------------------------------------------------------------------------*/


.setPanel {
	padding: 3px 0px 3px 0px;
	margin:0px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	overflow: hidden;
	text-align: left;

}

.setPanel img {
	border: none;
	margin: 0px;
	padding: 0px;
	float:right;
	display:inline;
	padding-top:6px;
	padding-right:2px;
}

.setPanel p {
	margin: 0px;
	padding: 0px;
	font-size:10px;
	line-height:15px;
}
.setPanel p a {
	color: #F15A24;
	font-weight:bold;
}
.setPanel p a:hover {
	text-decoration:undeline;
}




/* Footer 
----------------------------------------------------------------------------------------------------*/


#footer, #footer_fluid {
	border-top: 1px dotted #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px 20px;
	width:940px;

}
#action {
	margin:0px 20px;
	width:940px;
}

#footer_fluid {
	width:100%;
	margin-left:20px;
	margin-right:20px;

}

#footer p, #footer_fluid p {
	font-size: 8px;
	color: #666;
	margin-left:0px;
	margin-bottom:6px;
}

#footer a, #footer_fluid a {
	color: #000;
}
#footer a:hover, #footer_fluid a:hover {
	color: #F15A24;
	text-decoration:underline;
}

#footer ul, #footer_fluid ul{
	margin: 0px;
	padding: 0px;

}


#footer li, #footer_fluid li{
	margin: 0px;
	padding: 0px 13px 0px 10px;
	display: inline;
	line-height: 26px;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	border-right: 1px solid #CCCCCC;
}

#footer li.first, #footer_fluid li.first {
	padding-left: 0px;
}

#footer li a, #footer_fluid li a {
	color: #000;
	text-decoration: none;
}
 
#footer li a:hover, #footer_fluid li a:hover {
	color: #F15A24;
	text-decoration: underline;
} 


/* Shopping Cart Left Column
----------------------------------------------------------------------------------------------------*/

#cartleft, #helpleft, #accountleft, #collections {
	margin-top:18px;
	margin-left:20px;
} 

#cartleft h1, #helpleft h1, #accountleft h1, #collections h1 {
	margin:0px;
	height:20px;
	padding:0px;
	line-height: 1em;
	/*text-indent: -9999px; */
	margin-bottom:8px;
	background-color: #fff;
	/*background-image: url(../img/title_mybasket333.png); */
	background-repeat: no-repeat;
} 

#collections {
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	overflow:hidden;
	float:left;
	height:30px;
	width:100%;
	magin-right:20px;
}

#collections h1 {
	/*background-image: url(../img/title_collections.png);*/
}

#cart_help {
	padding:5px 5px 3px 0px;
	width:130px;
	margin: 20px 0px 0px 0px;
	color: #333333;
}

#cart_help p, #helpright p {
	padding:5px 0px 0px 0px;
	border-top: 1px dotted #CCC;
	line-height:17px
}

#cart_help p.norule, #helpright p.norule {
	padding:0px;
	border-top: none;
	margin-top:-2px;
}




/* Shopping Cart Main Column
----------------------------------------------------------------------------------------------------*/


#cartcontent, #content {
	margin-top:18px;
	/* border-right:1px solid #DDDDDD;*/
	margin-right:0px;
	margin-left:0px;
	padding-left:10px;
	margin-bottom:20px;
	color: #333333;
} 
#content {
	width:580px;
	padding-right:20px;
	margin-right:10px;
	margin-left:10px;
	padding-left:20px;
	border-left:1px dotted #CCC;
	


} 

#cartcontent h2, #content h2 {
	margin: 0px 0px 5px 0px;
	padding-top: 0px;
	color: #F15A24;
	font-size:16px;
	line-height:1em;
}

#content h2 {
	margin: 0px 0px 10px 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	border-bottom:1px dotted #CCC;

}

#cartcontent h3, #content h3 {
	margin: 15px 0px 8px 0px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	color: #555555;
}

#content h3.first {
	border-top: none;
	margin: 0px 0px 8px 0px;
	padding-top: 0px;
}

#cartcontent h4, #content h4 {
	margin: 10px 0px 5px 0px;
	color: #555555;
}
#cartcontent h5, #content h5 {
	margin: 10px 0px 0px 0px;
	color: #555555;
}

#content ul {
	margin: 0px 0px 10px 20px;
}
#content li {
	margin: 10px 0px 5px 0px;
}

/* Shopping Cart Steps
----------------------------------------------------------------------------------------------------*/

#cartsteps_container {
	margin-bottom: 20px;
	margin-left:0px;
}

#cartsteps {
	margin: 0px;
	padding: 0px;

}
#cartsteps td{
	height:18px;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	
}

#cartsteps td.back{
	text-indent:10px;
	background-color:#666;
	color: #CCC;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 140px;
	
}
#cartsteps td.back a{
	color: #CCC;
	}
	#cartsteps td.back a:hover{
	color: #FFF;
	text-decoration:none
	}
	
#cartsteps td.active {
	text-indent:10px;
	background-color:#F15A24;
	color: #FFF;
	border-top: 1px solid #F15A24;
	border-bottom: 1px solid #F15A24;
	width: 140px;
	
}
#cartsteps td.forward, #cartsteps td.forward_last {
	text-indent:10px;
	background-color:#F5F5F5;
	color: #666;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	width: 140px;
}
#cartsteps td.forward_last {
	border-right: 1px solid #DDDDDD;
}
#cartsteps td.divider1, #cartsteps td.divider2, #cartsteps td.divider3, #cartsteps td.divider4{
	background-image: url(../img/cart_divider1.png);
	background-repeat: no-repeat;
	width: 20px;
}
#cartsteps td.divider2 {
	background-image: url(../img/cart_divider2.png);
}
#cartsteps td.divider3 {
	background-image: url(../img/cart_divider3.png);
}
#cartsteps td.divider4 {
	background-image: url(../img/cart_divider4.png);
}




/* Shopping Cart Control
----------------------------------------------------------------------------------------------------*/

#cartcontrol_top, #cartcontrol_bottom {
	height:45px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	overflow:hidden;
	margin-right:0px;
	
}
#cartcontrol_top {
	border-top: none;
	margin-left:0px;
	
}
#cartcontrol_bottom {
	border-top: 1px dotted #CCC;
	border-bottom: none;
	margin:0px;

	}

#cartcontrol_left, #cartcontrol_left_bottom {
	margin-left:0px;
	padding-top:13px
}

#cartcontrol_right, #cartcontrol_right_bottom {
	float:right;
	margin-right:0px;
	text-align:right;
	padding-top:13px
	}
	

#cartcontrol_left input, #cartcontrol_right input, #cartcontrol_left_bottom input, #cartcontrol_right_bottom input, input.project_save {
	margin-right:5px;
	
}


/* Shopping Cart Items
----------------------------------------------------------------------------------------------------*/


#cartitem_container {
	overflow: hidden;
	border-bottom:1px dotted #CCC;
	padding:10px 0px;
	margin-left:0px;
	margin-right:0px
}


#cartitem_img {
	margin-left:0px;
	width:170px;
}

#cartitem_details {
	width:270px;
	color:#333;
}

#cartitem_price {
}
#cartitem_price p{
	margin-bottom:0px;
}
p.price{
	margin-top: 20px;
}
p.remove{
	margin-top: 10px;
}




/* Shopping Cart Projects
----------------------------------------------------------------------------------------------------*/

#cartitem_projects {
	margin-right: 0px;
}
.project_top, .project_bottom {
	background-image: url(../img/added_top.png);
	margin-right:0px;
	width: 140px;
	background-repeat: no-repeat;

}

.project_bottom {
	background-image: url(../img/added_bottom.png);
}

div.project {
	background-color: #FFF;
	padding:5px 8px 3px 8px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width:122px;
	margin-right:0px;
}
div.project label {
	color: #666666;
	font-size: 9px;
}
.project_title, .license_start {
	width: 110px;
	height:14px;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	width:120px;
}
.license_start {
	margin: 0px 0px 10px 0px;
	width: 95px;

}

a.date-picker-control:link, a.date-picker-control:visited, a.date-picker-control:hover, a.date-picker-control:active, a.date-picker-control:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:0 none;
	cursor:pointer;
	display:-moz-inline-stack;
	line-height:1;
	margin:0 0 0 0px;
	min-width:16px;
	padding:0;
	position:relative;
	text-decoration:none;
	vertical-align:middle;
	visibility:visible;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/cal.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float:right;
}

a.date-picker-control span {
display:block;
height:16px;
margin:auto 0;
width:16px;
}



/* Shopping Cart Total
----------------------------------------------------------------------------------------------------*/

#cart_total {
	text-indent:480px;
	padding-top:0px;
	padding-bottom:5px;
	margin-left:0px

}
#cart_total p {
	margin: 5px 0px 0px 0px;
	font-size:11px;
}


/* Delivery and confirm order
----------------------------------------------------------------------------------------------------*/

#delivery {
	width:400px;
	
}
#delivery h3.first {
	border-top: none;
	margin-top:0px
}

#delivery tr, #confirm tr {
	height:20px;
}

#delivery input, #confirm input {
	margin-right:4px;
	margin-left:0px;

}
#delivery label, #confirm label {
	margin:0px 15px 0px 0px;
}

#confirm_details {
		padding-bottom:10px;
		border-bottom:1px dotted #CCCCCC;
		margin-bottom:10px;
		overflow:hidden;
}
#confirm_left, #confirm_middle, #confirm_right{
	width:270px;
	float:left;
	
}
#confirm_middle, #confirm_right {
	margin-left:20px;
	width:270px;

	
}
#confirm_right {
		width:200px;

}


/* Help
----------------------------------------------------------------------------------------------------*/

#helpleft {
	padding:0px;
	
}

#helpleft h1, #accountleft h1 {
	background-image: url(../img/title_help.png);
	margin-bottom:11px;
}
	#accountleft h1 {
	background-image: url(../img/title_myaccount.png);
	margin-bottom:11px;
}

#helpleft ul, #accountleft ul {
	margin:0px 0px 10px 0px;
	padding:0px;
	border-top:1px dotted #CCC;
	padding: 0px 0px;
}
#helpleft li, #accountleft li {
	list-style-type: none;	
	margin:0px;
	padding:0px;
	padding:3px 0px;
	border-bottom: 1px dotted #CCC;
		
}
#helpleft li a, #accountleft li a {
		
}
#helpleft li a:hover, #accountleft li a:hover {
		
}

#helpright {
	margin-top:18px;
	margin-right:10px;
	border-left:1px dotted #CCC;
	margin-left:0px;
	padding-left:10px;
	}

	
	
	/* Account Form
----------------------------------------------------------------------------------------------------*/

#content form { 
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 440px; 
}

#content form fieldset {
  border:none;
  padding: 10px;        
  margin: 0;
}

#content form label { 
	display: block;  
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 15px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	line-height:20px;
}

#content form label.first { 	
	margin: 0px 0 0;
}

#content form input,   #content form select, #content form input.short{
	width:250px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:15px 0 0 10px; 
}

#content form input.first { 	
	margin: 0px 0 0 10px;
}

#content form select{
	width:auto;      
}


#content form input.short {
	width:100px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */

}

#content form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#content form input.form_button {
	width:auto;
	float:right;
}


#content form small {
	display: block;
	margin: 2px 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 80%;
}

#content form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#content form br {
	clear:left; 
}


#servicerow, #contentrow {
	background-color: #FFFFFF;
	margin:0px;
	width:980px;
	border-top:1px solid #333333;
/*	border-bottom:1px solid #CCCCCC;
	background-image: url(../img/servicerow_bg.png);
	background-repeat: repeat-x;	
	padding: 18px 20px 0px 20px;  */
}

#contentrow {
	height:100px;
	background-color: #CCCCCC;

}

#servicerow h4 {
	line-height: 20px;
	background-color: #333333;
	text-indent:5px;
	margin-top:4px;
	font-size: 10px;
	margin-bottom:0px;
	background-image: url(../img/subnav_bg.png);
	background-repeat: repeat-x;
}

#photobox, #exclusivebox, #featurebox, #videobox, #gamesbox, #cartoonbox {
	border: 1px solid #CCCCCC;
	background-color: white;
	padding:4px;
	width:140px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	
}
#photobox {
	margin-left:15px;
}

#homelib, #homenews {
	padding-left:10px;
	margin-top:18px;
	margin-left:0px;
}
#homelib {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding-right:10px;
	margin-right:0px;
}



#homenews p {
	color:#666666;
}
#homenews p.first {
	color:#333333;
}
#homenews p.small {
	font-size: 9px;
}
#homenews p.last {
	margin-bottom: 15px;
}

#homelib img{
	margin-bottom:10px;
}

#suncover, #timescover, #notwcover, #stcover, #tlscover {
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 70px;
	margin: 0px 0px 10px 0px ;
	float:left;
	
}

#suncover, #notwcover {
	margin-left:10px;
	
}



#left li {
	list-style-type: none;
	margin-left:0px;
	line-height:20px;
	font-size: 12px;
}

#homenews h3, #homelib h3 {
	/*text-indent: -9999px;*/
	margin-bottom:7px;
}

#homelib h3 {
	/*background: url(../img/title_nislibrary.png) no-repeat;*/
}
#homelib p {
	color: #333333;
}
	
#homenews h3.stories {
	background: url(../img/title_inthenews.png) no-repeat;
}
#homenews h3.latestcovers {
	background: url(../img/titles_latest_front_covers.gif) no-repeat;
}
#homenews h3.covers {
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	border-top:1px dotted #CCCCCC;
	background-image: url(../img/title_covers.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}


#contenthead {
	margin:18px 0px 0px 20px;
	width: 940px;
}
#contenthead h2 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	color: #F15A24;
	font-size:16px;
	line-height:1em;
	padding-bottom: 15px;
	border-bottom:1px solid #DDDDDD;
}

#right-content {
	padding-left:10px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}


#left-content, #left-content2 {
	margin:0px;
	padding-right:20px;
	width: 530px;
	padding-top:0px;
	padding-left:20px;
	dispaly:inline;
}

#left-content2 {
	margin:30px 0px 0px 20px;
	padding-left:10px;
	width: 590px;
}


#left-content p, #left-content2 p{
	font-size: 11px;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:0px;
}
#left-content p.intro, #left-content2 p.intro{
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	min-height: 72px;
	padding-top:8px;
	color:#555555;

}
#left-content2 p.intro{
	margin-top:0px;
	min-height:10px;
	border-top:1px dotted #CCCCCC;
}

#right-content p.pullout {
	margin:10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	color: #666666;
	padding: 8px 0px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#right-content p.small, #right-content p.small2 {
	font-size: 10px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:0px;
	color:#333333;
}
#right-content p.small2 {
	line-height:20px;
}
#right-content img {
	margin-bottom:5px;
}
.whiteborder {
	padding:5px 5px 10px 5px;
	border: 1px solid #DDDDDD;
}

#left-content h2, #left-content2 h2 {
	margin: 0px 0px 10px 0px;
	padding-top: 0px;
	color: #F15A24;
	font-size:16px;
	line-height:1em;
	padding-bottom: 15px;
	/*border-bottom:1px dotted #CCCCCC;*/
}
#left-content2 h2 {
	
	margin: 0px 0px 0px 0px;
	color: #F15A24;
	
	
}
#left-content h4, #left-content2 h4 {
	margin: 10px 0px 5px 0px;
	color: #333333;
	clear:left;
}
#left-content h5, #left-content2 h5 {
	margin: 10px 0px 0px 0px;
	color: #333333;
}
img.left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	display: inline;
}
img.right {
	float:right;
	margin-left:10px;
	margin-bottom:2px;
}
#columnspace {
	height:100px;
}
	
.marketservice {
	border-top:1px dotted #CCCCCC;
	padding-bottom:0px;
	overflow:hidden;
	zoom: 1;
	
	
}
*html .marketservice {
	
}

.capture {
	float:right;
	margin-top:5px;
	
}

#slideholder {
	padding: 5px;
	border:1px solid #DDD;
}



body.home #slideshow  {
    height:230px;
	width:980px;
}

body.images #slideshow, body.news #slideshow, body.newspublishers #slideshow, body.markets #slideshow   {
    height:575px;
	width:380px;
}

body.reprints #slideshow  {
    height:390px;
	width:380px;
}

body.licensing #slideshow  {
    height:252px;
	width:380px;
}

body.headlines #slideshow  {
    height:380px;
	width:380px;
}

body.books #slideshow {
    height:537px;
	width:380px;
}
body.advertising #slideshow {
    height:400px;
	width:380px;
}
body.corporate #slideshow  {
    height:380px;
	width:380px;
}



#linkslideshow  {
	height:292px;
	width:460px;
    position:relative;
	border-bottom:1px solid #CCCCCC;
}

#linkslideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#linkslideshow div.active {
    z-index:10;
    opacity:1.0;
}

#linkslideshow div.last-active {
    z-index:9;
}


body.home #linkslideshow  {
    height:230px;
	width:980px;
}






#newstitles, #action  {
	padding: 10px;
	width:360px;
	background-color:#F5F5F5;
	margin-right:0px;
	margin-bottom:15px;
}
#newstitles p, #action p  {
	margin: 0px 0px 8px 0px;
	line-height:16px;
}
#action p  {
	line-height:17px;
}
#newstitles  {
	border-top:1px solid #DEDEDE;
	margin-top:10px;
}
#newstitles ul {
	margin-top:8px;
}
#action  {
	width:368px;
	color:#000;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-repeat: repeat-x;	
	margin-left:0px;
	padding:5px;
	background-color:#FFF;
	font-size:11px;
	
}
#actionbg  {
	background-image: url(../img/action_bg.gif);
	background-repeat: repeat-x;	
	margin-left:0px;
	padding:15px 5px 7px 10px;
	background-color:#EEEEEE;

	
}
#action img {
	float:left;
	margin-right:8px;
}
#newstitles ul {
	margin:0px;
    padding:0px;
}
#newstitles li {
	margin-left:20px;
    padding:0px;
}
#newstitles h5 {
	margin-bottom:5px;
	font-size:12px;
}

#tintlogo {
	margin:30px 10px 0px 10px;
	width:160px;
}

#ticker {
	line-height:30px;
	margin-top:7px;
	margin-left:20px;
	background:transparent;
	
}
iframe#newsticker { 
	margin: 0; 
	left-margin: auto; 
	right-margin: auto; 
	width:940; 
	border:none; 
	padding:0; 
	background-color: transparent; }
	
	
#content_container {
	overflow:hidden;
	margin:0px;
	width: 980px;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;	
}
#suntalkflash {
	margin-left: 115px;
}
