/*show  vertical scrollbars so page does not shift */ 
html {
     overflow-y: -moz-scrollbars-vertical; /* IE7, IE8, FF */
     overflow-y: scroll;          /* Chrome, Opera, safari */
}
/* default for all body tag document */
body
{
    margin:0px;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 11px;
    width:100%;
    list-style:none;
    list-style-image:none;

}
/* css for header div*/
.headerdiv
{
    width:100%;
    text-align:center;
    clear:both;
    overflow:hidden;
    background:transparent url(../images/divfooter.gif)  repeat-x scroll 1% 100%;
    margin-top:15px;
    padding-bottom:20px;
}
/* css for header div image tag*/       
.headerdiv img
{
    border:none;
    text-decoration:none;
}
/* common for all h1, h2, h3 tag */    
h1,h2,h3
{
    clear:both;
    overflow:hidden;
    border:0pt none;
    margin:0pt;
    padding:0pt;
    color:#000000;
}

/* common for all h1 tag */   
h1
{
    font-size:19px;
}

/* common for all h2 tag */   
h2
{
    font-size:16px;
}

/* common for all h2 tag */ 
h3
{
    font-size:13px;
}

/* common for all table td */  
td
{
    padding-left:0px;
}
/* common for ul tag*/  
ul
{
    width:100%;
    list-style:none;
    list-style-image:none;
    margin:0px;
    padding:0px;
}
/* common for ul tag*/ 
li
{
    float:left;
    margin-left:15px;
}

/* common for all anchor tag */   
a{

    color: #f89019;
    font-size: 1.1em;
    text-decoration:none;
}

/* common for all anchor tag hover */   
a:hover
{
    text-decoration:underline;
    color: #f89019;
}

/* common css for all fieldlabel description*/ 
.FieldLabelNote
{
    font-size    :10px;
    color        :#55717D;
    font-weight :normal;
}

/* common css for all forms */ 
.formformat
{
    padding-left:30px;
    position:relative;
    z-index:1;
    width:100%;
}

/* common css for all forms  td*/ 
.formformat td
{
 
    font-size:11px;
}

/* common css for all forms  th h1*/
.formformat th,
.formformat h1
{
    text-align:center;
    padding:10px;
    font-size:13px;
}

/* common css for  all forms  label  span borderless label borderless span*/
.formformat label,
.formformat span,
.borderless label,
.borderless span
{
    /*float:left;*/
    width:auto;
    font-weight:bold;
}
/* common css for leftside td borderless table*/
.right-side-text-borderless  table
{
    border:none !important;  
    text-align:left;
      
}
/*common css for rightside td borderless table*/
.left-side-text-borderless  table
{
    border:none !important;  
    text-align:left;  
}

/* common css for rightside and leftside td for borderless table */
.borderless .left-side-text
.borderless .right-side-text
{
    border:none;
}

/* common css for borderless table td th tr */
.borderless,
.borderless table,
.borderless td,
.borderless th,
.borderless tr
{
       border:none !important;     
}

/* css for space */
.space
{
   padding-left:5px ;
   padding-right: 5px ; 
}

/* css for horizontal-line*/
.horizontal-line 
{
    border-bottom:1px solid #7D9CB0;/*#F2C18A;*/
    margin-bottom:10px;
    padding-bottom:10px;
    text-align:left;
    clear: both;
    overflow: hidden;
}

/* css for comment div*/
.comment-div 
{
    background-attachment:scroll;
    background-color:#FFE9CF;
    background-image:none;
    background-repeat:repeat;
    border: solid 1px #EA7222;
    font-size:11px;
    font-weight:normal;
    margin-bottom:10px;
    margin-left:0pt;
    margin-right:0pt;
    margin-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    width:96%;
}

/* css for borderless dropdown css */
.selectcss,
.borderless select
{
    border:1px solid #000000;
    padding:3px; 
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
    margin-bottom:5px;
}

/* css for textbox */
.txtcss
{
    border:1px solid #000000;
    padding:3px;
}

/* css for textarea */
.txtareacss
{
    border:1px solid #000000;
    margin-bottom: 5px; 
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
}

/* css for checkbox*/
.chkcss
{
    padding:0px 4px;
    vertical-align:middle;
}

/* css for buttun td*/
.buttontd
{ 
    text-align :left;
    padding-left:5px;
    height:40px;
}

/* css for txtbox hover*/
.txthover
{
    background:#000000;
    border:solid 1px #00000;
    padding:3px;
}
/* css for table leftside td*/ 
.right-side-text
{
    text-align:left;
    padding-right:5px;
    width: 35% !important;  
}
/* css for table right side td*/  
.left-side-text
{
    text-align:left;
    padding-left:5px;
    width: 65% !important;
}
/* common css for all form label and span*/
.formformat label,
.formformat span
{
     width:auto;
}
/*common class for all input control (textbox,checkbox,radio)*/    
input
{
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
    margin-bottom:5px;
}
/* css class for button*/  
.btncss
{
    border:1px solid #000000;
    padding: 1px 5px;
    background:  url(../images/btnbg.gif) repeat-x;
    font-family:Verdana;
    Color :#703838;
    cursor:pointer;
}
  
.chkcss
{
    padding:0px 4px;
    vertical-align:middle;
}
/* class for user error message */   
.errormsg
{
    color:#FF3737;
 
    padding:5px;
 
    margin:0px auto;
    text-align:center;
}
/* class for user success message */     
.succmsg
{    
    color:#539F2F;
    padding:5px;
    margin:0px auto;
    text-align:center;
}

