@charset "utf-8";
/* CSS Document */

html,body {
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    margin:0px;
    padding:0px;
    background-image: url(img/main-bg_xy.jpg);
    height:100%;
    color: #fff;
}
#body {
    background: transparent url('img/zip_x.jpg') left 0px repeat-x;
    min-width: 990px;
}
#mainContentContainer {
    background: transparent url('img/zip_y.jpg') 207px 0px repeat-y;
    overflow: hidden;
    min-height: 100%;
    width: 990px;
    margin: 0px auto;
    position: relative;
}
h1 {
    font-size:14px;
    color: #b10000;
    text-align:center;
    margin: 12px 0px 7px 0px;
    clear: both;
}
h2 {
    color: #bc1515;
    font-size:12px;
    padding-bottom: 3px;
    border-bottom: 3px solid #440000;
}
h3 {
    font-weight:bold;
}
hr {
    border: 1px solid #440000;
}
a {
    color:#A80909;
    text-decoration:none;
    line-height:1.5em;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}
ul {
    margin: 3px 0px;
}
p {
    margin: 7px 0px;
}

.error {
	color: #f00;
	border: 1px solid #f00;
	padding: 2px 5px;
}

.inputbox2, .inputbox, .agreementbox, #revenueInput, #creditsInput, #descField {
    background: #000;
    color: #fff;
    border: 1px solid #990000;
}
.inputbox {
    width: 164px;
}
.inputbox2 {
    width: 400px;
    height: 150px;
}
.day, .hour, .minute {
    width: 40px !important;
}
.year {
    width: 55px !important;
}
.month {
    width: 90px !important;
}
#pageHeader {
    background: #000 url('img/header-bg_nr.jpg') 300px 10px  no-repeat;
    height: 166px;
    overflow: hidden;
}
#siteLogo {
    float: left;
    margin: 20px 5px 0px 3px;
}

/* form-----------------------------------------------*/
.formField {
	clear: both;
	text-align: right;
	line-height:25px;
}
.formField label {
	float: left;
}

#loginForm {
    margin: 10px 10px 5px 0px;
    overflow: hidden;
}
#loginField, #passwordField, #sitesField {
    background: #000000;
    border: solid 1px #6b1006;
    margin: 0px 5px 0px 5px;
    color: #990000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 160px;
}

#loginFieldLabel, #passwordFieldLabel {
    font-size: 12px;
    font-weight: bold;
    color: #6b1006;
}

#loginForm fieldset {
    float: left;
}

#loginForm a {
    margin: 0px 7px;
    color:#990000;
}

#loginFormLinks {
    margin: 0px;
    padding: 0px 2px;
    float: right;
    text-align: center;
    list-style: none;
}

#buttonLogin {
    margin-left: 5px
}

#registerLink {
    background: url("img/registerButton.gif") top center no-repeat;
    width: 126px;
    height: 15px;
    display: block;
    text-align: center;
    color: #eaeaea !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0px 0px 5px auto !important;
}
#registerLink:hover {
    text-decoration: none;
    color: #fff !important;
}

#forgotPasswordLink {
    text-decoration: underline;
    margin: 0px !important;
}
#forgotPasswordLink:hover {
    text-decoration: none;
}

/* leftbox---------------------------------*/
#leftbox {
    width: 206px;
    float:left;
    margin: 40px 0px 80px 0px;
}
#leftbox a {
   color:#ffffff;
}
#mainMenu li {
    list-style-image: url(img/list-bullet_nr.jpg);
}
#mainMenu li a {
    text-decoration:none;
    font-size: 14px;
    margin: 5px;
}
.date {
    font-weight:bold;
}

