/*

Global Styles

*/

body{
	font-size: 10px;
	line-height: 15px;
	color: #707070;
	text-align:left;
	}


td{
	text-align:left;
}

/*

Page and Row Formatting Styles

*/

.rowHighlightNormal{
	background-color: #e5e5e5;
	}







/*

Top Navigation Stylesicoming soonj

*/

.topNavCS {
	font-size: 9px;
	color: #606060;
	text-decoration: none;
	}




/*

Page Navigation Styles

*/

.pageNav, .pageNav a{
	font-size: 10px;
	color: #333333;
	/*text-align:right;*/
	}


.pageNav a:hover{
	font-size: 10px;
	color: #707070;

	}


.pageNav2, .pageNav2 a{
	font-size: 10px;
	color: #333333;
	text-align:center;
	}


.pageNav2 a:hover{
	font-size: 10px;
	color: #707070;

	}





/*

Top Navigation Styles

*/

.topNav, .topNav a{
	font-size: 9px;
	color: #a3a3a3;
	text-decoration: none;
	}

.topNavBright, .topNavBright a{
	font-size: 9px;
	color: #ccc;
	text-decoration: none;
	}

.topNav a:hover, .topNavBright a:hover{
	text-decoration: underline;
	}



/*

Top Navigation Styles (White)

*/

.topNav2, .topNav2 a{
	font-size: 9px;
	color: #6e6e6e;
	text-decoration: none;
	}

.topNavBright2, .topNavBright2 a{
	font-size: 9px;
	color: #4c4c4c;
	text-decoration: none;
	}

.topNav2 a:hover, .topNavBright2 a:hover{
	text-decoration: underline;
	}
	


/*

Bottom Navigation Styles

*/

.bottomNav, .bottomNav a{
	font-size: 9px;
	line-height: 14px;
	color: #a3a3a3;
	text-decoration: none;
	text-align:center;
	}

.bottomNav a:hover{
	text-decoration: underline;
	}
	
.bottomNavsignUp a{
	color: #ccc;
	}

	
/*

Bottom Navigation Styles (white)

*/

.bottomNav2, .bottomNav2 a{
	font-size: 9px;
	line-height: 14px;
	color: #6e6e6e;
	text-decoration: none;
	text-align:center;
	}

.bottomNav2 a:hover{
	text-decoration: underline;
	}

.bottomNavsignUp2 a{
	color: #626262;
	}


/*

New! mark (red)

*/

.newmark {
	font-size: 10px;
	color: #951717;
	text-decoration: none;
	}





/*

Looks

*/
.itemName{
	color:#000000;
	text-decoration:underline;
}





/*

topQvc

*/

#qvcBanner{
	display:block;
	width:277px;
	height:33px;
}

.qvcBannerA{
	border:1px solid #6e6e6e;
}
.qvcBannerB{
	border:1px solid #5a0000;
}





/*
colorTable
*/

.colorTable{
	margin:auto;
	text-align:center;
}





/*
centering
*/
.textCenter{
	text-align:center;
}





/*
set text right
*/
.textRight{
	text-align:right;
}