@charset "utf-8";
/* CSS Document */
.button{
	border-width:1px; 
	border-color:#999999; 
	border-style:solid;
	background-color:#FFFFFF;
	background-image:url(../../Graphics/IngramMicro/btn/button.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	height:25px;
	font-weight:100;
}
#mainSubscribeBtn{
background-image:url(../../Graphics/IngramMicro/subscribeBtn.png);
width:191px;
height:66px;
margin-left:auto;
margin-right:auto;
}
#mainSubscribeBtn:Hover{
cursor:pointer;
background-image:url(../../Graphics/IngramMicro/subscribeBtnHover.png);
}

.button:Hover{
	border-color:#CC0000;
	cursor:pointer;
	color:#CC0000;
}

.hideShowBtn{
	border-width:1px; 
	border-color:#999999; 
	border-style:solid; 
	background-color:#FFFFFF;
	background-image:url(../../Graphics/IngramMicro/hideBtn/hideBtn.jpg);
	background-repeat:repeat-x;
	width:50px; 
	height:15px; 
	text-align:center;
	line-height:15px;
}
.hideShowBtn:Hover{
	border-color:#CC0000;
	cursor:pointer;
	background-image:url(../../Graphics/IngramMicro/hideBtn/hideBtnHover.jpg);
	background-repeat:repeat-x;
}
.tabBtn{
	line-height:25px;
	margin-left:0px;
	margin-top:15px;
	width:110px;
	text-align:center;
	color:#FFFFFF;
	height:30px;
	float:right;
	background-image:url(../../Graphics/IngramMicro/Tabs/tabBtn.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	font-weight:bold;
}
.tabBtn:Hover{
	background-image:url(../../Graphics/IngramMicro/Tabs/tabBtn_hovered.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	color:#666666;
}