/*content----------------------------------*/
#pageContentPlaceholder {
    margin: 40px 5px 80px 270px;
}
#pageContent {
    overflow: hidden;
}
.gallery {
    margin:0px;
    padding:0px;
    overflow: hidden;
}
.gallery .item {
    background-image:url(img/galleryItem-bg_nr.gif);
    float:left;
    height:165px;
    text-align:center;
    width: 110px;
    font-size:12px;
    margin: 3px;
    list-style-type:none;
    position: relative;
}
.gallery .nickLink {
    font-weight: bold;
}
.gallery p {
    margin:1px;
    padding:0px;
    font-size:11px;
    clear: both;
}
.gallery a {
    color: #fff;
    text-decoration:none;
    font-size:12px;
}
.gallery img {
    margin: 0px auto;
    display: block;
    width: 100px;
    height: 100px;
}
#page_decor_zip {
    position:absolute;
    top: 166px;
    left:120px;
}
#page_decor_zip2 {
    position:absolute;
    top: 210px;
    left:183px;
}
.info {
    text-decoration:none;
    font-size:10px;
}
#language {
    margin: 0px 22px;
}
#language img {
    width: 16px;
    height:10px;
    float:left;
    margin:3px;
}
/*footer----------------------*/
#footerContainer {
    height: 53px;
    clear:both;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
}
#copy {
    clear: both;
    float:left;
    font-size:11px;
    color:#990000;
    width: 170px;
    text-align:center;
    padding: 0px 0px 0px 25px;
    margin: 0px;
}
#additionalLinks, #footerMenu {
    text-align:center;
}
#additionalLinks li, #footerMenu li {
    display:inline;
    list-style-type:none;
    padding: 0px 6px 0px 6px;
}
#additionalLinks li + li, #footerMenu li + li {
    border-left:1px solid #990000;
}
#additionalLinks a, #footerMenu a {
    color:#990000;
    font-size:11px;
    text-decoration:none;
}
.formTable {
    margin: 7px;
    overflow: hidden;
    width: 100%;
}

#profilePhotoBox {
    float: left;
}
#profilePhotoBox img {
    display: block;
    border: #6a0f05 2px solid;
    margin: 0px 20px 0px 0px;
}
#profileItemsBox {
    float: right;
    width: 190px;
}
#profileItemsBox table td.pp_information {
    border: 1px solid #230202;
    padding: 1px 3px;
    background: #410202;
}
.profileItemRow a {
    color: #fff;
}

#profileGirlInfoBox {
    float: left;
    width: 330px;
}
#profileDescriptionBox, #profileDescription {
    clear: left;
}
#profileDescriptionBox {
    margin-right: 250px;
    padding-top: 20px;
}
#profileDescription {
    padding-top: 10px;
}
#profileLinks {
    padding: 10px 0px;
    clear: left;
}
#profileLinks a, .videoRowFirst a, .videoRow a, .storyRowFirst a, .storyRow a  {
    color: #a80909;
    text-decoration: underline;
}
#profileLinks a:hover,
.videoRowFirst a:hover,
.videoRow a:hover,
.storyRowFirst a:hover,
.storyRow a:hover {
    text-decoration: none;
}
.profileGirlInfoRow td {
    padding: 3px;
}
.profilePhotoThumb {
    float: left;
    text-align: center;
    padding: 3px;
}
.profilePhotoThumb img {
    display: block;
    border: #6a0f05 2px solid;
    margin: 0px 3px;
}
.profilePhotoThumb .views {
    font-size: 11px;
}
.profilePhotoThumb br {
    display: none;
}
.profileRating, .profileHits {
    margin: 2px 0px;
    padding: 0px;
    float: left;
}
.profileRateContainer {
    background: transparent url('i/rateStar-normal_x.jpg') top left repeat-x;
    width: 85px;
    height: 17px;
    float: left;
    margin: 0px 10px 0px 4px;
}

.profileRateValue {
    background: transparent url('i/rateStar-active_x.jpg') top left repeat-x;
    height: 17px;
    display: block;
}


#profileDescriptionBox form {
    clear: left;
}

#userMenu {
    padding: 10px 10px 10px 0px;
}
#userMenu table {
    width: 100%;
    font-size: 11px;
}
#userMenu td {
    padding: 0px;
}
#userMenu .icon {
    width: 15px;
}
#userMenu .item {
    padding-left: 5px;
}

