/* CSS Document */
body {
	margin: 0px;
	padding: 0px; }
	
a:link
{
	color:#000000;
	text-decoration:none;
}
a:visited
{
	color:#000000;
	text-decoration:none;

}

a:hover
{
	color:#ff3300;
	text-decoration:none;
}


.table_border {	
border:1px solid #666666 
	}
	
.product_name{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.eg{
	font-family: verdana;
font-size: 8pt;
	color: #333333;
}
	
.product_type{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	margin-top:1px;
	text-align: CENTER;
	margin-bottom:1px }

.table_border_top {	
	border-top:1px solid #666666;
 }
 
.table_border_imgswap {	
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	 }	 
.right_menu 
{
	text-align: right;
	margin-top:3;
	margin-bottom:3;
	color:#000000;
	font-family:arial;
	font-size:13; 
	
}
.left_menu 
{
	text-align: left;
	margin-top:3;
	margin-bottom:3;
	color:#000000;
	font-family:arial;
	font-size:13; 
	
}

.product_name_big{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase 	
	}
	
.product_type_big{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	margin-top:0;
	text-align: center;
	margin-bottom:0 }
	
.product_title {
	font-family: Arial;
	font-size: 15px;
	color: #d4050d;
	font-weight: bold; }

.brd1{
cursor:pointer;
cursor:hand;
}
.brd{
border:2px solid #666666 ;
cursor:pointer;
cursor:hand;
}

.brd2{
border:2px solid #666666 ;
cursor:pointer;
cursor:hand;
}
.colorRed
{
	color:#FF3300;
}

.imgbrd{
border:1px solid #000000 ;
cursor:pointer;
}

#divright{
position: fixed;
top: 155px;
}

.fontc 
{
	font-family: Arial;
	font-size: 13;
	color: #000000
}
.storefontb 
{
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color: #000000;
}
.fontcRed 
{
	font-family: Arial;
	font-size: 13;
	color: #ff3300
}

.lblCurrency 
{
	position:absolute;
	font-family: Arial;
	font-size: 13;
	color: #000000;
	background-color:White;
	border:solid 1px black;
	border-collapse:collapse;
}

.fontb
{
	font-family: Arial;
	font-size: 13;
	color: #000000;
	font-weight:bold;
}

.starRed
{
	font-family: verdana;
	font-size: 10;
	color: #FF3300;
	font-weight:bold;
}
.errorMsg
{
	font-family: verdana;
	font-size: 10;
	color: #FF3300;
}

.text-box {
	border : 1px solid #d1d1d1;
	font-family : Arial;
	font-size : 11px;
	background-color : #FFFFFF;
	color : #666666; 
	}
	
.fontd
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

* html #divright{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+155+"px" : body.scrollTop+155+"px");
}

.nDisplay
{
	display:none;
}
.sDisplay
{
		display:block;
}

.pagingFont
{
	font-family:Arial;
	font-size:small;
}
