/*
-----------------------------------------
BT Tradespace - ie7.css
-----------------------------------------
 
 
/* CSS section order
--------------------------

	Basic page structure
	Basic typography
	Layout areas
	Forms
	Buttons
	Miscellaneous 
*/
 



/*--------------------------------
	Basic page structure
---------------------------------- */


/* Clearfix:  The only way to clear containers in IE is to apply the 'hasLayout' property
------------------------ */
div#header,
div#content,
div#footer,
*.layoutArea,
*.contentArea,
div.searchTradespaceModule,
*.contentArea *.listRows li,
div#backOffice {
	zoom: 1;
}




/*--------------------------------
	Basic typography
---------------------------------- */
*.textHeadingSection {
	zoom: 1;
}
*.inlineText {
	margin-right: 5px !important;
}
*.contentArea ul.checkboxesList li {
	display: inline-block;
}




/*--------------------------------
	Layout areas
---------------------------------- */

/* Layout widths:  Percentage width columns don't fit their containers in IE,  
    as IE rounds percentage pixels upwards, not downwards like other browsers
------------------------ */
*.layoutAreaHalf { width: 49.9%; }
*.layoutAreaThird { width: 33.25%; }
*.layoutAreaTwoThirds { width: 66.5%; }
*.layoutAreaQuarter { width: 24.5%; }
*.layoutAreaThreeQuarters { width: 73.5%; }
*.layoutAreaSideNavigation { width: 17.9%; }
*.layoutAreaBesideNavigation { width: 80.9%; }
*.layoutAreaPrimaryColumn *.layoutAreaSideNavigation { width: 24.9%; }
*.layoutAreaPrimaryColumn *.layoutAreaBesideNavigation { width: 74.9%; }


/* First layout area in page requires position relative to avoid redraw issues on resize
------------------------ */
*.layoutAreaFirst {
	/*position: relative; switched off, causes lens page to erroneously calculate position of roll over panel  */
}

/* Active lightbox
------------------------ */
body.hasJS div.layoutAreaLightboxActive {
	zoom: 1;
}

div#companyLogo {
	height: 4em;
}


/*--------------------------------
	Forms
---------------------------------- */

form {
	zoom: 1;
}
*.contentArea select {
	top: -1px;
}
input#businessEmail.VAL_required,
input#txtPasswordNew.VAL_password,
input#txtPasswordConfirm.VAL_password{
	display:block;
}




/*--------------------------------
	Buttons
---------------------------------- */
div.buttonIE .buttonIE-tl,
div.buttonIE .buttonIE-bl {
	width: 49.9%;
}

/* General
------------------------ */
div.button {
	display: inline !important;
	zoom: 1;
	margin-right: 8px;
}
div.button input {
	padding-top: 3px;
	padding-bottom: 2px;
}
div.buttonSmall input {
	padding-top: 1px;
	padding-bottom: 1px;
}
div.buttonPlain {
	top: -0.3em;
}





/*--------------------------------
	Miscellaneous
---------------------------------- */


/* Colour picker
------------------------ */
body.hasJS ul.swatchList li.swatchSelected label {
	filter: alpha(opacity=60);
}


h2#titleRecentActivity {
	display: inline;
	zoom: 1;
}
*.spacingLeftQuarter ul.spacingBottomTwo {
	width:100%;
}

/*  Tabs
------------------------ */
ul.tabs li strong {
	zoom: 1;
}


/*  Contact us module on EBP
------------------------ */
div#contactUs p.email {
	display: inline;
}
div#contactUs div#emailUs {
	display: inline;
}
.contentArea *.ratingInputs select {
	margin-bottom: 0.8em;
}


/* Contacts list
------------------------ */
*.contacts ol.contactsList {
	position:relative;
}
*.contactsSelector .contactsAddPanel {
	width: 9.9%;
}

/* Tables
------------------------ */
table.tableSimple td select {
	width: auto;
}


/*  Search Tradespace module
------------------------ */
div.searchTradespaceModule {
	width: 400px !important;
}


/* Filter remove button on Search pages
------------------------ */
*.textInline { zoom: 1;}
*.filterRemove {
	vertical-align: inherit;
	margin-top: 0;
}

/* Fox for textarea alignment issues
------------------------*/
form#galleryForm textarea#galleryDescription{
	margin-left:-7px;
	width:98%
}

/* Communities list
------------------------ */
*.communitiesList {
	zoom: 1;
}


/* Fixes a layout bug in IE7 for the textarea in the media editor lightbox
------------------------ */
div#mediaManager textarea {
	position: relative;
	left: -7px;
}

/* Fixes and overrides for product carousel styling
------------------------  */

*.carouselContainer .controls .prev,
*.carouselContainer .controls .next {
	filter: alpha(opacity=85);
}

*.carouselContainer .controls ol {
	background: url("../img/css/shadow-dark-alpha.png") repeat scroll 0 0 transparent;
	bottom: -1px;
}
*.carouselContainer .controls ol li a {
	display: inline;
	overflow: hidden;
	text-indent: 10px;
}

*.layoutAreaTopRight {

}

div#lensParent.layout1 div#lensPanel4 .contentArea{
	clear:none;
}

div#lensParent.layout1 div#lensPanel4 .contentAreaPanel {
	float:none;
}

/* Featured Category
************************/
/*This is where the custom text for the featured category goes */
body.browse#pageId0 #center-7 .starter-amazon-com-HTMLWidget-2 {
	margin-top:95px;
}
