
/*________ GLOBAL STYLES ________*/

* {
margin:0;
padding:0;
}

body {
background: #f1592a url(images/bg-body.jpg) repeat-x top left;
font: 14px Arial, Helvetica, Sans Serif;
color: #434343;
text-align: left;
}

img {
display: block;
border: none;
}

a {
color: #f1592a;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/*________ HEADER / NAV ________*/

#headerContainer {
background: url(images/bg-header.jpg) no-repeat top center;
height: 298px;
}

#header {
width: 950px;
margin: 0 auto;
}

#header h1 {
width: 440px;
margin: 0 auto 17px auto;
}

#header #mainNav {
list-style-type: none;
text-transform: uppercase;
font: 20px Impact, Charcoal, Arial, Sans Serif;
display: inline;
}

#header #mainNav li {
position: relative;
z-index: 100;
float: left;
margin: 0 17px 20px 0;  
}

#header #mainNav li.noRightMargin {
margin-right: 0;
}

#header #mainNav li.shop {
float: right;  
}

#header #mainNav li a {
color: #c0c0c0;
padding: 0 6px;
}

#header #mainNav li.noLeftPadding a {
padding-left: 0;
}

#header #mainNav li a:hover {
color: #fff;	
text-decoration: none;
}

#header #mainNav li.shop a {
background: url(images/icon-shop-cart.png) no-repeat left;
padding-left: 25px;
color: #f1592a;  
}
#header #mainNav li.shop a:hover {
background: url(images/icon-shop-cart.png) no-repeat left;  
}

#header #mainNav li ul {
list-style: none;
z-index: 100;
overflow: visible;
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #000;
width: 230px;
font: 14px Arial, Helvetica, Sans Serrif;
font-weight: bold;
text-transform: none;
padding-top: 14px;
}

#header #mainNav li ul li { 
width: 100%;
margin: 0;
}

#header #mainNav li:hover > a {
color: #fff;
background: #000;
}

#header #mainNav li:hover ul, #header #mainNav ul li:hover ul, #header #mainNav ul ul li:hover ul, #header #mainNav ul ul ul li:hover ul, #header #mainNav ul ul ul ul li:hover ul{
display:block;
}

#header #mainNav li ul li a {
display: block;
margin: 0;
padding: 6px 10px;
border-top: 1px solid #232323;
}

#header #mainNav li ul li a:hover {
background: #232323;
}

/*________ MEMBER LOGIN ________*/

.loginPanel {
width: 950px;
overflow: hidden;
margin: 0 auto;
clear: both;
}

#memberLogin {
padding-top: 1px;
overflow: hidden;
clear: left;
display: block;
}

#memberLogin fieldset {
float: left;
border: 0;
}

#memberLogin fieldset label {
display: none;
}

#memberLogin fieldset label.membersArea {
display: block;
float: left;
width: 90px;
font-size: 12px;
padding-top: 5px;
}
#memberLogin.shopLogin fieldset label.membersArea {
width: 100px;  
}

#memberLogin fieldset input {
float: left;
width: 140px;
padding: 4px 6px;
margin-right: 5px;
border: 1px solid #b0b0b0;
color: #434343;
font: 11px Arial, Helvetica, Sans Serif;
}

#welcomeBack {
font-size: 10px;
padding-top: 6px;
overflow: hidden;
clear: left;
text-align: center;
}

#welcomeBack p {
display: inline-block;
border-right: 1px solid #888888;
margin-right: 6px;
padding-right: 6px;
}

#welcomeBack ul {
list-style-type: none;
display: inline-block;
}

#welcomeBack ul li {
display: inline-block;
border-right: 1px solid #888888;
margin-right: 5px;
padding-right: 5px;
}

.loginPanel .advertiseLink {
float: right;
color: #434343;
font-size: 12px;
text-decoration: underline;
padding: 6px 16px 6px 0;
}

.loginPanel .advertiseLink:hover {
color: #f1592a;
}