/* css class for disable button*/ 
.btndisabled
{
    border:1px solid #000000;
    padding: 1px 5px;
    background:  url(../images/btnbgdisabled.gif) repeat-x;
    font-family:Verdana;
    Color :#703838;
    cursor:pointer;
}

 /* css class for your subscriptions ul div*/  
.Ulset
{

}
 /* css class for your subscriptions ul of ul div*/ 
.Ulset ul
{
       list-style-type:disc;
    list-style:disc;
    color:#000000;
    padding-left:16px;
    *padding:0px;
}
/* css class for your subscriptions li of ul*/ 
.Ulset li
{
    width:100%;
    
}

/* css class for payment history default page */
.gridPayment{
 border:1px solid #C0C0C0;
margin:auto;
}
/* css class for payment history default page */
.gridPayment th {
background-color:#C0C0C0;
border-left: 1px solid #888;
font-weight:bold;
font-size:12px;
padding:5px;
text-align:center;
color:#093854;
}
/* css class for payment history default page */
.gridPayment th:first-child
{
border-left:0px;
}
/* css class for Add/Renew Subscription td*/
.noTDpadding
{
    padding:0px;
}
/* css class for Add/Renew Subscription radio button label td*/    
.TDLitepadding
{
    padding-left:5px;
}
/* css class for Required feild lable*/
.star
{
    color: #BD2801 !important;
    font-size: 12px !important;
}
/* css for rounded fixed width login box */
#login
{
    width:470px;
    background: transparent;
    overflow:hidden;
    margin:0px auto;
}

/* css for login box top image */
#login-top
{
    width:470px;
    background: transparent url(../images/login-box-top.gif) no-repeat;
    height: 22px;
}

/* css for login box background image */
#login-bg
{
    width:470px;
    background: #fff url(../images/login-box-bg.gif) repeat-y;
    overflow:hidden;
}

/* css for login box bottom image */
#login-bottom
{
    width:470px;
    background: transparent url(../images/login-box-bottom.gif) no-repeat;
    height:22px;
}

/* css for login box subdivision */
#login .subdiv
{
    width:420px;
    margin:0px auto;
    overflow: hidden;
}

/* css for login/formlayout box h1 tag */
#login h1, 
#formlayout h1 {
    
    border-bottom:1px dotted #171717;
    color:#171717;
    font-size:20px;
    margin-bottom:14px;
    margin-top: 8px;
    padding-bottom:18px;
}
/* css for formlayout box h1 tag */    
#formlayout h1 {
    
    border-bottom:1px dotted #171717;
    color:#171717;
    font-size:20px;
    margin-bottom:14px;
    margin-top: 8px;
    padding-bottom:18px;
}

/* class for p tag in formlayout id */
#formlayout-bg p
{
    padding: 8px 1px 20px 5px;
    line-height: 1.308em;
    font-size: 1.083em;
    text-align:justify;
}

/* class for p and span tag in formlayout id */
#formlayout-bg p span
{
    margin-left:0px;
}

/* css for login/formlayout box seprator between two forms/tables/div */
#login .userdiv, 
#formlayout .userdiv
{
    width:100%;
    background: #fff url(../images/login-seprate.gif) no-repeat scroll center bottom; 
}

/* css for login box forgot password */
#login .forgotpassdiv
{
    width:100%;
    margin-top:15px;
}  

/* css for login/formlayout box span and label */
#login span,label,
#formlayout span,label
{
    color: #626262;
    line-height: 1.23em;
    font-size: 13px
}
 
/* css for fixed width rounded box layout for wide with */
#formlayout
{
    width:670px;
    background: transparent;
    overflow:hidden;
    margin:0px auto;
}

/* css for formlayout box top image */
#formlayout-top
{
    width:650px;
    background: transparent url(../images/top.gif) no-repeat;
    height: 22px;
    margin: 0px auto;
}

/* css for formlayout box repeat background image */
#formlayout-bg
{
    width:650px;
    background: #fff url(../images/bg.gif) repeat-y;
    overflow:hidden;
    margin: 0px auto;

}

/* css for formlayout box bottom image */
#formlayout-bottom
{
    width:650px;
    background: transparent url(../images/bottom.gif) no-repeat;
    height:22px;
    margin: 0px auto;
}

/* css for footer of the page */
#footer {
     background:url("../images/divfooter.gif") repeat-x scroll -1% -11% transparent;
     clear:both;
     margin-top:10px;
     overflow:hidden; 
      text-align:center;
      width:100%;
      height: 79px;
}
#footer .inner{
}
/* css for content between header and footer */
#content {
    padding: 28px 33px 33px 33px;
   min-height:400px;
   height:auto !important;
  _height: 400px
}

/* css for  for rotators div */
#rotatordiv{
padding-left:179px;
}

/* css for user invalid page access link*/
.userinvalid
{
    color:blue !important;
}
/* class for user success message anchor tag */    
.succmsg a
{
  color:#539F2F !important; 
   
}
/* class for user error message anchor tag */      
.errormsg a
{
    color:#FF3737 !important;  ;
}

/* css for main area page upper link  header*/
#divmemberslinkheader
{
    text-align: center; 
    vertical-align: top; 
    padding-top: 7px;
}
/* css for main area page upper link */  
#divmemberslinkheader a
{
    
    
}
/* css for main area page upper link hover */ 
#divmemberslinkheader a:hover
{
   
    
}
/* css for members pages main div */  
#divmaindefaultpage
{
    width: 98%; 
    margin: 0px auto;
}
/* css for main area page main div */    
#divmaindefaultpagecss
{
    width:100%;
    margin: 0px auto; 

}