#userMenu .value {
    text-align: right;
}

.reporterTable {
    border-collapse: collapse;
    width: 100%;
}
.reporterTable td {
    padding: 4px 10px;
}
.reporterHeaderRow td, .reporterTotalRow td {
    background: #340303;
}
.reporterHeaderRow a, .itemsHeader td {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.reporterRow td {
    border-top: 1px solid #280707;
    background: #4d0707;
}
table.reporterTable .reporterRow:hover td {
    background: #6e1616;
}

.modelStepMsgOK {
    font-weight: bold;
    color: #fafafa;
}
.modelStepMsgError {
    font-weight: bold;
}

.formButton {
    border: 1px outset #450202;
    background: #450202;
    color: #fff;
    padding: 2px 15px;
}
.formButton:active {
    border: 1px inset #250202;
    background: #250202;
    color: #ebebeb;
}

.langSelector {
    position: absolute;
    top: 140px;
    left: 0px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 222px;
    text-align: center;
}
.langSelector li {
    display: inline;
    padding: 0px 1px;
}
.bookmarkRecord p {
    margin: 3px;
}
.bookmarkRecord .thumbL {
    float: left;
    margin: 0px 10px 10px 0px;
}
.clear {
    clear: both;
}

.rate {
    overflow: hidden;
    padding: 0px 20px;
    margin: 6px 0px;
}
.rate .rateContainer {
    background: transparent url('img/rateStarDisabled-small_x.gif') top left repeat-x;
    width: 65px;
    height: 12px;
    float: left;
    display: block;
    margin-left: 3px;
    text-align: left;
}
.rate .rateValue {
    background: transparent url('img/rateStarEnabled-small_x.gif') top left repeat-x;
    height: 12px;
    display: block;
}

.profileRateContainer {
    background: transparent url('img/rateStarDisabled-big_x.gif') top left repeat-x;
    width: 85px;
    height: 17px;
    float: left;
    display: block;
    margin-left: 3px;
}
.profileRateValue {
    background: transparent url('img/rateStarEnabled-big_x.gif') top left repeat-x;
    height: 17px;
    display: block;
}

.pages {
    border: 1px solid #000;
}
.searchPagingTop, .searchPagingBottom {
    width: 97%;
}
.paging {
    display: inline;
}
.paging b, .paging a {
    border: 1px solid #771414;
    padding: 1px 4px;
    margin: 0px 2px;
}
.paging b, .paging a:hover {
    color: #d30907;
    background: #800203;
    text-decoration: none;
}

#personalRoomButton {
    text-align: right;
    padding: 2px 8px;
}

#feedbacksTable {
    width: 98%;
}

.pendingAppointments {
    color: #b9b900 !important;
}

#newsBox {
    padding-right: 7px;
}
#newsBox h3 {
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
#newsBox h3 span {
    font-weight: bold;
    font-size: 12px;
    padding-left: 4px;
}
#newsBox p {
    margin: 0px;
    padding: 5px 0px 20px 7px;
}
#newsBox a {
    color: #b10000;
    text-decoration: underline;
}

.medialink {
    display: block;
}

.promoPage h2 {
    text-align: center;
}
.promoPage p {
    text-align: justify;
}

#spokenLangs {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#spokenLangs li {
    display: inline;
    padding: 0px 2px;
}

