/*
-----------------------------------------
BT Tradespace - ie8.css
-----------------------------------------
 
 
/* CSS section order
--------------------------

	Basic page structure
	Basic typography
	Layout areas
	Forms
	Buttons
	Miscellaneous 
*/
 



/*--------------------------------
	Basic page structure
---------------------------------- */

pre {
	font-size: 1.2em;
	word-wrap: break-word;
	overflow-x: visible;
}

/* 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;
}



/*--------------------------------
	Buttons
---------------------------------- */

/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
{     
	outline : none; 
}

/* Button with rounded corners used in IE (created by JavaScript)
------------------------ */
div.buttonIE {
	min-height: 16px;
	border: none;
	background: none;
	margin-right: 5px;
	position: relative;
	background: none !important;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin-bottom: 8px;
}
div.buttonIE div {
	position: absolute;
	width: 50.1%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 1;
	background-image: url("../img/css/bg-button-ie-alpha.png");
}
div.buttonIE.buttonSelected div {
	background-image: url("../img/css/bg-button-ie-selected-alpha.png");
}
div.buttonIE div.buttonIE-tl {
	background-position: left top;
	left: 0;
	top: 0;
	height: 100%;
}
div.buttonIE div.buttonIE-tr {
	background-position: right top;
	right: 0;
	top: 0;
	height: 100%;
}
div.buttonIE div.buttonIE-bl {
	background-position: left 208px ;
	left: 0;
	bottom: -8px;
	height: 8px;
}
div.buttonIE div.buttonIE-br {
	background-position: right 208px;
	right: 0;
	bottom: -8px;
	height: 8px;
}
div.buttonIE:hover div.buttonIE-tl {
	background-position: left 200px;
}
div.buttonIE:hover div.buttonIE-tr {
	background-position: right 200px;
}
div.buttonIE:hover div.buttonIE-bl {
	background-position: left 8px;
}
div.buttonIE:hover div.buttonIE-br {
	background-position: right 8px;
}
div.buttonIE.buttonSearch,
div.buttonIE.buttonSmall {
	min-height: 10px;
}
div.buttonIE input,
div.buttonIE a,
div.buttonIE button,
div.buttonIE label {
	margin-top: 1px;
	position: relative;
	z-index: 2;
	margin-bottom: -8px;
}


/* Disabled buttons
------------------------ */

*.buttonDisabled * {
	filter: alpha(opacity=50) !important;
}


/* Input file button
------------------------ */
body.hasJS div.buttonInputFile div.inputFile {
	z-index: 10;
	overflow: hidden;
	padding: 1px;
	height: 100%;
	background: transparent;
	min-height: auto;
}



body.hasJS div.buttonInputFile div.inputFile input {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0) 
}


/*body {
	width:1003px;
}*/







/* Fix for IE8, 7, 6 - has a 1px space underneath lens panel images */
div#lensParent img {
	margin-bottom: -1px;
}



/* Fixes and overrides for product carousel styling
------------------------  */

*.carouselContainer .controls .prev,
*.carouselContainer .controls .next {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

*.carouselContainer .controls ol {
	background: url("../img/css/shadow-dark-alpha.png") repeat scroll 0 0 transparent;
}