/*________ CONTAINER ________*/

#container {
background: #fff;
padding: 20px 0;
}

/*________ CONTENT ________*/

#content {
width: 950px;
overflow: hidden;
margin: 0 auto;
}

#content .centered {
width: 700px;
}

#content h2,
.content h2 {
font-size: 14px;
color: #000;
padding-bottom: 20px;
font-weight: bold;
}

#content h2 span,
.content h2 span {
color: #f1592a;
font-weight: normal;
font: 30px Impact, Charcoal, Sans Serif;
}

#content h3,
.content h3 {
color: #f1592a;
font-size: 18px;
border-bottom: 1px solid #dedede;
padding-bottom: 5px;
margin-bottom: 10px;
}

#content h4,
.content h4 {
font-size: 14px;
padding-bottom: 10px;
}

#content h5,
.content h5 {
font-weight: bold;
font-size: 13px;
color: #000;
padding: 0 0 2px 0;
}

#content p,
.content p {
line-height: 1.5;
padding-bottom: 20px;
}

#content .centered p,
#content .centered ul {
text-align: justify;
}

#content .pos {
color: #FFF;
font-size: 16px;
background: #f1592a;
padding: 2px 3px;
}

#content ul,
.content ul {
padding: 0 0 15px 25px;
}

#content ul li,
.content ul li {
margin-bottom: 2px;
line-height: 1.4;
}

#content .imgFloatRight {
float: right;
margin: 0 0 20px 10px;
}

#content .memberResult {
border-top: 1px dotted #dedede;
border-bottom: 1px dotted #dedede;
padding: 12px 0 15px 0;
margin-bottom: 30px;
overflow: hidden;
width: 950px;
}

#content .memberResult p {
padding: 4px 0 0 0;
}

#content .memberResult p.goBack {
padding-top: 17px;
}

#content .memberResult .tryAgain {
float: right;
}

#content .memberResult .tryAgain img {
margin-left: 10px;
}

#content .memberResult .tryAgain span {
color: #f1592a;
}

#content table {
margin-bottom: 30px;
border-top: 1px solid #b0b0b0;
border-right: 1px solid #b0b0b0;
}

#content table tr th {
text-align: center;
font-weight: bold;
color: #000;
}

#content table tr th,
#content table tr td {
border-bottom: 1px solid #b0b0b0;
border-left: 1px solid #b0b0b0;
padding: 5px 10px;
line-height: 1.4;
}

#content table h4 {
text-align: left;
padding: 0 0 3px 0;
color: #f1592a;
font-size: 16px;
}

#content p.imageLabel {
padding: 0 0 10px 0;
}

#content .imageSpecs {
padding-bottom: 10px;
overflow: hidden;
width: 450px;
}

#content .imageSpecs p {
padding: 0;
margin: 0;
font-size: 12px;
}

#content .bannerAdLong {
overflow: hidden;
clear: both;
margin: 0px auto 35px 110px;
width: 828px;
}

#content .bannerAdLong .bannerWrap {
float: left;
margin-right: 10px;
}

#content .bannerAdLong .advertiseHere {
display: inline;
float: left;
}

#content .bannerAdHigh {
float: right;
clear: right;
margin-bottom: 100px;
}

#content .bannerAdHigh .bannerWrap {
margin-bottom: 10px;
}

/*________ COMMON FORM STYLES ________*/

#content form {
margin-bottom: 30px;
}

#content form fieldset {
border: 0;
}

#content form fieldset label {
float: left;
width: 140px;
text-align: right;
margin: 0 10px 10px 0;
padding-top: 4px;
}

#content form fieldset label.hide {
display: none;
}

#content form fieldset label.checkbox,
#content form fieldset label.radio {
display: block;
float: none;
width: auto;
overflow: hidden;
margin: 0 0 5px 0;
padding: 0;
font-size: 12px;
text-align: left;
}

