@charset "UTF-8";
/* CSS Document */

.simpleBodyBkgnd {
	background-color:#fff;
	color:#000;
} 

.listing1 {

}

.listing2 {
    text-align:center;
}

.clear {
	clear:both;
}

/* main */
#main {
	margin:0px auto;
	width:955px;
	text-align:left;	
}

/* header */
#header {
	height:100px;
	
}

/* topNav */
#topNav {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}


#topNav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topNav li {
	float:left;
}

#topNav .topNavRight {
	float:right;
	padding-right:10px;
}

/* bodyContent */
#bodyContent {
	width:955px;
}

/* leftNav */
#leftNav {
	float:left;
	width:190px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-right:10px;
}

#leftNav .leftNavBanner {
	margin-top:10px;
}

/* content */
#content {
	float:left;
	width:720px;
	margin-top:10px;
}

/* leftColumn */
#leftColumn {
	float:left;
	margin-right:10px;
}

#leftColumn .primaryBanner {
	margin-bottom:10px;
}

/* featured */
#featured {
	
}

#featured .featuredHeader {	
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin-bottom:10px;
}

/* bodyCategories */
#bodyCategories {
	
}

#bodyCategories .bodyCategoriesHeader {	
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin-bottom:10px;
}

/* rightColumn */
#rightColumn {
	float:left;
}

#rightColumn .rightBanner { 
	margin-bottom:10px;
}

/* categories */
#categories {
	width:180px;
}



#categories a {
	color:#000;
	text-decoration:none;
}

/* productPage */
#productPage {
	display:block;
	
	float:left;
}

#productPage .description {
	display:block;
}

#productPage .colors {
	display:block;
}

#productPage .details {
	display:block;
}

#productPage .tabBackground {
	display:block;
	width:245px;
	height:24px;
	margin-top:-3px;
	padding-top:5px;	
}

#productPage .tabBackground ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#productPage .tabBackground li {
	display:block;
	float:left;
	padding-left:10px;
}

#productPage .tabBackground .tabOn {
	
}

#productPage .tabBackground .tabOff {
	
}

#productPage a {
	
}

#productPage ul {
	margin:0px;
	padding:0px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;	
}

#productPage h1 {
	border:none;
	width:auto;
	margin:0px;
	padding:0px;
}

#productPage h3 {
	width:auto;
	margin-bottom:5px;
}

#productPage .prodNumber {
	
}

#productPage .prodName {

}

#productPage .leftColumn {
	display:block;
	float:left;
	width:300px;
}

#productPage .rightColumn {
	display:block;
	float:left;
	width:250px;
}

#productPage .gridHeader {
		
}

#productPage .gridSubHeader1 {
			
}

#productPage .gridSubHeader2 {
		
}

#productPage .priceGrid {
	
}

#productPage li {
	margin:0px;
}

/* footer */
#footer {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-align:center;
}

#footer ul {
	padding:0px;
	margin:0px; 
	list-style:none;
}

#footer li {
	display:inline;
}

#footer a {
	color:#000;
	text-decoration:none;
}


