﻿

/* Overrides the Site Actions Menu background image */
.ms-siteactionsmenu DIV DIV DIV
{
	background-image: url(/Style%20Library/OHD/Images/bg-nav-hover.gif);
	background-repeat:repeat-x;
	background-color: #a6130c;	
			
}

/* Overrides the Architects's Corner LI so that Site Actions is on top */
#nav-main #nav-ac, #nav-main #nav-news, #nav-main #nav-about
{
	z-index:3;		
				
}

.myWebPart{
	z-index:2;		
				
}


/* Updates the link color that broke on the home page */
a:link, a:visited { color: #d01a11; }
.link { color: #d01a11; cursor: hand; }

/* Styles for the Content Edit Panel.  
   This contains all sharepoint web 
   controls for editing page content */
#ContentEditPanel, #ContentEditPanel .ms-formfieldcontainer
{
	margin: 0px 10px 0px 10px;	
	width: 95%;				
}

/* Overrieds Door Series Details Page IMG tag  to use HTML control rather than IMG */
DIV.img-content { border: 1px solid #e4e3e3; padding: 10px; display: block; }

/* Overrides the web parts zone links definition  */
.ms-WPBody A:link, .ms-WPBody A:hover, .ms-WPBody A:visited
{
		color: #d01a11;		
		text-decoration: underline;		
}

.ms-WPBody
{
font-family:Arial, Helvetica, sans-serif;
}

#ac-main-page-content
{
	width:500px;
	float:left;				
				
}

#doors-selection-grid li.grid-generic 
{ 
 padding: 0px 10px 5px 10px;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 }

 
.selection-grid-desc
{
  height: 50px;			
}

#wrapper-body .ms-tztable
{
	width:95%;
	margin-left:20px;			
				
}

#mainContentPlaceHolders
{
	/*width:95%;
	margin-left:20px;*/	
}

#doors-selection-grid label
{
	visibility:hidden;			
}

#doors-selection-grid .compareText
{
	line-height:18px;
	color: #2c2c2c;
	font-size: 14px;	
	margin-left: -15px;		
}

.series-header { float:left; width: 125px; }
.series-item { float:left; width: 262px; }

#series-table .series-table-col1 {
				padding-right:4px;
}

/* Added by Susan Reed per instructions from Robby Valentine changing this + swifferfix did the job*/

#features H3
{
margin: 1em 0; 
color:#d01a11; 
font-weight:bold;
margin-bottom:0px; /* Added by Susan Reed -to eliminate space between header & paragraph in the features areas */
}

.srch-WPBody
{
 margin-left: 30px;
}

/* Added by Susan Reed - additional style for "default" lists */

.divlist ul {padding-left:25px; padding-right:25px;}
.divlist ul li {list-style-type:disc; margin:10px;}

/* save for later use 
 list-style-image: url('Red-Bullet.jpg');} */

.ms-SPLink
{
	text-align: right;
	width:250px;
}


/*Created for color options */
#tabOptions .color-list{width:100%;font-size:x-small;}
#tabOptions .color-list ul {float:left;margin:0;padding:0;}
#tabOptions .color-list ul li{display:inline; padding:0px 10px 2px 10px;  width:100%; }
#tabOptions .colorName-list{width:100%;font-size:10px;font-family:Arial, Helvetica, sans-serif;}
#tabOptions .colorName-list ul {float:left;margin:0;padding:0;}
#tabOptions .colorName-list ul li{border:1px black solid; display:inline; padding:0px 10px 2px 10px; width:100%;  white-space:nowrap; position:static;}
#tabOptions .color-list ul li img{border:1px black solid;	}
#tblcolorOptions{font-family:Arial, Helvetica, sans-serif; font-size:10px;}
#tblcolorOptions td{ text-align:center; width:60px;}
#tblcolorOptions td img{ border:1px solid black;}
#tblpanelOptions{font-family:Arial, Helvetica, sans-serif; font-size:10px;}
#tblpanelOptions td{ text-align:center; width:100px;}
#tblpanelOptions td img{ border:1px solid black;}

#features .features-3col { float: left; width: 194px; } /*repeated to show default*/
/*for material */
#features .features-3col-left{float: left; width: 240px;padding-right: 20px; }
#features .features-3col-middle{float: left; width: 240px;padding-right: 10px; }
#features .features-3col-right{float: right; width: 94px;padding-right: 10px; }
#features .features-3col-right img{border:1px black solid;}

	/*Created for Windows Tab */
#features .features-3col-windows{font-family:Arial, Helvetica, sans-serif; font-size:10px;	}
#features .features-3col-windows td{text-align:left;}

	/*Created for Hardware Tab */
#features .features-3col-hardware1{float:left; padding-right:5px;}
#features .features-3col-hardware2{float:left; padding-right:1px;}


sup,sub {	height: 0;	
line-height: 1;	
vertical-align: baseline;	
_vertical-align: bottom;	
position: relative;	}

sup {bottom: 1ex;}
sub {	top: .5ex;}