.profileItems {
    list-style: none;
    margin: 10px 0px 10px 3px;
    padding: 0px;
}
.profileItems li {
    padding: 4px 1px 4px 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.profileItemEmail {
    background-image: url('i/icons/email.jpg');
}
.profileItemMobile {
    background-image: url('i/icons/mobile.jpg');
}
.profileItemIcq {
    background-image: url('i/icons/icq.jpg');
}
.profileItemMsn {
    background-image: url('i/icons/msn.jpg');
}
.profileItemYahoo {
    background-image: url('i/icons/yahoo.jpg');
}
.profileItemAim {
    background-image: url('i/icons/aim.jpg');
}
.profileItemOther {
    background-image: url('i/icons/other.jpg');
}
.profileItemPhoto {
    background-image: url('i/icons/photo.jpg');
}
.profileItemVideo {
    background-image: url('i/icons/video.jpg');
}
.profileItemEroticstory {
    background-image: url('i/icons/eroticstory.jpg');
}
.profileItemHotcam {
    background-image: url('i/icons/webcam.jpg');
}
.profileItemVoip {
    background-image: url('i/icons/voip.jpg');
}
.profileItemUnderwear {
    background-image: url('i/icons/underwear.jpg');
}
.profileItemWebcam {
    background-image: url('i/icons/webcam.jpg');
}
.profileItemSms {
    background-image: url('i/icons/sms.jpg');
}

#appointmentOptions {
    position: absolute;
    padding: 0px;
    left: 50%;
    background-color: #520000;
    border: 1px solid #990000;
    width: 350px;
}

#appointmentOptions form{
	padding: 5px;
}

#appointmentOptions h1{
	border: none;
	border-bottom: 1px solid #990000;
	height: 30px;
	padding-left: 15px;
	text-align: left;
}

.ajaxfieldwaiting {
	display: block;
	height:14px;
	line-height:14px;
	text-align:center;
	font-weight:bold;
	background: #fff url('i/progress.gif') top left repeat-x;
}

.googlesettings .fieldset {
	border: 1px solid Azure;
	padding: 5px;
	margin: 0px;
}

.appointmentHideSettings {
	height: 16px;
	width: 16px;
	background: transparent url('i/cross.png') top left no-repeat;
	float:right;
	padding-right: 7px;
	margin-top: -16px;
	cursor: pointer;
}

.autoadd_help {
	height: 16px;
	width: 16px;
	background: transparent url('i/quickhelp.png') top left no-repeat;
	margin-left: 5px;
	vertical-align: bottom;
	display: inline;
	position: absolute;
}

#tooltip {
    font: 11px Tahoma, Verdana, Arial;
    font-weight: normal;
    position: absolute;
    z-index: 3000;
    width:250px;
    border: 1px solid #990000;
    background-color: #520000;
    padding: 2px;
    opacity: 0.90;
    color: #fff;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}


#votes {
	position: absolute;
}
#votes .videoVotes {
    float: left;
    width:17px;
    height: 17px;
    margin: 0px;
    padding: 0px;
}

ul.tagMatches {
    margin-left:0px;
    position:absolute;
    padding:0px;
    margin-top:0px;
}

ul.tagMatches li {
    background:#000;
    color:#BC1515;
    cursor:pointer;
    list-style-type:none;
    padding-left: 5px;
    width:159px;
}
ul.tagMatches li:hover {
    background:#4D0707;
    color:#fff;
}
#videoBoxesContainer {
    overflow: hidden;
}
.videoRows .videoBox {
    border: 1px solid #990000;
    background: #000;
    overflow: hidden;
    padding: 2px;
    margin: 5px 0px;
    width: 675px;
}
.videoBoxes .videoBox {
    border: 1px solid #990000;
    background: #000;
    overflow: hidden;
    padding: 2px;
    margin: 5px 10px;
    width: 320px;
    height: 115px;
    float: left;
}

.videoThumb {
    overflow: hidden;
    width: 100px;
    height: 100px;
    padding: 6px;
}
.videoBoxes .videoThumb {
    float: left;
}
.videoRows .videoThumb {
    float: left;
}
.videoData {
    overflow: hidden;
    font-size: 11px;
    padding: 4px;
}

#videoCommentsTable {
	width: 100%;
}

