@import url('global.css');
@import url('pagination.css');
@import url('leftNav.css');
@import url('list.css');

#Content{ 
	width: 100% !important;
	width /**/: 770px;
	height: inherit;
	margin: 0; padding: 0; margin-bottom: 5px; margin-left: 0px;
	background-image:url(../images/bgBrandContent.png); /*line for 2 columns*/
	background-repeat:repeat-y;
	overflow: hidden;
}


#BrandProducts {width: 620px; margin-top: 15px;} 
.ProductHighlighted {width: 150px; background: #fff; float: left; margin-left: 2px; border-right: 1px solid #E7F1F0;}
.ProductHighlightedLast {width: 150px; background: #fff; float: left; margin-left: 2px; }
.ProductHighlighted img{ margin: 0px auto;}
.ProductDescription {width: 94%; margin: 0px auto; color: #003366; margin-top: 4px;}
.ProductDescription a{color: #304E72; text-decoration:none; font-size: 11px;}
.ProductDescription a:hover {color: #999999;}

#ProductSearchResult .listAction{ display: block; width:60px; }

#ProductSearchResult tbody td.shortDescription{ border-right-width: 0; }

#ProductSearchResult .swatch{
	margin: 10px 4px 4px 4px;
	padding: 0;
	list-style-type: none;
}
#ProductSearchResult .swatch li{
	display: inline;
}

.inactiveSku {
	background-color:#FFFFFF;
}

.spreadsheetQtyError {
	background-color:#FF0000;
}
.spreadsheetQtyWarning {
	background-color:#FFFF00;
}
.spreadsheetQtyValid {
	background-color:#FFFFFF;
}


#SizeMatrix {width:100%; margin: 0 0 10px 0;}
#SizeMatrix caption {display:none;}
#SizeMatrix td {text-align:center; border-right: 1px solid #e4e8ea; /*border-bottom: 1px solid #e4e8ea;*/}
#SizeMatrix th {border-right: 1px solid #e4e8ea; font-weight:normal;}
#SizeMatrix .dimTotal{ background-color: #e9f4f9; border: 0;}
#SizeMatrix tfoot{ background-color: #f5fafd; }

#SizeMatrix .dim td{ border-bottom: 0; }
#SizeMatrix .available td{
	border-top: 0;
	padding-top: 0;
}
#SizeMatrix .price td{
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


#technologoIframeHolder {
	margin-left:0px;
	margin-top: 0px;
	float: left;
    position: relative;
	background-color: #ffffff;
}
#technologoIframeHolder iframe {
	width: 771px;
	height: 630px;
}
#technologoIframeHolder .actionButton {
	margin-top: 5px;
}
#technologoIframeHolder li a {
	margin: 0px 10px 5px 5px;
}