/* css for main area page h1(heading) */  
#divmaindefaultpagecss  h1
{
  /*margin-top:8px;*/
} 
/* css for main area page td */            
#divmaindefaultpagecss td
{
  
}
/* css for main area page header table */   
#defaulttableheader
{
    
}
/* css for main area page content table */    
#defaulttablecontent
{
    margin-left:20px;
}

/* css for main area page left side content table(Your Subscriptions)*/
#defaulttablesubcontent1
{
  width:48%;
  vertical-align:top;
  padding:12px 0px !important;

}
/* css for main area page left side content table td(Your Subscriptions)*/  
#defaulttablesubcontent1 td
{
  

}
/* css for main area page right side content table (Add/Renew Subscription)*/
#defaulttablesubcontent2
{
   width:470px;
   border-left:solid 1px #ccc;
   vertical-align:top;
   /*padding:12px 0px !important;   */
   padding:12px 6px !important; 

}
/* css for main area page right side content table td(Add/Renew Subscription)*/   
#defaulttablesubcontent2  td
{
   padding-left: 10px;   
}
/* css for main area page product subscription ul*/
#divdefaultpagesubscriptionul
{


           padding:0px;
}
/* css for main area page product subscription ul of ul*/ 
#divdefaultpagesubscriptionul ul
{
    color:#000000;
    list-style-position: outside;
}
/* css for main area page product subscription li of ul */
#divdefaultpagesubscriptionul li
{

  /*  margin:1px;   */    
    list-style-position: outside;   
    float:none;   
    color: #000000;

}
/* css for main area page product subscription li link of ul*/ 
#divdefaultpagesubscriptionul li a
{

}
/* css for main area page product subscription  li link  hover of ul */ 
#divdefaultpagesubscriptionul li a:hover
{

}
/* css for main area page product subscription drip li */
#divdefaultpagesubscriptiondripli
{
    list-style:none;  
    margin: 0px;
}

/* css for main area page  product subscription main  li */ 
#divdefaultpagesubscriptionli
{
           padding:0px;
}
/* css for main area page product subscription drip  ol*/ 
#divdefaultpagesubscriptiondripli ol
{
    list-style-type: lower-roman;
    *padding :0px;
}
/* css for main area page product subscription drip  li of ol*/  
#divdefaultpagesubscriptiondripli ol li
{
      margin-left: 0px;
 }
/* css for main area page Product subscription drip  li link of ol*/
#divdefaultpagesubscriptiondripli ol li a
{
      font-size: 12px;
}
/* css for main area page product subscription drip  li link hover of ol*/       
#divdefaultpagesubscriptiondripli ol li a:hover
{
   

}

/* css for main area page product subscription li of ul ul*/   
#divdefaultpagesubscriptionul ul li
{


}
/* css for  main area page Newsletter Subscriptions table*/

#defaulttablemailsubscribe
{

}
/* css for  main area page  Newsletter Subscriptions table td*/ 
#defaulttablemailsubscribe td
{
   
}
/* css for  main area page Newsletter Subscriptions label*/ 
#defaulttablemailsubscribe label
{
      color:#000;
}
/* css for  main area page  Add/Renew Subscription  */
#defaulttableadd_renew_subscription
{

}
/* css for  main area page h3*/
.TdPaddingAddRenewSubscriptionMemberDefaultPage h3
{
   
}
/* css for  main area page checkbox*/
.TdPaddingAddRenewSubscriptionMemberDefaultPage .chkcss
{
  vertical-align:middle;
}
/*  css for  main area page checkbox label for checkbox*/   
.TdPaddingAddRenewSubscriptionMemberDefaultPage .TDLitepadding label
{
  color:#000;
}
/* css for  main area page agreement table */
#defaulttableAgreement
{
   padding-top:30px;
   padding-left:10px;

}
/* css for  main area page agreement table td */
#trdispAgree td
{
   margin-left:12px;
   padding-top:5px;
}