#content form fieldset input,
#content form fieldset select,
#content form fieldset textarea {
display: block;
margin: 0 0 10px 0;
width: 200px;
border: 1px solid #b0b0b0;
padding: 4px 6px;
font: 12px Arial, Helvetica, Sans Serrif;
}

#content form fieldset input.hidden {
display: none;
}

#content form fieldset .checkbox input,
#content form fieldset label.radio input {
float: left;
margin: 0 5px 5px 0;
width: auto;
padding: 0;
border: 0;
}

#content form fieldset select {
width: 214px;
}

#content form fieldset textarea {
width: 520px;
height: 150px;
overflow: auto;
}

#content form input {
margin: 0 0 10px 150px;
}

#content #errorText {
color: #ff0000;
margin-bottom: 10px;
}

#content #errorText p {
padding-bottom: 5px;
}

#content #successText {
color: #009f07;
text-align: center;
margin-bottom: 10px;
}

#content form p.input {
padding: 3px 0 10px 0;
font-weight: bold;
color: #000;
}

/*________ HOME ________*/

#content #sideHome {
float: right;
width: 338px;
height: 454px;
overflow: hidden;
padding: 70px 0 0 0;
background: #dedede url(images/bg-side-home.jpg) no-repeat top;
margin-bottom: 30px;
}

#content #sideHome #stuntSearch,
#content #sideHome #registerNow {
padding: 0 40px;
}


#content #sideHome h2 {
text-transform: uppercase;
font-weight: normal;
line-height: 0;
padding-bottom: 5px;
}

#content #sideHome h2 span {
font-size: 48px;
}

#content #sideHome #stuntSearch {
padding-bottom: 30px;
margin-bottom: 20px;
border-bottom: 1px dotted #fff;
}

#content #sideHome #stuntSearch fieldset label {
display: block;
float: none;
font-size: 12px;
color: #000000;
margin: 0 0 5px 0;
text-align: left;
width: auto;
}

#content #sideHome #stuntSearch fieldset input,
#content #sideHome #stuntSearch fieldset select {
display: block;
float: none;
width: 238px;
padding: 5px 8px;
border: 1px solid #b0b0b0;

margin: 0 0 15px 0;
font: 12px Arial, Helvetica, Sans Serif;
}

#content #sideHome #stuntSearch fieldset select {
width: 254px;
padding: 5px 0 5px 8px;
}

#content #sideHome #stuntSearch #continue {
float: left;
margin: 0 8px 0 0;
}

#content #sideHome #stuntSearch .options {
color: #747474;
font-size: 11px;
line-height: 1.2;
padding: 0;
}

#content #sideHome #registerNow h2 {
padding-bottom: 0;
}

#content #sideHome #registerNow p {
font-size: 12px;
padding: 0;
}

#content #testimonial {
border: 1px solid #dedede;
text-align: center;
padding: 2px;
width: 944px;
}

#content #innerTestimonial {
background: #dedede;
padding: 10px;
}


#content #testimonial blockquote {
width: 924px;
}

#content #testimonial p {
padding: 0;
}

#content #testimonial p.testimonial {
font-style: italic;
color: #f1592a;
padding-bottom: 10px;
}

#content #testimonial p.author {
font-weight: bold;
font-size: 12px;
}

/*________ MEMBER SLIDESHOW ________*/

#memberSlideshow {
width: 950px;
padding-top: 20px;
margin-bottom: 20px;
}

#memberSlideshow h2 {
font-weight: normal;
font-size: 11px;
color: #434343;
text-transform: uppercase;
padding-bottom: 5px;
text-align: center;
letter-spacing: 5px;
}

#memberSlideshow #sbaMembers {
overflow: hidden;
width: 950px;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 5px 0;
height: 202px;
margin: 0;
}

#memberSlideshow #sbaMembers img {
float: left;
}

#memberSlideshow img.edges {
position: absolute;
z-index: 100;
}

