@charset "UTF-8"; 

.zoomPopup
{
    position: fixed;      
    z-index: 99999;
	background-color: #EFEFEF;
    border: 1px solid #666;    
    text-align: left;
    width: 730px;
    padding: 10px;
}

.autozoomPopup
{
    position: fixed;      
    z-index: 1000;
	background-color: #fff;
    border: 1px solid #666;   
    text-align: left;
    padding: 10px;
}

.zoomPopup p
{
	margin: 0px;
    font-size: 1.1em;
}

.zoomPopup hr
{
	height: 1px;
	border: 1px solid #ccc;     
}

.zoomPopup a {color: #0033FF; font-weight: normal; text-decoration: none;}
.zoomPopup a:visited {text-decoration: none; color: #CC6600;}
.zoomPopup a:hover {text-decoration: underline; color: #CC6600;}
.zoomPopup a:active {text-decoration: none;}

.zoomPopup_title
{  
	width: auto;
	padding: 5px;
    cursor: move;
    background: #8B8E85; 
    color: #fff;
	font-weight: bold; 
    text-align: center;    
}

.zoomPopup_menu
{
	width: auto;
	height: 35px;
    background-color: #fff;
    padding: 0px;
}

.zoomPopup_menuLeft
{
	float: left;
	text-align: left;
	padding: 5px 5px 0px 10px;
}

.zoomPopup_menuRight
{
	float: right;
	text-align: right;
	padding: 5px 10px 0px 5px;
}

.zoomPopup_content
{
	width: auto;
	background-color: #fff;
	padding: 10px;
}

.zoomPopup_content .secondaryContent_Left
{ 
	width: 460px;
	height: 460px;
}

.zoomPopup_content .secondaryContent_Left table
{
	width: 460px;
	height: 450px;
	padding: 0px;
	margin: 0px;
}

.zoomPopup_content .secondaryContent_Right
{ 
	float: right;
	width: 230px;
	height: 460px;
	overflow: scroll;
	overflow-x: hidden;	
}

.similars
{ 
	border: 1px #fff solid;
    margin-bottom: 5px;
    margin-left: 5px;    
    float: left;
}

.zoomPopup_content .secondaryContent_LeftRev
{ 
	float: left;
	width: 193px;   
	padding: 5px;         
}

.zoomPopup_content .secondaryContent_RightRev
{ 
	float: right;
	width: 365px;            
}

.zoomPopup_footer .secondaryContent_Left
{ 
	float: left;
    width: 315px;   
    padding: 0px;
    padding-top: 10px;    
}

.zoomPopup_footer .secondaryContent_Right
{ 
	float: right;
	width: 233px;
    padding: 0px; 
    padding-top: 10px;        
}

.zoomPopup_content .border
{
	border: 1px solid #666; 
}

.zoomPopup_content .scroll
{
    height: 400px;
    max-height: 400px;
    overflow: scroll;
	overflow-x: hidden;
}

.zoomPopup_content .box
{
    margin-bottom: 10px;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	margin-right: 10px;
	float: left;
}
.floatLeft p
{
	margin-bottom: 20px;
}

.right
{
	text-align: right;
}

.msgPopup
{
    position: fixed;      
    z-index: 1000;
	background-color: #ccc;
    border: 1px solid #666;
	padding: 10px;    
    text-align: left;
    width: 420px;
    font-size: 11px;  
    font-family: Arial;      
}

div#blackout
{
	top:0 !important;
	left:0 !important;
	width:100%;
	height:100%;
	background-color: #333333;
	opacity:0;
	position: fixed;
	z-index:9999;
}

.msgPopupNew
{
	top:0 !important;
	left:0 !important;
	width:100%;
	height:100%;
	/*background-color: #333333;
	opacity:0;*/
	position: fixed;
	z-index:999999;
}

.msgPopupInside
{
	position: relative;
    z-index: 99999;
	opacity: 1;
	margin: 0px auto;
	width:400px;
	border: 1px Solid #333333;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 1px 1px #111111;
	-khtml-box-shadow: 0px 1px 1px #111111;
	-moz-box-shadow: 0px 1px 1px #111111;
	box-shadow: 0px 1px 1px #111111;
	color: #333333;
	background-color:#FFFFFF;
}

.msgPopupInside .msgPopup_title,
.msgPopupInside .msgPopup_menu,
.msgPopupInside .msgPopup_content,
.msgPopupInside .msgPopup_list
{
	background: none;   
}

.msgPopupInside .label {
    width:auto;
    padding-top:0;
}

.msgPopupInside .button {
	width:75px;
}

.msgPopupInside .msgPopup_title {
	cursor:inherit;
	margin: 10px;
    background: none;
    text-align: center;
    color: #333333;
	font-weight: bold;
	font-size: 22px;
}

.msgPopup_title {
    cursor: move;
	padding: 10px;
    background: #8B8E85;
    text-align: center;
    color: #fff;
	font-weight: bold;
}

.msgPopup_menu
{
	padding: 10px;
	background-color: #fff;   
}

.msgPopup_content
{
	padding: 10px;
	background-color: #fff;
	text-align:left;
}

.msgPopup_list
{
	height: 300px;
    overflow: scroll;
	overflow-x: hidden;
	padding: 10px;
	background-color: #fff;   
}

.floatLeft
{
    width: 280px;
	float: left;  
}

.floatRight
{
    width: 100px;
	float: right;  
}

.form {padding-top: 15px; padding-bottom: 15px; text-align: left;}
.label {padding-top: 20px; padding-bottom: 20px; text-align: center;}

.button1
{
    border: #ccc 1px solid;
    padding: 5px;
    cursor: hand;
    color: #000;
    background-color: #fff;
    text-align: center;
}
.button2
{
    margin-top: 5px;
    border: #ccc 1px solid;
    padding: 5px;
    cursor: hand;
    color: #000;
    background-color: #eaeaea;
    text-align: center;    
}

.button3
{
    border: #ccc 1px solid;
    padding: 5px;
    cursor: hand;
    color: #000;
    background-color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.button1:hover, .button2:hover, .button3:hover
{
    border: #000 1px solid;
    cursor: pointer;
}
#pagelogo{
	height:59px !important;
}
body.popup div#itemPopupWrapper div#actions ul li a{
    display:block;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:24px;
    margin:2px 0 2px 0;
}




#basketAddressCreateWindow {z-index:99999 !important;}
div.blackout {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;
	cursor:wait;
	display:block;
	background:black;
	width:100%;
	height:100%;
	opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);       
}

.pictureBox_desc2 {display:none;}

div#blackout{
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);       
    }
div.damDownload{
	font-size:11px !important;
	position:fixed;
	background:lightgrey;
	top: 50px;
	left:50%;
	margin-left:-250px;
	width:500px;
	height:80%;
	z-index:30000;
	font-size:11px;
}
div.damDownload a {
	float:right;
	margin-right:10px;
	margin-top:10px;
}
div.damDownload h2 {
	margin:10px;
	width:60%;
	float:left;
}
div.damDownload div.wrapper {
	height:100%;
	width:100%;
	overflow-y:scroll;

}
div.damDownload div.ddbox {
	clear:both;
	width:90%;
	background:white;
	border:1px solid black;
	margin:0 auto 10px;
	border-radius:10px;
	-moz-border-radius:10px;

}
div.damDownload div.ddbox p{
	margin:10px;
	clear:both;
}
div.damDownload div.ddbox dt,
div.damDownload div.ddbox label{
	font-weight:bold;
	min-width:175px;
	text-align:right;
	margin-right:10px;
	float:left;
	clear:left;
}
div.damDownload div.ddbox dl{
margin-bottom:10px;
}
div.damDownload div.ddbox dd,
div.damDownload div.ddbox input{
	float:left;
	margin-left:0;
	display:block;
}
div.damDownload div.ddbox input[type="button"]{
	margin:0 auto;
	width:150px;
	display:block;
	float:none;
}
div.damDownload div.asset dt,
div.damDownload div.asset label{
	font-weight:bold;
	width:100px !important;
	min-width:25px !important; 
	text-align:right;
	margin-right:10px;
	float:left;
	clear:left;
	padding:0;

}
div.damDownload div.asset div.fform {
	float:left;
	width:285px;
}
div.damDownload div.asset div.info {
	width:150px;
	float:right;
}
div.damDownload div.asset div.info select,
div.damDownload div.asset div.info img {
	float:right;
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
	clear:right;
}
div.pagingLower:before,
div.damDownload div.ddbox dl:after,
div.damDownload div.ddbox:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}


div.damDownload div.ddbox * {
font-size:11px;
}

h1 {margin-top:0px;}
div#homeslideshow{
min-height:530px;
height:auto !important;
}

div#container1, div#container2 {
    position:relative;   /* arranger containers */
}
/* CSS Document */
.autozoom{
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000; 
-webkit-backface-visibility: hidden;
}

.autozoom .icos {
margin: 0 8px 0 0;
}
div.pictureBox_img .autozoom img {
position:static !important;
}
div.pictureBox_img .autozoom img:hover {
border:0;
}
div.pictureBox_img .autozoom a:hover {
border:0;
}
div.pictureBox_img .autozoom a:hover img{
border:0;
}
div.pictureBox_img .autozoom .icos span{
float: right; text-align: right;

} 

div.pictureBox_img .autozoom .icos a {
width: 15px;
min-height:1px;
padding:0;
display:block; 
font-dize:11px;
line-height:1em;
margin:0;
text-decoration:none;
float:left;
cursor:pointer; 
margin-right:5px;
}

div.pictureBox_img .autozoom .icos a img {
float:left;
magin: 0 auto;
cursor:pointer; 
position:static !important;
border:0px;
}
.autozoom p {
font-size:11px;
clear:left;
text-align:justify;
}


body .autozoom img:hover{
border:0px;
}
body#basket-page div.basketItem div.grid_4 a img.basketThumbnail {
	width:100%;

}

a:hover{
 cursor:pointer;   
}
/*#tab {
	position: absolute;
	height: 20px;
	width: 300px;
	left: 50%;
	top: 27px;
	text-align: center;
	margin-left: -150px;
}
#action {
	position: relative;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 10px;
	width: 188px;
	margin-top: 68px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#nav #textfield {
	text-align: center;
	width: 30px;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}
#nav {
	position: absolute;
	top: 24px;
	right: 20px;
}
#action img {
	vertical-align: middle;
	margin-right: 6px;
}
#action p {
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#details {
	position: absolute;
	width: 600px;
	left: 300px;
	top: 600px;
}*/
#info {
	position: relative;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 10px;
	width: 188px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#info p {
	line-height: 11px;
	padding: 0px;
	color: #666666;
	font-size: 10px;
	margin: 3px;
}
#info a {
	color: #0066CC;
}

#logo {
	position: absolute;
	left: 22px;
	top: 24px;
}
.alert {color: #FF0000}
#nav #form1 {
	margin: 0px;
	padding: 0px;
}
#similars #similarsearch #attributes .field {
	text-align: center;
}
/*#preview {
	position: absolute;
	width: 545px;
	top: 68px;
	text-align: center;
	display: block;
	left: 250px;
}
#preview p {
	text-align: justify;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10px;
	color: #666666;
}
#preview #picture {
	margin-bottom: 4px;
	z-index: 100;
}
#preview .headline {
	color: #333333;
	font-weight: bold;
}
#preview #thumbnail {
	float: right;
	-webkit-box-shadow: 0px 0px 15px #777;
}*/

.vari    img {
	margin: 2px;
	border: 1px solid #FFFFFF;
}
.vari   img:hover {
	border: 1px solid #FF0000;
	margin: 2px;
}
#similars {
	position: absolute;
	width: 545px;
	left: 250px;
	top: 68px;
}
#similars #similarsearch {
	margin: 0px;
	padding: 0px;
}
#similars #similarsearch table th {
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}
#similars #similarsearch fieldset {
	color: #333333;
	border: 1px solid #999999;
	padding: 14px;
	margin-bottom: 15px;
}
#similars #similarsearch legend {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#similars #similarsearch a {
	color: #0066CC;
}
#similars #similarsearch #attributes input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#similars #similarsearch #attributes td {
	height: 20px;
}
#similars #similarsearch #keywords td {
	height: 20px;
	text-align: left;
}
#similars #similarsearch #attributes label {
	margin: 0px;
	padding: 0px;
}
#similars #similarsearch #keywords label {
	margin-right: 12px;
}
.hide {
	visibility: hidden;
}
#similars h1 {
	font-size: 11px;
	line-height: normal;
	color: #666666;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 18px;
}

#similars #similarsearch #concepts td {
	height: 20px;
	text-align: left;
}
#similars #similarsearch #concepts label {
	margin-right: 12px;
}
#preview #cropped {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 30px #999;
}
#similars #similarsearch input {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

body
{
	background: url('images/pix.gif') no-repeat; /* Prevents #fixed div from shaking in IE5.5+ */
	background-color: #FFFFFF;
	text-align: center;
	color: #7b7b7b;
	font-family:   Verdana, Geneva, Arial, Helvetica, Sans-Serif;    
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-attachment: fixed; /* Prevents #fixed div from shaking in IE5.5+ */   
    min-width:1002px;
    font-size:12px;
}