/* css for main area page and signup page  agreement */
#agreement
{
  padding-right:3px;
  height:300px;
  overflow:auto;
  width:98%;

  border:1px solid #cccccc;
}
/* css for main area page and signup page agreement checkbox*/    
#dispAgree
{

  width:285px;
  margin-top:10px;
}
/* css class for main area page and signup page agreement checkbox*/
#dispAgree .chkcss
{
 vertical-align:middle;
}
/* css class for main area page and signup page agreement  agreement Checkbox label stong attribute*/ 
#dispAgree strong
{
   color:#000;
}
/* css class for main area page payment grid td */  
.gridPayment td
{ 
    
}
/* css class for main area page payment grid tr */  
.gridPaymenttr
{

  font-weight: normal;
}
/* css class for main area page payment grid product name td*/    
.gridPaymentnametd
{
    width:220px;
    padding-left: 10px;
}
/* css class for main area page payment grid period Date td*/
.gridPaymentPeriodDatetd
{
  border-right-style:none;
  width:90px;
  padding:0px 0px 0px 30px;
}
/* css class for main area page payment grid periode TO td*/ 
.gridPaymentPeriodTOtd
{
  text-align:center;
  padding:0px !important;
  border-left-style:none;
  border-right-style:none;
}
/* css class for main area page payment grid periode lifetime td*/
.gridPaymentPeriodLifetimetd
{
  border-left-style:none;
  width:90px;
  text-align:left;
  padding:0px 0px 0px 30px;
} 
/* css class for main area page payment grid price td*/                           
.gridPaymentPricetd
{
    text-align:right;
}
/* css for mian div of  edit Profile */
#divMemberPageContent
{
  width:100%;
  margin:0px auto;
} 
/* css for edit profile page table*/
#tableeditprofile
{
  width:100%;
}
/* css for edit profile page table td*/     
#tableeditprofile td
{
  /* width: 150px; */
}
/* css for your affiliate link page table*/
#tableaffiliate
{
   width:100%;
   margin: 0px auto;
}
/* css for your affiliate link page table td*/
#tableaffiliate td
{
 
}
/* css for your affiliate link page anchor tag*/    
#tableaffiliate a
{
    
}
/* css for Button td of your affiliate link page anchor tag*/ 
.buttontdaffiliate
{
 padding-left:5px;
}
/* css for change password  page table*/
#tablechangepassword
{
    margin:0px auto;
 
}
/* css for change password  page table td*/  
#tablechangepassword td
{
   /* width:200px;*/
}
/* css class for change Password button*/
.btnchangepassword
{
   padding:0px !important;
}
/* css for support page table*/
#tablesupport
{
    width:100%;
    
}
/* css for support page table td*/   
#tablesupport td
{
   width:150px;
}
/* css class for support page table header td*/     
#tablesupport .headertd
{
   width:100%;
}
/* css class for support page button */ 
.buttontdsupport
{
    padding:0px 6px 0px 8px !important;
}
/* css for login page table*/
#tablelogin
{


}
/* css for login page table td*/ 
#tablelogin td
{
  width:200px;

}
/* css class for login page textbox*/  
#tablelogin .txtcss
{

   width:170px;
}
/* css for login page capcha image*/
#capchaimg
{
    border:1px solid #F78E19;
    margin-bottom:5px;
}
/* css for login page secretcode textbox*/  
#tablelogin #txtSecretCode
{
    text-transform:uppercase;
    width:170px;
}
 /* css for login page forgot password  table*/  
#tableforgotpassword
{

   width:100%
}
/* css for login page forgot password  table td*/ 
 #tableforgotpassword td
{

   text-align:center !important;
}
/* css class for login page forgot password  textbox */  
#tableforgotpassword .txtcss
{
    width:200px;
   
}
/* css for login page forgot password h2 tag (heading) */  
#h2forgotpassword
{
   margin-bottom:10px;
}
/* css for change password page table*/
#tableforgotpasswordform
{

}
/* css for change password page table td*/  
#tableforgotpasswordform td
{


}
/* css class for change password page  error td*/ 
.forgotpassworderror
{
    color:red
}
/* css for user unsubscribe mailing page table*/
#tableunsubscibe_maling
{
   width:100%;
    
}
/* css for user unsubscribe mailing page table td*/ 
#tableunsubscibe_maling td
{

}
/* css for user unsubscribe mailing page anchor tag*/ 
#tableunsubscibe_maling a
{
 
}
/* css for user unsubscribe mailing page anchor tag hover*/  
#tableunsubscibe_maling a:hover
{
  
}
/* css class for user unsubscribe mailing page table td*/  
.tableunsubscibe_maling_td
{
      width:200px; 
}
/* css for login rotate page table */  
#tableloginrotatecontent
{


}
/* css for login rotate page table td */  
#tableloginrotatecontent td
{

}
/* css for login rotate page anchor tag */
#tableloginrotatecontent td a
{
 
} 
/* css for login rotate page  anchor tag hover */
#tableloginrotatecontent td a:hover
{
 
}
/* css for login rotate page  anchor tag hover */
#divloginrotatecontent
{
  width:100%;
  margin:0px auto;

}
/* css class  for login rotate page div */ 
.rotatordiv1
{
    margin:0px auto;
    overflow:hidden;
}
/* css class  for login rotate page div strong tag*/ 
.rotatordiv1 strong
{
    font-size: 13px;
}
/* css class  for login rotate page div image tag*/ 
.rotatordiv1 img
{
    vertical-align:middle !important;
}
/* css for logot rotate page table*/  
#tablelogoutrotatecontent
{


}
/* css for logot rotate page table td*/   
#tablelogoutrotatecontent td
{

}
/* css for logot rotate page anchor tag*/   
#tablelogoutrotatecontent td a
{
 
}
/* css for logot rotate page anchor tag hover*/  
#tablelogoutrotatecontent td a:hover
{
 
}
/* css for logout rotate page div */ 
#divlogoutrotatecontent
{
  width:100%;
  margin:0px auto;

}
/* css class for logout rotate page div */     
.rotatordivlogout
{
   margin:0px auto;
   overflow:hidden;
}
/* css class for logout rotate page div strong tag */   
.rotatordivlogout strong
{
    font-size: 13px;
}
/* css class for logout rotate page div image*/  
.rotatordivlogout img
{
    vertical-align:middle !important;
}
/* css class for login page user signup link td  */
.tdusersignup
{
    padding-bottom:10px;
    width:300px;

}
/* css class for login page user signup link */ 
.tdusersignup a
{
    color: #f89019;
    font-size:1.083em;
    text-decoration:none;
}  
/* css class for login page user signup link  hover*/    
.tdusersignup a:hover
{

    text-decoration: underline;
    white-space: nowrap;
     color: #F89019;  
    /*font-weight: bold; */
}
/* css class for login page left side td */  
#tablelogin .right-side-text
{
    text-align:left;
    padding-right:5px;
    width:200px !important;
   /* width: 35%;  */
}
/* css class for login page right side td*/ 
#tablelogin .left-side-text
{
    text-align:left;
    padding-left:5px;
    width:200px !important;
 /*   width: 65%; */
}
/* css class for login roatate page left side td*/ 
#tableloginrotatecontent .right-side-text
{
   text-align:left; 
    padding-right:5px;
 
   /* width: 35%;  */
}
/* css class for login roatate page right side td*/ 
#tableloginrotatecontent .left-side-text
{
    text-align:left;
    padding-left:5px;
   
 /*   width: 65%; */
}
/* css class for login roatate page left side td*/   
#tablelogoutrotatecontent .right-side-text
{
   text-align:left; 
    padding-right:5px;
 
   /* width: 35%;  */
}
/* css class for login roatate page right side td*/   
#tablelogoutrotatecontent .left-side-text
{
    text-align:left;
    padding-left:5px;
   
 /*   width: 65%; */
}
/* css for edit profile page delete profile table */
#tabledeleteprofile
{
    margin:0px auto;
}
/* css class for login roatate page left side td*/
/* css for edit  delete profile table td*/ 
#tabledeleteprofile td
{

}
/* css for edit  delete profile span */ 
#tabledeleteprofile span
{
    font-size:13px;
    font-weight:bold;
    color:#FF0000;
}
/* css class for  delete profile button */ 
#tabledeleteprofile #buttondeleteprofile
{
  text-align:center !important;

}
/* css class for edit delete profile button */ 
#tabledeleteprofile #buttondeleteprofile .big-button  
{
  padding:0px !important;
}
/* css class for edit  delete profile small button  */ 
#tabledeleteprofile #buttondeleteprofile .small-button  
{

}
.subheadtd
{
    padding-top: 5px;
    text-align:center;
    padding-bottom: 15px;
    font-size:12px;
    font-weight:bold;
}
.border_left
{
     border-right:solid 1px #000000;
     text-align:left;
}