.privateVideo {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.privateVideo li {
    margin: 0px;
    display:block;
    overflow: hidden;
    padding: 4px 0px;
    list-style: none;
}
.privateVideoInfo {
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    display: block;
    float: left;
    width: 590px;
    overflow: hidden;
    padding: 3px;
}

.privateVideoInfo p {
    margin: 2px 0px;
    display: block;
}

.interviews {
    margin: 5px 15px;
    padding: 0px;
}
.interviews li {
    list-style: none;
    margin: 5px 0px;
}

#girlMainInfo {
    padding: 0px;
    margin: 5px 0px;
    border-collapse: collapse;
}

#girlMainInfo td {
    padding: 0px;
    margin: 5px 0px;
}
.questionbox {
    margin: 5px 0px;
    width: 350px !important;
}

/* jQuery Simple Dialog */
.sd_container{
    font-family: Tahoma;
    margin:0;
    padding: 10px;
    position: absolute;
    background-color: #4D0707;
    border: solid 1px #ccc;
}
.sd_header{
    font-size: 125%;
    font-weight:bold;
    margin-bottom: 10px;
    text-align: center;
}
.sd_content{}
.sd_footer{
    color: #a0a0a0;
    margin-top: 10px;
}
.sd_overlay{
    position: absolute;
    margin:0;
    padding: 0;
    top: 0;
    left: 0;
    background-color: #222;
}
.sd_loading{
    background: url('indicator.gif') center no-repeat;
    background-color: #4D0707;
    height: 60px;
    width: 60px;
}
.sd_closelabel{
    position:absolute;
    width:50px;
    height:22px;
    line-height:22px;
    top:0;
    left:0;
    padding:5px;
    text-align:center;
    background-color:#ccc;
}
.sd_closelabel a {
    text-decoration:none;
    color: #222;
    font-size: 12px;
    font-weight:bold;
}

#editVideoForm input, #editVideoForm select,
#editEroticStoryForm input, #editEroticStoryForm select {
    width: 230px;
    font-size: 11px;
}
#editVideoForm textarea {
	height: 65px;
	font-size: 11px;
}
#editEroticStoryForm textarea {
	height: 140px;
	font-size: 11px;
}
#viewVideoDiv {
	text-align: center;
}
.emptyVideo {
    line-height: 240px;
    width: 360px;
    height: 243px;
    vertical-align: middle;
    border: 1px #fff solid;
}
.actionButtons {
	text-align: right;
}

.interviewFormTitle, .interviewFormDescription, .interviewFormLanguage,
.interviewFormCreated, .interviewFormQuestions, .interviewFormNick {
	margin-top: 5px;
}
.interviewFormDescription {
	height: 28px;
	overflow: hidden;
}
#interviewFormQuestions {
	height: 240px;
	overflow: auto;
	margin-top: 2px;
	padding: 5px;
	border: 1px #fff solid;
}
.interviewFormActions {
	margin-top: 15px;
	text-align: center;
}
/* end */
.formTable .videoInfo {
	width: 400px;
	overflow: hidden;
}
.formTable .eroticStoryInfo {
	width: 500px;
	overflow: hidden;
}

.autocompleteResult {
    background: #fff;
    border: solid #b88383;
    border-width: 0px 1px 1px 1px;
    margin: 0px;
    padding: 0px;
}
.autocompleteResult li {
    color: #222;
    list-style: none;
    padding: 2px 4px;
    cursor: default;
}
.autocompleteSelectedRow {
    background: #f3baba;
    color: #333;
}
.eroticStoriesFormTable {
	margin: 7px;
}

.videoViewButtons {
    position: absolute;
    margin:-20px 0 0 630px;
}