h1 {font-size: 2.4em; font-weight: bold; color: #000000; margin-bottom: 5px;}
h2 {font-size: 1.6em; font-weight: bold; margin-top: 15px; margin-bottom: 10px; text-align: left;}
h3 {font-size: 1.2em; font-weight: bold; margin-bottom: 10px; color: #000000;}
h4 {font-size: 1.6em; font-weight: bold; margin-top: 10px; margin-bottom: 10px; color: #000000;}
h5 {font-size: 2em;	font-weight: bold; margin-bottom: 10px; color: #555555;}

p,label {font-size: 1.1em;}

p {line-height: 1.5em;}

/* <!------------ Links ------------> */

a {color: #F15A24; 
font-weight: normal; text-decoration: underline;}
a:hover {text-decoration: underline}
a img {border: none;}

a.service {font-size: 1.6em; font-weight: bold; text-decoration: none;}
a.service:hover {text-decoration: underline;}

.big {font-size: 1.4em; font-weight: bold; margin-right: 10px; text-decoration: none;}

.basketNav {font-size: 1.2em; font-weight: bold; color: #000; background: url(images/ok.gif) no-repeat top right; padding-right: 25px;}

.basketNav span {text-decoration: none; color: #000;}

.error {color: Red;}

/* <!------------ Elements ------------> */

option {margin-right: 0.5em;}

input
{
   vertical-align: middle;
}

input.text
{
   padding: 2px;
}

label
{
	float: left;
	display: block;
	width: 200px;
	padding-right: 20px;
	line-height: 1.9em;
    font-weight: bold;
    text-align: left;
}

em
{
	margin-right: 10px;
    font-size: 1.2em;
    color: Red;
	font-style: italic;
}

#form .form_element{
	min-width:200px;
	display:block;
	float:left;
}

.txt
{
    border: 1px solid #000;
    margin-right: 5px;
    float: left;
    display: block;
}

.btn
{
	padding: 0px;
    cursor: pointer;
}

#table span
{
	width: 150px;
    display: inline-block;
    margin-right: 5px;
	padding-bottom: 2px;
    font-size: 1.2em;
}

input.advanced_spaced
{
	margin-bottom: 5px;
}

/* <!------------ IDs ------------> */


#wrapper
{
margin:0 auto;
width:1002px;
	min-height: 100%;
}


#topContainer
{
	
		position: fixed;
		width: 100%;
		z-index: 99999;
	
}

#topSpacer
{
	
		height:
		83px;
}
#topContent
{
	height:
	58px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/dawirs/alaska_top_bkgd.gif);
	background-repeat: repeat-x;
    overflow: hidden;
    min-width: 1000px;
}
div#topContent_HomePage div.secondaryContent_Left
{
	width: 68%;
	
}
div#topContent_HomePage div.secondaryContent_Right
{
	width: 32%;
	float:right;
}

div#topContent div.secondaryContent_Left
{
	width: 72%;
}

div#topContent div.secondaryContent_Right
{
	width: 27%;
	overflow: hidden;
	padding-right: 5px;
}

#mainNav
{
	
		display: none;
	
	
	height: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #fff;
	background-color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	/* padding-bottom: 15px; */ /* Activate if need height */
	border-bottom: 0px solid #000;
}

#mainNavInfo
{
	float:right;
	padding-top: 5px;
	font-size: 1.1em;
	color: #000000;
}
#bottomNav
{
	padding-left: 0px;
	padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 40px;
    text-align: left;
	background-color: none;
    bottom: 0px;
    left: 0px;
	color: #000000;
	border-top: 1px solid #D1D7D7;
}

#bottomNav em, #bottomNav em a
{
	color: #F15A24;
    font-style: normal;
}

#bottomNav em
{
	font-size: 1.1em;
    float: left;
}

#navShadow
{
	height: 10px;
	background: url('images/top-shadow.png') repeat-x;
	z-index: 999;
}

#fixed
{
  	position: fixed;
	padding: 10px;
	left: 0px;
  	bottom: 0px;
	text-align: left;
    height: 130px;
   	z-index: 999;
}
html>body div#fixed{position: fixed;}

#fixedRight
{
  	position: fixed;
	padding: 10px;
	right: 0px;
  	bottom: 0px;
	text-align: left;
    height: 130px;
   	z-index: 999;
}
html>body div#fixedRight{position: fixed;}

#fixedRight .preview
{
	margin-top: 10px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 0px;
    background: #F0F0F0;
    height: 95px;
    overflow: scroll;
	overflow-x: hidden;
    z-index: 999;

    scrollbar-base-color: #F0F0F0;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #F0F0F0;
    scrollbar-shadow-color: #F0F0F0;
    scrollbar-lightshadow-color: #F0F0F0;
    scrollbar-darkshadow-color: #F0F0F0;
    scrollbar-highlight-color: #F0F0F0;
    scrollbar-3dlight-color: #F0F0F0;
}

#fixedRight .plus
{
	text-align: center;
    float:left;
    padding: 1px;
    background: #CCCCCC;
}
#fixedRight .plus a
{
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: none;
}
.collapse
{
	width: 1%;
    background: transparent;
}
.expand
{
	width: 99%;
    background: #fff;
}

#lightbox_preview_panel a, #basket_preview_panel a
{
	color: #000;
}

/* <!------------ Common ------------> */

.h {padding-bottom: 10px;}
.hh {padding-bottom: 75px;}
.left {text-align: left;}
.centered {text-align: center;}
.right {text-align: right;}
.clear {clear: both;}
.line
{
	clear: both;
	margin-bottom: 10px;
	height: 10px;
}
.line2
{
	clear: both;
	margin-bottom: 20px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.columnA
{
    display: inline-block;
    width: 250px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.columnB
{
    float: left;
    width: 120px;
	padding-bottom: 2px;
}

.columnC
{
	text-align: right;
    float: left;
    width: 150px;
	padding-bottom: 2px;
}

.slideshowBigBox
{
	float: left;
}

/* <!------------ Classes ------------> */

#topContent .brandingText {float: left; margin-right: 10px; font-size: 2.3em; font-weight: bold; margin-top: 0px;}
#topContent .silvertext {color: #5f5f5f; font-weight: normal; z-index: 1;} /* zoom for Opera 5 and 6 */
#topContent a.langBlock {color: #fff; float: right; margin-left: 5px; margin-top: 25px; text-transform: uppercase;}
#topContent a.langBlockSelected {color: #fff; float: right; margin-left: 5px; margin-top: 25px; border-bottom: 1px dotted; text-decoration: none; text-transform: uppercase;}
#topContent .searchForm {text-align: right; padding-top: 5px;}
#topContent .secondaryContent_Left .searchForm {text-align: left; padding-top: 5px;}

#topContent .bottomLine {border-bottom: 0px solid #8B8E85;}
div#topContent div.secondaryContent_Right div.advanced_grid 
{
	text-align:right; 
	width: 100%;
	min-width: 330px;
	margin-top:
	-1px;;
	overflow: hidden;
}

.serviceNav
{
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
}
.serviceNav a
{
    color: #000000;
    padding-right: 5px;
    text-decoration:underline !important;
}

.serviceNav a:hover
{
    text-decoration:none !important;
}
.serviceNav span
{
   font-size: 1.2em;
   font-weight: bold;
   color: #000;
   padding-right: 5px;
}

.secondaryContent
{
	width: 100%;
}

.secondaryContent_Left
{
	width: 65.5%;
	float: left;
}

.secondaryContent_Right
{
	width: 30%;
	float: right;
    text-align: left;
}

.secondaryContent_LeftRev
{
	width: 30%;
	float: left;
}

.secondaryContent_RightRev
{
	width: 65%;
	float: right;
}

.secondaryContent_Left50
{
	width: 45%;
	float: left;
}

.secondaryContent_Right50
{
	width: 48%;
	float: right;
}

.secondaryContent_Left20
{
	line-height: 2em;
	width: 25%;
	float: left;
}

.secondaryContent_Right80
{
	width: 70%;
	float: right;
}

.secondaryContent_Left_F
{
	width: 65%;
	float: left;
    background-color: transparent !important;
    margin-right: 25px;
}

.secondaryContent_Right_F
{
	float: right;
	width: 30%;
    background-color: transparent !important;
    font-size: 1.2em;
}

.secondaryContent_Left33
{
	width: 34%;
	float: left;
    margin-right: 5px;
    text-align: left;
}

.secondaryContent_Right33
{
	width: 30%;
	float: right;
    font-size: 1.2em;
	padding-top: 10px;
    margin-right:2px;
}

.blockLeft
{
	float: left;
	display: inline;
}

.box
{
	text-align: center;
	padding: 10px;
	float: left;
}

.floatingBox
{
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
    height: 200px;
    width:200px;
    word-wrap:break-word;
}

.container
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.container img, .container a img
{
	float: left;
}

.container .blockRight
{
	margin-left: 190px;
}

.arrow
{
	font-size: 1.0em;
	text-decoration: none;
}

.arrow:hover
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.previewBox
{
    padding: 5px;
    float: left;
	display: block;
    height: 70px;
    background: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
	border: 1px solid #cccccc;
}

* html .previewBox
{
	padding-bottom:0;
}

.previewBox_img
{
    background: transparent !important;
    float:right;
}

.previewBox_img img
{
	border: 1px solid #ccc;
    padding: 2px;
}

.previewBoxPanel
{
    float: right;
	width: 19px;
	margin-left:5px;
    background: transparent !important;
}

.previewBoxPanel p
{
	margin-bottom: 0px;
}

div.pictureBox
{
	text-align: left;
	float: left;
	margin-bottom: 12px;
    margin-right: 0px;
    min-width: 120px;
    min-height: 160px; 
}
div.pictureBox_img {
    min-width: 1px;
    min-height: 1px; 
    bottom:0;
}
div.pictureBox a
{
	padding:0;
	margin:0;
	text-decoration:none;
	display:block;
}

div.picturePanel:after,
div.pictureBox_img a:after,
div.pictureBox_img a img:after {
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
div.pictureBox_img a:active,
div.pictureBox_img a:focus {
    border:0;
    outline:0;
    }
div.pictureBox_img a
{
	margin:0 auto;
	min-height:70px;
    cursor:default;
}

div.pictureBox_img a.imageLink
{
    /* loading style - this will be overridden in javascript to fix the IE autozoom z-index bug [CB] */
    position:static;
    bottom:4px;
}

div.picturePanel
{
	margin: 0px 0px 0px 5px;
}
div.picturePanel a
{
	line-height:1em;
	font-size:11px;
	padding:0 3px;
	display:block;
}
div.picturePanel a:hover
{
color:white;
background:black;
}
div.picturePanel img
{
	float:left;
	padding-right:2px;
	margin:0 auto;
}
#basket-page div.picturePanel p,
div.picturePanel p
{
	margin-bottom: 0px;
	padding:0;
}

div.pictureBox_img
{
	margin: 8px 0px 2px 0px;
	position:relative; /* removed as breaks IE7 autozoom [CB] - Re added breaks popup menu [ML]*/ 
	/*padding-right:15px;*/
	
}
div.pictureBox_img a
{
 display: table-cell !important;
*display: inline !important;
  vertical-align: bottom;
  align:center;
}

div.pictureBox_img img
{
border:1px solid white;
bottom:0;
display:block;
margin:0 auto;
z-index:1;

}
div.pictureBox_img img.clicked,
div.pictureBox_img img.clicked2
{

	border:3px solid red;
}
div.pictureBox_img img.clicked:hover,
div.pictureBox_img img.clicked2:hover
{

	border:3px solid red;
}
div.pictureBox_img img:hover
{
	border:1px solid red;
}

.previewBox .pictureBox_img img, #basket-page .pictureBox_img img, #sets-page .pictureBox_img img, #categories-page .pictureBox_img img
{
	cursor: pointer;
}
div.picturepopmenuback
{
	background-color:#ccc;
	display:block;
	height:90px;
	position:absolute;
	width:193px;
	z-index:999;
	margin:0;
	opacity:0.75;
    overflow:none;
}
div.picturepopmenuback ul
{
	margin:0;
	padding:0;
	list-style: none;
}
div.picturepopmenuback ul li
{
	margin:0;
	padding:0;
	list-style:none;
}

div.picturepopmenuback a {
	font-size: 11px;
	padding:0 0 0 5px;
    width:auto !important;
    
}

div.pictureBox_img div.picturepopmenuback ul li:first-child a {
    margin-right:15px;   
}

div.picturepopmenuback a:hover {
	background: #eeeeee;
	cursor: pointer;
}

div.picturepopmenuback a.close
{
	padding: 0;
	float:right;
	margin: 0px;
    width:15px !important;
    height:15px;
    text-align:center;
}

.pictureBox_desc, .pictureBox_id
{
	color: #7b7b7b;
	padding: 2px 12px 0px 2px;
    font-size: 1.1em;
    text-align: left;
    font-size:10px;
}

.pictureBox .setNumImages {
    float:right;    
}
.pictureBox .setDownloadImages {
    float:right; 
    padding-top: 4px;  
}


.keyword_column
{
	float:left;
	width:100%;
	font-size:12px;
	text-align:left;
}

.keyword_column a{
	text-decoration:none;
}

.keyword_column a:hover{
	text-decoration:underline;
}

.keyword_column a:visited{
	text-decoration:none;
}

div.nochild a,div.nochild a:hover, div.nochild a:visited, div.nochild a:active{
	text-decoration:none !important;
	cursor:default !important;
}

.keyword_box
{
	width: 100%;
	text-align: center;
}

.keyword_column_expand{
	font-size:12px;
}
.keyword_column_expand a{
	text-decoration:none;
}
/* <!------------ mainNav ------------> */
/*#location, #location a
{
	font-size:1.2em;
}
#location a:hover
{
	color:#333333;
}

#mainNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav ul li
{
	float: left;
	font-size: 1.1em;
	padding-right: 0.3em;
	margin-right: 0.2em;
	margin-top: 4px;
	margin-bottom: 4px;
	border-right: 0px dotted #fff;
}
#mainNav ul a
{
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.7em;
	color: #fff;
	background-color: none;
	text-decoration: none;
}

#mainNav ul a:hover
{
	background-color: none;
	text-decoration: none;
	border: 0px solid #fff;
}

#home-page #mainNav ul a.home, #details-page #mainNav ul a.details, #news-page #mainNav ul a.news, #basket-page #mainNav ul a.basket, #categorySearch-page #mainNav ul a.categorySearch, #advancedSearch-page #mainNav ul a.advancedSearch, #lightbox-page #mainNav ul a.lightbox, #contactUs-page #mainNav ul a.contactUs, #help-page #mainNav ul a.help, #signIn-page #mainNav ul a.signIn
{
	font-weight: bold;
	color: #000;
	background-color: #C1DA67;
}
*/

/* <!------------ bottomNav ------------> */

/*#bottomNav span
{
	font-size: 1.1em;
	border-right: 1px solid #606060;
	padding-right: 0.2em;
	padding-left: 0.2em;
	margin-right: 0.2em;
}

#bottomNav span a
{
	color: #F15A24;
	text-decoration: none;
	background-color: none;
}

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

#mainNav .last, #bottomNav .last {border-right: 0px;}
*/
/* <!------------ Special Styles ------------> */

#lightbox-page #wrapper {
    padding-left:0px;
    padding-right:0px;
    width:auto;
}

#lightbox-page .picturePanel p
{
	margin-bottom: 5px;
}

#home-page #mainContent .secondaryContent_Left
{
	width: 40%;
	float: left;
    text-align: left;
}
#home-page #mainContent .secondaryContent_FadeShow
{
	width: 650px;
	float: left;
    text-align: left;
}

.secondaryContent_HomePage_Right{
	float:right;
	width:277px;
	margin-top: 1px;
}

#home-page #mainContent .secondaryContent_Right
{
	width: 55%;
	float: right;
    text-align: left;
}

/* Labels */
#basket-page #mainContent label {width: 150px;}
#registration-page  #mainContent label {width: 200px;}
#signIn-page  #mainContent label {width: 150px;}
#lightbox-page  #mainContent label {font-weight: normal;}


#basket-page  #mainContent p {padding-top: 3px;}

#home-page .slideshowBox
{
	float: left;
	padding: 0px;
    padding: 10px;
    border: 1px #ccc solid;
    margin-right: 5px;
}

/* <!------------ JS pop-ups ------------> */

#popup-page #wrap
{
    width: 100%;
}

#popup-page #mainContent
{
	background: #fff;
    padding: 10px;
    margin: 0px;
}

#popup-page td
{
	text-align: left;
}

#popup-page span
{
    font-size: 0.8em;
}

#feature-right 
{
	height: 500px;
    margin-left:12px;
    margin-top:42px;
	float:right;
	width:45%;
    overflow-y: auto;
    border-left: 1px dashed #EAECEA;
    padding-left:20px;
}

#feature-left 
{
	width:50%;
	float:left;
	overflow:hidden;	
}
#feature-left .scroll {
 padding-top:20px;   
}
#feature-left img
{
	/*width:100%;*/
	max-width:500px;
}

#feature-left h2 
{
	margin:0;	
}

#featureStoryContent{
	height: 345px;
    padding-right:5px;
	overflow-y: auto;
}
.features #gotopage form {
    float:left;
    margin-right:10px;
}
.features #gotopage {
    margin-top:-40px;
    }
.features #resultsdetails {
    border:0;
}
.features #resultsdetailsbottom,
.features #searchresults {
padding:0;    
margin:0;
}
.features #searchresults {
    padding-top:20px;
}
div #assetZoomWindow div.left
{
	padding-top: 5px;
}
div.vvc-control {
	float:right;
    margin-right:9px;
}
div.vvc-control img {
	float:right;
	padding:0;
	margin:0;
}
div.vvc-control a {
margin:0;
padding:0;
display:inline;
}
div.vvc-control a:hover span {
 color:red;
 cursor:pointer;   
}
div.vvc-control span {
	display:block;
	width:15px;
	float:right;
	line-height:1.25em;
	text-align:center;
    color:#6E6E6E;
    font-size: 10px;
}

div #textPreview
{
	width: auto;
	height: 460px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
}


/* START: preview panel */

/* reset CSS */

.previewPanel label
{
	display: inline;
	float: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	padding: 0px;
	margin: 0px;
}

/* */

.previewPanel
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;

	text-align:left;

	position: fixed;
	width: 100%;
	min-width: 960px;
	left: 0px;
	bottom: 0px;
	z-index: 999;
}

.previewPanel a:link
{
	text-decoration: none;
	color: #333333;
}

.previewPanel a:visited
{
	text-decoration: none;
	color: #333333;
}

.previewPanel a:hover
{
	text-decoration: underline;
	color: #0066CC;
}

.previewPanel .shadow
{
	background-image: url(images/bottom-shadow.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: absolute;
	height: 14px;
	width: 100%;
	bottom: 26px;
}

.pulltab
{
	cursor: pointer;
	background-image: url(images/bottom-pane-handle.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	height: 18px;
	overflow: visible;
	background-position: center;
	z-index: 1001;
    /*margin-top: 16px;*/
}

.pulltrack
{
	position: fixed;
	width: 0px;
	top: 100px;
	left: 0px;
	bottom: 160px;
    z-index: 1000000;
}

.previewPanel .container
{
	position: absolute;
	display: block;
	width: 100%;
	height: 140px;
	bottom: 0px;
	background-color: #333333;
	overflow: hidden;
	color: #CCCCCC;
	margin:0px;

	/* border: 1px solid red; */
}

.previewPanel .leftBlock
{
	float: left;
	width: 300px;
	padding: 3px 0px 5px 4px;

	/* border: 1px solid red; */
}

.previewPanel .centerBlock
{
	float: left;
	text-align: right;
	width: auto;
	padding: 2px 0px 0px 0px;

	/* border: 1px solid yellow; */
}

.previewPanel .rightBlock
{
	float: left;
	width: auto;
	/*padding: 4px 0px 1px 11px;*/

	/* border: 1px solid blue; */
}

.previewPanel .imgBlock
{
	float: right;
	width: auto;
	padding: 6px 7px 0px 0px;
}

.previewPanel .container a, #lightbox-page .barMessage
{
	color: #999;
}

.previewPanel .lightboxSelector
{
	width: 150px;
}

.previewPanel .actionSelector
{
	width: 182px;
}

.previewPanel .thumbBlock
{
	overflow: auto;
	clear: both;
	float: left;
	width: 100%;
	min-width: 960px;
	margin-bottom: 10px;
	color: #7b7b7b;
	height: 113px;
	z-index: 10100;
    position:relative;
}

.previewPanel .basketSelector, .previewPanel .lightboxSelector {
    *height:18px;
}

.previewPanel .placeholder
{
	color: #7B7B7B;
	float: left;
	margin-left:10px;
	position: relative;
	width: 70px;
	height: 100px;
	display: block;

	/* border: 1px solid red; */
}

.previewPanel .placeholder .tlink
{
	padding: 0px;
	width: 60px;
	max-height:60px;
	position: absolute;
	bottom: 40px;
	display: block;
	overflow:hidden;
}

.previewPanel .panel_hover {
	background: #555555;
}

.tlink
{
	width: 64px !important;
	max-height:64px;
}

.previewPanel .placeholder .thumbnail
{
	margin: 1px;
	padding: 0px;
	border: 1px solid #f0f0f0;
	max-width: 60px;
	max-height: 60px;
	max-height: 56px;
	clear: both;
	display: block;
}

.previewPanel .thumbnail-selected
{
	margin: 0px !important;
	padding: 0px;
	border: 2px solid #FF0000 !important;
	clear: both;
	display: block;
}

.previewPanel .placeholder .thumbnail:hover
{
	margin: 1px !important;
	padding: 0px;
	border: 1px solid #FF0000 !important;
}

.previewPanel .placeholder .thumbnail-selected:hover
{
	margin: 0px !important;
	padding: 0px;
	border: 2px solid #FF0000 !important;
}

.previewPanel .menu
{
	position: absolute;
	bottom: 10px;          // added [CB]
	clear: both;
	height: 29px;
	padding-left: 2px;

	/* border: 1px solid red; */
}

.previewPanel .icon
{
 
	border: 0px;
	margin: 1px;
 
}

.previewPanel .text
{
	margin-top: 0px;
	padding: 0px 1px 0px 1px;

	/* border: 1px solid red; */
}

/* END: preview panel */

/* START: arranger panel */
.arrangerPanel label
{
	display: inline;
	float: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	padding: 0px;
	margin: 0px;
}



.arrangerPanel
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	text-align:left;
	width: 100%;
	top:0px;
	overflow: auto;
	clear: both;
	
}

.arrangerPanel a:link
{
	text-decoration: none;
	color: #333333;
}

.arrangerPanel a:visited
{
	text-decoration: none;
	color: #333333;
}

.arrangerPanel a:hover
{
	text-decoration: underline;
	color: #0066CC;
}

.arrangerPanel .shadow
{
	background-image: url(images/bottom-shadow.png);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 14px;
	width: 100%;
	bottom: 26px;
}

.arrangerPanel .pulltab
{
	cursor: pointer;
	background-image: url(images/bottom-shadow-tile.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	height: 18px;
	overflow: visible;
	background-position: center;
	z-index: 1001;
}

.arrangerPanel .pulltrack
{
	position: fixed;
	width: 0px;
	top: 100px;
	bottom: 140px;
}

.arrangerPanel .container
{

	height: 180px;
	
	top:0px;
	left:0px;
	
	background-color: #CCBBAB;
	
	color: #CCCCCC;
	margin:0px;
	overflow: auto;
	width:100%;
	clear: both;

}

.arrangerPanel .divcontainer
{
	 
	width: 100%;
	position:static !important;
	background:#FFFFFF;
	z-index: 100;
	overflow-y:scroll;
	
}

.arrangerPanel .maincontainer
{
	
	height: 80px;
	
	top:0px;
	left:0px;
	background-color: #CCBBAB;
	overflow: hidden;
	
	margin:0px;
	overflow: auto;
	width:100%;
	clear: both;

}

.arrangerPanel .pagecontainer
{
	left:0px; 
	margin:0px;
	overflow: auto;
	width:100%;
	clear: both;
	background:#FFFFFF;
	position:absolute;
	z-index: 99;
}

.arrangerPanel .imgBlock
{
	float: right;
	width: auto;
	padding: 6px 7px 0px 0px;
}

.arrangerPanel .container a
{
	color: #CCCCCC;
}

.arrangerPanel .lightboxSelector
{
	width: 150px;
}

.arrangerPanel .actionSelector
{
	width: 182px;
}

.arrangerPanel .thumbBlock
{
	/*overflow: auto;*/
	width:100%;
	/* clear: both;	*/
	float: left;
	position:static !important;
	color: #7b7b7b;
	background: ;
	/*position:relative;*/
	z-index: 100;
}

.arrangerPanel .placeholder
{
	color: #7B7B7B;
	float: left;
	margin-left:10px;
	/*width: 70px;*/
	min-width:110px;
	min-height: 110px;
	display: block;
	position:relative;
	top:10px;
	z-index: 101;
	
}

.arrangerPanel .placeholder .tlink
{
	z-index: 101;
}

.arrangerPanel .placeholder .thumbnail:hover
{
	border: 1px solid #FF0000;
}

.arrangerPanel .menu
{
	position: absolute;
	bottom: 0px;
	clear: both;
	height: 29px;
	padding-left: 2px;

}

.arrangerPanel .icon
{
	height: 14px;
	border: 0px;
	margin: 1px;

}

.arrangerPanel .text
{
	margin-top: 0px;
	padding: 0px 1px 0px 1px;

}

/* lightbox arranger message style */

.lightboxSelectContainer {
    overflow: hidden; 
    float: left;
    margin-top:5px;
    padding:1px;
}

.restrictedLightbox .lightboxSelectContainer {
    background-color:#FDFF9B;
    border: 1px solid rgb(205, 207, 107); 
    padding:0px;
    
}
.lightboxSelectContainer select {
    margin-top:2px !important;
    margin-bottom:2px !important;
    margin-left:2px;
    margin-right:2px;  
}

.restrictedLightbox img.restrictedLightboxIcon {
    margin-top: 4px;
    margin-right: 2px;
    display:inline !important;
    cursor:help;   
}



/*END: arranger panel */

#lightbox-page .placeholder {
    position:relative;
}

#lightbox-page #wrapper .placeholder img.thumbnail {
    position:absolute;
    bottom:0;   
}

