/*
Description: iqestores customer service styles
Version: 1.0
*/


/************** Customer Service Pages *******************/
#custServ {
width: 98%;
margin: 0 0 0 0;
padding: 6px 6px 6px 6px;
background: #fff;
color: #000;
}
#custServ p {
font-size: 12px;
}
#custServ li {
margin: 0 0 0 17px;
}
#custServ h1 {
margin: 0 0;
color: #000;
}

/********** Coupon Mountain Page CSS Rules **********/

#topCpnMtn {/*encloses logo and headline*/
/*border: 1px solid #ccc;*/
height: 100px;
margin: 14px 8px 10px 8px;
}
.hfStoresLogo {
float: right;	
padding: 3px;
}
#topCpnMtn h1 {
color: #eead2a;
font-size: 24px;
margin: 3px 3px 3px 14px;
}
#cpnContent {/*encloses sign up box and coupon*/
border: 0px solid #ccc;	
margin: 14px;
text-align: center;	
height: 110px;
}
#ccBox {/*encloses sign up box*/
margin: 5px 22px 5px 5px;
float: left;
}
#bubble .emailBoxCpn {/*email color change*/
font-size:10px; 
font-weight: bold;
color: #fff;
background-color: #1E2957;
border-top: 1px solid #000;
}
#cpnTable {
border: 0;	
}
.10coupon {
float: right;
}
#textArea  {/*encloses text area below coupon*/
margin: 0;
padding: 0;	
clear: both;
}
.cpnText {/*the text below coupon*/
margin: 3px 25px 3px 25px;
}
.linkName  {/*properties of the web sites links*/
margin: 0 0 0 15px;	
}
.linkName a {
color: #1E2957;
font-weight: bold;
text-decoration: underline;
}
.linkName a:hover {
color: #eead2a;
text-decoration: underline;
font-weight: bold;
}
/********** End Coupon Mountain Page CSS Rules **********/