/**
* GENERAL
*/
#content{
	border: 0px solid red;
	padding-top: 1.5em;
}

#accountBar{
 border: 0px solid green;
 text-align:right;
 width: 100%;
 float: right;
 margin-right: 5em;
 }


.warningBox{
	padding: 1em;
	color: white;
	background-color: #ff4600;
}


/**
* TABLE STyLES
*/
.moduleRow{
 
}

.moduleRowOver, .moduleRowSelected{
	background-color: #191917;
}
.tableStyle1Container{
 padding: 1em; 
 background-color: #242422;
 margin: 1em 0px;
}

.tableStyle1Container h2{
	margin-bottom: 0.5em;
}

.checkoutBarCurrent{
	color: black;
	font-weight: bold;
}

.checkoutBarTo{
color: #5e5e58;
}

.productListing{
	border: 1px solid #191917;
}

.productListing tr{
	border: 1px solid #191917;
}

.productListing-heading{
	font-weight: bold;
	color: white;
	background-color: #191917;
	padding: 0.3em 0.5em;
	}

.productListing-even{}

.productListing-odd{}

.lightColor{background-color: #31312e;}

.darkColor{background-color: #292926;}

.productListing-data{padding: 5px;}

.productListing-data img{border: 5px solid #222220;}


/**
* PRODUCT LISTING
*/

.productListContainer{
width: 184px; 
height: 194px; 

float: left;
background-color: #242422; 
text-align: center; 

padding: 1em; 
margin: 0px 0.2em 0.4em 0.2em;	
}

.productListName{
margin-bottom: 0px;
}

.productListImg img{
 border: 5px solid #444440;
}


/**
* PRODUCT INFO
*/

#productInfoContainer{
background-color: #242422; 
padding: 2em;
border: 2px solid #191917;
}

.productInfoContainer p{
	margin: 0.5em 0px;
}

.productInfoName{
	font-size: 1.2em; margin-bottom: 0.2em;
}

.productImgContainer{
width: 47%; 
text-align: center; 
margin-right: 2em; 
float: left;
border: 0px solid red;
}

.productImgContainer img{
 
}


#whitebody{position: relative;  
	        background-color: white;
		        z-index: 1; margin: auto; 
		min-height:650px;

		}




/**
* WHAT's NEW
*/

#whatsNewContainer{
 
	 padding: 1em 0em 1.5em 0em;
}


.whatsNewItem{
width: 130px; 
height: 150px; 
background-color: #242422;
float: left;
 
text-align: center; 

padding: 1em; 
margin: 0px 0.2em 0.4em 0.2em;	
}

  

.whatsNewHeading{
	padding: 0.5em; 
	background-color: #191917;
	margin-top: 1em; 	
	text-align: left;
}

#new{
	background-color: #ff4600;
	margin-top: 1em;
	padding: 0.3em;
	padding-left: 2em;
}

.whatsNewHeading h2{
	font-size: 1.2em;
	
}
.shatsNewName{
 display: block;
	margin: 0px;
}

 
.whatsNewImg img{
	border: 5px solid #444440;

}