/* popup window form styling */

#lightboxEmailWindowInside .shareOptions {
    overflow:hidden;
    margin-bottom:5px;
    margin-top:0px;  
    padding-bottom:5px; 
    width:auto;
}

#lightboxEmailWindowInside .shareOptions label {
    float:left;
    width:auto;
    cursor:pointer;
}

#lightboxEmailWindowInside .dynamicOptions label {
    width:220px;
    margin-left:5px;
    margin-top:5px;
    cursor:pointer;
}
#lightboxEmailWindowInside .shareOptions input {
    margin-left:0;
}

#lightboxEmailWindowInside #basketAddressCreateWindowForm {
    margin-top:0;   
}

#lightboxEmailWindowInside #basketAddressCreateWindowForm .floatLeft {
    width:auto;   
}

.hidden {
    display:none;   
}

#lightboxEmailWindowInside .msgPopup_title {
    margin-bottom:0;
    padding-bottom:0;   
}

#lightboxEmailWindowInside p, #lightboxEmailWindowInside label {
    font-size:11px;   
}

/* START: print-options-window */

#print-options-window
{
 
	
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;	
	
	
	
	background-color: #E6E6E6;
	border: 1px solid #424242;
	color: #333333;
	height: 400px;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	width: 500px;
}


#print-options-window .content
{
	height: 260px;
	left: 20px;
	position: relative;
	top: 20px;
	width: 460px;
}

#print-options-window .title
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}

#print-options-window .controls
{
	bottom: 20px;
	position: absolute;
	right: 20px;
	white-space: nowrap;
}

#print-options-window .printLayout
{
	text-align: center;
}

#print-options-window .layoutSelector
{
	margin: 0 auto;
	padding-top:10px;
	width: 200px;
}

/* END: print-options-window */


/* START: login-page */

#login-window
{
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 400px;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	width: 500px;
}


#login-window .content
{
	height: 260px;
	left: 20px;
	position: relative;
	top: 20px;
	width: 460px;
}

#login-window
{
	height: 175px;
	left: 50%;
	margin-left: -207px;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	width: 414px;
}


#login-window .content
{
	height: 260px;
	left: 20px;
	position: relative;
	top: 20px;
	width: 460px;
}

#login-window .Sign_in_Box {height: 85px;} #signin_box{
  width:46%;
  float:right;
  text-align:right;
  margin-top:2%;

}
#login-window .login_input_box{
   width:168px;
   height:34px;
   padding-top:2px;
   float:left;
}

#login-window .login_input_box_el{
    width:139px;
    height:17px;
    font-size:14px;
    float:left;
}
#login-window .login_check_box_el{
   background-color:#E2E1DF;
   border-color:#E2E1DF;
}
#login-window .small_title {
    font-size:16px;
    float:left;
    margin:2px 12px 0px 16px;
}

#login-window .login_link
{
   display:block;
   float:right;
   vertical-align:center;
   margin-right:14%;
}
#login-window .login_link a {
   text-decoration:none;
}

#login-window .title {
    float: none; 
    text-align: left; 
    padding: 0; 
    margin:20px 0 20px 20px;
    font-size: 16px;
}

#login-window .login_input_box {
    width:155px;
}

#login-window .login_input_box_el {
    font-size:12px;
    width:140px;
}

#login-window a.navLinkRight {
    float:right;
    margin-right:16px;
    clear:both;
    text-decoration:none;
}

#login-window a.navLinkLeft {
    float:left;
    margin-left:16px;
    text-decoration:none;
}

#login-window .go_button {
    float:left;
    margin-top:1px;
    width:50px;
}
#login-window .popupContent {
    margin-top:30px;
    margin-bottom:20px;
    margin-left:20px; 
    overflow:auto;  
}

/* END: login-page */


/* START: print-page */

#print-page body, td, th
{
	font-size: 11px;
}

#print-page .page
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#print-page .printHeader
{
	margin-bottom: 30px;
	position: relative;
	text-align: left;
	width: 100%;
}

#print-page .printHeader p
{
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0px;
}

#print-page .printHeader img
{
	margin-right: 100px;
	vertical-align: text-bottom;
}

#print-page .printHeader p span
{
	color:#000000;
}

#print-page .printItem img
{
	margin-bottom: 10px;
}

/* END: print-page */

/* Notes page */
body#notes-page, #notes-page td, #notes-page th
{
	font-size: 12px;
    min-width:0;
    text-align:left;
}

#notes-page .notesMenu p {
    font-size:12px;
}


#notes-page .page
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#notes-page .printHeader
{
	margin-bottom: 30px;
	position: relative;
	text-align: left;
	width: 100%;
}

#notes-page .printHeader p
{
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 20px;
	padding: 0;
	position: relative;
	bottom: 0px;
}

#notes-page .noNotes {
    font-style:italic;
    color:#333;   
}

#notes-page .printOnly {
    display:none;   
}

#notes-page .printHeader p.lightboxNotes {
    font-size:12px !important;
    margin:10px 20px 0 20px;
    font-weight:normal;
}



#notes-page .notesMenu {
    position: fixed; 
    bottom: 0; 
    right: 0; 
    background-color:#AEBEC7; 
    margin: 0; 
    padding: 0.5em 1em 0.5em 1em;  
}

#notes-page .notesMenu a {
    color:#000;
    text-decoration:none;
}

#notes-page div.spacer {
    height:3em;
    clear:both;
}

#notes-page .notesMenu a:hover {
    text-decoration:underline;   
}

#notes-page .notesMenu p {
    margin:0;
    padding:0;   
}

#notes-page .printHeader img
{
	margin-right: 100px;
	vertical-align: text-bottom;
}

#notes-page .printHeader p span
{
	color:#000000;
}

#notes-page .printItem img
{
	margin-bottom: 10px;
}

/* END: notes-page */



/* <!------------ New CSS ------------> */
/* Any New CSS rules should be added below, If editing an old one, update it correctly and move it below */
/* DO NOT USE margin-side or padding-side */
/* All elements should be defined (i.e. DO NOT USE .class or #id ALWAYS use element.class or element#id) */
/* Be specific enugh to get the job done, but not too specific */
/* Below is an example declaration, use the order within it, if you need to add more properties, add them logically and in groups */
/* CSS bracket should be on the same line as the element*/
/* Properties are seperated by a line break and a Tab */
/* DO NOT USE HACKS, Use conditional statements in the html to add a new stylesheet */
/* DO NOT USE measuements on zero values (i.e. use top:0; not top:0px;*/
/* Always use full margin / padding properties (i.e. margin: 1px 1px 1px 1px)*/
/* Use easy Clearing (Ask Matt if you do not know what this is) */
/* Avoid Div#id div#id selectors, div#id div.class is acceptiable */
/* If it has an ID, just use the ID */
/* If you dont need a class to target it, then dont use a class, just use the element */
/* If we stick to the above, we should see some rending time improvements */
/*
element#id,
element.class {
	display:block;

	float:left;
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:0;

	width:0;
	min-width:0; (not supported in IE<7)
	max-width:0; (not supported in IE<7)

	height:0;
	min-height:0; (not supported in IE<7)
	max-height:0; (not supported in IE<7)

	margin: top right left bottom;
	paddding: top right left bottom;
	border: top right left bottom;
	outline: top right left bottom; (Not supported in All browsers)

	background:;

	font-*:;
	line-height:;
}
*/

/*PullOver Menu*/
div#pulloverMenu {
	position:absolute;
	right:1px;
	top: 0px;
	height:64px;
	z-index:10002;
	margin-right: 0px;
}

div#pulloverMenu div.handle {
	display:inline;
	float:right;
	height:100%;
	background:none;
	margin-right: 0px;
}
div#pulloverMenu div.handle a:active,
div#pulloverMenu div.handle a:focus,
div#pulloverMenu div.handle a:active img,
div#pulloverMenu div.handle a:focus img {
	border:none;
	outline:none;
}
div#pulloverMenu div.blocker {
	float:right;
	width:0px;
	margin:0px;
}

div#pulloverContent {
	float:right;
	overflow:hidden;
	width: 450px;
	height:100%;
	background-color: #BAB9B9;
    background:url('../../../../images/tab_bg.png') repeat-x scroll left -2px;    
    margin-top:-1px
    padding-left:3px;
}
div#pulloverContent div.item {
	float:left;
	height:55px;
	margin:0 10px 0 0;
	padding:12px 0 0 10px;
	text-align:center;
}
div#pulloverContent div.dropdown {
	margin-top: 3px;
}
div#pulloverContent div.item label {
	width:120px;
	padding:3px 0 0 0;
	font-weight:normal;
	line-height:1em;

}
div#pulloverContent div.item label input {
	margin:-3px 3px 0 0;
}

div#pulloverMenu:after {
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
select.gotoMenu {
	margin: 0px;
}

body.popup {
	margin:0;
	padding:0;
	text-align:left;
 
}
body.popup p {
margin-top:25px;
line-height:1em;
}

body.popup .hidden {
    display:none;   
}
div#itemPopupWrapper {
	width:840px;
}
div#top {
	height:64px;
	background-color: #BDC8BE;
	background-image: url(images/dawirs/alaska_top_bkgd.gif);
	margin:0;
	padding:0;
	background:url(images/toolbar-background.gif) repeat-x;
}
div#main div#left {
	width:250px;
	margin:0;
	padding:0;
	display:block;
	float:left;
}
div#main div.right {
	width:587px;
	margin:0;
	padding:0;
	display:block;
	float:right;
	text-align:left;
}
div#image {
	text-align:center;
}
div#image img {
	-webkit-box-shadow: rgb(153, 153, 153) 0px 0px 30px;
	-moz-box-shadow: rgb(153, 153, 153) 0px 0px 30px;
	margin:0 auto;
}

div#top div#pagelogo{
	padding-top:15px;
	width:33%;
	float:left;
	font-size:11px;
	
}
div#top div#pagelogo a img{
	margin-left:20px;
    margin-top:10px;
	border:0;
}
div#top div#pagelinks{
	width:33%;
	float:right;
	margin-top:27px;
}
div#top div#pagenav{
	width:33%;
	float:right;
	font-size:11px;
	margin-top:27px;
}


div#actions {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	
	/*Put htc border stuff here for IE*/
	background-color:#FFFFFF;
	border:1px solid #999999;
	display:block;
	margin:0px 20px 20px;
	padding:10px;
	position:relative;
	width:188px;
}

div#actions ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#actions ul li{
	list-style:none;
	margin:0;
	padding:0;
}

div#actions ul li a {
	font-size:11px;
	text-decoration: none;

}

div#Social-media {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	
	/*Put htc border stuff here for IE*/
	background-color:#FFFFFF;
	border:1px solid #999999;
	display:block;
	margin:20px 20px;
	padding:10px;
	position:relative;
	width:188px;
}

div#Social-media a {
	font-size:11px;
	text-decoration: none;

}

div#langoptions {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Put htc border stuff here for IE*/
	background-color:#FFFFFF;
	border:1px solid #999999;
	display:block;
	margin:20px 20px;
	padding:10px;
	position:relative;
	width:188px;
}


div#langoptions select{
   font-size:11px;
}

div#notes {
word-wrap:break-word;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	/*Put htc border stuff here for IE*/
	background-color:#FFFF99;
	border:1px solid #999999;
	display:block;
	margin:10px 20px 20px;
	padding:10px;
	position:relative;
	width:188px;
}
div#similars {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	/*Put htc border stuff here for IE*/
	background-color:#FFFFFF;
	border:1px solid #999999;
	display:block;
	margin:10px 20px 20px;
	padding:10px;
	position:relative;
	width:188px;
	left:0;
	top:0;
}
div#info {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	/*Put htc border stuff here for IE*/
	background-color:#FFFFFF;
	border:1px solid #999999;
	display:block;
	margin:10px 20px 20px;
	padding:10px;
	position:relative;
	width:188px;
}
div#info dl {
	padding:0;
	margin:0;
}
div#info dl dt {
	width:75px;
	float:left;
	clear:both;
	display:block;
	margin:0;
	color:#000000;
	padding:3px 3px 3px 0px;
	text-align:right;
	white-space:nowrap;
    line-height:11px;
	margin-right:3px;
}
div#info dl dd {
	float:left;
	width:100px;
	display:block;
	margin:0;
	padding:0;
	color:#666666;
	line-height:11px;
	padding:3px 3px 3px 0px;
}


/*Float Clearing */
div#itemPopupWrapper:after,
div#info dl:after {
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* Min-Heights */
div#info dl {
	min-height:1px;
}
/*IE6 min-heights */
* html div#info dl {
	height:1px;
}
/* Preview window Icons */

a.iconPreview {
	padding-left:15px;
	background:url('images/icons/zoom.gif') no-repeat top left;
}
a.iconPreview:hover {
	padding-left:15px;
	background:url('images/icons/zoom_hover.gif') no-repeat top left;
}

a.iconPreviewOnly {
	padding-left:15px;
	background:url('images/icons/zoom.gif') no-repeat top left;

}
a.iconPreviewOnly:hover {
	padding-left:15px;
	background:url('images/icons/zoom_hover.gif') no-repeat top left;

}
a.iconFrontLightbox {
	padding-left:15px;
	background:url('images/icons/lb_add.gif') no-repeat top left;
}
a.iconFrontLightbox:hover {
	padding-left:15px;
	background:url('images/icons/lb_selected.gif') no-repeat top left;
}



a.iconAnnotate {
	padding-left:15px;
	background:url('images/notes_icon.gif') no-repeat top left;

}
a.iconAnnotate:hover {
	padding-left:15px;
	background:url('images/icons/notes_icon_selected.gif') no-repeat top left;

}


a.iconBackLightbox {
	padding-left:15px;
	background:url('images/lb_add_back.gif') no-repeat top left;
}
a.iconBackLightbox:hover {
	padding-left:15px;
	background:url('images/lb_selected_back.gif') no-repeat top left;
}


a.iconCart {
	padding-left:15px;
	background:url('images/basket_add.gif') no-repeat top left;

}
a.iconCart:hover {
	padding-left:15px;
	background:url('images/icons/basket_selected.gif') no-repeat top left;

}

a#iconCartRemove {
	padding-left:15px;
	background:url('images/icons/basket_selected.gif') no-repeat top left;

}
a#iconCartRemove:hover {
	padding-left:15px;
	background:url('images/icons/basket_add.gif') no-repeat top left;

}


a.iconPrints {
	padding-left:15px;
	background:url('images/prints.gif') no-repeat top left;

}
a.iconPrints:hover {
	padding-left:15px;
	background:url('images/icons/prints_hover.gif') no-repeat top left;

}

a.iconPrice {
	padding-left:15px;
	background:url('images/icons/price.gif') no-repeat top left;

}
a.iconPrice:hover {
	padding-left:15px;
	background:url('images/icons/price_hover.gif') no-repeat top left;

}

a.iconEmail {
	padding-left:15px;
	background:url('images/icons/email.gif') no-repeat top left;

}
a.iconEmail:hover {
	padding-left:15px;
	background:url('images/icons/email_hover.gif') no-repeat top left;

}

/*a.iconPreviewSimilars {
	padding-left:15px;
	background:url('images/icons/zoom.gif') no-repeat top left;
}*/
a.iconPreviewPrint {
	padding-left:15px;
	background:url('images/icons/print_preview.gif') no-repeat top left;

}
a.iconPreviewPrint:hover {
	padding-left:15px;
	background:url('images/icons/print_preview_hover.gif') no-repeat top left;

}

a.iconDownloadComp {
	padding-left:15px;
	background:url('images/download.gif') no-repeat top left;

}
a.iconDownloadComp:hover {
	padding-left:15px;
	background:url('images/icons/download_hover.gif') no-repeat top left;

}
a.iconDownloadHires {
	padding-left:15px;
	background:url('images/highres_icon.gif') no-repeat top left;

}
a.iconDownloadHires:hover {
	padding-left:15px;
	background:url('images/icons/highres_icon_hover.gif') no-repeat top left;
}

a.iconLightboxRemove {
    padding-left:15px;
   	background:url('images/icons/lb_selected.gif') no-repeat top left;
}

