/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 11px Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
}
body
{
	background-color:black;
	background-color:#1c1c1c;
	margin: 0px;
	padding: 0px;
	color: #000000; /*#CCCCCC;*/
}

a, a:link{color:darkgray;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	margin-top:15px;
	width:775px;
    height:100%;
	background-color:white;
	/*border:1px solid black;*/
}
TABLE#main TD#headerPane
{
	width:775px;
	height:75px;
    background: url(/webimgs/headerBack.gif);
}

TABLE#main TD#tagLinePane
{
	
	text-align: left;
	background-color: #cc1f2b;
}

TABLE#main TD#leftPane
{
	width:170px;
	height:100%;
    background-color:white;
}

TABLE#main TD#centerPane
{
    padding: 0px 10px 0px 10px;
	width : 605px;
	height:100%; 
	background-color:white;
    background: url(/webimgs/pageDots.gif) repeat-y;
}
TABLE#main TD#centerPaneWithRightPane
{
	width : 485px;
	height:100%; 
	background-color:white;
	height:100%;
    background: url(/webimgs/pageDots.gif) repeat-y;

}
TABLE#main TD#rightPane{
	width:120px;
	height:100%;
    padding:5px;
	vertical-align:top;
	background-color: white;
}
TABLE#main TD#noRightPane{
	display:none;
}

TABLE#main TD#tagLinePane2
{
	display:block;
    height:10px;
    background-color:white;
}
		
TABLE#main TD#footerPane
{
	width:775px;
	height:56px;
    background: url(/webimgs/footer.gif);

}

TABLE#main TD#footerPane td
{
    height:100px;
	color:white;

}

#divContent
{
    margin: 10px 0px 10px 10px;	
    font-size: 11px;
}


.pageTitle {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
    font-style:italic;
    
}

.pageTitle-home {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
    font-style:italic;
    
}


#pageHeaderContent {
}

#modContent {
	margin: 10px 0px 25px 25px;	
}

#pageFooterContent {
	margin: 10px 0px 0px 0px;	
}

.hpCell{
    width:140px;
}

	td.specLabel{
		font-weight:bold;
		text-align:left;
	}
	
	td.specCatLabel{
		font-weight:bold;
		text-decoration:underline;
		text-align:left;
		padding:10px 5px 0px 0px;
		white-space: nowrap;
		color:#990000;
	}
	
	td.specColLabel{
		font-weight:bold;
		text-decoration:underline;
		text-align:left;
		padding:10px 5px 0px 0px;
		white-space: nowrap;
	}
	
	td.specValue{
		font-weight:normal;
		text-align:left;
	}
	
#movieBG
{
	background-color: WHITE;
	width:400px;
	height:289px;
	padding-left:5px;
	padding-top:40px;
	background: url(/webimgs/movieBG.jpg) no-repeat;

}

.loginBox{
	width:300px;
	border:1px solid black;
	background-color:#e6dede;
}
	
.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color:black;
	color:white;
	height:20px;
}

a.login{
	color:#dfd774;
	font-weight:bold;
	text-decoration:none;
}

.productSummaryTable {
	width:100%;
}

#relatedItems {
	margin: 10px 5px 0px 5px;
}

span.boldText a, span.boldText a:visited {
	color:#003399;
	text-decoration:none;
}

span.boldText a:hover {
	color:#666666;
	text-decoration:underline;
}

.yellowText {
	color:#FFFF00;
}
.yellowText a, #yellowText a:visited {
	color:#FFFF99;
	text-decoration:none;
}
.yellowText a:hover {
	color:#FFFF00;
	text-decoration:underline;
}

.socialnetworkingbar {
	margin-bottom: 10px;
}
.socialnetworkingtag img {
	border:none;
	padding: 5px;
}