.border_right
{
     border-left:solid 1px #000000;
     text-align:left;
}
/* css for disaply countdown counter for redirect to login page*/
div.counter {
   margin-top: 5px;
   /*color: blue;*/
    color: #666666;
    font-size: 37pt;
   cursor: default;
}

div.info {
   margin: 0 auto;
   text-align: left;
   font-size: smaller;
   width: 80%;
   margin-top: 2em;
}
/* css class for please wait div*/
.model{
  padding-bottom:15px;
   padding-top:15px;
}
.affiliatesectionspace 
{
padding-top:20px;
}

#divMemberPageheight
{
   height:35px;     

}
/* common css for small button*/
.small-button
{
    
}
/* common css for big button*/  
.big-button      
{

}
/* common css for textbox focus */ 
.txtcss:focus
{
    
} 
/* common css for bigger button*/ 
.bigger-button
{

}
/* common css for normal button*/ 
.normal-button
{

}
/* css for one time offer page div*/
#divonetimeoffer
{
    width:90%;
    margin:0px auto;
    
}
/* css for one time offer page tabel*/ 
#tableonetimeoffer
{
    width:100%;
    margin:0px auto;

}
/* css for one time offer page tabel td*/     
#tableonetimeoffer td
{
    

}
/* css class for one time offer page left side td*/    
#tableonetimeoffer .right-side-text
{
    
}
/* css class for one time offer page right side td*/  
#tableonetimeoffer .left-side-text
{
   
}
/* css class for one time offer page radio lable/ 
#tableonetimeoffer .lblonetimeoffer
{
    padding-right:8px;
}
/* css class for one time offer page radio lable strong tag*/  
#tableonetimeoffer .lblonetimeoffer #strong
{
    color:#000;
}

 /* css class for one time offer page radio button*/  
#tableonetimeoffer .radioonetimeoffer
{
  vertical-align:middle;
}
/* css class for one time offer page product table */   
#tableonetimeofferproduct
{

}
/* css class for one time offer page product table td*/  
#tableonetimeofferproduct td
{

}
/* css class for one time offer page product table right td*/  
#tableonetimeofferproduct #tdrightonetimeoffer
{
   padding-left:0px;
}
/* css class for one time offer page product table left td*/  
#tableonetimeofferproduct #tdleftonetimeoffer
{
   padding-right:8px;
}
/* css class for one time offer page product table left td*/ 
#tableonetimeoffer .tdonetimeofferagreement
{
    padding:6px;
    padding-left:15px;

}
/* css  for one time offer page agreement div*/  
#tableonetimeoffer #agreement
{
    height:300px;
    width:365px;
    overflow:auto;
    border:1px solid #cccccc;
}
/* css  for one time offer page agreement radio button td*/  
#tableonetimeoffer .onetimeofferchktd
{
    padding:6px;
    padding-left:8px;

}
/* css  for one time offer page agreement radio  button div*/ 
 #tableonetimeoffer #dispAgree
{
   width:200px;
   clear:both;
}
/* css class for one time offer page agreement radio  button */ 
#tableonetimeoffer #dispAgree .chkcss
{
   vertical-align:middle;
}
/* css class for one time offer page button td */
#tableonetimeoffer .btnonetimetd
{
 padding:6px;
 
 padding-left:13px;
}



/* Common for whole document */
* {
    margin: 0;
    padding: 0;
}

/* class for display content */
.wrapper {
    width: 100%;
    overflow: hidden;
}

.wrapper-1 {
    width: 100%;
}

.clear {
    clear: both;
    font-size: 0%;
    line-height: 0%;
    height: 0;
}

/* common for all input tag, select and textarea for vertical-align and font-weight*/
input, select, textarea {
    vertical-align: middle;
    font-weight: normal;
}