a.iconLightboxRemove:hover {
    padding-left:15px;
   	background:url('images/icons/lb_remove.gif') no-repeat top left;
}

a.iconPrintRoom {
	padding-left:15px;
	background:url('images/prints.gif') no-repeat top left;

}
a.iconPrintRoom:hover {
	padding-left:15px;
	background:url('images/icons/prints_hover.gif') no-repeat top left;

}
/* CSS Document */

#modal {
	overflow: visible;
	visibility: hidden;
	z-index: 3000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../img/sr/overlay.png);
	background-repeat: repeat;
}
#modal #saveSearchDialog {
	height: 400px;
	width: 500px;
	margin-top: -200px;
	margin-left: -250px;
	position: absolute;
	z-index: 3001;
	left: 50%;
	top: 50%;
	border: 1px solid #424242;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 12px #111;
	-khtml-box-shadow: 0px 0px 12px #111;
	-moz-box-shadow: 0px 0px 12px #111;
	box-shadow: 0px 0px 12px #111;
	visibility: inherit;
	color: #333333;
	background-color:#FFFF99;
	opacity: .88;
}
#modal .title {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#modal #saveSearchDialog #saveSearchDialogInterior {
	position: relative;
	height: 260px;
	width: 460px;
	left: 20px;
	top: 20px;
	visibility: inherit;
}
#modal #exit {
	position: absolute;
	right: 20px;
	bottom: 20px;
	white-space: nowrap;
	visibility: inherit;
}
#modal #tokenTTL {
	position: absolute;
	left: 28px;
	bottom: 20px;
}
#modal #exit input {
	width: 70px;
	margin-left: 10px;
	visibility: inherit;
}
#saveSearchDialogInterior td {
	color: #333333;
	font-size: 11px;
}
#modal a {
	color: #0066CC;
}
#modal #printDialog {
	height: 400px;
	width: 500px;
	margin-top: -200px;
	margin-left: -250px;
	position: absolute;
	z-index: 3001;
	left: 50%;
	top: 50%;
	border: 1px solid #424242;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 12px #111;
	-khtml-box-shadow: 0px 0px 12px #111;
	-moz-box-shadow: 0px 0px 12px #111;
	box-shadow: 0px 0px 12px #111;
	visibility: inherit;
	color: #333333;
	background-color: #E6E6E6;
}
#printDialogInterior td {
	color: #333333;
	font-size: 11px;
}
#modal #printDialog #printDialogInterior {
	position: relative;
	height: 260px;
	width: 460px;
	left: 20px;
	top: 20px;
	visibility: inherit;
}
#modal #printDialog #printDialogInterior #saveSearch textarea {
	width: 380px;
}
form.downloadform  p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
form.downloadform  ul  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 16px;
	white-space: nowrap;
}
form.downloadform li  {
	margin: 0px;
	padding: 0px;
}
form.downloadform .redCheck {
	list-style-image: url(img/download/redCheck.png);
	color: #FF0000;
}
form.downloadform .itembox {
	-webkit-border-radius: 9px;
	/* -webkit-box-shadow: 3px 3px 20px #cccccc; */
	border: 1px solid #DDDDDD;
	width: 662px;
	display: table;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
form.downloadform .thumbnail {
	-webkit-box-shadow: 3px 3px 8px #999999;
	margin-bottom: 12px;
}
form.downloadform .redDot {
	list-style-image: url(img/download/reddot.png);
}
form.downloadform  #select  {
	margin-top: 12px;
	margin-bottom: 3px;
}
form.downloadform h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form.downloadform .style3 {color: #000000; font-weight: bold; }
form.downloadform .thumbnail1 {	-webkit-box-shadow: 3px 3px 8px #999999;
	margin-bottom: 12px;
}
form.downloadform .thumbnail2 {	-webkit-box-shadow: 3px 3px 8px #999999;
	margin-bottom: 12px;
}
form.downloadform .transCheck {
	list-style-image: url(img/download/transCheck.png);
}
form.downloadform ul {
	list-style:none;
}
form.downloadform ul li {
	list-style:none;
}

div#topContentHome {
	width:984px;
	margin:0 auto;
	height:77px;
	padding:0;
}
div#topContentHome img.logo{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
div.searchstuff2,
div.searchstuff{
	display:block;
	float:left;
	margin:0;
	padding: 0 0 0 30px;
	width: 390px;
}
div#topContentHome div.sitestuff{
	display:block;
	float:right;
	margin:0;
	padding:0;
	width:400px;
	text-align:right;
}
div.searchstuff input.text {
	float: left;
	margin-top: 25px;
	width:167px;
}
div.searchstuff2 input.text {
	float: left;
	margin-top: 15px;
	width:167px;
}
div.searchstuff2 div{
	float: left; 
	display: block; 
	width: 50px; 
	padding:3px 0 0 15px;
}
div.searchstuff div {
	float: left; 
	display: block; 
	width: 50px; 
	padding:12px 0 0 15px;
}
div.searchstuff2 div label,
div.searchstuff div label {
	margin: 0px; 
	padding: 0px; 
	float: left; 
	display: block; 
	height: 20px; 
	width: 50px;
}
div.searchstuff2 div label input,
div.searchstuff div label input {
	margin-right: 5px;
}
div.searchstuff2 a{
	padding-top: 0px; 
	margin-top: 9px; 
	float: left; 
	display: block; 
	margin-left: 0px;
	margin-right: 10px;	
}
div.searchstuff a {
	float: left; 
	display: block; 
}
div.searchstuff2 input.submit,
div.searchstuff input.submit {
	display: block; 
}
body#advanced-search,
body#advanced-search div#attributes1,
body#advanced-search div#attributes1 p,
body#advanced-search div#attributes2,
body#advanced-search div#attributes2 p {
    font-size:11px !important;
}

body#advanced-search div#topSpacer {
    height:65px;
}

body#advanced-search div#mainContent {
    padding-left:0px;
    margin-top:-2px;
    
}
#bottomNav div.copy_info,
#bottomNav span.first {
 margin-left:12px;   
}

/* New Basket Styles */
body#basket-page a.basketItem {
    width:150px;
    margin:5px auto;
    display:block;
    background:#ddd;
    padding:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
    color:#000;
}
body#basket-page a.selected {
    background:#aaa;
}
body#basket-page a.basketItem:hover {
    text-decoration:none;
    cursor:pointer;    
    background:#bbb;
}
body#basket-page a.basketItem strong {
    color:#000;
    font-weight:bold;
    font-size:1.1em;    
}
body#basket-page a.basketItem em {
    color:#000;
    width:30px;
    float:right;  
}

body#basket-page h1.grid_5 {
    margin:0;
}

body#basket-page div.basketContent {
 margin:0;   
}
body#basket-page div.itemList {
 width:720px;
 margin:0;
 padding:5px;  
 border:#333 1px solid; 
 background:#eee;
}
body#basket-page div.delivery {
 width:720px;
 margin:0;
 padding:5px;  
 border:#333 1px solid; 
 background:#eee;
}
body#basket-page div.confirm {
 width:720px;
 margin:0;
 padding:5px;  
 border:#333 1px solid; 
 background:#eee;
}
body#basket-page h2.grid_12 {
    margin:0;
    margin-top:5px;
    width:722px;
    background:#333;
    color:#eee;
    padding:5px;
    background:#333 url('images/hlp_minus.gif') no-repeat 712px 12px;
    cursor:pointer;
}
body#basket-page div.basketItem {
    border:1px solid black;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
    margin-bottom:20px;
    padding:5px;
    background:#fff;
    clear:both;
    color:#1e1e1e;
}

#basket-page .emptyBasket {
     text-align:center;
     padding-top:150px;
     padding-bottom:200px;
}

body#basket-page div.basketItem input.itemCheck{
    margin: -50px 0 0 4px;
    padding: 0pt;
}

body#basket-page div.basketItem div.grid_4{
    margin-right:0px;
    width:178px;
    margin-top:5px;
    margin-right:5px;
}

body#basket-page div.basketItem div.grid_4 label{
    display:block;
    float:left;
    height:61px;
    margin:0 3px 0 -11px;
    padding:60px 0 0;
    width:18px;
}

body#basket-page div.basketItem div.grid_4 a img {
  min-height:100px;  
}
body#basket-page div.basketItem div.grid_4 a img.basketThumbnail {
  -ms-interpolation-mode: bicubic;
  min-height:1px;  
  width:100%;
}
body#basket-page div.basketItem div.grid_4 div a img {
  min-height:0px;  
}
body#basket-page div.basketItem div.grid_4 div.picturePanel{
    margin-left:17px;
    margin-top:-10px;
}
body#basket-page div.basketItem div.mdFields{
    margin-left: 0px; margin-right: 0px;
    padding-left:3px;
}
body#basket-page div.basketItem div.pricing{
    width: 150px;
}
body#basket-page div.basketItem div.pricing div.grid_1{
    width: 90px;
    margin-left:0px;
}
body#basket-page div.basketItem div.pricing strong.grid_1{
    width: 50px;
    margin:0;
    text-align:right;
}
body#basket-page div.basketItem div.moreinfo label{
    font-size:1.0em;
    line-height:1.2em;
}
body#basket-page div.basketItem div.moreinfo input{
    padding:0px;
}

body#basket-page div.basketSummaryLeft {
    margin-bottom:28px;
}
body#basket-page div.basketSummaryRight {
    margin-bottom:12px;
}

body#basket-page div.pricingInformation p {
    font-size:11px;   
    margin:0;
    padding:0;
}

body#basket-page div.basketNotes {
    margin-bottom:5px;   
}


/* miniList */
body#basket-page div.miniList div.basketItem{
    margin-right: 10px; height: 143px; width: 338px;float:left;
}
body#basket-page div.miniList div.basketItem div.picturePanel{
 display:none;  
}
body#basket-page div.miniList div.basketItem a.basketThumbnail{
 display:inline-block;
 height:120px;   
}

body#basket-page div.miniList div.basketItem div.grid_4 div.picturePanel:hover,
body#basket-page div.miniList div.basketItem div.grid_4.hover  div.picturePanel,
body#basket-page div.miniList div.basketItem div.grid_4:hover  div.picturePanel{
    background:#CCCCCC none repeat scroll 0 0;
    display:block;
    left:1px;
    margin-left:9px;
    margin-top:-25px;
    position:absolute;
    width:160px;
    height:25px; 
}

body#basket-page div.miniList div.basketItem div.picturePanel p {
    margin-top:3px;
    opacity:1;
}

body#basket-page div.miniList div.basketItem div.mdFields{
 display:none;  
}
body#basket-page div.miniList div.basketItem div.grid_4.hover + div.mdFields,
body#basket-page div.miniList div.basketItem div.grid_4:hover + div.mdFields{
    display:block;
    margin-left:5px;
    margin-right:5px;
    position:relative;
    width:126px;
}

body#basket-page div.miniList div.basketItem div.grid_4.hover + div.mdFields + div.pricing + div.moreinfo,
body#basket-page div.miniList div.basketItem div.grid_4:hover + div.mdFields + div.pricing + div.moreinfo{
display:none;
}
body#basket-page div.miniList div.basketItem div.grid_4.hover + div.mdFields + div.pricing ,
body#basket-page div.miniList div.basketItem div.grid_4:hover + div.mdFields + div.pricing {
top:80px;
}
body#basket-page div.miniList div.basketItem div.pricing{
    height:30px;
    left:-184px;
    margin-left:5px;
    margin-right:5px;
    overflow:hidden;
    position:relative;
    top:120px;
    width:133px;
}
body#basket-page div.miniList div.basketItem div.pricing h3{
    display:none;
}
body#basket-page div.miniList div.basketItem div.moreinfo{
    position: relative; left: 180px; top: -122px;
}
body#basket-page div.miniList div.basketItem div.moreinfo input{
    max-width:122px;
}
body#basket-page div.miniList div.basketItem div.usageDesc{
    display:none;
}
body#basket-page div.miniList div.basketItem div.usageDesc:hover,
body#basket-page div.miniList div.basketItem div.pricing.hover + div.moreinfo + div.usageDesc,
body#basket-page div.miniList div.basketItem div.pricing:hover + div.moreinfo + div.usageDesc{
    background:white none repeat scroll 0 0;
    border:1px solid black;
    display:block;
    left:19px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    position:relative;
    top:-110px;
    width:300px;
    z-index:300;
}

div.pictureBox_img a {
display:block;
min-height:0 !important;
width:100%;
}
body.popup div#top{
	background:none;
}
body.popup div#navShadow{
	background:none;
}
body.popup div#actions {
    margin-bottom:10px;
}
body.popup div#preview_right strong {
    color:black;
}
body.popup div#preview_right {
    color: rgb(102,102,102);
}
body.popup p {
    margin-top:10px;
}
body.popup div#similars img:hover{
    border:1px solid red;
}

div.panelActionMenu {
	background-color:#ccc;
	color: black;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:70px;
	width:64px;
	z-index:999999;
	opacity:0.75;
    filter: alpha(opacity = 75);
    zoom:1;
    font-size: 10px;
}
div.panelActionMenu a{
	color: blue !important;
    font-size: 10px;
}

div.panelActionMenu ul
{
margin:2px;
padding:0;
list-style:none;
text-align: left;
}
div.panelActionMenu ul li
{
font-size: 10px;
margin:0;
padding:0;
list-style:none;
}


div#similars-preview-panel-content,#similars-preview-panel div.leftBlock label.active{
background-color: #F5F5F5;
}
div#lightbox-preview-panel-content,div#lightbox-preview-panel div.leftBlock label.active{
background-color: #F5F5F5;
}
div#basket-preview-panel-content,#basket-preview-panel div.leftBlock label.active{
background-color: #dcdcdc;
}

input.format-d-m-y {
width:72px;
}


.newInfo, .newSuccess, .newWarning, .newError, .newValidation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.newInfo {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/info.png');
}
.newSuccess {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/success.png');
}
.newWarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning.png');
}
.newError {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error.png');
}

#pull-tab {
background:none;
background-color:rgba(0,0,0,0);
height:5px;
cursor:row-resize;
zoom:1;
z-index:1000000;
}
#basket-container form,
#BasketPanelForm,
#lightbox-container form,
#LightboxPanelForm{
height:27px;
overflow:hidden;
margin-bottom:0 !important;
}



/* styles for minimized overlay [CB] */
#basket-container.minimized  form,
#lightbox-container.minimized  form{
    height:30px;
}
.minimized .leftBlock {
    padding-top:8px!important;
}
.maximized .leftBlock {
    padding-top:5px!important;
}
#similars-container.minimized .rightBlock {
    padding-top:6px;   
}
/* end */

/* define a click target for the tabs; Can't click on a disabled <select />, so add this div over the top [CB] */
.clickTarget {
    display: block; 
    position: absolute; 
    right: 0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    filter: alpha(opacity = 0); /* for IE - must have a background color to be clickable, so make opacity:0 */
    background-color:#fff;
}

/* end */

.linearMenu {
    font-size:11px;
    margin-top:5px;
    color:#7b7b7b;
       
}

.arrangerActionMenu {
    margin-left:10px;
    margin-top:11px !important;
    margin-right:10px;
    float:left;
}

.leftBlock label {
    position:relative;
}

.previewPanel .leftBlock {
width:530px;
padding-bottom:0;
padding-top:0px;
}
.previewPanel .thumbBlock {
height:auto;
}
div.leftBlock label {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	 

background-color:#EEEEEE;
display:block;
float:left;
height:10px;
margin:0;
width:auto;
padding:3px 5px 9px;
color: #000000;
cursor:pointer;
margin-right:3px;
line-height:1.6em;
}
div.leftBlock label.active{
    color: #000000;
}

div.leftBlock label select {
    font-size:11px;   
}
	div.thumbBlock{
	margin-bottom:0 !important;
	}
	div.previewPanel div.test {
	height:15px;
	width:30%;
	float:left;
	display:block;
	color:#000;
	padding-left:10px;
    line-height:2em;
	}
	div.previewPanel div.test5 a,
	div.previewPanel div.test a {
	color:#000;
	}
	div.previewPanel div.test4 {
	width:30%;
	float:left;
	display:block;
	text-align:center;
	color:#000;
	line-height:2.0em;
	padding-right:5px
	}
	div.previewPanel div.test5 {
	width:90%;
	float:left;
	display:block;
	color:#eee;
	line-height:2.0em;
	padding-left:5px
	}
    div.minimized div.test5 {
       display:none; 
    }
    div.maximized div.test5 {
        display:block;   
    }
	div.previewPanel div.test5 a{
	color:#eee;
	}	
	div.previewPanel div.test2 {
	width:30%;
	float:right;
	display:block;
	color:#000;
	text-align:right;
	line-height:2.0em;
	padding-right:5px
	
	}
	div.previewPanel div.test2 input {
	margin-top:-1px;
	}
	
/* lightbox page styles */

#lightbox-page .lightboxNameSelector {
    float:left;
    margin-bottom:3px;
    /*border-bottom:1px dotted #7b7b7b;
    padding-bottom:7px;*/
}

#lightbox-page .lightboxPageSelector {
    border: 1px solid #bbb;
    float:right;
    padding:5px;   
}

.tabContainer {
    background:#f5f5f5;
    padding:10px 13px 10px 15px;
    clear:both;
}

#lightbox-page .tabActive {
    width: 140px; 
    display: block; 
    font-size: 1.2em; 
    float: left; 
    padding: 4px; 
    margin: 15px 2px 0pt 0pt; 
    font-weight: normal; 
    text-align: center; 
    cursor: pointer; 
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
    background:#f5f5f5;
    /*
    background-color: #f5f5f5;; 
    */
    color: #000000;
    
}

#lightbox-page .tabInactive {
    width: 140px; 
    display: block; 
    font-size: 1.2em; 
    float: left;
    background: none repeat scroll 0% 0%;
    padding: 4px; 
    margin: 15px 2px 0pt 0pt; 
    font-weight: normal; 
    text-align: center; 
    cursor: pointer; 
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
    background-color: #dcdcdc;
}

#lightbox-page .tabInactive a {
    color: #000000;
    display:block;
    width:100%;
    height:100%; 
}

#advancedSearch-page #wrapper {
    width:100%;   
}

#lightbox-page .lightboxManagerNotes {
    overflow:auto;
    max-height:3em;
    margin:0;
    padding-right:1em;  
    margin-left:120px;
}

#lightbox-page .lightboxNotesContainer {
    position: relative; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    border-top: 1px dotted; 
    border-bottom: 1px dotted;   
}