#content #trackTicker {
width: 938px;
height: 202px;
padding: 5px 0;
overflow: hidden;
margin: 0 6px 0 6px;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;

}

#content #trackTicker ul {
list-style-type: none;
padding: 0;
margin: 0 0 0 0;
}

#content #trackTicker ul li, 
#content #overlay li {
display: block;
float: left;
width: 134px;
height: 212px;
padding: 0;
margin: 0;
}

#content ul#overlay li a#o1,
#content ul#overlay li a#o7 {
width: 140px;
}

#content #overlay {
list-style-type: none;
width: 950px;
height: 212px;
position: absolute;
margin: -254px 0 0 0;
padding: 0;
}

#rightFade img {
float: right;
margin: -228px 6px 0 0;
width: 134px;
height: 202px;
}
#leftFade img {
margin: -228px 0 0 6px;
width: 134px;
height: 202px;
float: left;
}

/*______ FIND A STUNT PERSON / REGISTER / UPDATE PROFILE ______*/

#content .memberResult .browseAll {
float: left;
margin-right: 10px;
}

#content .memberForm .option {
border-bottom: 1px solid #dedede;
padding-bottom: 20px;
margin-bottom: 20px;
overflow: hidden;
width: 950px;
}

#content .memberForm .option .myDetails,
#content .memberForm .option .name,
#content .memberForm .option .ethnicLook,
#content .memberForm .memDouble {
float: left;
width: 475px;
}

#content .memberForm .showreel {
border: 0;
}

#content .memberForm .appearanceOptions {
overflow: hidden;
width: 950px;
margin-bottom: 10px;
}

#content .memberForm .optionSet {
overflow: hidden;
width: 320px;
padding: 5px 0;
}

#content .memberForm fieldset .specialistSkills label.checkbox,
#content .memberForm fieldset .option .searchGroup {
float: left;
width: 237px;
}

#content .memberForm .ageRange {
overflow: hidden;
width: 475px;
}

#content .memberForm fieldset .appearanceDetails .ageRange select {
width: 200px;
margin-right: 15px;
}

#content .memberForm .TO {
float: left;
padding: 3px 0 2px 0;
margin: 0 15px 0 0;
}

#content .memberForm fieldset .appearanceDetails select {
float: left;
margin-right: 20px;
}

#content .updateMember fieldset .appearanceDetails select {
width: 150px;
}

#content .updateMember fieldset .appearanceDetails label {
width: 130px;
}

#content .memberForm .category {
margin-bottom: 10px;
float: left;
width: 190px;
}

#content .memberForm .category p,
#content .memberForm .credHeadingm,
#content .memberForm .ethnicHeading,
#content .memberForm .ageRangeHeading {
padding: 0 0 5px 0;
font-size: 12px;
}

#content .memberForm fieldset .specialistSkills label textarea {
width: 90%;
height: 48px;
margin: 4px 0;
resize: none;
line-height: 1.4;
}

#content .memberForm .credit,
#content .memberForm .award {
overflow: hidden;
width: 950px;
}

#content .memberForm .credit input,
#content .memberForm .credit select,
#content .memberForm .award input,
#content .memberForm .award select {
float: left;
margin-right: 20px;  
}

#content .memberForm .credit input,
#content .memberForm .award input {
width: 156px;
}
#content .memberForm .credit select,
#content .memberForm .award select,
#content .memberForm .award .optionSet {
width: 170px;  
}

#content .memberForm .awards label.radio {
float: left;
margin: 2px 8px 2px 0;  
}
#content .memberForm .awards label.radio input {
width: auto !important;
margin: 0 2px 0 0;
float: left;  
}

#content .memberForm #register,
#content .memberForm #submitSearch {
margin-left: 0;
}

#content #existingCredits,
#content #existingAwards {
border: 0;
font-size: 12px;
}

#content #existingCredits tr th,
#content #existingCredits tr td,
#content #existingAwards tr th,
#content #existingAwards tr td {
border-bottom: 1px dotted #b0b0b0;
border-left: 0;
}
#content #existingAwards tr .category {
float: none;
margin: 0;
width: auto;  
}