/* common for all img tag for thier border, vertical-align and text-align */
img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

/* common for all ul and ol for list-style */
ul, ol {
    list-style: none;
}

/* common for all embedded object control for their vertical-align */
object {
    vertical-align: top;
}

/* common for all anchor tag color */
a {
    color: #f89019;
    font-size:1.083em;
    text-decoration:none;
}

/* common for all anchor tag hover color */
a:hover {
    text-decoration: underline;
}

/* default for all body tag document */
body {
    background: #282524;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #6d6d6d;
}

/* common for all h2 tag */
h2 {
    padding: 0 0 10px 1px;
    line-height: 1.2em;
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
    color: #1c1c1c;
}

/* common for all h3 tag */
h3 {
    padding: 0 0 12px 0;
    line-height: 1.133em;
    font-size: 1.25em;
    font-weight: bold;
    font-style: italic;
    color: #1c1c1c;
}

/* common for all h3 tag with extra class*/
h3.extra {
    padding: 0 0 17px 0;
    font-weight: normal !important;
}

/* class for those element who want its position to left */
.col-1, .col-2, .col-3, .col-4 {
    float: left;
}

/* class for row based content */
.row-1 {
    padding: 0 0 68px 0;
}

/* class for row based content */
.row-3 {
    padding: 60px 0 0 0;
}

/* used for top-right background image */
#tail-top-right {
    background: url(../images/tail-top-right.jpg) repeat-x 0% 0%;
    width: 50%;
    height: 355px;
    position: absolute;
    top: 0;
    right: 0;
}

/* used for top background image */
#tail-top {
    background: #fff url(../images/tail-top.jpg) repeat-x 0% 0%;
}

/* used for bottom backgroud image */
#tail-bot {
    background: url(../images/tail-bot.jpg) repeat-x 0% 100%;
}

/* used for main container in center pasition */
#main {
    width: 980px;
    margin: 0 auto;
    font-size: 0.75em;
}

/* user for header background image */
#header {
    background: url(../images/header.jpg) no-repeat 3px 0%;
    position: relative;
    height: 355px;
}

/* common for all header ul tag */
#header ul {
    position: absolute;
    top: 0;
    left: 350px;
}

/* common for all header li tag */
#header ul li {
    float: left;
    padding: 0 5px 0 0;
}

/* used for logo position */
#logo {
    position: absolute;
    top: 15px;
    left: 33px;
    background:transparent url(../images/logo.png) no-repeat;
    height:78px;
    width:207px;
}

/* used for content between header and footer */
#content {
    padding: 28px 33px 33px 33px;
    min-height: 150px;
}

/* used for p tag */
#content p {
    padding: 0 0 20px 0;
    line-height: 1.308em;
    font-size: 1.083em;
}

/* used for em into p tag */
#content p em {
    float: right;
    padding: 0 60% 0 0;
    font-style: normal;
}

/* used for p tag padding */
#content p.extra {
    padding: 0 0 4px 0 !important;
}

/* used for p tag padding */
#content p.extra1 {
    padding: 0 0 17px 0;
}

/* used for p tag padding */
#content p.extra2 {
    padding: 0 0 14px 0;
}

/* used for p tag padding */
#content p.extra3 {
    padding: 0 0 22px 0;
}

/* class for button */
.link {
    background: url(../images/link-left.gif) no-repeat 0% 0%;
    display: inline-block;
    height: 31px;
    float: left;
    overflow: hidden;
    font-size: 1.083em;
    text-decoration: none;
    color: #fff;
}

/* class for button span */
.link span {
    background: url(../images/link-right.gif) no-repeat 100% 0%;
    display: inline-block;
}

/* class for button recursive span */
.link span span {
    background: url(../images/link-tail.gif) repeat-x 0% 0%;
    display: inline-block;
    height: 31px;
    margin: 0 5px 0 18px;
    padding: 0 6px 0 4px;
    line-height: 29px;
}

/* used for button hover */
.link:hover span span {
    cursor: pointer;
    text-decoration: underline;
}

/* used for Read more link */
.link-1 {
    background: url(../images/link-marker.gif) no-repeat 1px 5px;
    padding: 0 0 0 14px;
    line-height: 1.667em;
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
    color: #f89019;
}

/* used for serator between two cols */
.line-ver-1 {
    background: url(../images/line-ver.gif) repeat-y;
}

/* used for serator between two cols */
.line-ver-2 {
    background: url(../images/line-ver.gif) repeat-y;
}

/* used for serator between two cols */
.line-ver-3 {
    background: transparent url(../images/line-ver.gif) repeat-y scroll 425px 0;
}

/* Below css is used for rounded corner box */
/* used for box top image */
.box .border-top {
    background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
}

/* used for box bottom image */ 
.box .border-bot {
    background: url(../images/border-bot.gif) repeat-x 0% 100%;
}

/* used for box left image */ 
.box .border-left {
    background: url(../images/border-left.gif) repeat-y 0% 0%;
}

/* used for box right image */ 
.box .border-right {
    background: url(../images/border-right.gif) repeat-y 100% 0%;
}

/* used for box top-left corner image */ 
.box .corner-top-left {
    background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
}

/* used for box top-right corner image */ 
.box .corner-top-right {
    background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
}

/* used for box bottom-left corner image */ 
.box .corner-bot-left {
    background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
}

/* used for box bottom-right corner image */ 
.box .corner-bot-right {
    background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
    width: 100%;
}