#lightbox-page .notesLeftColumn {
    width:120px;
    position:absolute;
    left:0;   
}

#lightbox-page .notesHeading {
    padding:0;margin:0;    
}

#lightbox-page .noNotes {
    font-style:italic;   
}

#lightbox-page .lightboxLink {
    display:none !important;
}

#lightbox-page .lightboxLinkActive {
    display:block !important;   
}

#lightbox-preview-panel p.barMessage {
    font-size:11px;
    margin-top:8px;   
}
#lightbox-preview-panel .maximized p.barMessage {
    margin-top:1px;   
}

body.popup {
min-width:0px;
}
body.popup #main{
clear:both;
}
body.popup #top #pagelogo {
width:31%;
}
body.popup #top .text {
height:50px;
width:33%;
float:left;
overflow:hidden;
}
body.popup #top div.text {
    margin-top:10px;
}
body.popup #top #pagelinks {
	margin-top:0;
	float:left;
}
body.popup #top #pagelinks a {
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
background:#dcdcdc;
color: #000000;
cursor: pointer;
display: block;
float: left;
height: 10px;
margin: 0pt 3px 0pt 0pt;
padding: 5px 5px 10px;
width: auto;
}

body.popup div#main .right {
background:#f5f5f5;
color:#000000;
padding: 25px 10px 10px;
width:570px;
}
 
body.popup #top #pagelinks a.active {
background:#f5f5f5;
color:#000000;
}


body#basket-page h2.baskettab {
    width:140px;
    display:block;
    font-size:1.1em;
    float:left;
    background:#dcdcdc;
    border:1px solid #dcdcdc;
    color: #000000;
    padding:2px;
    margin:0 2px 0 0;
    font-weight:normal;
    text-align:center;
	cursor:pointer;
    
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
    border-radius:10px 10px 0px 0px ;
}

body#basket-page h2.baskettabcurrent,body#basket-page h2.baskettabactive{
	background:#f5f5f5;  
      border:1px solid #f5f5f5;
      color:#000000;
    cursor:default;
}

body#basket-page div.basketmain{
	width: 700px;
	background:#f5f5f5;  
    border:1px solid #f5f5f5;
}

#basket-page .basketmain #downloadButton {
    margin-bottom:45px;   
}

#basket-page .paymentSuccess .baskettab, #basket-page .invoiceCompleted .baskettab {
    cursor:default !important;
}

#basket-page .pricingInformation {
    text-align:right;
    margin-bottom:5px;   
}

/* billing and shipping address formatting [CB] */
body#basket-page div#billingAddress label,
body#basket-page div#shippingAddress label {
    float:none;   
}
/* end */


div#GridHeader:after{
  content:'.';
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
} 
div#GridHeader{
border-bottom:1px dotted gray;
color:#7B7B7B;
padding:0px 13px 2px 15px; 
overflow:hidden;	
font-size:12px;
} 

div#GridHeader label {
    font-size:12px;   
}
div#GridHeader div.breakdown{
	float:left;
	text-align:left;
	width:33%;
}
div#GridHeader div.breakdown strong {
padding-right:3px;
}

div#GridHeader div.displayoptions{
	float:left;
	width:55%;
}
div#GridHeader div.displayoptions div.chks{
float:left;
width:120px;
margin-left:25px;
margin-top:3px;
}
div#GridHeader div.displayoptions label{
float:none;
display:block;
font-weight:normal;
width:110px;
line-height:1em;
}
div#GridHeader div.displayoptions labelinput {
	margin-top:-1px;
}
div#GridHeader div.displayoptions div.item{
float:left;
margin-left:25px;
margin-top:5px;
}

div#GridHeader div.displayoptions form {
    margin:0;   
}



/* Grid Paging */
div.paging {
	text-align:right;
	float:left;
	/*width:20%;*/
	font-size:13px;
	margin-top:12px;
    color:#7b7b7b;
}
div.pagingContent {
	float:right;
    padding: 0 15px;
    line-height: 20px;
}
div.paging a.page, #lightbox-page a.page {
	display:block;
	float:right;
	font-size:20px;
	font-weight:bold;
	color:#7B7B7B;
    line-height: 20px;
}
div.paging a.page:hover, #lightbox-page a.page:hover {
	text-decoration:none;
	cursor:default;
} 
div.paging a.active {
	color:#1D68AA;
}
div.paging a.active:hover {
	text-decoration:none;
	cursor:pointer;
}
div.paging input.text{
	padding:0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	text-align:center;
	width:21px !important;
	height:14px !important;
    float:none !important;
    vertical-align:baseline;
}

#lightbox-page div.paging {
    float:right;
    margin-top:10px;
    width:auto;
}

body.popup div.pageSelectorMain {
    width:116px !important;   
}

body.popup div.paging {
    float:right !important;   
}

div.paging a.leftLink {
    margin-right: 3px;  
}
div.paging a.rightLink {
    margin-left:3px;   
}

div.paging div.pageSelectorMain {
    width:112px;
    float:right;   
}

div.pagingLower {
    float:right !important;
    clear:both;   
    margin-bottom:30px;
}
/* quote window items */
p.quoteField {
    margin:0 0.2em 0 0.2em;
    padding:0;
}

p.quotePrice {
    margin-top:0;
    float:left;   
}

div.quoteFirstColumn {
    float:left;   
}

div.quoteFirstColumn a {
    display:block;
    margin-top:0.2em;
    padding-top:0;   
}

#basketQuoteItemWindow p.referenceNumber {
    margin-top:10px;   
}

#basketQuoteItemWindow p.printLink {
    position:absolute;
    top:0;
    right:20px;
}

/* end quote window stuff */

#quickSearch-page #wrapper {
    width:100%;   
}

#PageSelectBox {
    height:14px;
}

.autozoom {
    /* autozoom outside padding */
    padding-left:5px;   
}

#details-page table.downloads .col1 {
    min-width:20%;   
}
#details-page table.downloads .col2 {
    min-width:25%;   
}

#lightbox-preview-panel-content .sameLightboxMessage p {
    margin-top:29px;
    text-align:center;
    color:#333;   
}

/* general forms styling */

.formArea {
    display:inline-block;
    width:auto; 
    float:left;
}

#registration-page .formArea {
    width:600px;   
}

.formArea .submitButtons {
    width:auto;
    text-align:right;
}

.formArea .submitButtons input {
    display:inline-block;
}

/* *** */

img.noPhotoThumbnail {

}

img.hideImage {
display:none !important;   
}

.msgPopup_content div.paragraphContainer {
    margin:0;
    padding:0;
    float:none;
    width:auto;
    text-align:center;
}

.hidden {
    display:none;   
}

/* grid simple VVC link */

#mainContent .vvcLink {
    height:1em;
    margin-left:9px;
}

/* basket content page styling */

body#basket-page span.inCheckout {
    background:url("images/inBasket.png") repeat scroll 0 0 transparent;
    display:none;
    font-weight:normal;
    height:65px;
    line-height:1.1em;
    margin-left:-77px;
    margin-top:-108px;
    padding-left:7px;
    padding-right:7px;
    padding-top:13px;
    position:absolute;
    text-align:center;
    width:156px;
}
body#basket-page span.notinCheckout {
    background:url("images/notinBasket.png") repeat scroll 0 0 transparent;
    display:block;
    font-weight:normal;
    height:65px;
    line-height:1.1em;
    margin-left:-77px;
    margin-top:-108px;
    padding-left:7px;
    padding-right:7px;
    padding-top:13px;
    position:absolute;
    text-align:center;
    width:158px;
    color:#c33;
}

body#basket-page dl.info {
    font-size:12px;
    clear:both;
}
body#basket-page dl.info dt{
    float:left;
    font-weight:bold;
    overflow:hidden;
    text-align:right;
    margin:0;
    padding:0;
    margin-right:3%;
    margin-left:-10px;
    padding-right:0px;
    width:90px;    
    clear:left;
}
div#info dl.info dd.rights,
body#basket-page dl.info dd{
    float:left;
    text-align:left;
    width:95px;    
    margin:0;
    padding:0;
    margin-right:-20px;
}

div#info dl.info dd.rights,
body#basket-page dl.info dd.rights{
 color:#BF0302;
 background:url('') no-repeat;
 padding-left:16px;
}
/* *** */


/* new styling start */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
margin-right:1%;
*margin-right:0.9%;
}

#wrapper {
    width:960px;   
}

#mainContent {
    padding:0 13px 45px 15px;
    text-align:justify;   
}

#contact-page h1 {
    margin-top:9px;
}
#contact-page #wrapper input[type=text],
#contact-page #wrapper input[type=password], 
#contact-page #wrapper textarea {
    border:1px solid silver;
    padding:2px;   
}

#contact-page input[type=submit] {
    margin-left:377px;   
}

.pictureBox_desc {
    font-size:11px; 
    overflow:hidden;
}

#lightbox-page #mainContent {
    padding-left:0;
    padding-right:0;   
}

.msgPopup_title {
    font-size:20px;   
}
.msgPopup_content {
    font-size:13px;   
}

#lightboxEmailWindowInside label {
    width:auto !important;   
}

/* hide subscriptions from my details */
.accountActivity .subscriptions {
    /*display:none;*/ 
}
/*  */

div.paging a,.tabInactive a,.tabActive a,#pagelinks a {
    text-decoration:none !important;   
}


#details-page .secondaryContent_Left .line, 
#registration-page .secondaryContent_Left .line {
    display:none;   
}

#organisation_type h4 {
    margin-top:27px;   
}

/* Global formatting ONLY */

body {
    font-size:11px;   
}

body h1 {
    font-size:2.7em;
    font-weight:normal;
    margin:11px 0 5px;
    text-align:left;
}

body h2 {
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:0;
}

body h3 {
    font-weight:bold;
    font-size:1.5em;   
}

body h4, body h5 {
    margin-bottom:20px;
    font-weight:normal;   
    font-size:1.8em;
    margin-top:0;
}

body p {
    color:#666;
    margin-top:10px;   
}

body a {
    text-decoration:underline;   
}

body a:hover {
    text-decoration:none;   
}

body label {
    color:#666;   
}

/* *** */

/* preview window custom styling */

#preview_right #similarsform label,
#preview_right p,
#similars_right #similarsform label,
#similars_right p {
    color:#000 !important;   
}

#similarsform fieldset {
    margin-top: 10px;
    margin-left:0;
    margin-right:0;
    border:none;
    padding:0;   
}

#similarsform legend {
    margin-left:0;
    padding:0;
}

#similarsform fieldset p {
    margin:10px 0;   
}

#similarsform .row p {
    margin:0 0 0 5px;   
}

#similarsform .row {
    overflow:hidden;
    margin-top:2px;  
}

.popup #pagelinks {
    clear:both; 
    position:absolute;
    bottom:0;
    left:260px;
}

.popup #top {
    height:97px;
    position:relative;
}

.popup div#info dl dt {
    white-space:normal;   
}

.popup #pagelogo {
    padding-top:0px !important;   
}



/* *** */

/* lightbox list custom styling */

#lightbox-page .columnA {
    width:22% !important;  
    padding-right:1%; 
    padding-bottom:2px;
}

#lightbox-page .columnB {
    width:25.5% !important;
    padding-right:0;
}

#lightbox-page .columnC {
    width:19% !important;
    padding-right:1%;   
}

#lightbox-page .itemQuantity {
    width:10% !important;   
}

#selectionList label, label.columnA, label.columnB, label.columnC  {
    text-align:left;   
}

#selectionList {
    border-top:1px solid black;  
    padding-top:10px; 
}

#lightbox-page #LP_select_all {
    float:none !important; 
}

/* *** */

/* modal windows */

.msgPopup_content p {
    color:#333;   
}

.msgPopup_content label {
    color:#333;   
}

/* *** */

/* grid  */

#quickSearch-page #mainContent, #advancedSearch-page #mainContent  {
    padding-left:0;
    padding-right:0;  
}

#quickSearch-page .secondaryContent, #advancedSearch-page .secondaryContent {
    /*width:auto;*/
    margin-right:-10px;   
    margin-left:10px;
}

div.picturePanel, div.pictureBox_desc, div.pictureBox_desc2 {
    margin-left:7px !important;   
}

div.pictureBox {
    margin-bottom:0;   
    margin-left:-10px;
    margin-right:0px;
}

div.pictureBox_desc2 {
    height:13px !important;   
}

div.paging {
    float:right;
}

#quickSearch-page #mainContent div.paging,
#advancedSearch-page #mainContent div.paging {
    margin-right:20px;   
    clear:both;
}

.autozoom div.icos {
    margin-top:5px;   
}

/* *** */

/* Collections */

#categories-page #mainContent .secondaryContent_Left33 {
    width:100%;
}

#categories-page a.service {
    font-size:1.2em;
    font-weight:normal;
    display:block;
    margin-top:4px;
}

#sets-page #mainContent{
	padding:0px 8px 45px !important;
}

#sets-page #mainContent .secondaryContent_Left33 {
    width:100%;
}

#sets-page #mainContent .secondaryContent_Left33.centered {
    display:none !important;
}

/* *** */

/* News page */

#news-page .line~div.container {
    border-top:1px solid gray;
    
}

#news-page div.container {
    border-top:1px solid #fff;
    margin-top:10px;
    padding-top:20px;
    width:100%;
}

#news-page .line {
    display:none;   
}

#news-page .secondaryContent_Left {
    margin-bottom:20px;   
    width:100%;
}

#news-page h5 {
    margin-bottom:0;   
}

#news-page .container .blockRight {
    margin-left:140px;   
}

/*#news-page #mainContent {
    padding-bottom:0;   
    padding:0 8px 45px;
}*/

#news-page #wrapper {
    margin-bottom:-10px;   
}

#news-page .container p {
    max-width:550px;   
}

#categories-page.gridPage #mainContent, #sets-page.gridPage #mainContent {
    padding-right:0 !important;
}

#categories-page .collectionsCount {
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
}

#sets-page .collectionsCount {
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
}


/* *** */

/* Advanced search */

hr {
    margin-top:10px;
    margin-bottom:15px;
    border:0px solid #fff;
    border-top:1px solid #666;
}

#advancedSearchForm h5 {
    margin-bottom:3px; 
    margin-top:-5px;  
}

div.paging div.pageSelectorMain {
    width:125px;
    text-align:center;   
}

div.paging div.pageSelectorMain a {
    margin-right:0 !important;   
}

div.picturePanel {margin:0 0 0 2px;}

#recentSaveWindowIdSelect {
    max-width:330px;
}

/* basket styling */

#basket-page #mainContent h3 {
    font-size:13px;
    margin-bottom:10px;
    margin-top:11px;   
}

#basket-page #mainContent h4 {
    margin-bottom:10px;
    margin-top:10px;
    font-size:16px;
    font-weight:bold;
    color:#666;
}

#delDetails p, #basket-page .delivery p {
    padding-left:10px;
}

#basket-page div.picturePanel {
    margin-left:-3px !important;
    padding-top:5px;   
}

#basket-page p {
    color:#1e1e1e;   
}

#basket-page .basketList {
    margin-left:0;
    margin-right:10px;
    /*width:16.75% !important;*/   
}

#basket-page .basketList h2 {
    margin-top:0;
}

#basket-page #mainContent {
    padding-top:12px;
}

#basket-page #basketLoginMessage {
    color:red;
    font-weight:bold;
}
#basket-page #basketLoginMessage a {
    color:red;
    font-weight:bold;
}

#purchaseOrder {
    width:164px;   
}

h2.purchaseOrderHeading, h2.discountHeading {
    margin-bottom:5px;   
}

/* Features 
----------------------------------------------------------------------------------------------------*/

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

#rightcontrol {
		float:right;
		padding:0px 0px 0px 15px;
        border-left: 1px dotted #CCC;	
        width:180px;
}

#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:7px;
}

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

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

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







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

#searchresults {
	width: 100%;
	clear: both;
	padding: 20px;
	padding-bottom:0;
	margin:0px;

}

*html #searchresults {
	height:1px;
}


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

.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;
}

.featureInnerStoryContent,
.featureInnerStoryContent * {
   -moz-user-select: text;
   -khtml-user-select: text;
   -webkit-user-select: text;
   -o-user-select: text;
   user-select: text;
}



div#similars-preview-panel-content,
#similars-preview-panel div.leftBlock label.active{
	background-color: #f5f5f5;
}
div#lightbox-preview-panel-content,
div#lightbox-preview-panel div.leftBlock label.active{
	background-color: #f5f5f5;
}
div#basket-preview-panel-content,
#basket-preview-panel div.leftBlock label.active{
	background-color: #f5f5f5;
}

div.leftBlock label {
	background-color: #dcdcdc;
}

a.clickLink {
	color:#333333;
}
.autocomplete-w1 {position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete-w2 { padding:0 6px 6px 0; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
#loading2, #loading3{ z-index:15000 !important;} 

#resultsperpageform,
#gopageform {
    margin-top:10px;
    }

#myDetailsForm input[type='text'],
#myDetailsForm input[type='password'],
#myDetailsForm select{
	width:210px;
}
.autozoom{outline: 500px solid transparent;}

body#basket-page .msgPopupNew .msgPopupInside{
  margin-top: 5% !important;
  margin-bottom: auto !important;
  max-height:80% !important;
  overflow-y:auto !important;
}

body#basket-page div#basketPrintOptionsWindow div#print-options-window
 {
  max-height:80% !important;
  overflow-y:auto !important;
}

body#BasketAccountPage div#wrapper div#mainContent div.secondaryContent div#divicon a {
        color:#3354C4;
        font-family:calibri;
        font-size:24px;
        text-decoration:none;
        margin-left:10px;
    }
    
body div#wrapper div#mainContent div.secondaryContent div#acc_summary div.QuoteListInfo div.QuoteListInfoTable,
body div#wrapper div#mainContent div.secondaryContent div#order_list div.OrderListInfo div.OrderListInfoTable,
body div#wrapper div#mainContent div.secondaryContent div#invoice_list div.InvoiceListInfo div.InvoiceListInfoTable
{
        display:table; 
        width: 700px;
        border-top: 0.3px solid;
        border-bottom: 0.3px solid;
        border-right: 0.3px solid;
        border-color:#365CD9;
        background-color:#fff;
}

body div#wrapper div#mainContent div.secondaryContent div#acc_summary div.QuoteListInfo div.QuoteListInfoTable div.QuoteListInfoTableTh{
        display:table-cell;
        width: 20% !important; 
        text-align:center;
        border-left: 0.1px solid;
        background-color:#365CD9;
        color:#000;
        font-family:calibri;
        font-size:13px;
}

