/***********************************************************
    Purpose: Product pages styles for eMachines
     Author: Robert W. Murray
    Created: November, 2005 - for eMachines redesign project
*/

#mainBoxHdr1, #mainBoxHdr2, #mainBoxHdr3, #mainBoxHdr4,
#mainBoxHdr5, #mainBoxHdr6 {
    float: left;
    display: block;
    height: 30px;
    background-color: #797979;
    text-align: center;
    border-top: 1px #fff solid;
/*  width: 297px;  /* 2 cols */
    width: 198px;  /* 3 cols */
}

/* 2x2 layout 
#mainBoxHdr3, #mainBoxHdr4 { border-top: 1px #797979 solid; }
#mainBoxHdr1, #mainBoxHdr3 { border-right: #fff 1px solid; }
#mainBoxHdr2, #mainBoxHdr4 { border-right: #797979 1px solid; }
*/
/*  1x3 layout  */
#mainBoxHdr1, #mainBoxHdr2 { border-right: #fff 1px solid; }
#mainBoxHdr4, #mainBoxHdr5 { border-right: #fff 1px solid; }


#mainBoxHdr1 a, #mainBoxHdr2 a, #mainBoxHdr3 a, #mainBoxHdr4 a,
#mainBoxHdr5 a, #mainBoxHdr6 a {
    display: block;
    color: white;
    margin-top: 0px;
    padding-top: 7px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
#mainBoxHdr1 a:hover, #mainBoxHdr2 a:hover, #mainBoxHdr3 a:hover, #mainBoxHdr4 a:hover,
#mainBoxHdr5 a:hover {
    text-decoration: underline;
}
/* -------------------------------- */
#mainBox1, #mainBox2, #mainBox3, #mainBox4,
#mainBox5, #mainBox6 {
    display: block;
/*  width: 297px;  /* 2 cols  */
    width: 198px;  /* 3 cols */
    float:left;
    height: 300px; 
    background: #fff url(../img/extras/clear.gif) repeat-y top left;
    border-bottom: 1px #c2c2c2 solid;
}

/* 2x2 layout
#mainBox3, #mainBox4 { height: 270px; }
#mainBox1, #mainBox3 { border-right: #797979 1px solid; }
*/
/* 1x3 layout */
#mainBox1, #mainBox2, #mainBox3, #mainBox4, #mainBox5, #mainBox6 { 
    height: 350px; 
}
#mainBox1, #mainBox2, #mainBox4, #mainBox5 { border-right: #797979 1px solid; }

#mainBox1 p, #mainBox2 p, #mainBox3 p, #mainBox4 p, #mainBox5 p, #mainBox6 p {
    margin-bottom: 0px;
}

#mainBox1 table, #mainBox2 table, #mainBox3 table, #mainBox4 table,
#mainBox5 table {
    margin-top: -20px;
}

#mainBox1 table td, #mainBox2 table td, #mainBox3 table td, #mainBox4 table td,
#mainBox5 table td {
    font-size:95%;
    background: url(../img/btn/squaredot.gif) no-repeat top left;
    background-position: 13px 7px;
    vertical-align: top;
    padding: 3px 5px 0 25px;
}

#mainBox1 img, #mainBox2 img, #mainBox3 img, #mainBox4 img, #mainBox5 img {
	margin: 20px auto;
	margin-bottom: 30px;
}

#prodDescription { font-weight: normal; }


/*
 *  These styles handle the Where to Buy page
 */
#shopopts th, div#title {
	background-color: #01415c;
	text-align: left;
	height: 20px;
	line-height: 20px;
	color: #eef2f3;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
div#closer { margin-left: -3px; }  /* IE6 fix */

#tableOnline td.onlinetext { text-align: left; padding: 10px; }

table#wtblogos img, table#tableOnline img { margin: 10px auto; }

#shopopts th.nobg { background: none #fff; }
#shopopts td {
	background-color: #e7e7e7;
	border: 1px solid #000;
	padding: 5px 5px 0 10px;
}
form { margin: 0; }
input#zip {
	display: table-cell;
	border: 1px solid #000;
	margin-top: 5px;
	height: 20px;
}
.shoptext {
	height: 110px;
	font-size: 12px;
}
#onlinestores { 
	width: 100%;
	background-color: #fff;
}
div#closer { float: right; width: 20px; background-color: #01415c; }
div#closer a { color: #fff; font-size: 20px; font-weight: normal; line-height: 20px; }
div#closer a:hover { text-decoration: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - 
 *   PRODUCT DETAIL STYLES for eMachines
 */

/* Product name and headline area under banner image */
#prodNameBar {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    background: #797979;
    border-top: 1px solid #fff;
}
#prodNameBar {
    color: white;
    padding-top: 9px;
}
#prodNameBar b {
    padding-left: 20px;
    padding-right: 5px;
}

