

/* Screen layout: */

div
{
    border: solid 0px #000000;
}

body
{
    padding: 0 0 0 0;
    margin: 0;
    font: 12px tahoma, verdana, sans-serif;
    background: #ffffff url(../Images/bodyBg.png) repeat-x;
    color: #303030;
}

body.default
{
    font-size: 12px;
    font-family: tahoma, verdana, sans-serif;
}

body.medium
{
    font-size: 14px;
    font-family: tahoma, verdana, sans-serif;
}

body.large
{
    font-size: 16px;
    font-family: tahoma, verdana, sans-serif;
}

a
{
    color: #cc3300;
    text-decoration: none;
    cursor:pointer;
}

a:hover
{
    color: #cc3300;
    text-decoration: underline;
}

h1
{
    margin: 0 0 5px 0;
    font-size: 1.4em;
    font-weight: 600;
}

h1 a
{
    color: #cc3300;
}

h1 img
{
    margin-left: 10px;
}

h1.section
{
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: #ffffff url(../Images/headerBg.png) no-repeat;
    height: 19px;
    padding-top: 2px;
    padding-left: 20px;
    clear: both;
    vertical-align: middle;
}

body.medium h1.section
{
    height: 20px;
    padding-top: 1px;
    background: #ffffff url(../Images/headerBg-medium.png) no-repeat;
}

body.large h1.section
{
    height: 21px;
    padding-top: 0px;
    background: #ffffff url(../Images/headerBg-large.png) no-repeat;
}

h1.section a
{
    color: #ffffff;
}

h2
{
    margin: 0 0 12px 0;
    font-size: 1.3em;
    font-weight: normal;
    clear: both;
}

h3
{
    margin: 0 0 10px 0;
    font-size: 1.2em;
    font-weight: normal;
}

h4
{
    font-size: 1.1em;
    font-weight: normal;
}

p
{
    margin: 0 0 15px 0;
    line-height: 1.3em;
    text-align: left;
}

a img
{
    border: 0;
}

/* Main container */

.wrap
{
    margin: auto;
    width: 990px;
    padding: 0px 5px 5px 5px;
    background: #ffffff;
}

.container
{
    margin: 0 auto 20px auto;
    width: 990px;
    padding: 0px;
    background: #ffffff;
}

/*Top Banner */
.topbanner
{
    margin: 0px 0px 0px 0;
    width: 990px;
    height: 100px;
    padding: 0px;
    text-align: left;
    background: #d7cebb;

} 


.topbanner *
{
    float: left;
    clear:none;
    margin:0px;
}

.topbannerimage
{
    margin:5px;
}