body div#wrapper div#mainContent div.secondaryContent div#order_list div.OrderListInfo div.OrderListInfoTable div.OrderListInfoTableTh
{
        display:table-cell;
        width: 16% !important; 
        text-align:center;
        border-left: 0.1px solid;
        background-color:#365CD9;
        color:#000;
        font-family:calibri;
        font-size:13px;
}

body div#wrapper div#mainContent div.secondaryContent div#invoice_list div.InvoiceListInfo div.InvoiceListInfoTable div.InvoiceListInfoTableTh
{
        display:table-cell;
        width: 14% !important; 
        text-align:center;
        border-left: 0.1px solid;
        background-color:#365CD9;
        color:#000;
        font-family:calibri;
        font-size:13px;
}

body div#wrapper div#mainContent div.secondaryContent div#acc_summary div.QuoteListInfo div.QuoteListInfoTable div.QuoteListInfoTableTr {
        display:table-cell;
        width:20% !important; 
        text-align:center;      
        border-left: 0.1px solid;
        font-family:calibri;
        font-size:12px;
         color:#000;
}

body div#wrapper div#mainContent div.secondaryContent div#order_list div.OrderListInfo div.OrderListInfoTable div.OrderListInfoTableTr
{
        display:table-cell;
        width:16% !important; 
        text-align:center;      
        border-left: 0.1px solid;
        font-family:calibri;
        font-size:12px;
         color:#000;
}

body div#wrapper div#mainContent div.secondaryContent div#invoice_list div.InvoiceListInfo div.InvoiceListInfoTable div.InvoiceListInfoTableTr
{
        display:table-cell;
        width:14% !important; 
        text-align:center;      
        border-left: 0.1px solid;
        font-family:calibri;
        font-size:12px;
         color:#000;
}

body div#wrapper div#mainContent div.secondaryContent div#acc_summary div.QuoteListInfo div.QuoteListInfoTable div.QuoteListInfoTableTr a,
body div#wrapper div#mainContent div.secondaryContent div#order_list div.OrderListInfo div.OrderListInfoTable div.OrderListInfoTableTr a,
body div#wrapper div#mainContent div.secondaryContent div#invoice_list div.InvoiceListInfo div.InvoiceListInfoTable div.InvoiceListInfoTableTr a {
        font-family:calibri;
        font-size:12px;
        color:#3354C4;
        font-weight:bold;
        text-decoration:none;
    }
    
body#BasketAccountPage div#basketQuoteItemWindow div#basketQuoteItemWindowInside div.msgPopup_list div.quote_details{
        width:50%;
        font-size: 1.2em;
        font-weight:normal;
        margin:10px;
        text-align:left;
        padding-left:20px;
}

body#BasketAccountPage div#wrapper div#mainContent div.secondaryContent {
    display:table;
    vertical-align:top;  
    }

body#BasketAccountPage div#wrapper div#mainContent div.secondaryContent div.secondaryContent_left{
    display:table-cell;
    width:800px;
    vertical-align:top;  
    }    

body#BasketAccountPage div#wrapper div#mainContent div.secondaryContent div.secondaryContent_Right{
    display:table-cell;
    width:208px;
    text-align:left;
    float:left;  
    } 

body#BasketAccountPage div#wrapper div#mainContent h1{
    color:#3354C4;
    }
#quickSearch-page .secondaryContent, #advancedSearch-page .secondaryContent {
    width: auto;
	height: 100%;
	overflow: hidden;
}

body#quickSearch-page div#pull-track.pulltrack div#pull-tab.pulltab.selected{
display:none;
}

/* leftbar for refined search in grid */
div.leftBar {
	width: 220px !important;
	float: left;
}

div.leftBar ul {
	margin: 5px 0;
	padding: 0 0 0 20px;
	list-style: none;
}

div.leftBar ul ul {
	padding: 0;
	margin-left: 0px !important;
}

div.leftBar ul li {
	text-align: left;
}
	
div.leftBar li {
	margin: 0;
	padding: 0;
	/*font-size: 11px;*/
	font-weight: bold;
}


div.leftBar ul li ul li, div.leftBar li.group, div.leftBar ul li ul li ul li,div.leftBar ul li.group ul li.group ul li {
    padding-left:15px;
    font-size:12px !important;
}

div.leftBar ul li.group ul li ul li {
	margin-left: 20px;
    margin-top: -4px;
    /*background: none;*/
}
div.leftBar ul li.group ul li ul li a {
	color: #7B7B7B;
    font-size:12px !important;
    background:none;
	}

div.leftBar ul li.group ul li h5 {
	padding-left: 12px;
}

div.leftBar ul li.group ul li ul li h5 {	
    margin-left:-15px !important;
}

div.leftBar h4 {
	cursor: pointer;
	font-weight: bold;
    margin: 5px 0 0 -15px;
    padding-left:15px;
}

div.leftBar ul li ul li.nochild{
	font-weight: normal;
	background:none !important;
	padding: 0;
	padding-left: 0;
	cursor: pointer;
}

div.leftBar ul li ul li.nouptick{
	font-weight: normal;
	background:none !important;
	padding: 0;
	padding-left: 0;
	cursor: default;
}

div.leftBar ul li ul li {
    padding: 0;
	padding-left: 0;
    margin-bottom:10px;
    }
    
div.leftBar .cross {
    display:inline-block;
    *display:inline;
    zoom:1;
    margin-left:5px;
    font-size:18px !important;
    font-weight:bold;  
}

div.leftBar span.itemNamenouptick{
    cursor: default;
    padding-left: 5px;  
    }
#quickSearch-page div#wrapper div#GridHeader div.breakdown a.breakdownLink span.cross ,
#advancedSearch-page div#wrapper div#GridHeader div.breakdown a.breakdownLink span.cross {
    color: #000;
    display: inline-block;
    text-align: center;
    width: 12px;
    font-size: 18px !important;
    }
    
div.leftBar span.itemName {
  padding-left: 5px;  
  cursor: pointer !important;
}

div.leftBar h4 {
    margin-bottom:0px;
    font-weight:normal;   
    font-size:14px;
    margin-top:0;
    color:#000;
    cursor: pointer;
}

 div.leftBar h5 {
    margin-bottom:0px;
    font-weight:normal;   
    font-size:12px;
    margin-top:0;
    color:#000;
    cursor: pointer;
}

div.leftBar ul li.nochild h4 {
margin-left:0px;
}


div.leftBar span.arrowicon {
  float: left;
  margin-left: -15px;
  z-index: -100;
  width:15px;
  background-image:url("images/down_arrow.png");
  background-position: 0 7px !important;
  background-repeat: no-repeat;
  background-size:auto;
  cursor: pointer;
}

div.leftBar span.arrowicon.closed {
  float: left;
  margin-left: -15px;
  z-index: -100;
  width:15px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("/images/right_arrow.png");
  background-origin: padding-box;
  background-position: 2px 3px !important;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
}

div.leftBar ul li ul span.arrowicon ,
div.leftBar ul li ul span.arrowicon.closed{
    margin-left: 0px;
    }
    
div.leftBar ul ul ul{
    margin-left: 0px; 
    margin-top: 10px;
    margin-bottom: 0px;  
    }
div.leftBar span.levelid1, div.leftBar span.levelid2, div.leftBar span.levelid3, div.leftBar span.levelid4{
     float: left;
     width:1px;
    }

li.closed span.arrowicon {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("/images/right_arrow.png");
  background-origin: padding-box;
  background-position: 2px 3px !important;
  background-repeat: no-repeat;
  background-size: auto auto;
}


/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	width: 100%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
 
	margin-left: 1%;
    *margin-left:0.97%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .grid_1 {
	width:4.25%;
}

.container_16 .grid_2 {
	width:10.5%;
}

.container_16 .grid_3 {
	width:16.75%;
}

.container_16 .grid_4 {
	width:23.0%;
}

.container_16 .grid_5 {
	width:29.25%;
}

.container_16 .grid_6 {
	width:35.5%;
}

.container_16 .grid_7 {
	width:41.75%;
}

.container_16 .grid_8 {
	width:48.0%;
}

.container_16 .grid_9 {
	width:54.25%;
}

.container_16 .grid_10 {
	width:60.5%;
}

.container_16 .grid_11 {
	width:66.75%;
}

.container_16 .grid_12 {
	width:73.0%;
}

.container_16 .grid_13 {
	width:79.25%;
}

.container_16 .grid_14 {
	width:85.5%;
}

.container_16 .grid_15 {
	width:91.75%;
}

.container_16 .grid_16 {
	width:98.0%;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .prefix_1 {
	padding-left:6.25%;
}

.container_16 .prefix_2 {
	padding-left:12.5%;
}

.container_16 .prefix_3 {
	padding-left:18.75%;
}

.container_16 .prefix_4 {
	padding-left:25.0%;
}

.container_16 .prefix_5 {
	padding-left:31.25%;
}

.container_16 .prefix_6 {
	padding-left:37.5%;
}

.container_16 .prefix_7 {
	padding-left:43.75%;
}

.container_16 .prefix_8 {
	padding-left:50.0%;
}

.container_16 .prefix_9 {
	padding-left:56.25%;
}

.container_16 .prefix_10 {
	padding-left:62.5%;
}

.container_16 .prefix_11 {
	padding-left:68.75%;
}

.container_16 .prefix_12 {
	padding-left:75.0%;
}

.container_16 .prefix_13 {
	padding-left:81.25%;
}

.container_16 .prefix_14 {
	padding-left:87.5%;
}

.container_16 .prefix_15 {
	padding-left:93.75%;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .suffix_1 {
	padding-right:6.25%;
}

.container_16 .suffix_2 {
	padding-right:12.5%;
}

.container_16 .suffix_3 {
	padding-right:18.75%;
}

.container_16 .suffix_4 {
	padding-right:25.0%;
}

.container_16 .suffix_5 {
	padding-right:31.25%;
}

.container_16 .suffix_6 {
	padding-right:37.5%;
}

.container_16 .suffix_7 {
	padding-right:43.75%;
}

.container_16 .suffix_8 {
	padding-right:50.0%;
}

.container_16 .suffix_9 {
	padding-right:56.25%;
}

.container_16 .suffix_10 {
	padding-right:62.5%;
}

.container_16 .suffix_11 {
	padding-right:68.75%;
}

.container_16 .suffix_12 {
	padding-right:75.0%;
}

.container_16 .suffix_13 {
	padding-right:81.25%;
}

.container_16 .suffix_14 {
	padding-right:87.5%;
}

.container_16 .suffix_15 {
	padding-right:93.75%;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .push_1 {
	left:6.25%;
}

.container_16 .push_2 {
	left:12.5%;
}

.container_16 .push_3 {
	left:18.75%;
}

.container_16 .push_4 {
	left:25.0%;
}

.container_16 .push_5 {
	left:31.25%;
}

.container_16 .push_6 {
	left:37.5%;
}

.container_16 .push_7 {
	left:43.75%;
}

.container_16 .push_8 {
	left:50.0%;
}

.container_16 .push_9 {
	left:56.25%;
}

.container_16 .push_10 {
	left:62.5%;
}

.container_16 .push_11 {
	left:68.75%;
}

.container_16 .push_12 {
	left:75.0%;
}

.container_16 .push_13 {
	left:81.25%;
}

.container_16 .push_14 {
	left:87.5%;
}

.container_16 .push_15 {
	left:93.75%;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .pull_1 {
	left:-6.25%;
}

.container_16 .pull_2 {
	left:-12.5%;
}

.container_16 .pull_3 {
	left:-18.75%;
}

.container_16 .pull_4 {
	left:-25.0%;
}

.container_16 .pull_5 {
	left:-31.25%;
}

.container_16 .pull_6 {
	left:-37.5%;
}

.container_16 .pull_7 {
	left:-43.75%;
}

.container_16 .pull_8 {
	left:-50.0%;
}

.container_16 .pull_9 {
	left:-56.25%;
}

.container_16 .pull_10 {
	left:-62.5%;
}

.container_16 .pull_11 {
	left:-68.75%;
}

.container_16 .pull_12 {
	left:-75.0%;
}

.container_16 .pull_13 {
	left:-81.25%;
}

.container_16 .pull_14 {
	left:-87.5%;
}

.container_16 .pull_15 {
	left:-93.75%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body.sets-page div.pagingLower {margin-top:-80px;}
#ID element.class {
rule:value;
}

/* Global CSS */



body {
	background: url("/coo/user/gpimages/diagonal_bg.jpg") repeat scroll 0 0 #FFFFFF;
}
	
#wrapper {
	background: #FFFFFF;
	padding: 10px !important;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	padding-left: 0px;
	padding-right: 0px; 
}

body p {
	color: black;
	font-size: 11px;
	text-align: left;
}

body h1 {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
}

body h2 {
	font-family: Verdana,Geneva,sans-serif;
	color: #F15A24;
	font-size: 16px;
	line-height: 1em;
	margin: 10px 0px 0 0;
	padding: 0 0 15px 0;
	text-align: left;
}

body h3 {
	font-family: Verdana,Geneva,sans-serif;
	color: #555555;
	margin: 15px 0 8px;
	padding-top: 10px;
	font-size: 14px;
}

body h4 {
	font-family: Verdana,Geneva,sans-serif;
	color: #555555;
	margin: 15px 0 8px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

body h5 {
	font-family: Verdana,Geneva,sans-serif;
	color: #555555;
	margin: 15px 0 8px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

body h2.bigflashtitle {
	font-size: 20px;
	line-height: 1.0em;
	padding-bottom: 0px;
}

body h3.smallflashtitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-top: 0px;
	margin: 0px;
}

body h3.smallflashtitlewhite {
	font-size: 16px;
	line-height: 1.1em;
	padding-top: 0px;
	margin: 0px;
}

body label, label {
	color: black;
	font-weight: normal;
}

p {
	color: black;
	font-size: 11px;
	text-align: left;
}

p.introSystem {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin: -10px 0 10px0;
	min-height: 10px;
	color: #555555;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 8px 0;
	font-weight: bold;
	color: #555555;
}

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

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

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

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

body a {
	text-decoration: none !important;
}

body a:hover {
	text-decoration: underline !important;
}

li {
	font-size: 11px;
	text-align: left;
}

.formArea input {
	font-size: 11px;
	line-height: 1.4em;
}

label.columnA {
	width:220px;
}

label.columnB{
	width:100px;
}

/* Picture Boxes CSS */

div.pictureBox {
	margin-left:0px !important;
}

div.pictureBox .imageLink {
	padding-left:10px !important;
}

div.pictureBox_img a img:hover {
	border: 1px solid #F15A24 !important;
}

.imgBlock {
	margin-right:15px;
}

/* No Results */



/* Quick Search CSS */
#quickSearch-page#wrapper {
	padding: 10px;
	}
	
#quickSearch-page .paging {
	margin-top: 10px;
}
	
#quickSearchForm-page #mainContent label {
	font-size:11px;
	display:block;
	float:left;
	clear:left;
	width:100%;
}

#quickSearchForm-page select#recentSaveWindowIdSelect {
	font-size:11px;
	line-height: 1.4em;
}

#quickSearch-page .secondaryContent {
  margin-left: 0px;
  margin-right: 0;
}

#quickSearch-page div.breakdown {
	padding-left: 0px;
}

#quickSearch-page .picturePanel a.hover,
#quickSearch-page .picturePanel a:hover {
	background:transparent;
}

#quickSearch-page .picturePanel a {
	display:inline;
}

#quickSearch-page.picturePanel img {
float:none;
}

#quickSearch-page #wrapper{
	width:auto;
	padding:10px;
}

#quickSearch-page .picturePanel{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding:5px 0;
	text-align:center;
	margin-top: 5px;
}

#quickSearch-page .pictureBox {
	margin-right: -3px;
}




/* Registration Page My Details Page CSS */


#details-page h2 {
	margin-top: 10px;
}

#details-page h3 {
	font-size: 14px;
}

#content form input.form_button {
	margin-right: 150px;
}

#content form label {
	font-size: 11px;
	width: 160px;
	margin: 13px 0 0 0;
}

#registration-page h1 {
	margin-top: -10px;
	color: #555555;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	padding-top: 10px;
}

#registration-page h3.register {
	margin-top: -20px;
	border-top: none;
}

#registration-page p.introSystem {
	font-weight: normal;
}

#registration-page label {
	width: 160px;
}


/* Sign-In CSS */


#signIn-page .submitButtons {
	text-align: left;
}

body#signIn-page .formArea input {
	font-size: 11px;
	line-height: 1.4em;
}


/* Help CSS */


#helpleft {
	width: 140px;
	margin:10px;
}

#help-page #wrapper #content {
	width: 770px;
	margin: 0 20px 40px 10px;
}

ul#item-grid {
	margin-left: -10px;
}

ul#item-grid li {
	margin-bottom: 40px;
}

body#quickSearch-page ul#item-grid li img:hover {
	border: 1px solid #F15A24 !important;
}

div.breakdown {
	width: 40% !important;
	padding: 5px 5px 5px 0;
	border-right: none !important;
}

div.displayoptions {
	width: 420px;
	margin: 5px 0 0 15px;
}

div.dropdown {
	float: left;
	margin: 0px 0 0 15px;
}

div.dropdown select {
	font-size: 11px;
}

div.dropdown label {
	padding-right: 5px;
}

ul#item-grid {
	margin-left: -12px;
}

ul#item-grid li {
	margin-right: 8px;
}

#Welcome_to_NI_Syndication_Content {
	margin-top: -30px;
}

body#categories-page .line {
	margin-bottom: 0px;
}

body#categories-page #mainContent {
	padding: 0 0 45px 10px;
}

#categories-page div.centered {
	margin-right: 8px;
}

.row H4 {
	padding-top: 0px;
}


/* Advanced Search CSS */


#advancedSearch-page#wrapper {
	padding: 10px;
	}
	
#advancedSearch-page .paging {
	margin-top: 10px;
}
	
#advancedSearchForm-page #mainContent label {
	font-size:11px;
	display:block;
	float:left;
	clear:left;
	width:100%;
}

#advancedSearchForm-page select#recentSaveWindowIdSelect {
	font-size:11px;
	line-height: 1.4em;
}

#advancedSearch-page .secondaryContent {
  margin-left: 0px;
  margin-right: 0;
}

#advancedSearchForm-page input {
	font-size: 11px !important;
	line-height: 1.4em !important;
}

#fd-but-datefrom,#fd-but-dateto {
	float:left;
	display: inline;
}