/*  MSRP/Price tag */
div#msrptag {
    text-align: center;
    float: right;
    width: 100px; height: 65px;
    font-size: 12px;
    color: #fff;
    position: relative; right: 30px; top: 202px;
    background: url('../img/extras/tag_MSRP.gif') no-repeat;
    padding-top: 5px;
}
div#msrptag .price {
    font-size: 20px;
    font-weight: bold;
    height: 14px;
    padding-bottom: 10px;
    margin: 0;
}
div#msrptag .price sup {
    padding-left: 2px;
}
div#msrptag .price small {
    font-size: 11px;
    font-weight: normal;
}
div#msrptag .price small b {
    font-size: 13px;
    font-weight: normal;
}


/*
 *  Find-A-Store box to the right of the product description and
 *  'View Large' text and image
 */
#storeBoxes, #varbox {
    float: right;
    margin-bottom: 20px;
}   
#storeBoxes p, #varbox p {
    text-align: center;
    margin: 0; padding: 0;
    font-size: 10pt;
    font-weight: bold;
}
#varbox p {
    text-align: left;
    padding: 10px;
}
#storeBoxes img, #varbox img {
    margin-bottom: 10px;
}
#onlineBox, #zipBox, #varbox {
    width: 180px;
    margin: 0px 10px;
    font-size: 8px;
    background: #e7e7e7;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}
#onlineBox b, #zipBox b, #varbox b { /* Box title bars */
    display: block;
    font-size: 9pt;
    line-height: 1.7em;
    background-color: #01415c;
    color: #fff;
    padding: 2px;
    padding-left: 10px;
}
#btnOnline {
    cursor: pointer;
    margin: 10px auto;
}
#btnStores {
    display: inline;
    cursor: pointer;
    margin: 10px 0 10px 10px;
}
#zipBox * {
    vertical-align: top;
}
#zipBox input {
    border: 1px inset #ccc;
    margin: 12px 0 10px 10px;
}
#zipBox input          { font-style: italic; color: #ddd; }
#zipBox input.zipBlur  { font-style: italic; color: #aaa; }
#zipBox input.zipFocus { font-style: normal; color: #000; }


#viewLarge {
	display: inline;
    margin-top: 10px;
    margin-bottom: 20px;
}
#viewLarge a {
    color: #000;
    font-weight: bold;
}
#viewLarge a:hover {
    color: #0055aa;
}
#viewLarge img {
    text-decoration: none;
    display: inline;
    position: relative; top: 5px; left: 5px;
    border: 0 none;
}

.viewReview {
	display: inline;
    margin-left: 40px;
}
.viewReview a {
    color: #000;
    font-weight: bold;
}

/*  List of support links inside main content box on support index page */
#whybox {
    border: 1px solid #797979;
    background-color: #f2f2f2;
    padding: 0px 50px 20px 25px;
}
#whybox h5 {
    margin: 15px 0 0px 0;
    padding: 0;
}
.whybuylist {
    margin: 2px 0 0 15px;
    padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - 
 *  DETAIL PAGE STYLES
 */
#specBar td {
    width: 590px;
    height: 30px;
    background: #797979;
    color: white;
    font-weight: bold;
    padding-left: 180px;
}

#containerSpecs, #containerSpecsProd {
    width: 770px;
    background-color: #eef4f6;
    margin: 0px;
    padding: 0;
}
tr.alt, tr.altnosupp {
    background-color: #dfebee;
}
tr.alt .lab, tr.altnosupp .lab {
    background-color: #d2e3e7;
}
.lab {
    display: table-cell;
    width: 164px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: -10px;
    background-color: #dfebee;
}
.spec {
    display: table-cell;
    width: 595px;
    padding: 2px 10px 2px 10px;
    border-left: 1px solid #c5dae0; 
    color: #000;
    font-weight: normal;
}

.findzipbuy {
    display: none;
    /* float: right; */
    /* white-space: nowrap; */
    /* padding-top: 20px; */
    /* font-size: 9pt; */
    /* text-align: left; */
}

#vistaLogo {
	clear: right;
	float: right;
	margin: -15px 0px 10px 5px;
	padding: 0px;
	width: 190px;
}
#vistaLogo img {
	float: left;
	margin: 5px 10px 0px 5px;
}
#vistaLogo p {
	text-align: left;
	line-height: 1.1em;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 12px;
}
#vistaLogo p a {
	font-weight: normal;
	}

#softwarelist {
	margin: 0px 50px 5px 0em;
	padding: 0;
	list-style: none;
}
#softwarelist li ul {
	padding-left: 10px;
}
#softwarelist ul li {
	list-style: disc url(../img/extras/dot.gif); 
}

#logos {
    text-align: center;
    background: #F2F2F2;
    border-top: 1px solid #C2C2C2;
}
#logos img {
    display: inline;
    padding: 5px 10px;
}


#varContent {
    background-color: #fff;
    padding: 10px 20px 30px 15px;
}


/***********************************************************/