#content #existingCredits tr th,
#content #existingAwards tr th {
text-align: left;
border-bottom: 1px solid #b0b0b0;
}

#content #existingCredits tr td.remove,
#content #existingAwards tr td.remove {
padding-left: 0;
padding-right: 0;  
}
#content #existingCredits tr td.remove img,
#content #existingAwards tr td.remove img {
float: right;
margin: 0 6px;
}
#content #existingCredits tr td input,
#content #existingCredits tr td select,
#content #existingAwards tr td input,
#content #existingAwards tr td select {
width: 96%;
display: inline-block;  
}

#content .memberForm .option .mainImage,
#content .memberForm .option .secondaryImage {
width: 475px;
float: left;
margin: 20px 0;
}

#content .existingImg {
overflow: hidden;
width: 250px;
}

#content .existingImg img {
float: left;
margin-right: 5px;
}

#content .memberForm p.pdf {
display: block;
overflow: hidden;
width: 250px;
margin: 0 0 10px 0;
padding: 0 0 0 20px;
background: url(/images/icon-pdf.gif) no-repeat left;
}

#content .memberForm p.pdf a {
float: left;
margin-right: 10px;
}

#content .memberForm p.pdf img {
padding-top: 4px;
}

#content p.awaitingApproval {
background: #f1592a;
text-align: center;
padding: 5px 10px;
margin-bottom: 10px;
color: #fff;
border: 2px solid #dedede;
}

#content .memberForm fieldset .paymentDetails label {
width: 145px;
}

#content .memberForm #cardExpiry {
overflow: hidden;
}

#content .memberForm #cardExpiry input {
float: left;
text-align: center;
width: 50px;
}

#content .memberForm #cardExpiry span {
float: left;
padding: 4px 5px;
}

#content .memberForm fieldset #cardCvv {
width: 50px;
float: left;
margin-right: 5px;
}

#content .memberForm fieldset #payTypes {
margin-bottom: 10px;
}

#content .memberForm fieldset .readonly {
border: 0;
padding-left: 0;
font-weight: bold;
float: left;
width: 50px;
}

#content .memberForm fieldset p.cur {
padding: 3px 0;
overflow: hidden;
font-weight: bold;
font-size: 11px;
}

#content .memberForm img.sslNotice {
float: right;
margin-right: 35px;
}

#content #registerForm .agentDetails,
#content #registerForm .cvAttachment,
#content #registerForm .photos{

overflow: hidden;  
}

/*________ CHANGE MY PASSWORD ________*/

#content #passwordForm fieldset label {
width: 155px;
}

#content #passwordForm #update {
margin-left: 165px;
}

/*________ LOGIN / FORGOT YOUR PASSWORD ________*/

#loginForm #login {
float: left;
margin-right: 10px;
}

#loginForm a.forgot {
display: block;
width: 135px;
overflow: hidden;
margin: 0 0 6px 140px;
font-size: 11px;
font-weight: bold;
padding: 7px 0;
}

/*________ MEMBER LISTINGS ________*/

#saveSearch {
float: right;
margin: 0 0 20px 20px;
}

.shortListBtn {
float: right;
margin: 16px 0 16px 10px;  
}

#memberListings {
width: 950px;
overflow: hidden;
margin-bottom: 30px;
}

#memberListings .member {
float: left;
width: 140px;
margin: 0 15px 25px 0;
}

#memberListings .member img {
border: 1px solid #dedede;
padding: 2px;
margin-bottom: 5px;
opacity: 0.8;
filter: alpha(opacity=80);
}

