﻿/*--------------------------------------------------
	 Home Style Sheet (for version 8 browsers)

	 Version :   1.0
	 Creator :   Milo Liu
	 E-mail  :   Milo.Q.Liu@Newegg.com
--------------------------------------------------*/ 
/* main
--------------------------------------------------*/
#mainBanner {
	float: left;
	width: 720px;
	height: 260px;
}
#featuredItems, #newArrivals {
	float: left;
	margin-top: 17px;
	width: 720px;
}
#hotDeals
{
	float: left;
	margin-top: 14px;
	width: 720px;
}
#featuredItems {
	margin-top: 24px;
}
.mainAdv {
	float: left;
	width: 100%;
	margin-top: 17px;
}
.mainAdv img {
	display: block;
	border: 1px solid #D4D4D4;
}
.mainAdv a {
	float: left;
}
.mainAdv span a {
	float: right;
}
#featuredItems, #newArrivals {
	position: relative;
	background: url(http://c1.nemimage.com/Resource/WWW/Themes/2008/images/bgFrameA.gif) repeat-y;
}
#featuredItems div.featuredBanner img {
	display: block;
}
#featuredItems div.container, #newArrivals  div.container {
	float: left;
	width: 100%;
	background: url(http://c1.nemimage.com/Resource/WWW/Themes/2008/images/bottomFrameA.gif) left bottom no-repeat;
}
#featuredItems div.containernoBottom{
	float: left;
	width: 100%;
	height: 0pt;
	
	/*use color instead of image by Marble Wu (Marble.M.Wu@Newegg.com) 2008-05-27*/
	border-bottom:	1px solid #D4D4D4;
}
#featuredItems div.container dl {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 14px; /* modify 11px by betty CRL12595 */
	border-top: 1px solid #DCDCDC;
}
#featuredItems div.container dl.borderTop {
	border-top: none;
}
#featuredItems div.container dd, #newArrivals div.container dd {
	float: left;
	margin: 15px 0 0 11px; 
	width: 230px;
	display: inline; /* for ie 6 below*/
}
#newArrivals div.container dl {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 11px;
}
/*Deal Of The Day Styles Create 2009-06-12 by Freegod*/
#dealOfTheDayLayOut
{
	float:left;
	width:100%;
	margin-top:17px;
}
#dealOfTheDayLayOut #left
{
	width:349px;
	height:132px;
	float:left;
}
#dealOfTheDayLayOut #left img {
 border:1px solid #D4D4D4;
 display:block;
}
#dealOfTheDayLayOut #right
{
	width:349px;
	height:132px;
	float:right;
	background: url(http://c1.nemimage.com/Resource/WWW/Themes/2008/images/DealOfTheDay_BG_Egg.jpg) no-repeat;
	border:1px solid #D4D4D4;
}

#dealOfTheDayLayOut #right #dealLeft{
	width:148px;
	height:112px;
	float:left;
	padding:10px 10px 11px 10px;
}
#dealOfTheDayLayOut #right #dealLeft img
{	
	width: 148px; 
	height: 111px;
	display: block;
}
#dealOfTheDayLayOut #right #dealRight
{
	width:171px;
	height:112px;
	float:left;
	padding:10px 10px 11px 0px;
	position:relative;
}
#dealOfTheDayLayOut #right #dealTitle
{
	background: url(http://c1.nemimage.com/Resource/WWW/Themes/2008/images/DealOfTheDay_BG_Tag.jpg) no-repeat;
	padding-left:35px;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
}
#dealOfTheDayLayOut #right #dealTitle h2 
{
	font-size:1em;	
}
#dealOfTheDayLayOut #right #dealTitle h2 a:hover
{
	color:#f07700;
	text-decoration:none;
}
div span.defaultPrice
{
	text-decoration: line-through;
	color:#828282;
	font-size:1em;
}
div span.defaultPriceNo
{
	color:black;
	font-size:1em;
	font-weight:bold;
}
#itemDesc
{
	min-height:2.8em;
	font-size:1.2em;
}
p#itemDesc a:hover
{
	text-decoration:none;
}
#showprice
{
	font-size:1.1em;	
}
.ruby2
{
	color:#C10302;
	font-weight:bold;		
}
#freeship,#sold
{
	font-size:1.1em;
}
#sold
{
	bottom:0;	
	margin-bottom:15px;
	position:absolute;
}
.discount
{
	font-size:1em;
}

/*Deal Of The Day Styles End*/



