

/*Backgound*/
.BackgroundMust{
	background-color:#D49B64;
}

.BackgroundGrey{
	background-color:#EEEEEE;
	height:23px;
}

.BackgroundDarkGrey{
	background-color: #999999;
	color:#ffffff;
}

/*Box heading*/
.TitleHeading{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

.BoxHeading{
	font-size:20px;
	font-weight:bold;
	color:#60C1D2;
	letter-spacing:-1px;
	line-height:1.5;
}

.BigHeading{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}


/*.Micro*/
.Micro{
	font-size:10px;
	font-weight:normal;
	color: #000000;
}

.Red{
	font-size:10px;
	font-weight:normal;
	color: #FF0000;
}

.SoldOut{
	color:#950844;
	font-weight:bold;
}

/*Message*/
.Message{
	font-size:11px;
	font-weight:bold;
	color: #FF0000;
}

/*Paging*/
.Paging {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left:2;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top:#000000 1px solid;	
	PADDING:1,6,1,6;
}

A.Paging {
	font-size: 11px;
	color: #C1B7B0;
	text-decoration: none;
	font-weight: nomal;
	margin-left:2;
	border-bottom:#C1B7B0 1px solid;
	border-left:#C1B7B0 1px solid;
	border-right:#C1B7B0 1px solid;
	border-top:#C1B7B0 1px solid;	
	PADDING:1,6,1,6;
}

A.Paging:Hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left:2;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top:#000000 1px solid;	
	PADDING:1,6,1,6;
}

/*Left Navigation*/
A.lnkLeftNavigation{
	font-size:11px;
	font-weight:normal;
	color: #C08C5A;
	line-height:17px;	
	text-decoration:none;		
}

A.lnkLeftNavigation:Hover{
	font-size:11px;
	font-weight:normal;
	color:#C08C5A;
	line-height:17px;
	text-decoration:underline;	
}

/*Body Link*/
A.lnkBody{
	color: #000000;
	text-decoration:underline;		
}

A.lnkBody:Hover{
	color:#666666;
	text-decoration:none;	
}

/*Navigation*/
.lnkNavigation{
	font-size:11px;
	font-weight:normal;
	color:#57544D;
	text-decoration:none;		
}

A.lnkNavigation{
	font-size:11px;
	font-weight:normal;
	color: #57544D;
	text-decoration:underline;		
}

A.lnkNavigation:Hover{
	font-size:11px;
	font-weight:normal;
	color:#57544D;
	text-decoration:none;		
}

/*Footer*/
.lnkFooter{
	font-size:11px;
	font-weight:normal;
	color:#1A498B;
	text-decoration:none;		
}

A.lnkFooter{
	font-size:11px;
	font-weight:normal;
	color:#1A498B;
	text-decoration:underline;		
}

A.lnkFooter:Hover{
	font-size:11px;
	font-weight:normal;
	color:#1A498B;
	text-decoration:none;		
}

/*Alternate Row Color*/
.bg_AltRow1 { 
	background-color : #eeeeee;
	color : #000000;
	height : 25px;
}

.bg_AltRow2 { 
	background-color : #fbfbfb;
	color : #000000;
	height : 25px;
}
	
.Textbox{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif; 	
	border:1px solid #D6D6D6
}

/*Button*/
.Button{
	font-size:10px;
	font-weight: bold;
	color: #666666;
	width: 80px;
	cursor: hand;
	height: 22px;
	padding-bottom: 1px;
	background-color:#CCCCCC;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
	background: url(../images/btnfrontbg.gif) #fff repeat-x left top;	
}	

.ButtonRed{
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	width: 80px;
	cursor: hand;
	height: 22px;
	text-transform:uppercase;
	padding-bottom: 1px;
	background-color:#CE4D4D;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
	background: url(../images/btnfrontbgred.gif) #fff repeat-x left top;	
}	