.transferPaymentStripHeader, .transferPaymentStripHeaderExp,
.ccPaymentStripHeader, .ccPaymentStripHeaderExp,
.prepaidcardPaymentStripHeader, .prepaidcardPaymentStripHeaderExp {
    width: 580px;
    height: 30px;
    padding: 7px 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.transferPaymentStripHeader {
    background: url("i/bank.gif") top left no-repeat;
}
.transferPaymentStripHeaderExp {
    background: url("i/bank.gif") bottom left no-repeat;
}
.ccPaymentStripHeader {
    background: url("i/card.gif") top left no-repeat;
}
.ccPaymentStripHeaderExp {
    background: url("i/card.gif") bottom left no-repeat;
}
.prepaidcardPaymentStripHeader {
    background: url("i/prepaid.gif") top left no-repeat;
}
.prepaidcardPaymentStripHeaderExp {
    background: url("i/prepaid.gif") bottom left no-repeat;
}
.paymentStripContentInvisible {
    width: 650px;
    overflow: hidden;
    display: none;
}
.paysectionsDivider {
    height: 5px;
}
.depositBtnContainer {
    margin-top: 10px;
    text-align: center;
    width: 300px;
}

table.depositTable {
    width: 300px;
}

table.depositTable td {
    background-color: #4D0707;
    border-top: #280707 1px solid;
}

table.depositTable th {
    background-color: #340303;
    color: #fff;
}

table.depositTable td.tdright {
    width: 130px;
    background-color: #fff;
}
table.depositTable td.tdright img {
    margin-top: 2px;
}

table.depositTable td.depositradiobutton {
    width: 30px;
    text-align: center;
}

table.depositamount {
    width: 175px;
    border-collapse: collapse;
}

table.depositamount td {
    border-top: #280707 1px solid;
    text-align: center;
    background-color: #4D0707;
}

table.depositamount th {
    border-top: #280707 1px solid;
    background-color: #340303;
    color: #fff;
    text-align: center;
}

div.depositmessagehead {
    margin-left: 4px;
    margin-top: 4px;
    background-image: url('/img/icon.jpg');
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    width: 290px;
}

div.depositmessagebody {
    margin: 5px;
    width: 290px;
}

div.depositmessage {
    width: 290px;
    margin: 5px;
}

.creditsHead {
    height: 20px;
    padding-top: 4px;
    float: left;
}

div.creditsHead {
    background-image: url('/img/credits.gif');
    background-repeat: no-repeat;
    width: 50px;
    padding-left: 25px;
}

div.creditContainerHead {
    width: 510px;
    height: 40px;
}

div#depositFormTable {
    width: 510px;
    margin: 10px;
}

div.depositform {
    float: right;
    width: 175px;
}
.cost {
	clear: both;
}
.voteContainer {
	clear:both;
}


#autologinDialog {
	display: none;
	color: #01325b;
	background: #fff url('/i/rivnetwork/autologinDialogBg.jpg') bottom left repeat-x;
	border: 1px solid #c1c1c1;
}
#autologinDialog h2 {
	font: bold 15px Arial,Verdana,Tahoma,sans-serif;
	color: #fff;
	background: #93bed1;
	text-align: center;
	padding: 10px 10px 5px 10px;
	border: none;
	margin: 0px;
}
#autologinDialog p, #autologinDialog form {
	font: 11px Tahoma,Verdana,Arial,sans-serif;
    margin: 10px 20px;
    text-align: center;
}
#autologinDialog fieldset {
	border: none;
	padding: 1px;
}
#autologinDialog .placeholder {
    font-weight: bold;
}

.online {
    position: absolute;
    bottom: 46px;
    left: 4px;
    text-align: center;
    text-transform: uppercase;
    background: #8cc63e;
    color: #fff;
    width: 100px;
    margin: 0px 2px;
    font-size: 10px;
    font-weight: bold;
}
.indicateOnline {
    font-size:15px;
    font-weight: bold;
    color: #fff;
    background: #8cc63e;
    width:135px;
    height: 21px;
    margin-top:7px;
    text-align: center;
}

.indicateOffline {
	font-size:15px;
	font-weight: bold;
	color: #890908;
	background: #500001;
	width:135px;
	height: 21px;
	margin-top:7px;
	text-align: center;
}

#chatTopMsgDiv {
    width: 100%;
}

.disabledMainMenuItems {
	font-size: 14px;
	margin: 5px;
	color: #FFFFFF;
	line-height: 1.5em;
}