#advancedSearchForm-page #mainContent select#recentSaveWindowIdSelect,
#advancedSearchForm-page #mainContent input#datefrom,
#advancedSearchForm-page #mainContent input#dateto,
#advancedSearchForm-page #mainContent select#time_period,
#advancedSearchForm-page #mainContent input.text {
	display:block;
	float:left;
	clear:left;
}

#advancedSearchForm-page .line {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0px;
}


#advancedSearch-page div.breakdown {
	padding-left: 0px;
}

#advancedSearch-page .picturePanel a:hover,
#categories-page .picturePanel a:hover,
#sets-page .picturePanel a:hover {
	background:transparent;
}

#advancedSearch-page .picturePanel a,
#categories-page .picturePanel a,
#sets-page .picturePanel a {
	display:inline;
}

#advancedSearch-page.picturePanel img,
#categories-page .picturePanel img,
#sets-page .picturePanel img {
float:none;
}

#advancedSearch-page #wrapper,
#sets-page #wrapper{
	width:auto;
	padding:10px;
}

#advancedSearch-page .picturePanel,
#categories-page .picturePanel,
#sets-page .picturePanel {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding:5px 0;
	text-align:center;
	margin-top: 5px;
}

#advancedSearch-page .pictureBox {
	margin-right: -3px;
}

#saved_search_list input {
	font-size: 11px;
	line-height: 1.4em;
	padding-right: 10px;
}

#saved_search_list h2 {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px;
}

#saved_search_list .line {
	border-top: 1px dotted silver;
}
	
#saved_search_list p {
	margin: 5px 0 5px 0;
}

/* Slideshow */

body#slideShow p {
	color: #FFF !important;
	margin-top: 10px !important;
}

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

#slideShowForm #show {
	margin: 20px 0 10px 0;
}

#slideShowForm .slideshow-images {
	border-bottom: 1px dotted #CCCCCC;
	margin-left: -20px;
}

.slideshow, .slideshow-images{
    background:#000000 !important;
}

/* Search Overlays*/


.leftBlock,
.test5 {
	padding-left:15px !important;
}

label[title="Click to show similars"] {
	display:none !important;
}

label[title="Click to show similars"] {
	display:none !important;
}

.previewPanel div.leftBlock label {
	border-radius: 10px 10px 0 0 !important;
}

div. previewPanel .placeholder {
	height: 95px !important;
}

div.previewPanel div.test {
	margin-bottom: 5px;
}

#LightboxPanelForm .imgBlock img {
	display: none !important;
}

#lightbox-preview-panel-content div.test2, #basket-preview-panel-content div.test2{
	display: none;
}

div.previewPanel div.test5 a {
	color: #F15A24;
}

.previewPanel .container a {
	color: #F15A24;
}

#similars-preview-panel {
	display: none;
}


/* Basket CSS */


#basket-page {
}

body#basket-page p {
	color: #CCCCCC;
	margin: 0 !important;
}

body#basket-page div#mainContent p {
	color: #333333;
	font-size: 11px !important;
	line-height: 1.4em !important;
}

#basket-page .Menu_HR {
	margin-top: 98px;
}

body#basket-page p.items {
	margin-left: -10px !important;
}

body#basket-page .Footer div.tiny {
	margin-bottom: 5px !important;
}

body#basket-page div.basketSummaryRight {
	margin-bottom: 15px;
	margin-top: -83px !important;
}

body#basket-page div.basketItem div.grid_4 a img.basketThumbnail {
	display: inline;
	margin-left: 5px;
}

body#basket-page div.confirm h3 {
	font-size: 14px;
	color: #555555;
	margin-left: 0;
}

body#basket-page div.confirm .termsbox	{
	margin-left: 0;
}

body#basket-page div.confirm .paymentOptions	{
	margin-left: 0;
}

body#basket-page #basketAddressCreateWindow .msgPopupInside {
	margin-top: 200px !important;
}

body#basket-page .msgPopup_content {
	font-size: 11px !important;
}

body#basket-page div.confirm .paymentOptions input#button2 {
 margin-top: 2px;
}

body#basket-page div.confirm .assetsSelected .callme {
	display: none;
}

#basketOrderItemWindow {
	background-color: #F5F5F5;
	background-image: url("/img/diagonal_bg.jpg");
	background-repeat: repeat;
	border: 1px solid #999999;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	width:679px;
}

#basketOrderItemWindow form {
	padding:5px;
	background:white;
}

#basket-page form#delivery-method-form .push_3 {
	height: 30px;
}

#basket-page form#delivery-method-form {
	margin: -10px 0 0 -10px;
}

#basket-page form#delivery-method-form #delDetails {
	font-size: 11px;
	line-height: 1.4em;
	margin-left: 10px;
	width: 98% !important;
}

#basket-page form#delivery-method-form #delDetails .grid_4 {
	width: 97% !important;
}

#basket-page form#delivery-method-form #delDetails p {
	font-size: 11px;
} 

#basket-page form#delivery-method-form #delDetails h4 {
	font-size: 11px;
	margin:0 0 10px 0 !important;
	padding: 0;
}

#basket-page form#delivery-method-form #delDetails .registeredUserContainer {
	width: 100%;
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 0px;
}

#basket-page form#delivery-method-form #delDetails .billingAddressContainer {
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	margin-left: 0px;
}

#basket-page form#delivery-method-form #delDetails .registeredUserContainer h4,
#basket-page form#delivery-method-form #delDetails .billingAddressContainer h4 {
	padding: 5px 0 10px 0;
	margin-bottom: 0px !important;
	font-size: 14px;
	color: #555555;
}

#basket-page form#delivery-method-form #delDetails .registeredUserContainer label {
	width: 50px;
	clear: left;
	float: left;
	font-weight: bold;
}

#basket-page form#delivery-method-form #delDetails .registeredUserContainer p {
	float: left;
}

body#basket-page div#billingAddress label {
	width: 70px;
	height: 20px;
	overflow: hidden;
	clear: left;
	float: left;
	font-weight: bold;
	padding-right: 5px;
}

body#basket-page div#billingAddress label:contains("Country"){
	width: 20px;
}

body#basket-page div#billingAddress p {
	float: left;
}

body#basket-page #basketAddressCreateWindowForm {
	font-size: 11px !important;
	line-height: 1.4em !important;
}

body#basket-page #basketAddressCreateWindowForm input {
	font-size: 11px !important;
}

body#basket-page #basketAddressCreateWindowForm select {
	font-size: 11px !important;
}

body#basket-page div.pricing h1 {
	margin: 10px 0 10px 0;
}

#basket-page .pricingInformation h1 {
	line-height: 1.2em;
	font-size: 14px;
	margin-bottom: 5px;
	color: #333333;
}

#basket-page .pricingInformation h5 {
	line-height: 1.4em;
	font-size: 11px;
	margin-bottom: 5px;
	color: #333333;
}

body#basket-page div.pricing a {
	border:0 !important;
	font-size:1em !important;
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	font-weight: normal !important;
}

body#basket-page div.pricing {
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	padding:10px;
	width:280px !important;
	min-height: 120px;
	font-size: 11px;
}

#basket-page div.basketContent{
	width:780px !important;
	border-left: 1px dotted #CCC;
	color: #333333;
	font-size: 11px;
	padding-left: 15px !important;
}

body#basket-page div.basketContent input#basket-proceed-step-1-button-1.btn2 {
	margin-right: 15px;
}

#basket-page div.basketContent a {
	text-decoration: none;
}

#basket-page div.basketContent a:hover {
	text-decoration: underline;
}

#basket-page p.basketcount {
	clear:both;
	padding-top:10px;
	margin-right: 8px !important;
}

body#basket-page .delivery h2 {
	margin: 10px 0 10px 0 !important;
}


body#basket-page .delivery h3 {
	font-size: 14px;
	margin-top: 5px !important;
	color: #555555;
}

body#basket-page .delivery .grid_4 {
	margin-right: 10px;
}

body#basket-page div.basketSummaryLeft .basketActions {
	margin-top: 10px;
}

body#basket-page div.basketSummaryLeft .basketActions .actions a,
body#basket-page div.basketSummaryLeft .basketActions	.includeInCheckout a {
	border-right: 1px solid #CCCCCC;
	color: ##F15A24;
	padding: 0 8px !important;
}

body#basket-page #delDetails . grid_4 {
	width: 100%;
}

#basket-page .Header_Links {
	margin-top: 0px;
}

#basket-page label {
	font-size: 11px;
}

#basket-page .newWarning {
	padding: 10px 20px 10px 20px;
	text-align: left;
	margin-top: 0px;
}

#basket-page .newWarning a {
	color: #F15A24;
	text-decoration: none;
}

#basket-page .newWarning a:hover {
	text-decoration: underline;
}

#basket-page label.error {
	color: #333333;
}

#basket-page .basketSummaryLeft h1 {
	margin: 10px 0 0 0 !important;
}

body#basket-page div.basketmain {
	background:white;
	border:none;
	width: 760px !important;
	padding: 0;
}

body#basket-page div.basketmain h2{
	margin: 10px 0 5px 0 !important;
}

body#basket-page div.basketmain .summaryBox {
	margin: 0 0 10px 0;
	width: 100% !important;
}

body#basket-page div.basketmain .summaryBox #confirm_details {
	margin-top: 10px !important;
}

body#basket-page div.basketmain .summaryBox #confirm_details h3 {
	padding-top: 5px;
	font-size: 14px;
	color: #555555;
}

body#basket-page div.basketmain .summaryBox h2 {
	margin: 15px 0 10px !important;
	padding: 0;
}

body#basket-page div.basketmain .summaryBox table td {
	font-size: 11px;
	line-height: 1.4em;
}

body#basket-page div.basketmain .summaryBox #confirm_left {
	margin: 0 15px 0 0 !important;
	border-top: 1px dotted #CCC;
	width: 34% !important;
}

body#basket-page div.basketmain .summaryBox #confirm_middle {
	margin: 0 15px 0 0 !important;
	border-top: 1px dotted #CCC;
	width: 34% !important;
}

body#basket-page div.basketmain .summaryBox #confirm_right {
	margin: 0 !important;
	border-top: 1px dotted #CCC;
	width: 27% !important;
}

body#basket-page div.basketmain .assetsSelected {
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

/* Basket tabbed breadcrumb */
body#basket-page div.grid_4_baskettab_container {
  float: left;
  height: 20px;
  background: #f5f5f5 url(/img/bc_basket_base.png) repeat-x;
}

body#basket-page h2.baskettab {
	border: 0 none;
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	margin: 0;
	padding: 4px 10px 4px;
 /*
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
 */
	color: #666;
	background: transparent url(coo/user/gpimages/cart_divider4.png) no-repeat right; /* #F5F5F5 */
	height: 12px;
	width: 173px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
body#basket-page h2.baskettabcurrent,
body#basket-page h2.baskettabactive {
	background: #F15A24 url(coo/user/gpimages/cart_divider3.png) no-repeat right;
	border: 0 none;
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	color: white;
	font-size: 10px;
	height: 12px;
	margin: 0;
	padding: 4px 10px 04px;
	font-weight: bold;
	text-align: left;
}

h1.basketName {
	color: #F15A24;
	font-size: 16px;
}

body#basket-page div.itemList {
	padding-left: 0px;
}

body#basket-page div.basketSummaryLeft {
	margin-left: 0px;
	width: 550px;
}

#basket-page h3.licenceType {
	display: none;
}

body#basket-page div.pricingInformation p {
	text-align: right;
}

#basket-page, #basket-page div.basketList h1 {
}

body#basket-page div.basketList a.basketItem,
body#basket-page div.basketList a.basketItem strong,
body#basket-page div.basketList a.basketItem:hover {
	text-decoration: none!important;
}

#basket-page div.basketList a.basketItem strong {
	color: #f15a24;
}

body#basket-page div.basketList a.basketItem:hover strong {
	text-decoration: underline!important;
}

#basket-page h1.bigflashtitle {
	font-size: 20px;
	line-height: 1em;
	margin-top: 5px;
}

#basket-page div.basketList h2 {
	border-bottom: 1px dotted #CCC;
	font-family: Verdana;
	font-size:18px;
	padding-bottom:20px;
	color: #333333;
}

body#basket-page div.basketItem {
	border: 0;
	border-top: 1px dotted #CCCCCC;
	border-radius:0;
	-moz-border-radius:0;
	padding: 10px 0 0 0;
	margin: 0 10px 10px 0;
	color: #333333;
}

body#basket-page div.basketContent input {
	font-size: 10px;
}

body#basket-page div.basketContent input#basket-billing-address-checkbox {
	margin-left: 0px;
}

body#basket-page div.basketItem div#project_title {
	margin-bottom: -10px;
}

body#basket-page div.basketItem div#licence_end {
	display:none;
}

body#basket-page div.basketItem h3 {
	color: #333333;
	font-size: 11px;
	margin-top: 0px;
}

body#basket-page div.basketItem div.grid_4 {
	margin-left: -5px;
	width: auto;
}

body#basket-page div.basketItem div.includeInCheckout {
	margin-left: 0px;
}

#basket-page .basketItem .includeInCheckout label input {
	margin-top: 0 !important;
}

body#basket-page div.basketItem div.metadata {
	margin-left: 5px;
	width:220px !important;
}

body#basket-page div.basketItem div.callme {
	width: 44% !important;
	margin-top: 5px;
	margin-left: 0px;
}

body#basket-page div.basketItem div.pricing {
	width:25% !important;
}

body#basket-page div.basketItem div.pricing .grid_9 {
	width: auto;
	padding-right: 5px;
}
body#basket-page div.basketItem div.pricing strong.grid_price {
	font-weight: bold!important;
}

body#basket-page div.basketItem div.pricing strong.grid_1 {
	width: auto;
	font-weight: normal;
}

body#basket-page div.basketItem div.pricing a {
	padding: 0px !important;
}

body#basket-page div.basketItem div.pricing h3 {
	display: none;
}

body#basket-page div.basketItem div.usageCont {
	width:150px !important;
}

body#basket-page div.basketItem div.grid_4 div.picturePanel {
	margin-left: 2px !important;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
}

body#basket-page div.basketItem .grid_5 h3 {
	display: none;
}

body#basket-page div.basketItem .grid_5 label {
	font-size: 9px;
}

body#basket-page div.basketItem .grid_16 label {
	font-size: 9px;
}

body#basket-page dl.info {
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
}

body#basket-page dl.info dt {
	text-align: left;
	width: 48% !important;
	margin-right: 0;
}

body#basket-page dl.info dd {
	width: 52% !important;
}


body#basket-page a.basketItem:hover strong{
text-decoration:underline;
}

body#basket-page a.basketItem:hover {
background:white;
}

body#basket-page a.basketItem {
	background: none repeat scroll 0 0 white;
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-top: 1px dotted #CCCCCC;
	background:white;
	border-radius:0;
	font-family:Verdana;
	padding-bottom:20px;
}

body#basket-page a.basketItem strong{
	color:#F15A24;
	font-weight: normal;
}

#basket-page div.basketmain{
width:740px !important;
}

#basket-page #mainContent .container_16 > .grid_4,
#basket-page div.basketList {
	width:140px !important;
}

#basket-page #mainContent .container_16 > .grid_4 h2,
#basket-page div.basketList h2 {
	font-size: 14px !important;
	margin: 0 !important;
	padding: 0 0 6px !important;
}

#basket-page #mainContent .container_16 > .grid_4 p,
#basket-page div.basketList p {
	font-size:11px !important;
	padding:5px 5px 10px 0px !important;
	margin:0 !important;
}

#basket-page a.basketItem {
	width:130px !important;
	margin: 0 0 5px 0 !important;
	padding:5px !important;
	font-size:11px !important;
}

body#basket-page a.basketItem strong{
	font-size:11px !important;
	text-decoration:underline;
}

body#basket-page a.selected {
	font-style:italic !important;
}

body#basket-page a.selected strong {
	color:#333;
}

body#basket-page a.basketItem em {
	float:none !important;
}

body#basket-page div.pricing a span {
}

body#basket-page div.pricing {
	padding-top:0px;
}

body#basket-page h3 {
	color:#F15A24;
	font-size:13px; 
}

body#basket-page div.pricing a br {
	display:none;
}

body#pricebook-page div#wrapper div#calculator div#ldfInfo {
	display: none !important;
}


/* Previous Orders */


table#invoiceList{
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}
table#invoiceList tr.odd {
	background:#eee;
}

table#invoiceList tr.even {
	background:#ddd;
}

table#invoiceList th {
	color:#F15A24;
}

p.assetDownloadSizes,
ul.downloadSizes,
p.selectContainer {
	display:none;
}


/* My Details CSS */


#details-page input[type="checkbox"]{
	width:13px;
}

#details-page #address_1 {
	clear:both;
}

#details-page #content {
	width: 754px !important;
	border-left: 1px dotted #CCCCCC;
	padding-left:20px;
}

#details-page h5{
	display:none;
}

#details-page {
	text-align:left;
}

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

#accountleft {
	width:140px;

}
#details-page h2 {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px;
	padding-bottom: 15px;
	padding-top: 0;
}

#details-page	h3.first {
	border-top: medium none;
	margin: 0 0 8px;
	padding-top: 0;
}
#details-page	h3 {
	border-top: 1px dotted #CCCCCC;
	color: #555555;
	margin: 15px 0 8px;
	padding-top: 10px;
}

#details-page	label {
	font-weight:normal;
	font-size:10px;
	color:black;
}

body#subscriptionPage div label {
	font-size: 11px;
	font-weight: normal !important;
}
	

/* Sign-in CSS */

body#signIn-page label {
	width: 200px !important;
	}

#signIn-page .formArea label {
	font-weight:normal !important;
	font-size:11px;
	color:black;
}

#signIn-page .submitButtons {
	text-align: left;
}


/* Registration Password Reminder CSS */


#registration-page h1 {
	margin-top: -5px;
	color: #555555;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 18px;
	padding-top: 10px;
}

#registration-page h3.register {
	margin-top: -20px;
	border-top: none;
}

#registration-page p.introSystem {
	font-weight: normal;
}

#registration-page label {
	width: 160px;
}

#registration-page label {
	font-size: 11px;
}

#registration-page input {
	font-size: 11px;
}


/* Help CSS */


#help-page {
	color:black;
}

#help-page #content {
	border-left: 1px dotted #CCCCCC;
	padding-left: 20px;
}

body#help-page #wrapper #content {
	width: 740px !important;
	margin: 10px 20px 40px 10px !important;
}

#help-page #content ul {
	padding-left: 15px !important;
}

#help-page .secondaryContent_Right a {
	font-size: 1.2em;
}

#helpleft{
	margin-top:18px;
	margin-left:20px;
} 

