/*
    Purpose: Corporate section styles for eMachines
     Author: Robert Murray
    Created: November, 2005 - for eMachines redesign project
*/

#containerIframe {
    padding-top: 10px;
    margin-left: -15px;
    margin-right: 0px;
    padding-right: 0px;
}

/*
 *  Styles for policy pages (Privacy, Terms & Conditions) 
 */
#policyBody {
    margin-bottom: 25px;
}
#policyBody p {
    margin-top: 10px;
    padding-right: 10px;
}
.policySection {
    margin-top: 20px;
    margin-bottom: -10px;
    font-weight: bold;
}


#indexLinksCol1 { 
    position: absolute; top: 0; left: 0;
    width: 260px; 
    height: 160px;
    padding: 10px;
}

#indexLinksCol2 { 
    position: absolute; top: 0; left: 280px;
    width: 260px;
    height: 160px;
    padding: 10px;
}

.indexLinks {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

#indexLinks {
    border: 1px solid #797979;
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: -8px;
}

/*=========================================================================
 *  Executive Bio styles
 */
.executiveContainer {
    height: 95px;
}
#execBio {
	background: #fff;
	padding: 5px 20px 20px 20px;
}
#execBio img {
	float: left;
	margin: 5px 10px 10px 0px;
}
.execTitle {
	font-size: 14pt;
}
.execSubtitle {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.execDesc {
	font-weight: normal;
}


/*===========================================================================
 * Recycle styles
 */

.recycleContainer {
  width: 549px;
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  padding: 10px 5px;
}

.recycleColumnLeft {
  width: 257px;
  padding: 8px;
  border-right: 1px solid #CCCCCC;
  float: left;
  font-size: 9pt;
}

.recycleColumnRight {
  width: 257px;
  padding: 8px;
  float: right; 
  font-size: 9pt;
}

.recycleLearnMore {
  margin-left: 168px;
  width: 88px;
}

.recycleColumnLeaf {
  width: 257px;
  padding: 0px 180px 0px 0px;
  float: right; 
  font-size: 9pt;
  background: #F2F2F2 url(../img/corporate/recycle_leaf_grey.gif) no-repeat bottom right;
  height: 230px;
  margin-bottom: 10px;
}

#corpTab {
    background: url(../img/extras/corptab.gif) no-repeat top left;
    width: 141px;
    height: 33px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
}

.greyboxAbout {
    width: 558px;
    height: 250px;
    border: 1px #cfcfcf solid;
    background-color: #f2f2f2;
    margin-top: -10px;
    position: relative;
    clear: both;
}


/*  Accolades page */
.dotcomname, .magname { font-weight: bold; font-style: normal; }
.magname    { font-style: italic; }
.dotcomname { font-family: Times New Roman; font-size: 110%; }