#interviewerBigButton {
    font: bold 20px Arial, Verdana, sans-serif;
    display: block;
    float: right;
    background: url('i/fetishBut.jpg') no-repeat;
    height: 103px;
    width: 211px;
    text-decoration: none;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px;
}
#interviewerBigButton h2 {
    color: #fff;
    margin-top: 0;
}
#interviewerBigButton > span > span {
    font-size: 12pt;
    text-decoration: underline;
    font-weight: bold;
    position: relative;
    top: 10px;
}

/*simplemodal css -------------------------------*/
#basic-modal-content,
#video-modal-content {
    display:none;
}
/* Overlay */
#simplemodal-overlay {
    background-color:#000;
    cursor:wait;
}
/* Container */
#simplemodal-container {
    height:500px;
    width:400px;
    color:#fff;
    background-color:#450202;
    border:1px solid #990000;
    padding:12px;
}
#simplemodal-container a {
    color:#A80909;
}
#simplemodal-container a.modalCloseImg {
    background:url(../img/basic/x.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-16px;
    cursor:pointer;
}
#simplemodal-container #basic-modal-content,
#simplemodal-container #video-modal-content{
    padding:8px;
}

.saleitemPhotoTable {
	margin: 5px !important;
}

.saleitemPhotoTable td {
	padding: 4px 2px !important;
}

.publicPhotoBox,
.saleitemPhotoBox {
    background: #450202;
    width: 190px;
    height: 94px;
    text-align: left;
    float: left;
    margin:2px 25px 2px 0;
}
.publicPhotoThumb,
.saleitemPhotoThumb {
    margin: 6px;
    float: left;
    padding: 0px;
}
.publicPhotoActions,
.saleitemPhotoActions {
    margin: 0px;
    padding: 4px;
    overflow: hidden;
}

.publicPhotoActions .views {
    height: 80px;
    display: block;
}
.publicPhotoView,
.saleitemPhotoView,
.saleitemPhotoStatusUnapproved {
    margin-top: 6px;
}
.publicPhotoStatusUnapproved {
    margin-top: 20px;
}

/*select restricted country form*/
#restrictedCountryDiv{
    width:295px !important;
}
#restrictedCountryDiv #save,
#restrictedCountryDiv #discard {
    float: right;
}
#countryList input {
    float: right;
}
#countryList span {
    float: left;
    clear: both;
    margin-top: 5px;
}
#restrictedCountryDiv p {
    text-align: center;
    font-weight: bold;
    margin:0;
}
#restrictedCountryDiv a {
    padding:0;
}
#restrictedCountryDiv button{
    margin: 10px 10px;
}
#countryList {
    padding-left: 0px !important;
    list-style-type:none;
    margin-left: 0px!important;
    height:490px !important;
}
/*select restricted country form*/

.discountCodeContainer .tooltipImage {
    /*position: relative;*/
    top: 2px;
    vertical-align: top;
    margin-left: 0px;
}
.discountCodeContainer label {
    display: block;
    margin: 10px 0px 5px;
    font-weight: bold;
}
.discountCodeContainer input {
    width: 100px;
}

.mandatoryField {
    font-weight: bold;
}

#smstextCounter {
    background: #fff;
    position: absolute; 
    bottom: 6px; 
    right: 2px;
}


/*profile photo*/

.profilePhotoForm {
    padding: 15px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}
.profilePhoto {
    background: #450202;
    margin-right: 15px;
    padding: 10px;
    float: left;
}
.profilePhoto img {
	margin: 0px;
	display:block;
}
.uploadProButtonDiv {
    margin: 10px 0px;
    text-align: left;
}
.photoActions {
	background: #450202;
    text-align: center;
    padding: 5px;
    margin: 0px;
}
.photoStatus {
    margin-top: 4px;
    padding: 0px;
    text-align: center;
}
.photoStatus.approved {
    color: #08b300;
}
.photoStatus.pending {
    color: #000;
}
#selectProfilePhotoText {
	margin-bottom: 5px;
}