#helpleft 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;
} 
#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);
	background-repeat:no-repeat;
	margin-bottom:11px;
	text-indent:-2000px;
}

#help-page #content h2 {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 0px;
}

#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 {	
}

#helpleft li ul {
	margin-top:3px;	
	margin-bottom:-3px;
}

#helpleft li ul li {
	padding-left: 20px;
	border:0px;
}

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

#helpleft {
	width: 140px;
	margin:10px;
}

/* Form CSS */


#self_employed {
	float: left;
	width: 100%;
}

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

}

#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; 
}

#self_employed br,
#image_opt_in br,
#feature_opt_in br {
	display:none;
}


/* Div Overlays CSS */


div#blackout {
	display:none !important;
}

.msgPopupInside {
	background-color: #F5F5F5;
	background-image: url("/img/diagonal_bg.jpg");
	background-repeat: repeat;
	border: 1px solid #999999;
	border-radius: 0 0 0 0;
	font-family: Arial;
	font-size: 11px;
	padding: 8px;
	text-align: left;
	width: 420px;
	z-index: 1000;
}
.msgPopupInside .msgPopup_title {
	background: url("/img/header_bg.png") repeat-x scroll 0 -25px #333333;
	color: #FFFFFF;
	cursor: move;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

#searchSaveWindowInside .msgPopup_content input {
	font-size: 11px;
	line-height: 1.4em;
}

.msgPopupInside .msgPopup_menu {
	background-color: #FFFFFF;
	padding: 10px;
}

.msgPopupInside .msgPopup_content {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
}

.msgPopupInside .msgPopup_list {
	background-color: #FFFFFF;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
}

#basket-page .msgPopupInside .msgPopup_content p {
	color: #333333;
	text-align: center;
	padding: 10px;
	}
	
#basket-page .msgPopupInside .msgPopup_content input {
	font-size: 11px;
	line-height: 1.4em;
	}

.msgPopupInside .msgPopup_content .floatLeft {
	float: left;
	width: 280px;
}

.msgPopupInside .msgPopup_content .floatRight {
	float: right;
	width: 100px;
}

.msgPopupInside {
	background-color: #F5F5F5;
	background-image: url("/img/diagonal_bg.jpg");
	background-repeat: repeat;
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 11px;
	padding: 8px;
	text-align: left;
	width: 420px;
	z-index: 1000;
	border-radius:0;
	-moz-border-radius: 0 0 0 0;
}
.msgPopupInside .msgPopup_title {
	background: url("/img/header_bg.png") repeat-x scroll 0 -25px #333333;
	color: #FFFFFF;
	cursor: move;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 1.4em;
}

.msgPopupInside .msgPopup_menu {
	background-color: #FFFFFF;
	padding: 10px;
}

.msgPopupInside .msgPopup_content {
	background-color: #FFFFFF;
	padding: 10px;
}

.msgPopupInside .msgPopup_list {
	background-color: #FFFFFF;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
}

.msgPopupInside .msgPopup_content .floatLeft {
	float: left;
	width: 280px;
}

.msgPopupInside .msgPopup_content .floatRight {
	float: right;
	width: 100px;
}

.msgPopupInside .msgPopup_content .floatLeft,
.msgPopupInside .msgPopup_content .floatRight {
	font-size: 11px;
	line-height: 1.4em;
}

.msgPopupInside .msgPopup_content .floatLeft input {
	font-size: 11px;
	line-height: 1.4em;
}

.msgPopupInside .msgPopup_content .floatLeft select#searchSaveWindowTimeEventSelect {
	display: none !important;
}


/* Prefs Panel */


#GridHeader{
	background-color: #F5F5F5;
	border-bottom: 1px dotted #CCCCCC !important;
	margin-top:-10px;
	margin-left:-7px;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-right: -7px;
}

div.breakdown {
	border-right: 1px dotted #CCCCCC;
	padding:5px;
	font-size:11px;
	color:black;
	margin: 5px 0 5px 0;
}

div#GridHeader div.displayoptions{ 
	width:330px;
	padding:5px;
	float:right;
	font-size: 11px;
}

div#GridHeader div.displayoptions select { 
	font-size: 11px;
}

div#GridHeader div.displayoptions .chks { 
	display: none;
}

div#GridHeader div.displayoptions div.dropdown {
	float:right;
}

div#GridHeader div.displayoptions div.dropdown	label {
	width: auto; 
	float: left; 
	padding-top: 3px;
	font-size:11px;	
}

div#GridHeader div.displayoptions div.dropdown	select {
	float:left;
}


/* Paging */


div.paging {
	padding:5px;
	font-size: 11px;
	width: 160px;
	font-size: 11px;
	color:black;
	margin: 0 0px 0 0;
}

div.paging div.pageSelectorMain {
	width: auto !important;
	padding: 0 10px 0 10px;
	}

.previousPage, .previousPageActive {
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-100px;
	background:url('/img/pagination_previous.png') no-repeat top left;
	text-align:left;
	margin-top:1px !important; 
}
.nextPage, .nextPageActive {
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-100px;
	background:url('/img/pagination_next.png') no-repeat top left;
	text-align:left;
	margin-top:1px !important; 
}

div.paging input.text {
	font-size: 11px;
}

div.paging input,div.paging input.text {
	font-size: 11px;
}

div.paging img {
	margin-top:4px;
}
 
div.dropdown label {
	padding-right: 5px;
}


/* Preview Pop-up CSS */


body.popup div#itemPopupWrapper div#main div#left div#actions ul li div#download-failed div#Orderfailedtext.floatLeft.label{
  padding: 0;
  width: 200px;
}


body.popup div.paging img {
	margin-top: 0px;
}

body.popup #set_right img.similars {
	cursor: pointer;
}

body.popup input {
	font-size: 11px !important;
	line-height: 1.4em !important;
}	
body.popup div#main .right div.row {
	margin-bottom: 5px !important;
	}
	
body.popup div#main .right div.row input {
	margin-top: 2px;
	}

body.popup .keywords {
	margin-left: -19px !important;
}

body.popup .keywords label {
	width: auto !important;
	overflow: none !important;
	padding-right: 10px !important;
}
	
body.popup .keywords input {
	margin: 0px 5px 0 0;
}


/* Collections Sets CSS */


#categories-page .pictureBox {
	height:230px;
}
	
#categories-page .isSet .picturePanel {
	display:none !important;
}

#categories-page .isSet .desc_set {
	display:block !important;
	border-bottom: 1px dotted #CCCCCC;border-top: 1px dotted #CCCCCC;
	font-size:11px; line-height:1.3em;height :40px !important;
}

#categories-page .isSet .desc_set a:hover {
	text-decoration:none !important;
}

#categories-page .isSet .desc_set a:hover strong {
	text-decoration:underline !important;
}

#sets-page .serviceNav, #categories-page .serviceNav {
	font-size: 11px;
	line-height: 1.4em;
}

#categories-page #wrapper {
	width: auto;
	padding: 10px !important;
}

#categories-page div#GridHeader {
	padding: 5px 15px 15px 0px !important;
	width: 100%;
}

#categories-page div#GridHeader div.paging {
	margin-top: 8px;
}

#sets-page div#GridHeader div.paging {
	margin-top: 10px;
}

#categories-page div#GridHeader div.paging div.pageSelectorMain,
#sets-page div#GridHeader div.paging div.pageSelectorMain {
	width: auto;
}

#categories-page div#GridHeader div.paging #PageSelectBox,
#sets-page div#GridHeader div.paging #PageSelectBox {
	margin-top: -1px;
}

#categories-page #mainContent {
	margin-bottom: 40px;
}

#categories-page.gridPage #mainContent, 
#sets-page.gridPage #mainContent {
	padding: 0 !important;
}

#categories-page div.centered {
	float: left;
	height: 200px !important;
	margin-bottom: 10px;
	margin-right: 10px !important;
	padding: 0;
	position: relative;
	width: 165px;
}

#categories-page .centered a {
	bottom: 33px;
	left: 0;
	position: absolute;
	width: 100%;
}

#categories-page .centered a.service {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	bottom: 0;
	color: #333;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
	padding: 5px 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#categories-page .pictureBox {
	margin-right: -3px;
	margin-bottom: 10px;
}

#categories-page .pictureBox .setDownloadImages {
	margin-top: -10px;
}

#categories-page .setPublishDate {
	width: 80px;
	height: 15px;
	overflow: hidden;
	display:block;
	margin-top:-18px;
	color:#333;
}

#categories-page .pictureBox_desc, .pictureBox_id {
	padding: 2px;
}

#categories-page h2 {
	display:none;
}

#categories-page #PreHeader #subnav li.first a,#sets-page #PreHeader #subnav li.first a  {
	color: #F15A24;
}


#categories-page h1 {
	width:auto;
/*	border-bottom: 1px dotted #CCCCCC;*/
	padding-bottom: 10px;
	margin: 5px 15px 0 0px;
	background: url("/coo/user/gpimages/title_collections.png") no-repeat;
	height: 20px;
	line-height: 1em;
	text-indent: -9999px;
}

#categories-page #mainContent .secondaryContent_Left33,#sets-page #mainContent .secondaryContent_Left33 {
	width: 50%;
	margin: -55px 0 0 5px;
	display: inline-block;
}

#categories-page .secondaryContent_Left33 p {
	margin:50px 0 0 10px;
}

#sets-page .secondaryContent_Left33 p{
	margin:40px 0 0 10px;
}

#sets-page .secondaryContent_Left33 p input,
#categories-page .secondaryContent_Left33 p input {
	margin-right: 5px;
	font-size:11px;
	line-height: 1.4em;
}

#sets-page .secondaryContent_Left33 p input#search_header,
#categories-page .secondaryContent_Left33 p input#search_header {
	width: 150px;
} 

#categories-page .serviceNav,#sets-page .serviceNav  {
	margin:0px;
}

#categories-page .collectionsCount,
#sets-page .collectionsCount {
	text-indent: 0;
	margin-top: 20px;// MJL5px;
	padding: 0;
	border: none;
	background: none;
	font-size:11px;
	line-height: 1.4em;
}

#categories-page .serviceNav a,
#sets-page .serviceNav a{
	color:#F15A24;
}

#categories-page .isSet .desc_set {
	margin-top: 5px;
	height: 48px !important;
}

#categories-page .isSet .desc_set,
#categories-page .setNumImages {
	font-size: 10px;
	line-height: 15px;
}

#categories-page .setName {
	display: block;
	height: 15px;
	margin-top: -28px;
	overflow: hidden;
	width: 100%;
}

#categories-page .setNumImages {
	display:block;
	float:none;
	margin-top: 15px;
	color:#333;
}

#categories-page .setName strong:before {
	content:"Set :";
	padding-right:2px;
	color:#333;
	font-weight:normal;
}

#categories-page .setName a:hover strong:before {
	text-decoration: none;
}

#categories-page .setName strong {
	color:#F15A24;
}

#sets-page #GridHeader{
	padding: 5px 15px 15px 0 !important;
	width: 100%;
}

#sets-page div.secondaryContent div.grid_16 p {
	display:none;
}

#sets-page .secondaryContent {
	width:auto;
	padding:0px;
	margin-bottom: -60px;
}

#sets-page div.pictureBox {
	margin-right: -3px;
}


/* Lightboxes */


#lightbox-page #wrapper {
	padding-bottom: 50px;
}

body#lightbox-page #mainContent {
	margin: 0px 10px 0px 10px;
	font-size: 11px;
	color: black;
}

body#lightbox-page .secondaryContent_Left66 {
	width: 75% !important;
}

body#lightbox-page .secondaryContent_Right33 {
	width: 20% !important;
}

body#lightbox-page div.picturePanel {
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	padding:4px 0 4px 0 !important;
	margin-top: 5px;
}

body#lightbox-page div.picturePanel a {
	display: inline-block;
	float: none;
	padding: 0;
}

body#lightbox-page .zoomPopup {
	background: none !important;
	border: none !important;
}

#lightbox-page .lightboxLinkActive {
	display: none !important;
}

#lightbox-page .lightboxNotesContainer {
	margin-top: 10px;
	}

body#lightbox-page div.picturePanel a:hover {
	background:transparent;
}

#lightbox-page p.linearMenu a {
	border-right: 1px solid #CCCCCC;
	color: #F15A24;
	padding: 0 10px !important;
}

#lightbox-page p {
	color: black;
	font-size: 11px;
	line-height: 1.4em;
}

#lightbox-page .tiny p {
	font-size: 8px;
	color: #666666;
}

#lightbox-page h2.tabActive {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

#lightbox-page h2.tabInactive {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

#lightbox-page div.pictureBox {
	margin: 10px;
}

#lightbox-page p.instructionText {
	margin-left: 10px;
	font-style: italic;
	font-size: 11px;
}

#lightbox-page .tabContainer h1 {
	font-size: 14px;
}

#lightbox-page .columnA	{
	font-size: 11px;
	color: black;
}

#lightbox-page .columnB	{
	font-size: 11px;
	color: black;
}

#lightbox-page .columnC	{
	font-size: 11px;
	color: black;
}

#lightbox-page select {
	font-size: 11px;
}


/* Features Search Form */


body#feature-search-page {
	font-size: 11px;
}

body#feature-search-page input {
	font-size: 11px;
}

body#feature-search-page input.reset,body#feature-search-page input.submit {
	margin-top: 10px;
}

#feature-search-page .line {
	border-bottom: 1px dotted #cccccc;
}

#feature-search-page label{
	font-size: 11px;
}

#feature-search-page input#title {
	margin-top: -10px;
}

#feature-search-page select#publication_select{
	margin-top: -10px;
}

#feature-search-page input#author{
	margin-top: -10px;
}

#feature-search-page input#pagenumbers{
	margin-top: -10px;
}

#feature-search-page input#interview{
	margin-top: -10px;
}

#feature-search-page select#feature_service_select {
margin-top: -10px;
}

#feature-search-page table {
	width: 100px;
	margin-left: -3px;
}

#feature-search-page div.datePicker table {
    background: url("images/datepicker/gradient-e5e5e5-ffffff.gif") repeat-x scroll 0 -20px #FFFFFF;
    border: 1px solid #CCCCCC;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

#feature-search-page table td label {
	padding-right: 10px;
}


/* Features Search Results */


#advSearch-page #searchresults h5 {
	text-align: left;
}

#advSearch-page #searchresults h4 {
	text-align: left;
}

#advSearch-page .middleContent-tr div a img {
	margin-top: 15px;
}

#advSearch-page #resultsdetails {
	margin: 0;
	padding: 10px;
}

#advSearch-page #resultsperpage, #searchsort, #gotopage {
	font-size: 11px;
}

#advSearch-page #resultsdetails input {
	font-size: 11px;
}

#advSearch-page #resultsdetails select {
	font-size: 11px;
}

#advSearch-page #resultsdetailsbottom .paging {
	margin-right: 40px;
}

#advSearch-page #resultsdetailsbottom {
	border: none;
}

#searchresults {
	padding: 10px 20px 0 10px;
}

#feature-search-page br {
	line-height:30px;
}

#feature-search-page table br {
	line-height:10px;
}

#advSearch-page div.line {
	border-bottom: 1px dashed #EAECEA;
}


/* Features Article CSS */

body.feature-page #mainContent {
	padding: 0px;
}

body.feature-page .secondaryContent {
	min-height: 700px !important;
}

body.feature-page .secondaryContent_Left33 {
	margin: 0 0 20px 0 !important;
	padding-left: 0px !important;
}

body.feature-page #feature-left {
	padding-left: 0px !important;
}

body.feature-page .scroll a {
	text-decoration: underline !important;
}

body.feature-page .scroll .next_previous_nav a {
	text-decoration: none !important;
}

body.feature-page .scroll .next_previous_nav a:hover {
	text-decoration: underline !important;
}

body.feature-page #gotopage {
	display: none;
}

div.picturePanel img {
float:none;
}
div#autoZoom ul.links li, ul#item-grid li ul.links li {
float:none;
}
#organisation_type br {
display:block
}
.descContainer {display:none !important;}
ul.metadata{height:1px;overflow:hidden;display:none;}

#basket-page div.picturePanel a {
display:inline-block;
float:left;
}
ul.subsubmenu li a.active {
color:rgb(241, 90, 36);
}

html body div.Menu_HR {
	/*clear:none;
	bottom: auto;
	margin-top:100px !important;*/
}

/*NI fix images to the bottom of the div*/
.pictureBox_img{
    position:relative;
}
.pictureBox_img a img{ 
    display:block;
    margin:0 auto;
}
body div div.pictureBox_img a{
    width:100%;
    display:block;
    bottom:0;
    position:absolute !important;
}
div.pictureBox .imageLink {
  padding-left: 8px !important;
}

/*Hide selected text highlight to prevent copying*/
#wrapper ::selection {
	background: #fff; /* Safari */
	}
#wrapper ::-moz-selection {
	background: #fff; /* Firefox */
}
#wrapper ::-webkit-selection {
	background: #fff; /* Chrome Safari */
}

/*Lightbox hover and selected state orange fixes*/
.previewPanel .placeholder .thumbnail:hover
{
	border: 1px solid #F15A24 !important;
}
.previewPanel .placeholder .thumbnail-selected:hover
{
	border: 2px solid #F15A24 !important;
}
.previewPanel .thumbnail-selected {
    border: 2px solid #F15A24 !important;
}

/*Lightbox background and top border*/
.previewPanel .container {
    background-color: #000000; 
}   
#pull-tab, .pulltab selected {
  background-color:#000000 !important;
}

/*collections align fix 334*/
#categories-page #mainContent .secondaryContent_Left33, #sets-page #mainContent .secondaryContent_Left33 {
  display: inline-block;
  margin: -55px 0 0 10px;
  width: 50%;
}
/*page number alignment on search 230*/
#advSearch-page #resultsdetailsbottom .paging {
   margin-right: 20px;
}
/*alignment fix 228*/
#categories-page div#GridHeader div.paging {
  margin-top: 12px;
}
#categories-page .pictureBox {
    height:auto;
    }
#categories-page .picturePanel {
	margin-bottom:22px;
}
div.previewPanel label,
div.previewPanel div.test a {
color:#F15A24 !important;
}
#basket-preview-panel div.leftBlock label.active:hover {
    text-decoration:underline;
}
body .clickTarget {
width:130px;
}
.basket-tab:hover {
text-decoration:underline;
}
body #basket-preview-panel div.leftBlock label.active,
.previewPanel .container .active a {
    color:#000 !important;
}

.pagingLower {
 margin-top:-80px;   
}