/* used for box inner content */ 
.box .inner {
    min-height: 196px;
    height: auto !important;
    height: 196px;
    padding: 33px 30px 31px 35px;
    margin-top: 35px;
}


dl dt {
    line-height: 1.2em;
    font-size: 1.25em;
    font-style: italic;
    color: #1c1c1c;
}

/* common for dd tag of dl tag */
dl dd {
    padding: 0 0 17px 0;
    line-height: 1.308em;
    font-size: 1.083em;
    color: #6d6d6d;
}

/* used for footer of the page */
#footer {
    height: 85px;
}

/* used for footer p tag */
#footer p {
    padding: 24px 0 1px 0;
    font-size: 0.833em;
    text-transform: uppercase;
    text-align: center;
    color: #808080;
}

/* used for footer span into p tag */
#footer p span {
    margin: 0 5px 0 0;
    color: #fff;
}

/* used for footer a tag into p tag */
#footer p a {
    margin: 0 0 0 6px;
    text-transform: none;
    text-decoration: none;
    font-size: 1.2em;
    color: #808080;
}

/* used for footer a tag hover into p tag */
#footer p a:hover {
    text-decoration: underline;
}

/* used for footer link container */
#container {
    position: relative;
    overflow: hidden;
}

/* used for footer link container inner */
#container .inner {
    position: relative;
    float: left;
    left: 50%;
    text-align: center;
}

/* used for footer link container recursive inner */
#container .inner .inner {
    position: relative;
    float: left;
    left: -50%;
}

/* used for footer link container ul li */
#container ul li {
    background: url(../images/footer-divider.gif) no-repeat 0% 4px;
    float: left;
    padding: 0 11px 0 10px;
    color: #808080;
    margin:0;
}

/* used for footer link container a tag in li tag */
#container ul li a {
    text-decoration: none;
    color: #808080;
}

/* used for footer link container a tag hover in li tag */
#container ul li a:hover {
    text-decoration: underline;
}

/* used for footer link container a tag active link in li tag */
#container ul li#act a {
    text-decoration: underline;
}

#container ul li.extra {
    background: none;
}

/* used for rounded fixed width login box */
#login
{
    width:470px;
    background: transparent;
    overflow:hidden;
    margin:0px auto;
}

/* login box top image */
#login-top
{
    width:470px;
    background: transparent url(../images/login-box-top.gif) no-repeat;
    height: 22px;
}

/* login box background image */
#login-bg
{
    width:470px;
    background: #fff url(../images/login-box-bg.gif) repeat-y;
    overflow:hidden;
}

/* login box bottom image */
#login-bottom
{
    width:470px;
    background: transparent url(../images/login-box-bottom.gif) no-repeat;
    height:22px;
}

/* login box subdivision */
#login .subdiv
{
    width:420px;
    margin:0px auto;
    overflow: hidden;
}

/* login/formlayout box h1 tag */
#login h1, 
#formlayout h1 {
    
    border-bottom:1px dotted #171717;
    color:#171717;
    font-size:20px;
    margin-bottom:14px;
    margin-top: 8px;
    padding-bottom:18px;
}

/* class for p tag in formlayout id */
#formlayout-bg p
{
    padding: 8px 1px 20px 5px;
    line-height: 1.308em;
    font-size: 1.083em;
    text-align:justify;
}

/* class for p and span tag in formlayout id */
#formlayout-bg p span
{
    margin-left:0px;
}

/* login/formlayout box seprator between two forms/tables/div */
#login .userdiv, 
#formlayout .userdiv
{
    width:100%;
    background: #fff url(../images/login-seprate.gif) no-repeat scroll center bottom; 
}

/* login box forgot password */
#login .forgotpassdiv
{
    width:100%;
    margin-top:15px;
}  

/* login/formlayout box span and label */
#login span,label,
#formlayout span,label
{
    color: #626262;
    line-height: 1.23em;
    font-size: 13px
}
 
/* fixed width rounded box layout for wide with */
#formlayout
{
    width:670px;
    background: transparent;
    overflow:hidden;
    margin:0px auto;
}

/* formlayout box top image */
#formlayout-top
{
    width:650px;
    background: transparent url(../images/top.gif) no-repeat;
    height: 22px;
}

/* formlayout box repeat background image */
#formlayout-bg
{
    width:650px;
    background: #fff url(../images/bg.gif) repeat-y;
    overflow:hidden;
}

/* formlayout box bottom image */
#formlayout-bottom
{
    width:650px;
    background: transparent url(../images/bottom.gif) no-repeat;
    height:22px;
}

/* class for dropdown box */
.selectcss
{
    border:1px solid #9C9C9C;
    padding:3px; 
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
    margin-bottom:5px;
}

/* class for input textbox*/
.txtcss
{
    border:1px solid #9C9C9C;
    padding:1px 3px;
    font-size: 12px;
}

/* class for textarea */
.txtareacss
{
    border:1px solid #9C9C9C;
    margin-bottom: 5px; 
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
}

/* class for input checkbox*/
.chkcss
{
    padding:0px 5px !important;
    margin :0px 5px !important;
    vertical-align:middle !important;
}

/* class for input button */
.btncss
{
    border:1px solid #9C9C9C;
    padding: 1px 2px;
    font-family:Verdana;
    cursor:pointer;
}

/* class for user default page Add Renew subcription tab */
.TdPaddingAddRenewSubscriptionMemberDefaultPage
{
    padding-left:10px;
}

/* class for user default page Payment Grid th */
.gridPayment th {
   background:#fff url(../images/gridheader.gif) repeat-x;
 
   font-weight:bold;
   font-size:12px;
   text-align:center;
   color:#F7B809;
}