#memberListings .member .shortList {
float: right;
text-decoration: none;  
}
#memberListings .member .shortList.add {
font-size: 16px;
line-height: 0.7;
color: #434343;
line-height: 0.7;  
}
#memberListings .member .shortList.add:before {
content: "\2605";
position: absolute;  
}
#memberListings .member .shortList.selected {
color: #f1592a;
}
#memberListings .member .shortList.remove {
background: #434343;
color: #fff;
font-weight: 700;
padding: 4px 5px;
line-height: 0.5;
border-radius: 50%;  
}
#memberListings .member .shortList.remove:hover {
background: #f1592a;  
}

#memberListings .member h4 {
font-size: 11px;
font-weight: normal;
}

#memberListings .member h4 a {
color: #434343;
}

#memberListings .member h4 a:hover {
text-decoration: none;
}

#memberListings .member:hover img {
border: 1px solid #f1592a;
opacity: 1;
filter: alpha(opacity=100);
}

#memberListings .member:hover a {
color: #f1592a;
}

#content .pagination ul.navLinks {
float: right;
margin-bottom: 10px;
padding: 0;
}

#content .pagination ul.navLinks li {
list-style-type: none;
color: #000;
float: left;
font-weight: bold;
}

#content .pagination ul.navLinks li.current {
padding: 6px 0;
margin: 0 5px;
}

#content .pagination ul.navLinks li a {
float: left;
font-weight: normal;
color: #fff;
text-decoration: none;
padding: 5px 6px;
margin: 0 3px;
border: 1px solid #dedede;
background: #f1592a;
font-weight: bold;
}



#content .pagination ul.navLinks li a:hover {
text-decoration: underline;
}

/*________ MEMBER DETAILS ________*/

#content .needAp,
#memberSide #memProImg.needAp,
#memberSide #memThumbs a.needAp {
border: 1px solid #ff0000;
}

#memberSide .cvAttachment.needAp,
#memberSide .showreel.needAp {
background-color: #ff0000;
}

#content p#blurb {
text-align: center;
}

#content p.viewMemberChanges {
text-align: center;
font-size: 16px;
}

#content p.viewMemberChanges .red {
color: #ff0000;
}

#content .memberResult h3 {
color: #434343;
font-size: 20px;
font-weight: normal;
border: 0;
padding: 0;
margin: 0;
}

#content .memberResult h3 .name {
color: #f1592a;
display:block;
font-size: 28px;
width: 700px;
}
#content .memberResult h3 .positions {
display:block;
font-size: 18px;
width: 700px;
}

#contactInfoPrint {
display: none;
}

#memberSide {
float: left;
width: 252px;
margin: 0 20px 30px 0;
overflow: hidden;
}

#memberSide #memProImg {
border: 1px solid #dedede;
padding: 2px;
margin-bottom: 10px;
}

#memberSide #memProImg img {
display: none;
}

#memberSide #memProImg img.memberImg {
display: block;
}

#memberSide #memThumbs {
display: block;
overflow: hidden;
}

#memberSide #memThumbs a {
border: 1px solid #dedede;
display: block;
overflow: hidden;
padding: 2px;
width: 116px;
height: 116px;
margin-bottom: 10px;
float: left;
margin-right: 4px;
}

#memberSide #memThumbs img {
width: 116px;
}

#memberSide #memThumbs .memThumb {
display: none;
}

#memberSide #memImgGallery {
display: none;
}

#sbaPrint {
display: none;
}

#memberSide #showReel,
#memberSide #showReel2 {
margin-bottom: 10px;
}

#memberSide .print,
#memberSide .showreel,
#memberSide .cvAttachment,
#memberSide .emailProfile,
#memberSide .printProfile,
#memberSide .shortList {
background-color: #f1592a;
display: block;
margin-bottom: 10px;
font-weight: bold;
color: #fff;
height: 17px;
width: 216px;
padding: 10px 0 9px 34px;
}

#memberSide .cvAttachment {
background-image: url(images/bg-icon-cv-attachment.png);
background-repeat: no-repeat;
background-position: left;
}

#memberSide .print {
background-image: url(images/bg-icon-print.png);
background-repeat: no-repeat;
background-position: left;
}

