﻿
/***********************************************************************/
/*                                                                     */
/*                           MAIN.ASPX                                 */
/*                                                                     */
/***********************************************************************/

#divMain
{
	background-color: Black;
}

#divNavigate
{
	width: 270px;
	height: 65px;
	margin-right :40px;
}

#divRateFilters
{
	width: 285px;
	margin-right: 33px;
}

#divFilters
{
	width: 285px;
	margin-right: 33px;
}

#divCartOptions
{
	margin-left: 6px;
	width: 289px;
	height: 95px;
}

#divCartTop
{
	background-image: url('images/CartTopNew.gif');  
	margin-right :25px;
	width: 300px;
	height: 18px;
}


#divCartBottom
{
	background-image: url('images/CartBottomNew.gif'); 
	width: 300px;
	height: 17px;
	margin-right :25px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:Black;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}






/***********************************************************************/
/*                                                                     */
/*                           DEFAULT.ASPX                              */
/*                                                                     */
/***********************************************************************/