/*Content Banner*/
.contentbanner
{
    clear: both;
    width: auto;
    height: 60px;
    text-align: center;
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Side Banner */
.sidebannerright 
{
    float: right;
    margin-top: 10px;
}

.sidebannerleft
{
    float: left;
    margin-top: 10px;
}

/* login */
.login
{
    float: right;
    max-width:220px;
    overflow:hidden;
    width: 220px;
    height: 85px;
    max-height:85px;
    margin-right: 5px;
    padding: 5px 10px 5px 10px;
    background: #ffffff url(../Images/loginBg.png) no-repeat bottom;
    text-align: left;
    color: #896a64;
    font-size: 12px;
    clear:none;
}

.login *
{
    float:none;
}

.login p
{
    margin-bottom: 0;
    padding-bottom: 3px;
}

.login h3
{
    border-bottom: 1px solid #d8ccab;
    padding-bottom: 3px;
}

.login *
{
    vertical-align: middle;
}

.login label.short
{
    max-width: 200px;
    width: 60px;
    display: inline-block;
}

.login label
{
    width: 85px;
    float:none;
}

.login input.username
{
    width: 140px;
}

.login input.password, .login input.submit
{
    width: 70px;
}

.login input
{
    width: 20px;
    margin-left: 0px;
    padding-left: 0px;
}

/*Site header */

.header
{
    width: 980px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    background: #ffffff url(../Images/logo.png) no-repeat bottom left;
    padding: 0 0 0 0;
    display: block;
    height: 105px;
    clear: both;
}

.header *
{
    vertical-align: middle;
}


/* Site title section */

.logo img
{
    float:left;
    border:0px;
}

.logo h1 a
{
    color: #505050;
    border: none;
}

.logo h1 a:hover
{
    color: #303030;
    text-decoration: none;
    border: none;
}





/* PullQuote section */
.pullquote
{
    float: right;
    background: #eee8d8;
    clear: right;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 470px;
    height: 70px;
    line-height: 0.1em;
    border: 2px solid #d8ccab;
    padding: 5px;
    display: inline-block;
    color: #896a64;
    vertical-align: top;
    font-size: 11px;
}

.pullquote p.quote
{
    /*width: 390px;*/
    float: right;
    margin: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    font-weight: bold;
}

.pullquote p.info
{
    margin: 0px;
    margin-left: 5px;
    text-align:right;
}

.pullquote p.comments
{
    float: right;
    text-align: right;
    margin-bottom: 0px;
    color: #cc3300;
    font-weight: bold;
}


.pullquote img.portrait, .pullquote img.quoteleft
{
    float: left;
    margin: 0px;
    margin-right: 10px;
}

.pullquote img.comment
{
    padding: 0;
    padding-right: 5px;
}

.pullquote  a
{
    color:#896a64;
}

.pullquote label a:hover
{
    text-decoration:underline;
}


/* Navitab menu */

.topmenu
{
    float: right;
    margin: 1px 0 0px 0;
    width: 990px;
    text-align: right;
    border-top: 3px solid #efe9d8;
    padding-top: 5px;
    height: 20px;
    color: #4a2925;
}
.topmenu a
{
    color: #4a2925;
    font-weight: bold;
    height: 30px;
}

.topmenu *
{
    vertical-align: middle;
}
.topmenu img
{
    margin-left: 5px;
}

.navitabs
{
    clear: both;
    width: 990px;
    display: block;
    height: 23px;
    padding: 6px 0 5px 0px;
    margin-top: 0px;
    font-weight: 700;
    background: #ffffff url(../Images/navBg.png) repeat-x;
}

.navitab-wrapper {border-left:1px solid #280303; border-right:1px solid #280303; float:left; display:inline-block;margin-right: 1px;}

.navitab
{
    text-decoration: none;
    border: none;
    color: #f7f4eb;
    
    background: url(../Images/navbuttonBg.png) repeat-x;
    float: left;
    display: inline-block;
    padding: 3px 10px 5px 10px;
    border-left: 1px solid #d3bdae;
    border-right: 1px solid #d3bdae;
    height: 14px;
    font-size: 1em;
}

.redtab { background: url(../Images/navbuttonBg2.png) repeat-x;}

body.medium navitab
{
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}

body.large navitab
{
    padding: 0px 10px 2px 10px;
    font-size: 14px;
}

.navitab:hover
{
    color: #ffffff;
    text-decoration: underline;
}





.search
{
    float: right;
    text-align: right;
    margin-right: 0px;
    padding-right: 0px;
    display: inline-block;
}

.rss
{
    margin-top: 3px;
    margin-right: 2px;
    padding-left: 3px;
}

.search .navitab
{
    float: left;
    margin-right: 0px;
    font-size: 12px;
}

.search input
{
    float: left;
}

.button
{
    float: left;
    background: url(../Images/button.png) no-repeat 100%;
    border: 0;
    width: 59px;
    height: 18px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 2px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.button2
{

    background: url(../Images/button.png) no-repeat 100%;
    border: 0;
    width: 59px;
    height: 18px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 2px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}



/* breadcrumbs */
.breadcrumbs
{
    clear: both;
    padding: 5px 0 0px 10px;
    display: block;
    width: 945px;
    margin-bottom: 0px;
    font-size: 1em;
}

.breadcrumbs img
{
    padding-right: 5px;
}

.breadcrumbs *
{
    vertical-align: middle;
}

.breadcrumbs a
{
    color: #cc3300;
}

/*People Moves Item*/



/* Main content */

.main
{
    max-width:573px;
    width: 573px;
    min-height: 500px;
    padding: 20px 10px 0 10px;
    background: #ffffff url(../Images/maintopBg.png) top left no-repeat;
    float: left;
    margin-top: 0px;
    overflow:hidden;
    
}

.main img.freeicon
{
    margin-left:0px;
}

.fullwidth
{
    max-width:934px;
    width: 934px;
    background: #ffffff url(../Images/maintopBg2.png) top left no-repeat;
    overflow:hidden;
}

.colourwrapper
{
    clear: left;
    margin-top: 3px;
    width: 954px;
    padding: 3px 18px 0px 18px;
    background: url(../Images/colourwrapBg.png) repeat-x;
    height: 100%;
    min-height: 800px;
}

/* Sidebar */

.sidebar
{
    width: 336px;
    float: right;
    padding:0px;
    height: 100%;
    text-align: left;
    clear:right;
}

.sidebar p
{
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0 0 15px 0;
}

/*indicator of number of comments*/
p.comments
{
    font-size: 0.9em;
}


/* MPU */

.mpu
{
    text-align: center;
    
    width: 336px;
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
 
}




/* Rankings */
.rankings
{
    width: 336px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}



.rankingstab
{
    padding: 2px 0px 2px 0px;
    margin: 2px 1px 0px 0px;
    font-weight: bold;
    border-bottom: 0;
    display: inline-block;
    background: url(../Images/unselectedTab.png) no-repeat;
    width: 111px;
    text-align: center;
    color: #ffffff;
    font-size: 0.9em;
    float: left;
    height: auto;
}

body.large .rankingstab, body.large .rankingstabselected
{
    height: auto;
    
}

body.medium .rankingstab, body.medium .rankingstabselected
{
    height: auto;
}

.rankingstabselected
{
    padding: 2px 0px 2px 0px;
    margin: 2px 1px 0px 0px;
    font-weight: bold;
    border-bottom: 0;
    display: inline-block;
    background: url(../Images/selectedTab.png) no-repeat;
    width: 111px;
    text-align: center;
    color: #896a64;
    font-size: 0.9em;
    float: left;
}

.rankingstab a
{
    color: #ffffff;
}

.rankingstab a:hover
{
    border-bottom: 0;
}

.rankings ul
{

    list-style-type: square;
    margin-top:10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    margin-left: 10px;
    float: left;
}

.rankings ul a
{
    border: none;
}



.mostpopular, .mostcommented, .mostemailed
{
    width: 326px;
    padding: 5px;
    margin-top: 0px;
    border-top: 0;
    background: #ffffff;
    float: left;
    font-weight:500;
}

.mostpopular li, .mostcommented li, .mostemailed li
{
    padding-bottom: 10px;
}

.mostpopular
{
}
.mostcommented
{
    display: none;
}
.mostemailed
{
    display: none;
}


/* Editor's Choice */
.sidebox
{
    text-align: left;
    margin-top: 10px;
    float: left;
    padding: 10px;
    padding-bottom: 0px;
    width: 316px;
    background: url(../Images/sideheaderBg.png) no-repeat;
    z-index: 0;
}

.sidebox ul
{
    list-style-type: square;
    margin-left: 0px;
    padding-left: 15px;
    text-indent: 0px;
}

.sidebox h1
{
    border-bottom: 1px solid #ffffff;
    margin-top: 0px;
    font-size: 1.2em;
    padding-bottom: 5px;
}

.sidebox h2
{
    border-bottom: 0px;
    font-size: 1em;
}

.sidefooter
{
    background: url(../Images/sidefooterBg.png) no-repeat;
    height: 10px;
    width: 336px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    float: left;
}



/* classifieds */

.classifieds
{
    padding: 5px;
    border: 1px dashed #d8ccab;
    float:left;
    margin-top: 10px;
    width: 155px;
    max-width:155px;
    overflow:hidden;
    font-weight:500;
    display:block;
    clear:both;
    
}

.classifieds ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.classifieds li
{
    border-top: 1px dashed #d8ccab;
}

.classifieds li h4
{
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 5px;
}

.classifieds a
{
    font-weight: 600;
}



/* Footer */

.footer
{
    clear: both;
    background: #ffffff;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
    float:none;
    display:block;
    
}

.footer a
{
    color: #808080;
}

.footer a:hover
{
    color: #303030;
}

.footer p
{
    color: #808080;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    text-align: center;
}

/*style for comments indicator*/
.comments
{
    text-align: right;
}

.comments img
{
    margin-right: 5px;
}


/*style for dates*/
p.date, p.commentauthor
{
    display: inline;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 0.9em;
    color: #999999;
}

p.short
{
    margin-bottom: 0px;
}





/* Article styles */

.article .rightimage
{
    float:right;
    margin:10px 0px 10px 10px;
    font-weight:bold;
    font-size:0.8em;
}

.article .leftimage
{
    float:left;
    margin:10px 10px 10px 0px;
    font-weight:bold;
    font-size:0.8em;
}


.pagenumbers
{
    font-weight: 700;
    text-align: center;
}
.relatedarticles
{
    float: right;
    margin: 5px;
    width: 250px;
    border: 1px dashed #d8ccab;
    padding: 5px;
}

.relatedarticles a
{
    border: none;
}
.relatedarticles ul
{
    list-style-type: square;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
    margin-left: 0;
}

.relatedarticles ul li
{
    margin-bottom: 5px;
}

.morearticles
{
    text-align: right;
    border-top: 1px solid #D8CCAB;
    padding-top: 5px;
}

.morearticles a
{
    font-style:italic;
}

.morearticles a:hover
{
    text-decoration:underline;
}

.morearticlesnobody
{
    text-align: right;
}

.morearticlesnobody a
{
    font-style:italic;
}

.morearticlesnobody a:hover
{
    text-decoration:underline;
}

.morechannel
{
    text-align: right;
    padding-bottom: 10px;
    font-style:italic;
    display:block;
}

.morechannel a:hover
{
    text-decoration:underline;
}


.articletoolbar
{
    border-bottom: 1px solid #d8ccab;
    padding: 5px 0 10px 0;
    text-align: right;
    margin-bottom: 10px;
}

.articlecomments
{
    margin-top: 10px;
    background: #f7f4eb;
    padding: 5px;
}

.articlecomments ul
{
    padding: 0px;
    margin: 0px;
}

.articlecomments li
{
    padding: 5px;
    list-style-type: none;
}

.articlecomments .top
{
    text-align: right;
    border-bottom: 1px solid #d8ccab;
    padding-bottom: 5px;
}
.commentauthor
{
    color: #808080;
    display: inline;
    text-align: right;
}

.articlecomments .bottom
{
    border-top: 1px solid #d8ccab;
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: right;
}

.articlecomments li
{
    border-bottom:1px dotted #d8ccab;
    
}


/*subscription pages styles*/


.form .section
{
}

.form img
{
    margin: 0 10px 0 10px;
}

.form h2
{
    display: block;
    background: #efe9d8;
    font-size: 1.2em;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;
    padding: 1px 0px 2px 5px;
}

.form label
{
    width: 200px;
    float: left;
    clear: left;
}

.validator
{
    float: left;
    display: block;
    clear: both;
    margin-left: 200px;
    margin-top:10px;
    margin-bottom:5px;
    width: 100%;
    font-size: 0.9em;
    color:Red;
}

.validator-top
{
    float: left;
    display: block;
    clear: both;
    margin-top:10px;
    margin-bottom:5px;
    width: 100%;
    font-size: 0.9em;
    color:Red;
}


.form .button
{
    display: block;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dataprotection label, .paymentdetails label, .termsandconditions label
{
   
    float: none;
    margin-right: 10px;
    clear:none;
}


.paymentdetails label
{
     width: auto;
}

.dataprotection input, .paymentdetails input, .termsandconditions input
{
    float:none;
}




.form input
{
}
.form .button
{
    clear: both;
    margin-left: 200px;
}

.subscriptioninformation label
{
    width: 250px;
    float: left;
}

.subscriptioninformation .validator
{
    margin-left: 250px;
}

.subscriptioninformation input
{
    margin-right: 20px;
    float: left;
    clear: both;
}

.numberofsubscriptions label
{
    float: left;
    clear: both;
}

.numberofsubscriptions input
{
    width: 30px;
    float: left;
    clear: none;
}

.numberofsubscriptions
{
    float: left;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.personaldetails input, .personaldetails select, .deliveryaddress input, .deliveryaddress select
{
    width:270px;
    padding:0px;
}

.paymentdetails label
{
}

    

.hidden
{
  overflow:hidden;
}

.comment label
{
    font-weight: bold;
    clear: left;
    padding-top: 10px;
}

.comment input, .comment textarea
{
    margin-top: 10px;
    width: 300px;
}

.comment input
{
    width: 200px;
}

.comment input[type=checkbox]
{
    width: auto;
}

input.checkbox
{
    float: left;
    width: 20px;
    text-align: left;
    display: block;
}

.comment p
{
    clear: both;
    margin-top: 20px;
}

.comment .button
{
    margin-top: 10px;
    width: 60px;
    margin-right: 10px;
    clear: none;
    float: right;
}

.form .description
{
    color: #999999;
}

.commentarea
{
    float: left;
    clear: right;
}

.smalltext
{
    font-size: 10px;
    float: left;
}

.loginpage label
{
    width:100px;
    float:left;
    
}

.loginpage input[type=checkbox]
{
    width:15px;
    float:none;
}

.loginpage .validator
{
    margin-left: 100px;
    width: 200px;
}

.loginpage .button
{
    float:none;
}

.loginpage .checkbox
{
    margin-left: 100px;
}

.loginpage br
{
    clear:both;
}




.advancedSearch label
{
    width: 100px;
    clear: none;
    float: none;
    font-weight: bold;
}

.searchResults .button
{
    float: right;
}

.searchResults h4
{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.searchResults h4.sponsored
{
}


.searchResults span.sponsored
{
    clear: none;
    display: inline;
    margin-left: 10px;
    color: #999999;
    font-size: 0.9em;
    padding-bottom: 0em;
    font-weight: normal;
}

.searchResults p.result
{
    float: left;
    margin-top: 0em;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-top: 0em;
    clear: left;
    width: 100%;
}

.searchResults .sponsoredResult p
{
    margin-bottom: 5px;
}

.searchResults .sponsoredResult
{
    background: #eee8d8;
    padding: 0px 10px 10px 10px;
    width: 552px;
    height: auto;
    margin: 0px 0 0px 0;
    float: left;
    display: block;
}

.searchResults h1.section
{
    margin-bottom: 10px;
}

.searchResults .resultSource
{
    color: #999999;
    font-size: 0.9em;
}

.searchResults .resultLink
{
    font-size: 0.9em;
}


.searchResults .result
{

    margin-top: 10px;

}

.searchResults img
{
    margin-left: 0px;
    margin-right: 4px;
}

.searchResults .goToTop
{
    float:left;
    width: 50%;
    margin-top: 15px;
}

.searchResults .goToNextPage
{
    float: left;
    clear: none;
    width: 50%;
    margin-top: 15px;
    text-align: right;
}
.nextPage
{
    padding-left: 5px;
}

.resultDescription
{
    color:#999999;
    font-size:0.9em;

}

.searchPaging 
{
    border-top:1px solid #4a2925;
    border-bottom:1px solid #4a2925;
    float:left;
    clear:left;
    background:#fffff;  
    width:555px;  
    padding:10px;
    margin-top:10px;  
    
}

.searchPrevious
{
    display:inline-block;
    width:33%;
    float:left;
    margin-bottom:10px;
}

.searchPageInfo
{
    display:inline-block;
    width:34%;
    float:left;
    text-align:center;
     margin-bottom:10px;
}

.searchNext 
{
    display:inline-block;
    width:33%;
    float:left;
    text-align:right;
     margin-bottom:10px;
}

.searchResults .loop
{
    text-align:center;
    margin-top:5px;
}

.interestareas
{
    float: left;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.8em;
}

.interestareas input
{
    width:15px;
    float:left;
    margin-right:5px;
}


.interestareas br
{
    clear:both;
}

.interestareas label
{
    width:220px;
    float:left; 
    clear:right;
   
   

}

.interestArea
{
    width:250px;
    display:inline-block;
    float:left;
    
   
}

.dataprotection input[type="checkbox"]
{
    margin-right:5px;
}


.errorpage .h1 *
{
    vertical-align:middle;
}

.errorpage img
{
    margin-right:10px;
}

body.errorbody
{
    background:#ffffff;
    margin:20px;
}

/* Various classes */

.center
{
    text-align: center;
}

.weighted
{
    font-weight: 700;
}

.notbold
{
    font-weight: 500;
}

.photo
{
    padding: 5px;
    margin: 0 0 8px 0;
    background-color: #efe9d8;
    border: 1px solid #d7cebb;
}

.right
{
    float: right;
    margin-left: 8px;
    padding-right: 0px;
}

.left
{
    float: left;
    margin-right: 8px;
}

.block
{
    background: #eee8d8;
    padding: 10px;
    margin: 10px;
}

.highlight
{
    background: #eee8d8;
    padding: 10px;
    width: 552px;
    height: auto;
    margin: 10px 0 10px 0;
    float: left;
    display: block;
}

.sidelink
{
    text-align: left;
    display: block;
    width: 140px;
    background: #f0f0f0;
    padding: 3px 4px 3px 8px;
    margin: 5px 10px 5px 0;
    border: none;
}

.sidelink:hover
{
    background: #e0e0e0;
    text-decoration: none;
    border: none;
}

.hide
{
    display: none;
}

.section
{
    font-weight: 700;
    font-size: 1.6em;
}

.border
{
    border-bottom: solid 1px #d8d8d8;
    display: block;
}



.halfwidthleft
{
    float: left;
    width: 280px;
    padding-right: 5px;
    clear: none;
}
.halfwidthright
{
    float: right;
    width: 280px;
    clear: none;
}
.nolinebreak
{
    display: inline;
}

.textleft
{
    text-align: left;
}

.textright
{
    text-align: right;
}

.alignright
{
    float: right;
}

.table-1-head-7 {background-color: #F7F4EB; font-weight: bold; color: #000000; font-size:1em; padding: 0;}
.table-1-td-1 {background-color: #D8CCAB;}
.table-1-td-1, .table-1-td-2, .table-1-head-8 {font-family:Arial, Helvetica, sans-serif; font-size:0.9em; color:#000000; text-decoration:none; line-height:1.3;}
.table-1-td-1 .c-lnk3, .table-1-td-2 .c-lnk3 {font-weight: bold;}
.table-1-td-1 .subs2, .table-1-td-2 .subs2 { text-align: left;}
.table-1-td-2 {background-color: #F7EED6;}

/**** Popup ****/

.wrapper-popup 
{ 
    border-top: solid 8px #1f2039; 
    padding: 10px; 
    background-color: #ffffff; 
    float: left;
}

.wrapper-popup .logoarea 
{ 
    height: 20px; 
    float: right; 
    margin-bottom: 10px; 
}

.wrapper-popup * 
{ 
    width: auto;
}

.wrapper-popup .content 
{
    margin: 0; 
    padding: 0;
}

.wrapper-popup h1 
{ 
    width: 100%;  
}

/* CyberSource HOP */
.iframe
{
      width: 100%;
      height: 1100px;
      border: 0px;
}


/* NS Subscribe page styling */
.colourwrappersubscribe
{
    clear: left;
    margin-top: 0px;
    width: 954px;
    padding: 18px 18px 0px 18px;
    background: url(../Images/colourwrapBg.png) repeat-x;
    height: 100%;
    min-height: 400px;
}