#memberSide .showreel {
background-image: url(images/bg-icon-showreel.png);
background-repeat: no-repeat;
background-position: left;
}

#memberSide .emailProfile {
background-image: url(images/bg-icon-email-profile.png);
background-repeat: no-repeat;
background-position: left;
}

#memberSide .printProfile {
background-image: url(images/bg-icon-print.png);
background-repeat: no-repeat;
background-position: left;
}

#memberSide .print:hover,
#memberSide .showreel:hover,
#memberSide .cvAttachment:hover,
#memberSide .emailProfile:hover,
#memberSide .printProfile,
#memberSide .shortList:hover {
text-decoration: none;
}

#memberSide .shortList {
padding-left: 10px;
width: 240px;  
}
#memberSide .shortList .star {
color: #000;
font-size: 23px;
float: left;
line-height: 0.75;
margin-right: 5px;  
}
#memberSide .shortList.add .star:before {
content: "\2605";
position: absolute;
color: #fff;
font-size: 16px;
padding: 3px 0 0 3px;  
}

#memberDetails {
overflow: hidden;
width: 675px;
}

#memberDetails .stats,
#memberDetails .contactDetails,
#memberDetails .unionAffiliation,
#memberDetails .passportVisas,
#memberDetails .stuntCredits,
#memberDetails .licencesTickets,
#memberDetails .stuntDoubles {
width: 675px;
overflow: hidden;
margin-bottom: 10px;  
}


#memberDetails dl {
margin-bottom: 25px;
}

#memberDetails dl.statsLeft {
float: left;
width: 405px;
}

#memberDetails dl dt {
float: left;
width: 130px;
margin-bottom: 10px;
font-weight: bold;
}

#memberDetails dl.statsRight dt {
width: 125px;
}

#memberDetails dl dd {
display: block;
overflow: hidden;
margin-bottom: 10px;
padding-right: 5px;
}

#memberDetails dl dd.reverse {
unicode-bidi:bidi-override;
direction: rtl;
}

#memberDetails ul {
list-style-type: none;
padding: 0 0 25px 0;
}

#memberDetails ul li {
margin-bottom: 10px;
}

#memberDetails .licenceCat {
margin: 0 0 10px 0;
}

#memberDetails .clearLeft {
clear: left;
}

#memberDetails .licenceCat ul {
padding-bottom: 10px;
}

#memberDetails .stuntDoubles ul li {
float: left;
margin: 0 50px 20px 0;  
}

/*________ SHORT LIST ________*/

.shortListings {
overflow: hidden;
}
.shortListings .member {
float: left;
width: 47.5%;
margin: 0 5% 32px 0;
}
.shortListings .member:nth-child(2n) {
margin-right: 0;  
}
.shortListings .member .listingImg {
float: left;
border: 1px solid #dedede;
padding: 2px;
opacity: 0.8;
filter: alpha(opacity=80);
margin-right: 3%;
max-width: 200px;   
}
.shortListings .member .listingImg:hover {
opacity: 1;
filter: alpha(opacity=100);                
}
.shortListings .member .memDetails {
overflow: hidden;  
}
.shortListings .member .memDetails h3 a:hover {
text-decoration: none;
color: #696969;
}
.shortListings .member .memDetails dl {
overflow: hidden;
font-size: 12px;
margin-bottom: 10px;
}
.shortListings .member .memDetails dl dt {
float: left;
clear: left;
font-weight: 700;
width: 25%;
margin-bottom: 10px;
}
.shortListings .member .memDetails dl dd {
display: block;
overflow: hidden;
width: 75%;
word-wrap: break-word;  
margin-bottom: 10px;              
}
#content .shortListings .member .memDetails ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#content .shortListings .member .memDetails ul li {
display: inline-block;  
}
.shortListings .member .memDetails .sbaBtn {
font-size: 12px;
padding: 0 18px;
}
.shortListings .member .memDetails .sbaBtn span {
padding: 1px 4px;
line-height: 1.1;     
}