/* class for user default page Payment Grid td */
.gridPayment td {
   padding-left:10px;
   border:solid 1px #DFDFDF;
   background-color:#EFEFEF;
   height:25px;
}

/* class for required field indicator */
.star{
    color: #BD2801 !important;
    font-size: 12px !important;
}

/* Below two class is used when user redirect to protected folder. It show the timer counter */
div.counter {
    margin-top: 5px;
    color: blue;
    font-size: 37pt;
    cursor: default;
}
div.info {
    margin: 0 auto;
    text-align: left;
    font-size: smaller;
    width: 80%;
    margin-top: 2em;
}

/* You must create below four class for your page button. If you can't create it then the button will not look well */
/* class for bigger size button */
.bigger-button{
    background:#fff url(../images/btn3.gif) no-repeat;
    width:152px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 6px 0 18px;
    border:0px;
}

/* class for big size button */
.big-button{
    background:#fff url(../images/btn2.gif) no-repeat;
    width:122px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 6px 0 12px;
    border:0px;
}

/* class for normal size button */ 
.normal-button{
    background:#fff url(../images/btn1.gif) no-repeat;
    width:100px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 6px 0 12px;
    border:0px;
}

/* class for small size button */
.small-button{
    background:#fff url(../images/btn0.gif) no-repeat;
    width:77px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 0px 0 4px;
    border:0px;
}

/* class for user error message */
.errormsg{
    color: red;
    font-weight: bold;
}

/* class for user success message */
.succmsg{
    color: green;
    font-weight: bold;
}

/* class used for left position */
.fleft {
    float: left;
}

img.fleft {
    margin: 2px 21px 22px 0;
}

img.fleft1 {
    float: left;
    margin: 2px 21px 0 0;
}

.fright {
    float: right;
}

.col-1, .col-2, .col-3, .col-4 {
    float: left;
}

.block-1, .block-2, .block-3, .block-4 {
    float: left;
    overflow: hidden;
}

#header-title1 {
    position: absolute;
    top: 187px;
    left: 61px;
}

#header-title2 {
    position: absolute;
    top: 173px;
    left: 229px;
}

#header-title3 {
    position: absolute;
    top: 187px;
    left: 393px;
}

#header-title4 {
    position: absolute;
    top: 274px;
    left: 461px;
}

#slogan {
    position: absolute;
    top: 190px;
    left: 547px;
}

#content p.no-indent {
    padding: 0 0 0 0;
}

.info-box {
    background: url(../images/box-bg2.jpg) no-repeat 0% 0%;
    width: 315px;
    height: 163px;
    padding: 26px 40px 20px 52px;
}

.info-box ul {
    padding: 2px 0 5px 168px;
}

.info-box ul li {
    background: url(../images/marker.gif) no-repeat 0% 11px;
    padding: 0 0 0 9px;
    line-height: 2em;
    color: #fff;
}

.info-box ul li a {
    color: #fff;
}

.info-box span {
    display: block;
    padding: 10px 0 0 168px;
}

.info-box span a {
    background: url(../images/link-bg.gif) no-repeat 0% 0%;
    display: block;
    width: 90px;
    height: 31px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
    font-size: 1.083em;
    font-weight: bold;
    color: #fff;
}

.info-box span a:hover {
    text-decoration: underline;
}

.info-box-1 {

    margin: 0 0 0 -5px;
    padding: 0 0 0 0px;
}

.info-box-1 p {
    padding: 0 0 17px 0 !important;
}

.info-box-2 {

    margin: 0 0 0 -5px;
    padding: 0 0 0 0px;
}

.info-box-2 p {
    padding: 0 0 17px 0 !important;

}

.info-box-3 {

    margin: 0 0 0 -5px;
    padding: 0 0 0 0px;
}

.title {
    min-height: 30px;
    height: auto !important;
    height: 30px;
    padding: 0 0 7px 0;
}

.title-1 {
    min-height: 37px;
    height: auto !important;
    height: 37px;
    padding: 0 0 22px 0;
}

.title-2 {
    min-height: 37px;
    height: auto !important;
    height: 37px;
    padding: 0 0 7px 0;
}

.list {
    margin: -4px 0 0 0;
}

.list li {
    background: url(http://www.membersgear.com/images/check.png) no-repeat 5px 5px;
    padding: 0 0 0 22px;
    line-height: 2.2em;
    font-size:1.083em;
    color: #6d6d6d;
}

.list li a {
    color: #6d6d6d;
}

.list-1 li {
    background: url(../images/marker-1.gif) no-repeat 1px 8px;
    padding: 0 0 0 13px;
    text-transform: uppercase;
    line-height: 2.6em;
    font-size:1.083em;
    color: #6d6d6d;
}

.list-1 li a {
    color: #6d6d6d;
}

.list-indent {
    padding: 0 0 12px 0;
}

.list-indent1{
    margin: -7px 0 0 0;
    padding: 0 0 20px 0;
}

/* Css class for Product subscription  li of ul*/
ul li.divdefaultpagesubscriptiondripli
{
margin: 0px;
padding: 0px;
line-height: 0px;
*font-size: 0px;  
}
/* Css class for Product subscription li of ol in ul li */  
ul li.divdefaultpagesubscriptiondripli ol li
{
font-size: 12px !important;
} 
/* Css class for Product subscription anchor tag of ul li */  
ul li.divdefaultpagesubscriptiondripli a
{
font-size: 1.1em;
line-height: normal;
}