#content .emailShortListWrap form fieldset label {
width: 180px;  
}
#content .emailShortListWrap form input[type="submit"] {
margin-left: 190px;  
}

/*________ CONTACT US ________*/

#emailUs {
float: right;
width: 475px;
}

#content #contactForm textarea {
width: 300px;
height: 100px;
}

#contactDetails {
overflow: hidden;
margin-bottom: 30px;
}

#contactDetails dt {

float: left;

width: 80px;
margin: 0 0 10px 0;
font-weight: bold;
}

#contactDetails dd {
display: block;
overflow: hidden;
margin: 0 0 10px 0;
}

/*________ FOOTER ________*/

#footerContainer {
background: #f1592a url(images/bg-footer-container.gif) repeat top;
}

#footer {
width: 950px;
height: 465px;
padding: 15px 0 0 0;
overflow: hidden;
margin: 0 auto;
background: #000 url(images/bg-footer.jpg) no-repeat top;
}

#footer #fbLike {
float: right;
width: 255px;
}

#footer .sbLinks {
float: right;
clear: right;
color: #f7a288;
font-size: 12px;
padding-bottom: 5px;
}

#footer .sbLinks a {
color: #f7a288;
}

#footer .copy {
color: #f7a288;
font-size: 12px;
line-height: 1.8;
float: right;
clear: right;
text-align: right;
}

#footer .copy a {
color: #f7a288;
}

#footer .copy a:hover {
text-decoration: underline;
}

#footer ul {
list-style-type: none;
font-size: 12px;
color: #fff;
}

#footer ul li {
margin-bottom: 13px;
}

#footer ul li a {
font-weight: bold;
color: #000000;
}

/*________ MISC ________*/

.hide,
#container .hide,
#container #content .hide {
display: none;  
}

.sbaBtn {
font-size: 14px;
font-weight: 700;
line-height: 32px;
padding: 0 20px;
text-transform: uppercase;
border-radius: 20px;
background: #f1592a;
color: #fff;
text-decoration: none;
display: inline-block;
border: 0;
cursor: pointer;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
outline: none;
-webkit-appearance: none;  
}
.sbaBtn:hover {
background: #696969;
text-decoration: none;  
}
.sbaBtn span {
display: inline-block;
background: #fff;
color: #f1592a;
border-radius: 50%;
line-height: 1;
padding: 1px 5px;
}
.sbaBtn:hover span {
color: #696969;  
}

/*________ EMAIL PROFILE FORM / POPUP INFO ________*/

body.email_profile,
body.popup {
background: #fff;
}

body.email_profile #content {
width: auto;
}

#email_profile,
#content.cvvExplanation {
padding: 10px;
}

#content.cvvExplanation {
width: 380px;	
}

#content.cvvExplanation h2 {
padding-bottom: 10px;
}

#content.cvvExplanation h2 span {
font-size: 24px;	
}

#content.cvvExplanation p {
text-align: justify;
}

#content.cvvExplanation img {
margin: 0 auto;	
}

#content #profileForm fieldset textarea {
width: 420px;
resize: none;
}

#content #profileForm fieldset #verification {
overflow: hiden; 
}

#content #profileForm fieldset #verification img,
#content #profileForm fieldset #verification a {
margin: 0 0 5px 140px;  
}

#content #profileForm fieldset #verification a {
display: inline-block; 
}


/*! Hint.css (base version) - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block}.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}.hint:hover:before,.hint:hover:after,[data-hint]:hover:before,[data-hint]:hover:after{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap}.hint--top:before{border-top-color:#383838}.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-12px}.hint--top:after{margin-left:-18px}.hint--top:before,.hint--top:after{bottom:100%;left:50%}.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:before{margin-top:-12px}.hint--bottom:after{margin-left:-18px}.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:before,.hint--right:after{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:before,.hint--left:after{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:bef
