Created
February 21, 2012 22:15
-
-
Save kdoran/1879383 to your computer and use it in GitHub Desktop.
compiled css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#BVUESExpanded { | |
color: #333333; | |
font-family: Arial,sans-serif; | |
font-size: 12px; | |
left: 25px; | |
line-height: 1.5em; | |
position: fixed; | |
right: 25px; | |
top: -100px; | |
z-index: 2147483647; | |
} | |
* html #BVUESExpanded { | |
position: absolute; | |
width: auto; | |
} | |
#BVUESCollapsed { | |
display: none; | |
margin-top: -15px; | |
position: fixed; | |
right: 25px; | |
top: -30px; | |
width: 35px; | |
z-index: 2147483647; | |
} | |
* html #BVUESCollapsed { | |
position: absolute; | |
width: auto; | |
} | |
#BVUESOverlay { | |
background: url("uesOverlay.jpg") no-repeat scroll center center transparent; | |
border-radius: 0 0 5px 5px; | |
box-shadow: 0 0 10px #000000; | |
color: #FFFFFF; | |
height: 42px; | |
opacity: 0.9; | |
padding: 0 20px; | |
text-align: center; | |
z-index: 1; | |
} | |
#BVUESHeader { | |
background: url("bvLogo.gif") no-repeat scroll 0 10px transparent; | |
padding-top: 16px; | |
text-indent: 120px; | |
} | |
#BVUESCollapsed #BVUESOverlay { | |
height: 20px; | |
padding: 10px; | |
width: 18px; | |
} | |
#BVUESToggle { | |
background: url("uesToggle.png") repeat scroll 0 0 transparent; | |
bottom: 5px; | |
height: 22px; | |
position: absolute; | |
right: 5px; | |
width: 22px; | |
} | |
#BVUESExpanded #BVUESToggle { | |
background-position: 0 0; | |
} | |
#BVUESExpanded #BVUESToggle:hover { | |
background-position: 0 -22px; | |
} | |
#BVUESCollapsed #BVUESToggle { | |
background-position: -22px 0; | |
} | |
#BVUESCollapsed #BVUESToggle:hover { | |
background-position: -22px -22px; | |
} | |
#BVUESExitTestingEnvironment { | |
background: url("uesOverride.gif") repeat-x scroll 0 0 #FF7800; | |
border: 1px solid #FF7800; | |
border-radius: 5px 5px 5px 5px; | |
bottom: 5px; | |
color: #FFFFFF; | |
padding: 3px; | |
position: absolute; | |
right: 33px; | |
text-align: center; | |
text-decoration: none; | |
text-shadow: 0 1px #FF0F00; | |
width: 145px; | |
} | |
#BVUESExitingTestingEnvironment { | |
bottom: 5px; | |
position: absolute; | |
right: 33px; | |
} | |
.BV { | |
color: #333333; | |
font-family: Verdana,sans-serif; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
.BV p, .BV ul { | |
margin-bottom: 5px; | |
margin-top: 5px; | |
} | |
.BV ul { | |
margin-left: 1.5em; | |
padding-left: 0; | |
} | |
.BV img, .BVLink img { | |
border-width: 0; | |
} | |
.BVPageEdit, .BVPagePreview, .BVPageSubmitted { | |
border-left: 1px solid #E3E3E3; | |
border-right: 1px solid #E3E3E3; | |
margin: 0 0 0 4px; | |
padding: 28px 20px 20px; | |
width: 938px; | |
} | |
.BVBody a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVBody a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVBody a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVBody a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVBody a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
a.BVLink { | |
color: #333333; | |
text-decoration: underline; | |
} | |
a.BVLink:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
a.BVLink:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
a.BVLink:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
a.BVLink:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
button.BVButton { | |
cursor: pointer; | |
display: inline-block; | |
margin: 0 10px 0 0; | |
padding: 3px 10px; | |
vertical-align: top; | |
} | |
button.BVButton { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVButton:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVFieldButton { | |
} | |
.BVFileSubmit { | |
} | |
.BVImageButton button { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVStateDisabled .BVButton { | |
display: none; | |
} | |
.BVPageTermsAndConditions .BVFieldEdit .BVButton { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVPageTermsAndConditions .BVFieldEdit .BVButton:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVFieldPreview .BVButton, .BVFieldPreview .BVButton:hover { | |
background: url("buttonPreview.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: right; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 94px; | |
} | |
.BVFieldSubmit .BVButton, .BVFieldSubmit .BVButton:hover { | |
background: url("buttonSubmit.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: right; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 94px; | |
} | |
.BVFieldEdit .BVButton, .BVFieldEdit .BVButton:hover { | |
background: url("buttonEdit.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: right; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVFieldCancel .BVButton, .BVFieldCancel .BVButton:hover { | |
background: url("buttonCancel.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: right; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 84px; | |
} | |
.BVLinkTranslate a, .BVLinkTranslate a:visited { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVLinkTranslate a, .BVLinkTranslate a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVLinkTranslate a:hover, .BVLinkTranslate a:focus, .BVLinkTranslate a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVLinkShowOriginal a, .BVLinkShowOriginal a:visited { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVLinkShowOriginal a, .BVLinkShowOriginal a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVLinkShowOriginal a:hover, .BVLinkShowOriginal a:focus, .BVLinkShowOriginal a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
a.BVLinkEditProfile, a.BVLinkEditProfile:visited { | |
padding: 3px 10px; | |
} | |
a.BVLinkEditProfile, a.BVLinkEditProfile:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
a.BVLinkEditProfile:hover, a.BVLinkEditProfile:focus, a.BVLinkEditProfile:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
a.BVLinkReturnToContent, a.BVLinkReturnToContent:visited { | |
background: url("buttonAAReturn.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 150px; | |
} | |
a.BVLinkReturnToContent, a.BVLinkReturnToContent:visited { | |
background: url("buttonAAReturn.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 150px; | |
} | |
a.BVLinkReturnToContent:hover, a.BVLinkReturnToContent:focus, a.BVLinkReturnToContent:active { | |
background: url("buttonAAReturn.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 150px; | |
} | |
a.BVLinkWriteReview, a.BVLinkWriteReview:visited { | |
padding: 3px 10px; | |
} | |
a.BVLinkWriteReview, a.BVLinkWriteReview:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
a.BVLinkWriteReview:hover, a.BVLinkWriteReview:focus, a.BVLinkWriteReview:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSectionGoogleTranslate .BVLinkTranslate a, .BVSectionGoogleTranslate .BVLinkTranslate a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSectionGoogleTranslate .BVLinkTranslate a:hover, .BVSectionGoogleTranslate .BVLinkTranslate a:focus, .BVSectionGoogleTranslate .BVLinkTranslate a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSectionGoogleTranslate .BVLinkTranslate a, .BVSectionGoogleTranslate .BVLinkTranslate a:visited, .BVSectionGoogleTranslate .BVLinkTranslate a:hover, .BVSectionGoogleTranslate .BVLinkTranslate a:focus, .BVSectionGoogleTranslate .BVLinkTranslate a:active { | |
display: inline-block; | |
font-size: 11px; | |
height: 17px; | |
line-height: 1.5; | |
padding: 2px 10px 4px; | |
} | |
.BVSectionGoogleTranslate .BVLinkShowOriginal a, .BVSectionGoogleTranslate .BVLinkShowOriginal a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSectionGoogleTranslate .BVLinkShowOriginal a:hover, .BVSectionGoogleTranslate .BVLinkShowOriginal a:focus, .BVSectionGoogleTranslate .BVLinkShowOriginal a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSectionGoogleTranslate .BVLinkShowOriginal a, .BVSectionGoogleTranslate .BVLinkShowOriginal a:visited, .BVSectionGoogleTranslate .BVLinkShowOriginal a:hover, .BVSectionGoogleTranslate .BVLinkShowOriginal a:focus, .BVSectionGoogleTranslate .BVLinkTranslate a:active { | |
display: inline-block; | |
font-size: 11px; | |
height: 17px; | |
line-height: 1.5; | |
padding: 2px 10px 4px; | |
} | |
.BVSectionGoogleTranslate .BVItemSelected { | |
background: none repeat scroll 0 0 #FFFFFF; | |
cursor: default; | |
} | |
.BVFieldSignout a, .BVFieldSignout a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVFieldSignout a:hover, .BVFieldSignout a:focus, .BVFieldSignout a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVFieldSignout a, .BVFieldSignout a:visited, .BVFieldSignout a:hover, .BVFieldSignout a:focus, .BVFieldSignout a:active { | |
font-size: 11px; | |
padding: 0 4px; | |
} | |
.BVFieldSearch a.BVLink, .BVFieldSearch a.BVLink:visited, .BVFieldSearch a.BVLink:hover, .BVFieldSearch a.BVLink:focus, .BVFieldSearch a.BVLink:active { | |
font-size: 11px; | |
height: 1.5em; | |
line-height: 1.5; | |
padding: 0 10px; | |
} | |
.BVFieldSearch a.BVLink, .BVFieldSearch a.BVLink:visited, .BVFieldSearch a.BVLink:active, .BVFieldSearch a.BVLink:focus { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVFieldSearch a.BVLink:hover, .BVFieldSearch a.BVLink:focus, .BVFieldSearch a.BVLink:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVMEContentHeaderSentence a.BVLinkOK, .BVMEContentHeaderSentence a.BVLinkOK:visited, .BVMEContentHeaderSentence a.BVLinkOK:hover, .BVMEContentHeaderSentence a.BVLinkOK:focus, .BVMEContentHeaderSentence a.BVLinkOK:active { | |
font-size: 11px; | |
height: 1.5em; | |
line-height: 1.5; | |
margin-left: 15px; | |
padding: 0 10px; | |
} | |
.BVMEContentHeaderSentence a.BVLinkOK, .BVMEContentHeaderSentence a.BVLinkOK:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVMEContentHeaderSentence a.BVLinkOK:hover, .BVMEContentHeaderSentence a.BVLinkOK:focus, .BVMEContentHeaderSentence a.BVLinkOK:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVTextLongSuffix { | |
display: none; | |
} | |
.BVMESubHeaderMessage { | |
color: #333333; | |
display: block; | |
font-size: 10px; | |
line-height: 1.5; | |
} | |
.BVStateInactive { | |
display: none; | |
} | |
.BVHighlight { | |
background-color: #EEEEEE; | |
} | |
.BVFieldText, .BVFieldTextArea { | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
padding: 3px; | |
width: 470px; | |
} | |
.BVFieldText:focus, .BVFieldTextArea:focus { | |
outline: medium none; | |
} | |
.BVFieldRequired .BVFieldText, .BVFieldRequired .BVFieldTextArea { | |
} | |
.BVFieldRequired .BVFieldText:focus, .BVFieldRequired .BVFieldTextArea:focus { | |
} | |
.BVImportantField input, .BVImportantField input:focus { | |
} | |
.BVInputWrapper { | |
} | |
.BVFieldSelect { | |
padding: 1px; | |
} | |
.BVCheckboxField input[type="checkbox"] { | |
bottom: 1px; | |
margin: 0 2px 0 0; | |
position: relative; | |
vertical-align: middle; | |
} | |
.BVFieldCheckbox { | |
bottom: 1px; | |
margin: 0 2px 0 0; | |
position: relative; | |
vertical-align: middle; | |
} | |
.BVCheckboxField label { | |
} | |
.BVCheckboxField .BVFieldLabel { | |
color: #333333; | |
display: inline; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5em; | |
padding-bottom: 0; | |
text-transform: none; | |
} | |
.BVCheckboxField .BVRequiredFieldIndicator { | |
display: none; | |
} | |
.BVSelected { | |
font-weight: bold; | |
} | |
.BVFieldRadio { | |
bottom: 1px; | |
margin: 0 2px 0 0; | |
position: relative; | |
vertical-align: middle; | |
} | |
.BVMEHeader { | |
font-weight: bold; | |
} | |
.BVMEPageTitle { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 18px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 1em; | |
} | |
.BVMEModuleHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVMEDocumentationHeader { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVMEDisplayPrompt { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 14px; | |
padding-bottom: 5px; | |
} | |
.BVMEContentHeaderSentencePrimary { | |
display: block; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 0; | |
padding: 10px 0; | |
} | |
.BVMEContentHeaderSentence { | |
display: block; | |
margin-bottom: 10px; | |
} | |
.BVMESubmissionDisclaimer { | |
display: block; | |
margin: 5px 0; | |
} | |
.BVMELastSubmitted { | |
color: #333333; | |
display: block; | |
font-size: 10px; | |
line-height: 1.5; | |
padding-top: 5px; | |
} | |
.BVMELoginRequired { | |
display: block; | |
margin: 10px 0; | |
} | |
.BVMERequiredFieldIndicatorSectionHeader .BVRequiredFieldIndicator, .BVMERequiredFieldIndicatorSectionHeader .BVRequiredFieldIndicatorLegend { | |
color: #FF0000; | |
font-size: 12px; | |
} | |
.BVRequiredFieldIndicator, .BVRequiredFieldIndicatorLegend { | |
color: #FF0000; | |
} | |
.BVOptionalFieldIndicator { | |
color: #999999; | |
display: none; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-left: 5px; | |
vertical-align: top; | |
} | |
.BVMERequiredFieldIndicatorSectionHeader { | |
display: none; | |
} | |
.BVTextCounter { | |
clear: left; | |
color: #333333; | |
font-size: 10px; | |
line-height: 1.5; | |
padding: 10px 0; | |
width: 470px; | |
} | |
.BVTextCounter span { | |
padding-right: 2px; | |
} | |
.BVStateStart { | |
} | |
.BVStateIncomplete { | |
} | |
.BVTextCounter .BVStateComplete { | |
background-image: url("iconText.gif"); | |
background-position: 0 -600px; | |
background-repeat: no-repeat; | |
padding: 0 0 0 20px; | |
text-decoration: none; | |
} | |
.BVTextCounter .BVStateComplete img { | |
display: none; | |
} | |
.BVTextCounter .BVStateOver { | |
background-image: url("iconText.gif"); | |
background-position: 0 -640px; | |
background-repeat: no-repeat; | |
padding: 3px 0 0 20px; | |
text-decoration: none; | |
} | |
.BVTextCounter .BVStateOver img { | |
display: none; | |
} | |
.BVPageHeader { | |
} | |
span.BVMEPageHeader { | |
color: #2D6248; | |
display: block; | |
font-family: Georgia,serif; | |
font-size: 16px; | |
font-weight: bold; | |
margin-bottom: 10px; | |
} | |
.BVPageHeader .BVMEContentHeaderSentence { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVSectionHeader { | |
background-color: #EAE9D9; | |
color: #2D6248; | |
font-family: Georgia,sans-serif; | |
font-size: 14px; | |
font-weight: bold; | |
margin-bottom: 15px; | |
padding: 6px 10px; | |
} | |
.BVMESectionHeader { | |
} | |
.BVFieldLabel { | |
display: block; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5; | |
margin-bottom: 5px; | |
} | |
.BVFieldRequired .BVFieldLabel { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVFieldLabelSuffix { | |
display: none; | |
} | |
.BVTextField .BVFieldLabel, .BVTextAreaField .BVFieldLabel { | |
padding-top: 4px; | |
} | |
.BVFieldTextHelper { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-style: italic; | |
} | |
.BVFieldRequired .BVFieldTextHelper, .BVImportantField .BVFieldTextHelper { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-style: italic; | |
} | |
.BVMEFieldHelper { | |
color: #333333; | |
display: block; | |
font-size: 9px; | |
line-height: 1.5; | |
padding: 5px 0 0; | |
width: 470px; | |
} | |
.BVFieldLegend { | |
display: block; | |
font-weight: bold; | |
} | |
.BVErrors { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
margin-bottom: 20px; | |
padding: 10px; | |
} | |
.BVFieldError .BVFieldLabel, .BVErrors .BVHeader, .BVErrors .BVMESectionHeader { | |
color: #FF0000; | |
} | |
.BVFieldError .BVFieldText, .BVFieldError .BVFieldTextArea { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
} | |
.BVFieldRequired input.BVError, .BVFieldRequired textarea.BVError { | |
border-width: 1px; | |
} | |
.BVMEErrorClientSide { | |
display: none; | |
} | |
.BVFieldErrorClientSide .BVFieldText { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVFieldErrorClientSide .BVFieldTextArea { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVFieldErrorClientSideRequiredField .BVMEErrorClientSideRequired { | |
display: block; | |
} | |
.BVError, .BVMEError { | |
color: #FF0000; | |
padding-bottom: 5px; | |
} | |
.BVMEError { | |
display: block; | |
} | |
.BVField .BVMEError { | |
display: none; | |
} | |
.BVMEStaticTip { | |
background-color: #EAE9D9; | |
clear: right; | |
font-size: 11px; | |
padding: 5px 10px 6px; | |
position: absolute; | |
right: 0; | |
top: 39px; | |
width: 370px; | |
} | |
.BVMEStaticTip .BVHeader { | |
margin-bottom: 0; | |
} | |
.BVMEStaticTip .BVModuleBody .BVHeader { | |
margin-left: -5px; | |
} | |
.BVMEStaticTip .BVBody { | |
padding: 0 5px; | |
} | |
.BVMETipBoxHeader { | |
display: block; | |
font-size: 12px; | |
font-weight: bold; | |
height: 20px; | |
padding: 5px 0; | |
} | |
.BVMEStaticTip ul, ul.BVMETipBoxTipsSub { | |
margin: 0; | |
padding-left: 15px; | |
} | |
.BVMEStaticTip li { | |
margin-bottom: 5px; | |
} | |
.BVMEModuleAnswerSubmissionTips { | |
padding-bottom: 6px; | |
top: 10px; | |
} | |
.BVSectionMediaUpload { | |
min-height: 410px; | |
} | |
.BVMessagePageHeaderID { | |
width: 700px; | |
} | |
.BVMEPopinTip { | |
position: absolute; | |
right: 0; | |
top: 45px; | |
} | |
.BVMEPopinTip .BVBody { | |
padding: 0 5px; | |
} | |
.BVMEPopinTip .BVMEPopinLink a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
cursor: pointer; | |
display: block; | |
float: right; | |
height: 18px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVMEPopinTip .BVMEPopinLink a:hover { | |
opacity: 0.7; | |
} | |
.BVMEPopinTip .BVMEPopinContent { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 16px; | |
width: 240px; | |
} | |
.BVMEPopinTip iframe, .BVMEPopinContent { | |
position: absolute; | |
right: 0; | |
top: 15px; | |
z-index: 1000; | |
} | |
.BVMEPopinTip .BVMETipBoxClose { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
cursor: pointer; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVMEPopinTip .BVMETipBoxClose:hover { | |
opacity: 0.7; | |
} | |
.BVField .BVLinkGuidelinesPopup { | |
display: block; | |
text-align: right; | |
width: 409px; | |
} | |
.BVMEPopinTip li { | |
margin-bottom: 5px; | |
} | |
.BVStateOpen .BVMEHelpfulTipsOpen { | |
display: none; | |
} | |
.BVStateClose .BVMEHelpfulTipsClose { | |
display: none; | |
} | |
.BVTooltip { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
position: absolute; | |
} | |
.BVTooltipContent { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
padding: 5px; | |
} | |
.BVTooltip .BVModuleHeader { | |
font-weight: bold; | |
} | |
.BVTooltipLeftBoundCross .BVTooltipContent { | |
margin-left: 70px; | |
} | |
.BVTooltipRightBoundCross .BVTooltipContent { | |
margin-right: -70px; | |
} | |
.BVField div.rating { | |
clear: both; | |
cursor: pointer; | |
display: block; | |
margin: 2em; | |
} | |
.BVField div.rating:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 21px; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVField div.star a { | |
outline: medium none; | |
} | |
.BVField div.cancel, .BVField div.star { | |
background: none repeat scroll 0 0 transparent; | |
cursor: pointer; | |
display: block; | |
float: left; | |
height: 21px; | |
overflow: hidden; | |
text-indent: -9999em; | |
width: 24px; | |
} | |
.BVField div.cancel, .BVField div.cancel a { | |
background: url("ratingStars_cancel.gif") no-repeat scroll 0 -21px transparent; | |
} | |
.BVField div.star, .BVField div.star a { | |
background: url("ratingStars_star.gif") no-repeat scroll 0 0 transparent; | |
} | |
.BVField div.cancel a, .BVField div.star a { | |
background-position: 0 0; | |
display: block; | |
height: 21px; | |
outline-width: 0; | |
width: 21px; | |
} | |
.BVField div.star_on a { | |
background-position: 0 -42px; | |
} | |
.BVField div.star_hover a, .BVField div.star_live a:hover { | |
background-position: 0 -21px; | |
} | |
.BVField div.star_readonly a, .BVField div.star_readonly a:hover { | |
cursor: default; | |
} | |
.BVField div.star { | |
background: none repeat scroll 0 0 transparent; | |
overflow: hidden; | |
} | |
.BVFieldRatingsGroup div.rating { | |
clear: both; | |
cursor: pointer; | |
display: block; | |
margin: 2em; | |
} | |
.BVFieldRatingsGroup div.rating:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 27px; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVFieldRatingsGroup div.star a { | |
} | |
.BVFieldRatingsGroup div.cancel, .BVFieldRatingsGroup div.star { | |
background: none repeat scroll 0 0 transparent; | |
cursor: pointer; | |
display: block; | |
float: left; | |
height: 5px; | |
overflow: hidden; | |
padding-top: 5px; | |
text-indent: -999em; | |
width: 24px; | |
} | |
.BVFieldRatingsGroup div.cancel, .BVFieldRatingsGroup div.cancel a { | |
background: url("ratingStars_cancel.gif") no-repeat scroll 0 -24px transparent; | |
} | |
.BVFieldRatingsGroup div.star, .BVFieldRatingsGroup div.star a { | |
background: url("ratingStars_secondary.gif") no-repeat scroll 0 0 transparent; | |
} | |
.BVFieldRatingsGroup div.cancel a, .BVFieldRatingsGroup div.star a { | |
background-position: 0 0; | |
display: block; | |
height: 5px; | |
width: 24px; | |
} | |
.BVFieldRatingsGroup div.star_on a { | |
background-position: 0 -7px; | |
} | |
.BVFieldRatingsGroup div.star_hover a, .BVFieldRatingsGroup div.star_live a:hover { | |
background-position: 0 -9px; | |
} | |
.BVFieldRatingsGroup div.star_readonly a, .BVFieldRatingsGroup div.star_readonly a:hover { | |
cursor: default; | |
} | |
.BVFieldRatingsGroup div.star { | |
background: none repeat scroll 0 0 transparent; | |
overflow: hidden; | |
} | |
.BVFieldRatingsGroup div.cancel { | |
display: none; | |
} | |
.BVSliderField .ui-slider { | |
background-position: center center; | |
background-repeat: no-repeat; | |
height: 18px; | |
margin-left: 75px; | |
position: relative; | |
width: 115px; | |
} | |
.BVSliderField .ui-slider-handle { | |
background-image: url("slider_handle.gif"); | |
cursor: pointer; | |
height: 8px; | |
left: 0; | |
overflow: hidden; | |
position: absolute; | |
top: 5px; | |
width: 8px; | |
z-index: 1; | |
} | |
.BVSliderField .ui-slider-disabled .ui-slider-handle { | |
opacity: 0.5; | |
} | |
.BVSliderField .ui-slider-range { | |
background: none repeat scroll 0 0 #50A029; | |
height: 100%; | |
opacity: 0.3; | |
position: absolute; | |
width: 100%; | |
} | |
.BVSliderField .ui-slider { | |
background-image: url("slider_background.gif"); | |
} | |
.BVFieldRatingsGroup .BVFieldRadioContainer { | |
display: block; | |
float: left; | |
margin: 0; | |
text-align: center; | |
width: 70px; | |
} | |
.BVFieldRatingsGroup .BVFieldRadioContainer label { | |
display: block; | |
margin: 2px; | |
} | |
.BVFieldRatingsGroup .BVFieldRadioContainer input { | |
margin: 2px; | |
} | |
.BVFieldRatingsGroup .BVFieldLowValue { | |
display: block; | |
float: left; | |
padding-right: 10px; | |
} | |
.BVFieldRatingsGroup .BVFieldHighValue { | |
display: block; | |
float: left; | |
padding-left: 10px; | |
} | |
.BVBody, .BVFooter { | |
clear: both; | |
} | |
.BVPageBody { | |
} | |
.BVPageBody:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSection { | |
margin-bottom: 10px; | |
padding-bottom: 10px; | |
position: relative; | |
} | |
.BVSectionBody { | |
} | |
.BVContentBody { | |
background-color: #333333; | |
clear: both; | |
overflow: hidden; | |
padding: 10px; | |
} | |
.BVField { | |
clear: left; | |
margin-bottom: 10px; | |
overflow: hidden; | |
} | |
#BVFieldUsernicknameContainerID { | |
margin-bottom: 0; | |
} | |
.BVPageSubmittedReview .BVPageFooter { | |
padding: 0 12px 10px; | |
} | |
.BVSectionSubjectInformation { | |
display: none; | |
overflow: hidden; | |
padding: 0 0 10px; | |
} | |
.BVSectionSubjectInformation .BVSubjectImage { | |
display: block; | |
float: left; | |
margin-bottom: 10px; | |
margin-right: 10px; | |
width: 100px; | |
} | |
.BVSectionSubjectInformation .BVSubjectName, .BVSectionSubjectInformation .BVSubjectBrand, .BVSectionSubjectInformation .BVSubjectDescription { | |
display: block; | |
} | |
.BVSectionSubjectInformation .BVSubjectName { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 15px; | |
} | |
.BVSectionSubjectInformation .BVSubjectDescription { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVSectionAuthenticationInformation, .BVSectionAuthenticationAfterSignout { | |
background-color: #F7F7F7; | |
clear: both; | |
overflow: hidden; | |
padding: 20px; | |
} | |
.BVSectionAuthenticationInformation .BVHeader, .BVSectionAuthenticationAfterSignout .BVHeader { | |
border-width: 0; | |
margin-bottom: 0; | |
} | |
.BVMEPrivacyAndSharingPopin { | |
margin-bottom: 10px; | |
} | |
.BVMEPrivacyAndSharingPopin a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -480px; | |
background-repeat: no-repeat; | |
outline: medium none; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVMEPrivacyAndSharingPopin .BVStateOpen a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVMEPrivacyPolicyPopinText { | |
clear: left; | |
display: block; | |
} | |
.BVMEPrivacyAndSharingPopin .BVMEPopinContent { | |
padding-left: 20px; | |
position: relative; | |
top: 0; | |
} | |
.BVSectionAuthentication .BVModuleEmailAuthentication, .BVSectionAuthentication .BVFieldRememberme { | |
display: inline; | |
float: left; | |
} | |
.BVFieldRememberme { | |
margin-left: 135px; | |
} | |
.BVSectionAuthentication .BVFieldRememberme { | |
margin-left: 115px; | |
} | |
.BVSectionAuthentication .BVFieldAuthenticationemail .BVMEFieldHelper { | |
display: none; | |
} | |
.BVSectionAuthenticationInformation .BVFieldAuthenticationemail { | |
float: left; | |
margin-bottom: 5px; | |
} | |
.BVSectionAuthentication .BVFieldAuthenticationemail .BVFieldLabel { | |
width: 105px; | |
} | |
#BVFieldHostedauthenticationRemembermeLabelID span { | |
float: none; | |
} | |
.BVSectionAuthenticationInformation .BVMESeparatorText, .BVSectionAuthenticationAfterSignout .BVMESeparatorText { | |
clear: none; | |
display: inline-block; | |
float: left; | |
font-size: 12px; | |
font-weight: bold; | |
margin: 0 20px; | |
padding: 5px 10px; | |
vertical-align: top; | |
} | |
#BVFieldHostedauthenticationSocialconnectContainerID { | |
clear: none; | |
display: inline-block; | |
float: left; | |
padding-top: 2px; | |
vertical-align: top; | |
} | |
.BVFacebookAutoFillButton, .BVFacebookLoginButton { | |
background: url("facebookLogin.png") no-repeat scroll left -188px #29447E; | |
display: inline-block; | |
line-height: 14px; | |
outline: medium none; | |
padding: 0 0 0 1px; | |
} | |
a.BVFacebookAutoFillButton:hover, a.BVFacebookLoginButton:hover { | |
text-decoration: none; | |
} | |
.BVFacebookAutoFillButton span, .BVFacebookLoginButton span { | |
background: url("facebookLogin.png") repeat scroll 0 0 #5F78AB; | |
border-bottom: 1px solid #1A356E; | |
border-top: 1px solid #879AC0; | |
color: #FFFFFF; | |
cursor: pointer; | |
display: block; | |
font-size: 11px; | |
font-weight: bold; | |
margin: 1px 1px 0 21px; | |
padding: 2px 6px 3px; | |
} | |
#BVFieldHostedauthenticationSocialconnectContainerID .BVFieldLabel { | |
display: none; | |
} | |
.BVMEWelcomeMessage { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 0 0; | |
margin-right: 7px; | |
padding-right: 7px; | |
} | |
.BVMESignedInUserName { | |
background-image: url("iconText.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
font-weight: bold; | |
margin-left: 5px; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVStateSignedInEmail .BVMESignedInUserName { | |
background-image: url("iconText.gif"); | |
background-position: 0 -680px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVStateSignedInFacebook .BVMESignedInUserName { | |
background: url("link-facebook.gif") no-repeat scroll 0 0 transparent; | |
padding: 2px 0 2px 18px; | |
} | |
#BVFieldHostedauthenticationFacebook_usertokenContainerID { | |
clear: both; | |
} | |
.BVHostedAuthenticationContainer, .BVFrameHostedAuthentication { | |
background-color: #FFFFFF; | |
border: 1px solid #666666 !important; | |
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2); | |
margin: 5px 0 0 5px; | |
padding: 5px; | |
width: 820px; | |
z-index: 9; | |
} | |
.BVPageEditHostedAuthentication .BVSectionAuthenticationInformation { | |
border: medium none; | |
margin-bottom: 0; | |
padding-bottom: 0; | |
} | |
.BVHostedAuthenticationFBOverlay { | |
background-color: #FFFFFF; | |
opacity: 0.5; | |
position: absolute; | |
z-index: 2400; | |
} | |
.BVHostedAuthenticationFBHidden { | |
display: none; | |
} | |
.BVSectionRatings { | |
} | |
.BVStarsField { | |
margin-bottom: 15px; | |
} | |
.BVStarsField .BVRatingStars { | |
} | |
.BVRatingStarsLegend { | |
float: left; | |
padding-left: 10px; | |
} | |
.BVStarsField .BVRatingStarsLegend { | |
padding-right: 3px; | |
} | |
.BVStarsField .BVRatingStarsDisplayValue { | |
color: #999999; | |
display: none; | |
font-style: italic; | |
font-weight: normal; | |
text-transform: lowercase; | |
} | |
.BVStarsField .BVRatingStarsLegendValue { | |
color: #999999; | |
font-style: italic; | |
font-weight: normal; | |
text-transform: none; | |
} | |
.BVFieldRatingsGroup .BVFieldLabel { | |
font-size: 11px; | |
padding-bottom: 0; | |
} | |
.BVImportantStarsField { | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 25px; | |
} | |
.BVImportantStarsField .BVRatingStars { | |
} | |
.BVImportantStarsField .BVFieldLabel { | |
} | |
.BVImportantStarsField .BVRatingStarsLegend { | |
display: block; | |
padding-top: 4px; | |
} | |
.BVImportantStarsField .BVRatingStarsLegendValue { | |
} | |
.BVSlider { | |
height: 30px; | |
overflow: visible; | |
position: relative; | |
width: 375px; | |
} | |
.BVSliderField { | |
overflow: visible; | |
width: 75%; | |
} | |
.BVSliderField label { | |
float: none; | |
width: auto; | |
} | |
.BVSliderField .BVFieldLabel { | |
float: none; | |
font-size: 11px; | |
line-height: 1.5; | |
width: auto; | |
} | |
.BVSliderPrefix { | |
left: 0; | |
position: absolute; | |
top: 0; | |
} | |
.BVSliderSuffix { | |
position: absolute; | |
right: 120px; | |
top: 0; | |
} | |
.BVSliderLegend { | |
left: 270px; | |
position: absolute; | |
top: 0; | |
} | |
.BVSliderLegend .BVFieldLegend { | |
color: #999999; | |
font-style: normal; | |
font-weight: normal; | |
text-transform: none; | |
} | |
.BVSlider .BVUnset { | |
color: #999999; | |
} | |
.BVRRRadioRatingsContainer { | |
} | |
.BVRRRadioDisplayPrompt { | |
color: #999999; | |
display: block; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-bottom: 5px; | |
} | |
.BVRRRadioRatingContainer { | |
clear: both; | |
} | |
.BVRRRadioRatingContainer label { | |
width: 70px; | |
} | |
.BVRRRadioRatingDisplay { | |
font-weight: bold; | |
} | |
.BVRRRadioLabelSelected { | |
font-weight: bold; | |
} | |
.BVRRRadioRatingItemsHorizontalContainer { | |
clear: both; | |
} | |
.BVRRRadioRatingItemsHorizontalContainer .BVRRRadioRatingLowValueContainer { | |
float: left; | |
padding-right: 10px; | |
} | |
.BVRRRadioRatingItemsHorizontalContainer .BVRRRadioRatingHighValueContainer { | |
float: left; | |
padding-left: 10px; | |
} | |
.BVRRRadioRatingItemsHorizontalContainer .BVRRRadioRatingItemContainer { | |
float: left; | |
margin: 0; | |
text-align: center; | |
width: 70px; | |
} | |
.BVRRRadioRatingItemsHorizontalContainer .BVRRRadioRatingItemContainer div { | |
width: 70px; | |
} | |
.BVRRRadioRatingItemsHorizontalContainer .BVRRRadioRatingItemContainer div label { | |
margin-right: 0; | |
width: 70px; | |
} | |
.BVRRRadioRatingItemsVerticalContainer { | |
clear: both; | |
padding-left: 50px; | |
} | |
.BVRRRadioRatingItemsVerticalContainer .BVRRRadioRatingLowValueContainer { | |
clear: both; | |
padding: 3px; | |
} | |
.BVRRRadioRatingItemsVerticalContainer .BVRRRadioRatingHighValueContainer { | |
clear: both; | |
padding: 3px; | |
} | |
.BVRRRadioRatingItemsVerticalContainer .BVRRRadioRatingItemContainer { | |
clear: both; | |
} | |
.BVRRRadioLabelContainerLineVerticalTop { | |
padding-top: 15px; | |
} | |
.BVRRRadioRatingItemContainerLineVerticalTop label { | |
padding-top: 15px; | |
} | |
.BVFieldRecommend { | |
color: #666666; | |
} | |
.BVFieldRecommend .BVFieldRadioContainer { | |
margin-right: 7px; | |
} | |
.BVFieldRecommend label { | |
} | |
.BVSectionReviewSubmission { | |
padding-top: 0; | |
} | |
.BVFieldTitle .BVTextCounter { | |
display: none; | |
} | |
.BVModuleTags { | |
margin: 0 0 10px; | |
width: 400px; | |
} | |
.BVModuleTags:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVUserTagColumn { | |
display: none; | |
} | |
.BVTagsField { | |
margin-bottom: 10px; | |
overflow: hidden; | |
} | |
.BVTagSectionHeaderContainer { | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5; | |
padding-bottom: 6px; | |
} | |
.BVTagsBlock { | |
float: left; | |
} | |
.BVTagRow { | |
clear: left; | |
float: left; | |
margin-right: 15px; | |
padding: 3px 0; | |
} | |
.BVTagRow input { | |
} | |
.BVTagRow input[type="checkbox"] { | |
} | |
.BVTagRow input[type="text"] { | |
padding: 2px; | |
width: 100px; | |
} | |
input.BVTagTextBox { | |
padding: 2px; | |
width: 100px; | |
} | |
.BVTagTextContainer .BVTag { | |
} | |
.BVTagTextContainer { | |
display: inline; | |
} | |
.BVSelectedTag { | |
font-weight: bold; | |
} | |
.BVError .BVTagSectionHeaderContainer input { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
} | |
.BVModuleTags { | |
width: 100%; | |
} | |
.BVModuleTags .BVFieldError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVAfterTagColumnsSpacer { | |
clear: both; | |
} | |
.BVTagSectionHelper { | |
color: #999999; | |
display: block; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.2em; | |
text-transform: none; | |
} | |
.BVTagInputHelper { | |
background-color: #FFFFFF; | |
display: none; | |
padding: 0 15px 10px; | |
} | |
.BVClientTagColumn { | |
float: left; | |
} | |
.BVUserTagColumn { | |
float: left; | |
} | |
.BVUserTagColumn .BVTagRow { | |
} | |
.BVPageReview .BVModuleTags { | |
width: auto; | |
} | |
.BVPageReview .BVMETagsHelper { | |
display: block; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-bottom: 8px; | |
} | |
.BVFieldPro, .BVFieldCon { | |
clear: none; | |
float: left; | |
width: 34%; | |
} | |
.BVTagsExpandedElement { | |
} | |
.BVTagsExpandedElement .BVTagsBlock { | |
display: block; | |
} | |
.BVTagsExpandedElement .BVTagInputHelper { | |
display: block; | |
} | |
.BVSectionAdditionalFields .BVTextCounter { | |
display: none; | |
} | |
.BVFieldPhoto { | |
} | |
.BVPhotoUploadWidget .BVField { | |
margin-bottom: 0; | |
} | |
.BVBrowserIE7 .BVFieldLabelCorePhotoLabel { | |
display: inline; | |
} | |
.BVFormPhotoUploadErrorList { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
clear: both; | |
color: #FF0000; | |
font-style: normal; | |
font-weight: normal; | |
opacity: 1; | |
overflow: hidden; | |
padding-bottom: 0; | |
text-transform: none; | |
width: 375px; | |
} | |
#BVPhotoUploadErrorsID { | |
display: block; | |
padding-top: 10px; | |
} | |
.BVPhotoUploadContainerMessage { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
padding-top: 10px; | |
} | |
.BVPhotoUploadMaximumImagesMessage { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
color: #666666; | |
font-size: 11px; | |
padding: 10px; | |
width: 330px; | |
} | |
.BVPhotoUploadContainerMessageSecondImage { | |
display: none; | |
} | |
.BVPhotoUploadContainerMessageMoreImages { | |
display: none; | |
} | |
.BVPhotoUploadContainerMessageSameField { | |
display: none; | |
} | |
.BVPhotoUploadContainerMessagePleaseWait { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
padding: 15px 0 5px; | |
position: relative; | |
text-transform: none; | |
} | |
.BVPhotoUploadContainerMessagePleaseWaitImagePrefix { | |
padding-left: 50px; | |
} | |
.BVPhotoUploadContainerMessagePleaseWait div { | |
display: inline; | |
} | |
.BVPhotoUploadContainerMessagePleaseWait .BVPhotoUploadThumbnail { | |
left: 10px; | |
position: absolute; | |
top: 17px; | |
width: 16px; | |
} | |
.BVPhotoUploadBanner { | |
} | |
.BVPhotoUploadRow { | |
clear: both; | |
width: 410px; | |
} | |
.BVPhotoUploadRowSeparator { | |
clear: both; | |
line-height: 0; | |
} | |
.BVPhotoUploadContainer { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVPhotoUploadContainerUploadedImage { | |
clear: both; | |
margin: 10px 20px 10px 0; | |
overflow: hidden; | |
position: relative; | |
} | |
.BVFieldInputPhotoUploadCaption { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
display: block; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
margin-left: 70px; | |
width: 195px; | |
} | |
.BVFieldInputPhotoUploadCaption:focus { | |
outline: medium none; | |
} | |
.BVUploadedImageThumbnail { | |
display: block; | |
float: left; | |
height: 50px; | |
margin-right: 10px; | |
overflow: hidden; | |
width: 50px; | |
} | |
.BVUploadedImageThumbnail img { | |
border-width: 0; | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVPhotoButtonRemove { | |
left: 70px; | |
position: absolute; | |
top: 35px; | |
} | |
.BVPhotoButtonRemove a { | |
opacity: 0.7; | |
} | |
.BVPhotoButtonRemove a:hover, .BVRRPhotoButtonRemove a:focus, .BVRRPhotoButtonRemove a:active { | |
opacity: 1; | |
} | |
.BVPhotoButtonRemove a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPhotoButtonRemove a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPhotoButtonRemove a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPhotoButtonRemove a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPhotoButtonRemove a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVFieldVideo { | |
} | |
#BVFieldVideoFieldHelperID { | |
padding-top: 0; | |
} | |
.BVFieldVideo .BVVideoUploadMaximumReachedMessage { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
color: #666666; | |
font-size: 11px; | |
margin-bottom: 10px; | |
margin-left: 135px; | |
padding: 10px; | |
width: 390px; | |
} | |
.BVFieldVideo .BVVIFormVideoUploadErrorList { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
clear: both; | |
color: #FF0000; | |
margin: 5px 0 9px 135px; | |
opacity: 1; | |
width: 390px; | |
} | |
.BVFieldVideo .BVVIVideoUploadError { | |
clear: both; | |
color: #FF0000; | |
margin: 5px 0 9px 135px; | |
width: 390px; | |
} | |
.BVFieldVideo .BVVIVideoUploadContainerMessage { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
color: #666666; | |
font-size: 11px; | |
margin-bottom: 10px; | |
margin-left: 135px; | |
padding: 10px; | |
width: 390px; | |
} | |
.BVFieldVideo .BVVIVideoUploadMessagePleaseWaitImageSuffix { | |
padding-top: 5px; | |
} | |
.BVFieldVideo .BVVideoUploadMessagePleaseWaitImage { | |
margin-left: -5px; | |
} | |
.BVModuleVideoUpload .BVMEStaticTip { | |
display: none; | |
} | |
.BVModuleVideoPasteGuide { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
left: 155px; | |
overflow: hidden; | |
position: absolute; | |
z-index: 503; | |
} | |
.BVVideoPasteGuideImage { | |
height: 62px; | |
width: 432px; | |
} | |
.BVYouTubeGuide .BVVideoPasteGuideImage { | |
background-image: url("vid_paste_youtube.gif"); | |
} | |
.BVVideoPasteGuideLabel { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 2px 5px; | |
white-space: nowrap; | |
} | |
.BVFieldVideo .BVVideoUploadContainer { | |
margin-left: 135px; | |
width: 410px; | |
} | |
.BVFieldVideo .BVVIVideoUploadCancel, .BVFieldVideo .BVVIVideoUploadRemove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
margin-top: 10px; | |
opacity: 0.7; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVFieldVideo .BVVIVideoUploadCancel:hover, .BVFieldVideo .BVVIVideoUploadRemove:hover { | |
opacity: 1; | |
} | |
.BVFieldVideo .BVVIInternalVideoPreviewInside { | |
padding: 20px; | |
} | |
.BVFieldVideo .BVVIVideoUploadCancel:hover, .BVFieldVideo .BVVIVideoUploadRemove:hover { | |
opacity: 0.7; | |
} | |
.BVSectionProductReferences { | |
} | |
.BVSectionProductReferences .BVSectionHeader { | |
margin-bottom: 10px; | |
} | |
.BVSectionProductReferences .BVMEFieldHelper { | |
margin-left: 0; | |
padding: 0 0 0 3px; | |
} | |
.BVProductPicker { | |
margin: 1em 0; | |
} | |
.BVPLProductFilled { | |
position: relative; | |
} | |
.BVPLProductFilled:hover { | |
background-color: #F7F7F7; | |
} | |
.BVPLProductFilled, .BVPLProductEmptyFirst { | |
display: block; | |
float: none; | |
height: auto; | |
margin: 0 0 5px; | |
overflow: hidden; | |
text-align: left; | |
width: auto; | |
} | |
.BVPLProductFilled .BVSULinkMove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -560px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
margin: 0 0 5px; | |
opacity: 0.7; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVPLProductFilled .BVSULinkMove:hover, .BVPLProductFilled .BVSULinkMove:focus, .BVPLProductFilled .BVSULinkMove:active { | |
opacity: 1; | |
} | |
.BVPLProductFilled .BVSULinkMoveLeft { | |
background-image: url("iconText.gif"); | |
background-position: 0 -440px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
left: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 0; | |
width: 18px; | |
} | |
.BVPLProductFilled .BVSULinkMoveRight { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
left: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 40px; | |
width: 18px; | |
} | |
.BVPLProductFilledLast .BVSULinkMoveRight { | |
display: none; | |
} | |
.BVPLProductFilled a.BVSULinkRemove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
left: 9px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 20px; | |
width: 18px; | |
} | |
.BVPLProductFilled a.BVSULinkRemove:hover, .BVSU_PLProductFilled a.BVSULinkRemove:focus, .BVSU_PLProductFilled a.BVSULinkRemove:active { | |
opacity: 1; | |
} | |
.BVPLInsideProduct { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
padding: 10px 5px 5px; | |
width: auto; | |
} | |
.BVPLInsideProduct:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVPLProductAction { | |
display: inline; | |
float: left; | |
min-height: 60px; | |
position: relative; | |
text-align: left; | |
width: 45px; | |
} | |
.BVPLProductAction a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPLProductAction a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPLProductAction a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPLProductAction a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPLProductAction a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPLProductImage { | |
float: left; | |
height: 55px; | |
margin-right: 10px; | |
text-align: center; | |
} | |
.BVPLProductImage img { | |
border-width: 0; | |
height: 100%; | |
width: auto; | |
} | |
.BVPLProductName { | |
font-size: 12px; | |
font-weight: bold; | |
padding: 0; | |
text-align: left; | |
} | |
.BVPLProductEmpty { | |
height: auto; | |
overflow: hidden; | |
} | |
.BVPLInsideProductEmpty { | |
text-align: center; | |
width: 15%; | |
} | |
.BVPLInsideProductEmpty .BVPLProductAction { | |
float: none; | |
width: auto; | |
} | |
.BVPLInsideProductEmptyFirst .BVPLProductAction { | |
min-height: 40px; | |
} | |
.BVPLInsideProductEmpty .BVPLProductImage { | |
float: none; | |
margin: 0 auto; | |
} | |
.BVPLProductEmpty .BVPLInsideProductEmpty .BVPLProductImage a { | |
color: #000000; | |
display: block; | |
height: 55px; | |
outline: medium none; | |
text-decoration: none; | |
width: 100%; | |
} | |
.BVPLProductEmpty .BVPLInsideProductEmpty .BVPLProductImage a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVPLProductEmpty .BVPLInsideProductEmpty .BVPLProductImage a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVPLProductEmpty .BVPLInsideProductEmpty .BVPLProductImage a:hover { | |
color: #990000; | |
text-decoration: none; | |
} | |
.BVPLProductEmpty .BVPLInsideProductEmpty .BVPLProductImage a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVPLProductEmptyFirst .BVPLProductImage a { | |
background: url("openSearch.gif") no-repeat scroll center center transparent; | |
} | |
.BVPLProductEmpty.BVPLProductEmptyLoading .BVPLProductImage a { | |
background: url("bv_sub_loading_60.gif") no-repeat scroll center center transparent; | |
visibility: inherit; | |
} | |
.BVPLProductFilled .BVPLInsideProductEmpty, .BVPLProductEmpty .BVPLInsideProductFilled { | |
display: none; | |
} | |
.BVPLProductEmptyRest { | |
display: none; | |
} | |
.BVPLProductError .BVPLProductImage img { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVPLProductError .BVPLProductName { | |
color: #FF0000; | |
} | |
.BVPLSpacerProduct { | |
display: none; | |
} | |
.BVPLSpacerProduct2, .BVPLSpacerProduct5, .BVPLSpacerProduct8 { | |
clear: left; | |
display: block; | |
} | |
.BVPLSpacerInsideBody { | |
clear: left; | |
} | |
.BVSectionBasicInformation { | |
} | |
.BVSectionBasicInformation .BVModuleNickname .BVHeader { | |
margin-bottom: 0; | |
} | |
.BVModuleNickname .BVBody { | |
clear: none; | |
} | |
.BVFieldUserlocation .BVTextCounter { | |
display: none; | |
} | |
.BVFieldUseremailalerts { | |
margin: 0 0 15px; | |
} | |
.BVFieldSendemailonanswer { | |
} | |
.BVFieldSendemailoncomment { | |
margin-left: 135px; | |
} | |
.BVFieldUseremailalerts .BVFieldLabel, .BVFieldSendemailonanswer .BVFieldLabel, .BVFieldSendemailoncomment .BVFieldLabel { | |
color: #333333; | |
float: none; | |
font-family: Verdana,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5em; | |
padding-bottom: 0; | |
text-transform: none; | |
} | |
.BVFieldVerifiedPurchaser { | |
display: none; | |
} | |
.BVFieldContainerPostTo { | |
background-color: #FFFFFF; | |
margin: 10px 0; | |
} | |
.BVPagePreview .BVFieldContainerPostTo { | |
margin-top: 10px; | |
} | |
.BVFieldContainerPostTo label { | |
background: url("link-facebook.gif") no-repeat scroll 2px 0 transparent; | |
display: inline; | |
padding: 2px 0 2px 23px; | |
} | |
.BVFieldContainerPostTo .BVFieldFollowingText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5em; | |
} | |
.BVPageEdit .BVFieldContainerPostTo { | |
margin-left: 135px; | |
} | |
.BVPageEdit .BVFieldContainerPostTo .BVFieldCheckbox { | |
position: static; | |
} | |
.BVPageSubmitted .BVThankYouPostTo { | |
background: url("link-facebook.gif") no-repeat scroll 0 0 transparent; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-top: 20px; | |
padding-left: 20px; | |
} | |
.BVPageSubmitted .BVThankYouPostTo label { | |
display: inline; | |
} | |
.BVSectionNetPromoter { | |
margin-bottom: 0; | |
} | |
.BVFieldNetpromoterscore { | |
} | |
.BVFieldNetPromoterScoreRadioLegendContainer { | |
float: left; | |
width: 435px; | |
} | |
.BVFieldNetpromoterscore .BVFieldRadioContainer { | |
display: block; | |
float: left; | |
margin: 0; | |
width: 9%; | |
} | |
.BVFieldNetpromoterscore .BVFieldRadioContainer label { | |
display: block; | |
margin: 2px 0; | |
padding-left: 3px; | |
} | |
.BVFieldRadioContainer10 label { | |
padding-left: 0; | |
} | |
.BVFieldNetpromoterscore .BVFieldRadioContainer input { | |
margin: 2px 0; | |
} | |
.BVFieldNetpromoterscore .BVFieldLowValue { | |
color: #333333; | |
display: block; | |
float: left; | |
font-size: 10px; | |
line-height: 1.5; | |
padding-top: 5px; | |
} | |
.BVFieldNetpromoterscore .BVFieldHighValue { | |
color: #333333; | |
display: block; | |
float: right; | |
font-size: 10px; | |
line-height: 1.5; | |
margin-right: 28px; | |
padding-top: 5px; | |
} | |
#BVFieldNetpromoterscoreContainerID { | |
display: block; | |
} | |
.BVFooter { | |
margin-bottom: 10px; | |
overflow: hidden; | |
padding-bottom: 10px; | |
} | |
.BVFooter:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVPageEditReview .BVFieldAgreedtotermsandconditions { | |
margin-left: 135px; | |
margin-top: 10px; | |
} | |
.BVFieldAgreedtotermsandconditions .BVRequiredFieldIndicator { | |
display: inline; | |
} | |
.BVFieldAgreedtotermsandconditions .BVFieldLabel { | |
float: none; | |
font-size: 11px; | |
width: auto; | |
} | |
.BVFieldAgreedtotermsandconditions a, .BVFieldAgreedtotermsandconditions strong { | |
text-transform: lowercase; | |
} | |
.BVModuleButtons { | |
} | |
.BVPageEdit .BVModuleButtons { | |
float: right; | |
} | |
.BVPageEditContentSubscription .BVModuleButtons { | |
float: none; | |
margin-left: 0; | |
width: auto; | |
} | |
.BVModuleFooterLinks { | |
float: left; | |
} | |
.BVModuleFooterLinks a { | |
margin-right: 10px; | |
} | |
.BVSocialConnectPost { | |
margin-bottom: 10px; | |
} | |
.BVContentPreview { | |
} | |
.BVContentPreview:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVPagePreview .BVFieldUseremailalerts, .BVPagePreview .BVFieldSendemailoncomment, .BVPagePreview .BVFieldSendemailonanswer { | |
display: none; | |
} | |
.BVMEPreviewNotification { | |
color: #999999; | |
display: block; | |
font-size: 11px; | |
line-height: 1.5; | |
margin: 10px 0; | |
} | |
.BVMEPreviewNotification div { | |
display: inline; | |
} | |
.BVPagePreview .BVFieldAgreedtotermsandconditions { | |
margin: 20px 0 10px; | |
} | |
.BVMETermsAndConditionsAgreementNote { | |
display: block; | |
margin-bottom: 10px; | |
} | |
.BVPageSubmitted .BVMEPageTitle { | |
} | |
.BVMESuccessfullySubmitted { | |
display: none; | |
font-size: 12px; | |
font-weight: bold; | |
margin-bottom: 1em; | |
} | |
.BVPageSubmittedComment .BVMEContentHeaderSentence { | |
margin-bottom: 10px; | |
} | |
.BVPageSubmittedProfile .BVMEContentHeaderSentence { | |
margin-bottom: 10px; | |
} | |
.BVSectionEditProfile { | |
border-width: 0; | |
clear: both; | |
margin: 10px 0; | |
padding: 0; | |
} | |
.BVSectionEditProfile .BVHeader { | |
border-width: 0; | |
margin: 0; | |
padding: 0; | |
} | |
.BVSectionEditProfile .BVBody { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
padding: 10px; | |
} | |
a.BVLinkEditProfile { | |
margin-top: 10px; | |
} | |
.BVSectionSubmitAgain { | |
border-width: 0; | |
padding: 0; | |
} | |
.BVSectionSubmitAgain .BVHeader { | |
border-width: 0; | |
margin: 0; | |
padding: 0; | |
} | |
.BVSectionSubmitAgain .BVBody { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
padding: 10px; | |
} | |
.BVSectionSubmitAgain a.BVLinkWriteReview { | |
} | |
.BVSectionSubmitAgain .BVFooter { | |
display: none; | |
} | |
.BVLinkReturnToContent { | |
display: block; | |
} | |
a.BVLinkReturnToContent { | |
} | |
.BVPageDuplicate { | |
} | |
.BVMEDuplicate { | |
display: block; | |
margin-bottom: 20px; | |
} | |
.BVPageCancelled { | |
} | |
.BVPageCancelled .BVMEContentHeaderSentencePrimary { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5em; | |
text-transform: none; | |
} | |
.BVSectionParentContent { | |
background-color: #F4F4EC; | |
border: 1px solid #EBE9D9; | |
box-shadow: 1px 1px 1px #FFFFFF inset; | |
display: block; | |
margin-bottom: 10px; | |
padding-bottom: 0; | |
} | |
.BVSectionParentContent:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSectionParentContent .BVModuleSubjectInformation { | |
color: #666666; | |
float: left; | |
font-size: 12px; | |
text-align: center; | |
width: 200px; | |
} | |
.BVSectionParentContent .BVModuleSubjectInformation .BVSubjectName { | |
display: block; | |
} | |
.BVParentContentSummary { | |
} | |
.BVPageComment .BVParentContentSummary { | |
overflow: hidden; | |
} | |
.BVParentContentSummary .BVRatingOverall { | |
margin-bottom: 10px; | |
} | |
.BVParentContentSummary .BVRating .BVRatingNormalLabel { | |
display: none; | |
} | |
.BVParentContentSummary .BVRating .BVRatingNormalImage { | |
display: inline; | |
font-size: 13px; | |
} | |
.BVParentContentSummary .BVRating .BVRatingNormalOutOf { | |
display: none; | |
} | |
.BVParentContentSummary .BVRating .BVRatingNormalOutOf .BVSeparatorText { | |
margin: 0 0 0 5px; | |
} | |
.BVParentContentSummary .BVTitle { | |
clear: left; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 10px; | |
} | |
.BVParentContentSummary .BVUserSignature { | |
} | |
.BVParentContentSummary .BVUserSignature .BVUserNicknameContainer { | |
display: inline; | |
} | |
.BVParentContentSummary .BVUserSignature .BVUserNicknamePrefix { | |
font-style: italic; | |
} | |
.BVParentContentSummary .BVUserSignature .BVUserLocationContainer { | |
display: inline; | |
} | |
.BVParentContentSummary .BVText { | |
} | |
.BVParentContentSummary .BVText .BVTextShort { | |
margin: 10px 0; | |
} | |
.BVParentContentSummary .BVText .BVTextShortParagraph { | |
margin-top: 10px; | |
} | |
.BVParentContentSummary .BVText .BVTextShortParagraph .BVDI_AbbreviatedLink { | |
white-space: nowrap; | |
} | |
.BVParentContentSummary .BVText .BVTextLong { | |
margin: 10px 0; | |
} | |
.BVParentContentSummary .BVText .BVTextLongParagraph { | |
margin-top: 10px; | |
} | |
.BVSocialBookmarkingLinks { | |
margin: 20px 0; | |
} | |
.BVMEShareThisProductText { | |
display: none; | |
} | |
.BVMEProductBookmarkingLabel { | |
display: inline; | |
font-size: 12px; | |
font-weight: bold; | |
margin-right: 5px; | |
vertical-align: top; | |
} | |
a.BVSocialBookmarkingSharingLink { | |
margin-right: 5px; | |
opacity: 0.7; | |
} | |
a.BVSocialBookmarkingSharingLink:hover, a.BVSocialBookmarkingSharingLink:focus, a.BVSocialBookmarkingSharingLink:active { | |
opacity: 1; | |
} | |
a.BVSocialBookmarkingSharingLink, a.BVSocialBookmarkingSharingLink:visited, a.BVSocialBookmarkingSharingLink:hover, a.BVSocialBookmarkingSharingLink:focus, a.BVSocialBookmarkingSharingLink:active { | |
font-style: normal; | |
font-weight: normal; | |
text-transform: none; | |
} | |
.BVSocialBookmarkingLinks .BVSocialBookmarkLinkImage { | |
height: 20px; | |
width: 20px; | |
} | |
.BVPageEditComment .BVSectionBasicInformation, .BVPageEditComment .BVSectionCommentSubmission { | |
border-width: 0; | |
margin-bottom: 0; | |
padding-bottom: 0; | |
} | |
.BVPageEditComment .BVSectionCommentSubmission .BVSectionHeader, .BVPageEditComment .BVSectionBasicInformation .BVSectionHeader { | |
display: none; | |
} | |
.BVPageEditComment #BVFieldCommenttextLabelID .BVFieldLabel { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: 1.5; | |
} | |
.BVPageEditComment .BVFieldError #BVFieldCommenttextLabelID .BVFieldLabel { | |
color: #FF0000; | |
} | |
.BVPageEditComment .BVFieldCommenttext .BVTextCounter { | |
display: none; | |
} | |
.BVPageEditComment .BVFieldAgreedtotermsandconditions, .BVPageEditComment .BVFieldRememberme { | |
margin: 0 0 10px 135px; | |
} | |
.BVPagePreviewQuestion .BVContentPreview, .BVPagePreviewAnswer .BVContentPreview { | |
background-color: #F4F4EC; | |
border: 1px solid #EBE9D9; | |
box-shadow: 1px 1px 1px #FFFFFF inset; | |
display: block; | |
font-family: Arial,sans-serif; | |
margin: 10px 0; | |
padding: 10px; | |
} | |
.BVPagePreviewQuestion .BVQAContentSummary, .BVPagePreviewAnswer .BVQAContentSummary { | |
overflow: hidden; | |
} | |
.BVPageQuestion .BVQAQuestionSummary, .BVPageAnswer .BVQAQuestionOverallSummary .BVQAQuestionSummary, .BVPageAnswer { | |
display: block; | |
} | |
.BVPageQuestion .BVQAQuestionDetails, .BVPageAnswer .BVQAQuestionDetails { | |
clear: none; | |
margin-top: 0; | |
} | |
.BVPageQuestion .BVQASignature, .BVPageAnswer .BVQASignature { | |
float: none; | |
} | |
.BVPageQuestion .BVQASignature div, .BVPageAnswer .BVQASignature div { | |
font-family: Arial,sans-serif !important; | |
} | |
.BVPageQuestion .BVQAElapsedTime, .BVPageAnswer .BVQAElapsedTime { | |
display: none; | |
} | |
.BVPageQuestion .BVQAAnswerProductReferencesDiv, .BVPageQuestion .BVQAQuestionProductReferencesDiv, .BVPageAnswer .BVQAAnswerProductReferencesDiv, .BVPageAnswer .BVQAQuestionProductReferencesDiv { | |
margin: 0; | |
padding: 0; | |
} | |
.BVFieldQuestionsummary { | |
margin-top: 10px; | |
} | |
.BVPagePreviewAnswer .BVQAQuestionOverallSummary { | |
padding: 10px; | |
} | |
.BVRequiredAsterisk { | |
color: #FF0000; | |
} | |
.BVPageQuestion .BVMERequiredFieldIndicatorSectionHeader, .BVPageAnswer .BVMERequiredFieldIndicatorSectionHeader { | |
float: none; | |
padding-bottom: 10px; | |
} | |
.BVPageAnswer .BVMERequiredFieldIndicatorSectionHeader { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px 0 0; | |
padding-top: 10px; | |
} | |
.BVSectionQuestionSubmission .BVMEPopinTip, .BVSectionAnswerSubmission .BVMEPopinTip { | |
top: 20px; | |
} | |
.BVSectionQuestionSubmission, .BVSectionAnswerSubmission { | |
border-top: 1px solid #D3D3D3; | |
clear: both; | |
margin-top: 10px; | |
padding-top: 15px; | |
} | |
.BVSectionAnswerSubmission { | |
height: 345px; | |
} | |
.BVPageQuestion .BVTextCounter, .BVPageAnswer .BVTextCounter { | |
} | |
.BVFieldQuestionsummary .BVFieldLabel, .BVFieldAnswertext .BVFieldLabel { | |
line-height: 1.5; | |
} | |
.BVFieldError #BVFieldQuestionsummaryLabelID .BVFieldLabel, .BVFieldError #BVFieldAnswertextLabelID .BVFieldLabel { | |
color: #FF0000; | |
} | |
.BVSectionQuestionSubmission { | |
} | |
.BVSectionAnswerSubmission { | |
} | |
.BVPageEditAnswer .BVQAAvatar, .BVPageEditAnswer .BVQAElapsedTime, .BVPageEditAnswer .BVQAQuestionContextDataContainer, .BVPageEditAnswer .BVQAQuestionTagsSection, .BVPageEditAnswer .BVQAQuestionPhotoSection, .BVPageEditAnswer .BVQAVideoSection, .BVPageEditAnswer .BVQAQuestionProductReferencesDiv { | |
display: none; | |
} | |
.BVPageAnswer .BVParentContentSummary { | |
} | |
.BVFieldAnswertext { | |
} | |
.BVPageAnswer .BVMEStaticTip { | |
} | |
.BVPagePreview .BVQAAnswerSummary { | |
background-color: #FFFFFF; | |
border-color: #E6E5D1; | |
border-style: solid; | |
border-width: 0 0 1px; | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); | |
margin: 0; | |
padding: 20px; | |
} | |
.BVPageStory .BVSYContextDataContainer { | |
} | |
.BVPageEditProfile { | |
padding: 20px; | |
} | |
.BVPageEditProfile .BVPageBody { | |
} | |
.BVPageEditProfile .BVMERequiredFieldIndicatorSectionHeader { | |
clear: both; | |
float: none; | |
margin: 0; | |
padding: 0 0 10px; | |
text-align: left; | |
} | |
.BVPageEditProfile .BVTextCounter { | |
display: none; | |
} | |
.BVPageEditProfile .BVSectionMoreDetails { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 2px 1px 1px; | |
float: left; | |
padding: 10px 10px 0; | |
position: relative; | |
width: 300px; | |
z-index: 100; | |
} | |
.BVPageEditProfile .BVSectionMoreDetails .BVSectionHeader { | |
display: none; | |
} | |
.BVSectionMoreDetails .BVFieldText, .BVSectionMoreDetails .BVFieldTextArea { | |
width: 292px; | |
} | |
.BVPageEditProfile .BVSectionMoreDetails .BVFieldRequired .BVFieldText, .BVPageEditProfile .BVSectionMoreDetails .BVFieldRequired.BVFieldTextArea { | |
width: 288px; | |
} | |
.BVPageEditProfile .BVSectionMoreDetails .BVMEFieldHelper { | |
margin-left: 0; | |
} | |
.BVPageEditProfile .BVSectionNickname { | |
border-width: 0; | |
padding: 0; | |
} | |
.BVPageEditProfile .BVSectionAvatar { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVPageEditProfile .BVFieldAvatar .BVMEStaticTip { | |
display: none; | |
} | |
.BVPageEditProfile .BVFieldAvatar img#BVSU_PHPhotoMainImageID { | |
display: block; | |
margin: 0 auto 10px; | |
} | |
.BVCPForm .BVPhotoFileFieldInput, .BVCPForm .BVFileSubmitPhotoUpload { | |
font-size: 9px; | |
} | |
.BVProfileFormPhotoUploadErrorList #BVPhotoUploadErrorsID { | |
display: block; | |
margin-bottom: 10px; | |
} | |
.BVProfileFormPhotoUploadErrorList { | |
margin-left: 0; | |
width: 288px; | |
} | |
.BVSectionAvatar .BVFieldInputPhotoUpload { | |
width: 278px; | |
} | |
.BVSectionAvatar .BVFieldContainerPhotoUploaders { | |
width: 278px; | |
} | |
.BVSectionAvatar .BVPhotoUploadRow { | |
margin-left: 0; | |
width: 278px; | |
} | |
.BVSectionAvatar .BVFieldInputPhotoUploadCaption { | |
width: 56%; | |
} | |
.BVSectionAvatar .BVPhotoUploadContainerUploadedContent { | |
margin: 10px 20px 0 0; | |
overflow: hidden; | |
position: relative; | |
} | |
.BVSectionAvatar .BVPhotoUploadContainerUploadedImage { | |
float: left; | |
margin: 0; | |
width: auto; | |
} | |
.BVSectionAvatar .BVPhotoUploadContainerImageOptions { | |
margin-left: 0; | |
width: 95%; | |
} | |
.BVSectionAvatar .BVPhotoButtonRemove { | |
left: 70px; | |
top: 35px; | |
} | |
.BVSectionAvatar .BVFieldInputPhotoUploadCaption { | |
position: absolute; | |
top: 0; | |
width: 56%; | |
} | |
.BVPageEditProfile .BVSectionVideoUpload { | |
border-width: 0; | |
margin: 0; | |
padding: 0; | |
} | |
.BVPageEditProfile .BVSectionDescribeYourself { | |
border-width: 0; | |
float: right; | |
margin-left: -340px; | |
overflow: hidden; | |
padding-bottom: 0; | |
padding-top: 9px; | |
width: 100%; | |
} | |
.BVPageEditProfile .BVSectionDescribeYourself .BVSectionHeader, .BVPageEditProfile .BVSectionDescribeYourself .BVSectionBody { | |
margin-left: 340px; | |
} | |
.BVPageEditProfile .BVSectionDescribeYourself .BVSectionBody { | |
padding-bottom: 20px; | |
} | |
.BVPageEditProfile .BVSectionProductReferences { | |
border-width: 0; | |
clear: right; | |
float: right; | |
margin-bottom: 0; | |
margin-left: -340px; | |
overflow: hidden; | |
width: 100%; | |
} | |
.BVPageEditProfile .BVSectionProductReferences .BVSectionHeader, .BVPageEditProfile .BVSectionProductReferences .BVSectionBody { | |
margin-left: 340px; | |
} | |
.BVPageEditProfile .BVPLInsideProductEmpty { | |
} | |
.BVPageEditProfile .BVFieldAgreedtotermsandconditions { | |
border-width: 1px 0 0; | |
clear: both; | |
margin-left: 0; | |
padding-top: 20px; | |
} | |
.BVPageEditProfile .BVModuleButtons { | |
margin-left: 0; | |
} | |
.BVAvatars { | |
clear: both; | |
margin-top: 20px; | |
width: 580px; | |
} | |
.BVAvatarContainer { | |
float: left; | |
margin: 5px; | |
width: 130px; | |
} | |
.BVHiddenAvatar { | |
display: none; | |
} | |
.BVFieldRadioAvatar { | |
display: none; | |
} | |
.BVQAQuestion .BVContentSubscription { | |
clear: both; | |
margin: 10px 5px 0 0; | |
padding: 10px 0; | |
text-align: right; | |
} | |
.BVQuestionFollowingCount { | |
} | |
.BVQuestionFollowingNumber { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
font-size: 12px; | |
font-weight: bold; | |
margin-right: 2px; | |
padding: 2px 5px; | |
} | |
.BVContentSubscription a.BVDI_CSSubmitLink { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 0 1px; | |
margin-left: 8px; | |
padding-left: 8px; | |
} | |
.BVContentSubscription .BVInnerWrapper { | |
padding: 0 0 15px 15px; | |
} | |
.BVContentSubscription a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVContentSubscription a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVContentSubscription a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVContentSubscription a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVContentSubscription a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVContentSubscription input { | |
margin: 0 5px 0 0; | |
} | |
.BVContentSubscription form { | |
margin: 0; | |
padding: 0; | |
} | |
.BVContentSubscription .BVFieldRequired .BVFieldLabel { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVPageContentSubscription .BVPageHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin: 0 0 10px; | |
overflow: hidden; | |
padding: 5px 0; | |
} | |
.BVPageContentSubscription .BVHeader { | |
} | |
.BVPageContentSubscription .BVHeader .BVTitle { | |
background-color: #EAE9D9; | |
color: #2D6248; | |
display: block; | |
font-family: Georgia,sans-serif; | |
font-size: 14px; | |
font-weight: bold; | |
margin-right: 20px; | |
padding: 15px 10px 7px; | |
} | |
.BVPageContentSubscription .BVMESectionHeader { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 14px; | |
text-transform: none; | |
} | |
.BVPageContentSubscription .BVErrors { | |
background-color: #FFFFFF; | |
color: #FF0000; | |
margin: 7px 0 15px; | |
padding: 10px; | |
} | |
.BVPageContentSubscription .BVErrors ul { | |
margin: 0; | |
padding: 0 0 0 12px; | |
} | |
.BVContentSubscription .BVFieldError .BVFieldText, .BVContentSubscription .BVFieldError .BVFieldTextArea { | |
border-width: 1px; | |
} | |
.BVContentSubscription .BVSection { | |
border-width: 0; | |
padding-bottom: 0; | |
} | |
.BVContentSubscription .BVFieldEmailaddress .BVFieldText { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
width: 217px; | |
} | |
.BVContentSubscription ul { | |
margin-left: 0; | |
padding-left: 15px; | |
} | |
.BVContentSubscription .BVCheckboxField .BVFieldLabel { | |
float: none; | |
} | |
.BVContentSubscription .BVCheckboxField label { | |
display: inline-block; | |
vertical-align: top; | |
width: 181px; | |
} | |
.BVContentSubscription .BVCheckboxField input { | |
} | |
.BVSectionSubscription { | |
} | |
.BVSectionSubscription .BVHeader { | |
margin-bottom: 5px; | |
} | |
.BVSectionSubscription .BVField { | |
margin-bottom: 5px; | |
} | |
.BVSectionSubscription .BVOptionalFieldIndicator { | |
vertical-align: middle; | |
} | |
.BVContentSubscription .BVPageBody, .BVContentSubscription .BVPageFooter { | |
border-width: 0; | |
margin-bottom: 0; | |
padding: 0 20px 0 0; | |
} | |
.BVContentSubscription .BVFieldButton, .BVContentSubscription button { | |
} | |
.BVContentSubscription .BVMEPrivacyPolicyLink { | |
display: block; | |
margin-top: 10px; | |
} | |
.BVContentSubscription .BVDILinkClose { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
outline-width: 0; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
z-index: 1101; | |
} | |
.BVContentSubscription .BVDILinkClose:hover, .BVContentSubscription .BVDILinkClose:active, .BVContentSubscription .BVDILinkClose:focus { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
outline-width: 0; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
z-index: 1101; | |
} | |
.BVContentSubscriptionContainer { | |
background-color: #FFFFFF; | |
border: 1px solid #EEEEEE !important; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
color: #999999; | |
font-size: 11px; | |
height: auto; | |
line-height: 1.5; | |
overflow: hidden; | |
position: absolute; | |
text-align: left; | |
visibility: hidden; | |
width: 260px; | |
z-index: 1009; | |
} | |
.BVPageSocialAnswering { | |
border-width: 0; | |
margin: 0; | |
} | |
.BVPageEditSocialAnsweringSubscription .BVPageHeader .BVMEPageHeader { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin-top: 20px; | |
} | |
.BVPageSocialAnswering .BVPageBody { | |
border-width: 0; | |
margin: 10px 0 0; | |
padding: 0 0 10px; | |
} | |
.BVPageSocialAnswering .BVSASectionBody { | |
padding: 5px 0 0; | |
} | |
.BVSASection .BVFieldLabel { | |
float: none; | |
} | |
.BVPageSocialAnswering input { | |
margin-left: 0; | |
vertical-align: middle; | |
} | |
.BVPageSocialAnswering .BVFieldEmailaddress, .BVPageSocialAnswering .BVSliderField { | |
padding-left: 23px; | |
} | |
.BVPageSocialAnswering .BVModuleButtons { | |
border-width: 0; | |
margin: 0; | |
} | |
.BVSectionGoogleTranslate { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 0; | |
margin-top: 5px; | |
padding: 3px 0 0; | |
} | |
.BVSectionGoogleTranslate:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVGoogleTranslationBarText { | |
color: #333333; | |
margin-left: 15px; | |
padding-top: 10px; | |
text-decoration: underline; | |
} | |
.BVGoogleTranslationBarText:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVGoogleTranslationBar { | |
background-image: url("iconText.gif"); | |
background-position: 0 -114px; | |
background-repeat: no-repeat; | |
cursor: pointer; | |
padding-left: 6px; | |
padding-top: 6px; | |
text-decoration: none; | |
width: 200px; | |
} | |
.BVGoogleTranslationBar:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVGoogleTranslationBarOpen { | |
background-image: url("iconText.gif"); | |
background-position: 0 -74px; | |
background-repeat: no-repeat; | |
float: left; | |
height: 24px; | |
margin-right: 10px; | |
padding: 0; | |
text-decoration: none; | |
width: 15px; | |
} | |
.BVGoogleTranslateBusyWindow { | |
background: url("loadingGraphicSmall.gif") no-repeat scroll 0 0 transparent; | |
height: 34px; | |
text-indent: -999em; | |
width: 100px; | |
} | |
.BVGoogleBranding { | |
float: left; | |
padding: 10px 0 0 10px; | |
} | |
.BVGoogleTranslationControl .BVGoogleBranding { | |
padding-top: 4px; | |
} | |
.BVGoogleTranslationControl { | |
padding: 5px 20px 5px 0; | |
} | |
.BVSectionGoogleTranslate .BVDropdown { | |
float: left; | |
width: 178px; | |
} | |
.BVSectionGoogleTranslate .BVDropdownSelect { | |
} | |
.BVSectionGoogleTranslate .BVDropdownSelectTitle:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSectionGoogleTranslate .BVDropdownItems { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2); | |
left: 0; | |
list-style-type: none; | |
margin: 0; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
right: 0; | |
top: 0; | |
white-space: normal; | |
width: 177px; | |
word-wrap: break-word; | |
z-index: 100000; | |
} | |
.BVSectionGoogleTranslate .BVDropdownItems li { | |
cursor: pointer; | |
} | |
.BVSectionGoogleTranslate .BVDropdownItems li span { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
display: block; | |
padding: 5px 9px; | |
} | |
.BVSectionGoogleTranslate .BVDropdownItems li span:hover { | |
background: none repeat scroll 0 0 #333333; | |
border-color: #333333; | |
color: #FFFFFF; | |
display: block; | |
padding: 5px 9px; | |
} | |
.BVSectionGoogleTranslate .BVItemDisabled { | |
background-color: #EEEEEE; | |
} | |
.BVSectionGoogleTranslate .BVDropdownItems li.BVItemDisabled span:hover, .BVSectionGoogleTranslate .BVDropdownItems li.BVItemDisabled span { | |
background-color: #FFFFFF; | |
color: #999999; | |
} | |
.BVLinkShowOriginal { | |
margin-left: 10px; | |
} | |
.BVLinkTranslate { | |
margin-top: 7px; | |
} | |
.BVLinkTranslate, .BVLinkShowOriginal { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
float: left; | |
} | |
.BVLinkTranslate a, .BVLinkShowOriginal a { | |
} | |
.BVSectionGoogleTranslate .BVRRSpacer { | |
display: none; | |
} | |
.BVDropdownLocale { | |
cursor: pointer; | |
float: right; | |
margin: 0 0 0 10px; | |
position: relative; | |
width: 200px; | |
z-index: 9; | |
} | |
.BVDropdownSelect { | |
background-color: #F7F7F7; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
cursor: pointer; | |
display: block; | |
overflow: hidden; | |
} | |
.BVDropdownSelect:hover, .BVDropdownLocale:hover .BVDropdownSelect { | |
background-color: #FFFFFF; | |
} | |
.BVDropdownSelectTitle { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 0 0; | |
color: #000000; | |
font-weight: bold; | |
line-height: 24px; | |
margin-right: 29px; | |
padding: 0 10px; | |
text-decoration: none; | |
} | |
.BVDropdownSelectButton { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
float: right; | |
height: 14px; | |
margin: 5px 0; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 22px; | |
} | |
.BVDropdownItems { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2); | |
display: none; | |
left: 0; | |
list-style-type: none; | |
margin: 0; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
right: 0; | |
top: 26px; | |
white-space: normal; | |
word-wrap: break-word; | |
z-index: 9; | |
} | |
.BVDropdownItems li a { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
display: block; | |
padding: 5px 9px; | |
z-index: 9; | |
} | |
.BVDropdownItems li a:hover, ul.BVDropdownItems li a:focus, ul.BVDropdownItems li a:active { | |
background: none repeat scroll 0 0 #333333; | |
border-color: #333333; | |
color: #FFFFFF; | |
} | |
.BVDropdownItems li a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDropdownItems li a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDropdownItems li a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDropdownItems li a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDropdownItems li a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDropdownItems .BVItemSelected { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #999999; | |
padding: 5px 9px; | |
} | |
#BVDropdownIEControlsFrameID { | |
display: none; | |
position: absolute; | |
} | |
.BVAttributionLocale { | |
clear: both; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin: 5px 0; | |
overflow: hidden; | |
} | |
.BVAttributionLanguage { | |
font-weight: bold; | |
margin-left: 3px; | |
} | |
.BVViewGroupTopLevelSubmissionViewGroup, .BVView, .BVViewPortTopLevelSubmissionViewGroup { | |
width: 860px; | |
} | |
.BVViewPort { | |
height: 0; | |
overflow: hidden; | |
position: relative; | |
} | |
.BVView { | |
float: left; | |
overflow: hidden; | |
} | |
.BVViewInactive { | |
display: none; | |
} | |
.BVListViewLinks { | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
} | |
.BVListViewLinks li { | |
float: left; | |
width: 150px; | |
} | |
.BVListViewLinks li a { | |
} | |
.BVShowViewActions { | |
list-style: none outside none; | |
} | |
.BVShowViewActions li { | |
display: inline; | |
} | |
.BVShowViewActions li a { | |
padding: 0 1em; | |
} | |
.BVView .BVFieldInputPhotoUpload iframe { | |
height: 46px !important; | |
width: auto !important; | |
} | |
.BVSection .BVFieldPrevious, .BVSection .BVFieldNext { | |
clear: none; | |
display: block; | |
float: left; | |
margin-top: 15px; | |
width: 5%; | |
} | |
.BVSection .BVFieldNxt { | |
float: right; | |
} | |
.BVSection a#BVViewGroupActionCustomizationOptionsPreviousID, .BVSection a#BVViewGroupActionCustomizationOptionsNextID { | |
background-image: url("iconLarge.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
display: block; | |
height: 32px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 32px; | |
} | |
.BVSection a#BVViewGroupActionCustomizationOptionsNextID { | |
background-position: right -78px; | |
} | |
.BVSection .BVStateDisabled a#BVViewGroupActionCustomizationOptionsPreviousID { | |
background-position: 0 -39px; | |
} | |
.BVSection .BVStateDisabled a#BVViewGroupActionCustomizationOptionsNextID { | |
background-position: right -117px; | |
} | |
.BVSection .BVViewGroup { | |
float: left; | |
outline: 1px solid #EEEEEE; | |
width: 90%; | |
} | |
.BVSectionCustomizationOptions { | |
overflow: hidden; | |
} | |
.BVSection .BVView { | |
width: 100%; | |
} | |
.BVSection .BVViewGroup .BVSection, .BVSection .BVViewGroup .BVModuleTags { | |
border-width: 0; | |
margin: 10px; | |
padding: 0; | |
} | |
.BVSection .BVViewGroup .BVSectionHeader { | |
display: none; | |
} | |
.BVSectionCustomizationOptions .BVMEContentHeaderSentence { | |
color: #333333; | |
float: right; | |
font-size: 10px; | |
line-height: 1.5; | |
margin-right: 5%; | |
} | |
.BVSection ul.BVShowViewActions { | |
margin-left: 5%; | |
} | |
.BVSection ul.BVShowViewActions a { | |
display: inline-block; | |
margin-right: 20px; | |
outline: medium none; | |
padding: 0; | |
} | |
.BVSection ul.BVShowViewActions a span { | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSection ul.BVShowViewActions a.BVLinkProductReferencesSubmission { | |
background: url("icon_social-rec.png") no-repeat scroll 0 0 transparent; | |
height: 30px; | |
width: 23px; | |
} | |
.BVSection ul.BVShowViewActions a.BVLinkTagsSubmission { | |
background: url("icon_tags.png") no-repeat scroll 0 0 transparent; | |
height: 30px; | |
width: 16px; | |
} | |
.BVSection ul.BVShowViewActions a.BVLinkPhotoUpload { | |
background: url("icon_photo.png") no-repeat scroll 0 0 transparent; | |
height: 30px; | |
width: 18px; | |
} | |
.BVSection ul.BVShowViewActions a.BVLinkVideoURL { | |
background: url("icon_video.png") no-repeat scroll 0 0 transparent; | |
height: 30px; | |
width: 19px; | |
} | |
.BVSection ul.BVShowViewActions li.BVListItem a.BVSelected { | |
background-position: 0 -40px; | |
} | |
.BVSection .BVViewGroup .BVSectionProductReferences .BVMEFieldHelper { | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5; | |
padding-top: 0; | |
text-transform: none; | |
} | |
.BVPageViewSocialSummary .BVSection { | |
border: medium none; | |
margin: 0; | |
} | |
.BVSectionSocialSummaryHeader { | |
font-weight: bold; | |
} | |
.BVConnectedFacebook .BVSectionSocialSummaryHeader { | |
font-weight: inherit; | |
} | |
.BVConnectedFacebook .BVSectionSocialSummaryHeader .BVNumContributors { | |
font-weight: bold; | |
} | |
.BVPageSocialSummary .BVDI_PSSpacer { | |
display: none; | |
} | |
.BVLinkFacebookLoginAction { | |
border: 1px solid #276C9D; | |
font-family: arial; | |
font-size: 12px; | |
padding-right: 2px; | |
} | |
.BVFacebookLoginTrailingText { | |
padding-left: 2px; | |
} | |
.BVPageSocialSummary img.BVAvatar { | |
height: 33px; | |
width: 33px; | |
} | |
.BVModuleReviewsAndCommentsTooltip a, .BVModuleQuestionsAndAnswersTooltip a { | |
display: block; | |
} | |
.BVFieldSearch { | |
float: right; | |
margin: 0 0 0 15px; | |
} | |
.BVFieldSearch .BVFieldLabel { | |
display: inline-block; | |
font-size: 11px; | |
padding: 2px 0 0; | |
width: auto; | |
} | |
.BVFieldSearch .BVInputWrapper { | |
} | |
.BVFieldSearch input { | |
padding: 3px 3px 2px; | |
vertical-align: top; | |
width: 160px; | |
} | |
.BVFieldSearch input:focus { | |
padding: 3px 3px 2px; | |
width: 160px; | |
} | |
.BVFieldSearch .BVFieldTextHelper { | |
color: #999999; | |
font-style: italic; | |
} | |
.BVBrowserIE6 .BVFieldSearch a, .BVBrowserIE7 .BVFieldSearch a { | |
margin-top: 1px; | |
} | |
.BVSearchResults .BVMEContentHeaderSentence { | |
background-color: #FFFFFF; | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
font-family: Arial,sans-serif; | |
margin: 10px 0 0; | |
padding: 10px; | |
text-align: left; | |
} | |
.BVSearchResults .BVValue { | |
font-weight: bold; | |
} | |
.BVSearchResults .BVPager { | |
background-color: transparent; | |
clear: left; | |
float: left; | |
margin: 10px 5px 5px; | |
position: static; | |
} | |
.BVSearchResults .BVSimplePager .BVPagerColumn { | |
float: left; | |
position: static; | |
} | |
.BVSearchResults .BVSimplePager .BVCurrentPage { | |
float: left; | |
} | |
.BVSearchResults .BVSimplePager .BVPreviousPage { | |
padding-left: 10px; | |
} | |
.BVSearchResults .BVSimplePager .BVNextPage { | |
padding-left: 10px; | |
} | |
.BVSearchResults a.BVLinkClear, .BVSearchResults a.BVLinkClear:hover, .BVSearchResults a.BVLinkClear:active, .BVSearchResults a.BVLinkClear:focus, .BVSearchResults a.BVLinkClear:visited { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
clear: right; | |
color: #FF0000; | |
float: right; | |
line-height: 1.2em; | |
margin: 10px 5px 5px; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVSearchResultIndex { | |
display: none; | |
float: left; | |
font-size: 18pt; | |
padding: 15px 0 0 15px; | |
width: 50px; | |
} | |
.BVWrapperUGC { | |
} | |
.BVPageTermsAndConditions { | |
} | |
.BVModuleTermsAndConditions { | |
background-color: #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
padding: 20px; | |
} | |
.BVMELastSubmitted { | |
clear: left; | |
float: left; | |
font-size: 11px; | |
font-style: italic; | |
} | |
.BVMEContentLanguageNotice { | |
display: block; | |
margin-left: 135px; | |
} | |
.BVMEContentLanguageNotice .BVContentLanguage { | |
font-weight: bold; | |
} | |
.BVSpacer { | |
clear: both; | |
} | |
.BVHidden, .BVStateHidden, .BVMetadata { | |
display: none; | |
} | |
.BVSUButton { | |
display: inline-block; | |
line-height: 1.5em; | |
margin: 0 10px 0 0; | |
padding: 3px 10px; | |
vertical-align: top; | |
} | |
.BVSUButton { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUButton:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
#BVSUSubmitReviewInappropriateButtonID, #BVSUSubmitReviewCommentInappropriateButtonID { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
#BVSUSubmitReviewInappropriateButtonID:hover, #BVSUSubmitReviewCommentInappropriateButtonID:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVContentSubscription .BVFieldButton { | |
margin-bottom: 0; | |
} | |
.BVContentSubscription button { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
cursor: pointer; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
margin: 0 10px 0 0; | |
padding: 3px 10px; | |
text-decoration: none; | |
vertical-align: top; | |
} | |
.BVContentSubscription button:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVContentSubscription .BVFieldSubmit button, .BVPageContentSubscription .BVSUModuleButtons #BVSUSubmitSubscriptionButtonID { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVContentSubscription .BVFieldSubmit button:hover, .BVPageContentSubscription .BVSUModuleButtons #BVSUSubmitSubscriptionButtonID:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVDI_CO .BVDI_COLinkPost { | |
cursor: pointer; | |
display: inline-block; | |
padding: 2px 6px; | |
vertical-align: top; | |
} | |
.BVDI_CO .BVDI_COLinkPost, .BVDI_CO .BVDI_COLinkPost:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVDI_CO .BVDI_COLinkPost:hover, .BVDI_CO .BVDI_COLinkPost:focus, .BVDI_CO .BVDI_COLinkPost:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVDIBody, .BVVIVideoPopup { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
.BVDILinkDisabled { | |
cursor: default; | |
} | |
.BVDIPopup { | |
position: absolute; | |
} | |
.BVDIHidden { | |
display: none; | |
} | |
.BVDISeparator, .BVDISpacer { | |
height: 0; | |
line-height: 0; | |
overflow: hidden; | |
} | |
.BVDIOverlay, .BVDIPopin { | |
position: absolute; | |
} | |
.BVDILinkClose { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 15px; | |
} | |
.BVDILinkClose { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDILinkClose:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDILinkClose:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDILinkClose:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDILinkClose:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDINickname { | |
font-weight: bold; | |
} | |
.BVImgOrSprite { | |
display: inline-block; | |
overflow: hidden; | |
} | |
.BVImgOrSprite img { | |
display: block; | |
} | |
.BVDIPopIn { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
.BVDIPopIn a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDIPopIn a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDIPopIn a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDIPopIn a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDIPopIn a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_PL { | |
color: #666666; | |
font-size: 11px; | |
margin-top: 10px; | |
} | |
.BVDI_PLSeparatorTop { | |
} | |
.BVDI_PLHeader { | |
margin-bottom: 10px; | |
} | |
.BVDI_PLTitle { | |
color: #333333; | |
font-weight: bold; | |
} | |
.BVDI_PLBody { | |
} | |
.BVDI_PLHelperText { | |
} | |
.BVDI_PLProductList { | |
} | |
.BVDI_PLProduct { | |
float: left; | |
height: 50px; | |
margin-bottom: 8px; | |
min-height: 50px; | |
overflow: hidden; | |
width: 40%; | |
} | |
.BVDI_PL .BVDILinkDisabled, .BVDI_PL .BVDILinkDisabled:visited, .BVDI_PL .BVDILinkDisabled:hover, .BVDI_PL .BVDILinkDisabled:focus, .BVDI_PL .BVDILinkDisabled:active { | |
color: #999999; | |
text-decoration: none; | |
} | |
.BVDI_PLSpacerProduct { | |
display: none; | |
} | |
.BVDI_PLInside { | |
} | |
.BVDI_PLProductPrimary { | |
} | |
.BVDI_PLProductImage { | |
float: left; | |
height: 35px; | |
overflow: hidden; | |
width: 35px; | |
} | |
.BVDI_PLProductImage a img { | |
opacity: 0.7; | |
} | |
.BVDI_PLProductImage a:hover img { | |
opacity: 1; | |
} | |
.BVDI_PLProductImage .BVDILinkDisabled img { | |
opacity: 0.5; | |
} | |
.BVDI_PLProductImage .BVDILinkDisabled:hover img { | |
opacity: 0.5; | |
} | |
.BVDI_PLProductImage img { | |
margin-left: -10px; | |
width: 50px; | |
} | |
.BVDI_PLProductName { | |
line-height: 1.2em; | |
margin-left: 45px; | |
} | |
.BVDI_PLProductRatings { | |
margin-left: 40px; | |
padding-top: 2px; | |
} | |
.BVDI_PLProductRatings .BVImgOrSprite { | |
} | |
.BVDI_PLProductRatings a { | |
} | |
.BVDI_PLProductRatings a.BVDILinkProductRatingText, .BVDI_PLProductRatings .BVDILinkSpan { | |
float: left; | |
padding-left: 3px; | |
} | |
.BVDI_PLProductRatings .BVDILinkProductRatingText { | |
display: none; | |
} | |
.BVDI_PLProductRatings .BVRRCount { | |
color: #999999; | |
} | |
.BVDI_PLSpacerProductPrimary { | |
} | |
.BVDI_PLSpacerInside { | |
} | |
.BVDI_PLAdditionalText { | |
display: none; | |
} | |
.BVDI_PLSpacerBody { | |
clear: left; | |
} | |
.BVDI_PLSeparatorBottom { | |
} | |
.BVDI_QT { | |
-moz-box-sizing: padding-box; | |
height: auto; | |
z-index: 0; | |
} | |
.BVDI_QT .BVRRSecondaryRatingSummary { | |
float: none; | |
width: auto; | |
} | |
.BVDI_QTHeader { | |
margin-bottom: 10px; | |
} | |
.BVDI_QTTitle { | |
margin-bottom: 10px; | |
} | |
.BVDI_QTSubtitle { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTBody { | |
height: 60px; | |
} | |
.BVDI_AFAttributeFilteringSectionCell { | |
} | |
.BVDI_AF { | |
clear: both; | |
} | |
.BVDI_AFHeader { | |
color: #999999; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
padding: 8px 0 4px; | |
} | |
.BVDI_AFBody { | |
overflow: hidden; | |
} | |
.BVDI_AFHidden { | |
display: none; | |
} | |
.BVDI_AFFilterAttribute { | |
cursor: pointer; | |
float: left; | |
margin: 0 10px 8px 0; | |
width: auto; | |
z-index: 0; | |
} | |
.BVDI_AFFilterAttributeHeader { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -120px; | |
background-repeat: no-repeat; | |
color: #333333; | |
line-height: 1.2em; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeHeader:hover { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeSelected .BVDI_AFFilterAttributeHeader { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeExpanded .BVDI_AFFilterAttributeHeader { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeSelected .BVDI_AFFilterAttributeHeader:hover { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeDisabled .BVDI_AFFilterAttributeHeader, .BVDI_AFFilterAttributeDisabled .BVDI_AFFilterAttributeHeader:hover { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
color: #999999; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFAttributeFilteringBeforeSpacer { | |
margin-top: 5px; | |
} | |
.BVDI_AFFilterAttributeContent, #BVRRFilterAttributeContentIEControlsFrameID, #BVDI_QTToggleAreaGroupIEControlsFrameID { | |
background-color: #FFFFFF; | |
margin-left: -1px; | |
min-width: 115px; | |
position: absolute; | |
} | |
.BVDI_AFFilterAttributeContent { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
cursor: auto; | |
overflow: hidden; | |
z-index: 100; | |
} | |
#BVRRFilterAttributeContentIEControlsFrameID { | |
overflow: hidden; | |
z-index: 50; | |
} | |
.BVDI_AFFilterAttributeContentTitle { | |
color: #999999; | |
font-size: 11px; | |
font-style: italic; | |
line-height: 14px; | |
margin-left: 5px; | |
margin-right: 5px; | |
max-width: 100px; | |
} | |
.BVDI_AFFilterAttributeContent ul, .BVDI_AFFilterAttributeContent li { | |
list-style-type: none !important; | |
margin: 6px 4px !important; | |
padding: 0; | |
} | |
.BVDI_AFFilterAttributeContent ul { | |
overflow: hidden; | |
position: relative; | |
} | |
.BVDI_AFFilterAttributeContent li input { | |
left: -100px; | |
position: absolute; | |
} | |
.BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabel a { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -120px; | |
background-repeat: no-repeat; | |
color: #333333; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabel a:hover, .BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabel a:focus, .BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabel a:active { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFSelected .BVDI_AFFilterAttributeLabel a { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -40px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFSelected .BVDI_AFFilterAttributeLabel a:hover, .BVDI_AFSelected .BVDI_AFFilterAttributeLabel a:focus, .BVDI_AFSelected .BVDI_AFFilterAttributeLabel a:active { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabelDisabled { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
color: #999999; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabel { | |
} | |
.BVDI_AFFilterAttributeContent .BVDI_AFFilterAttributeLabel a { | |
color: #000000; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeLabelDisabled { | |
color: #999999; | |
} | |
.BVDI_AFAttributeCount { | |
color: #999999; | |
} | |
.BVDI_AFAttributeFilterItemOn, .BVRRAttributeFilterItemOn { | |
} | |
.BVDI_AFAttributeFilterItemOn a, .BVRRAttributeFilterItemOn a { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -40px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFAttributeFilterItemOn a:hover, .BVRRAttributeFilterItemOn a:hover { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_AFFilterAttributeClose { | |
display: none; | |
} | |
.BVDI_AFAttributeFilteringShowMore { | |
padding-bottom: 5px; | |
padding-right: 5px; | |
text-align: right; | |
} | |
.BVDI_QTHistogram { | |
display: block; | |
margin: 2px 0 0; | |
width: auto; | |
} | |
.BVDI_QTAttributes .BVDI_QTHistogram { | |
margin-bottom: 7px; | |
} | |
.BVDI_QTToggles { | |
float: right; | |
} | |
.BVDI_QTGroupWithHistogram .BVDIToggleArea { | |
width: auto; | |
} | |
.BVDI_QTHistogramBar, .BVDI_QTHistogramPercent { | |
color: #999999; | |
display: inline-block; | |
font-size: 11px; | |
line-height: 11px; | |
} | |
.BVDI_QTHistogramPercent { | |
} | |
.BVDI_QTGroupWithHistogram .BVDI_QTFilterListCheckboxes .BVDI_QTFilter label { | |
background-position: 0 -118px; | |
} | |
.BVDI_QTGroupWithHistogram .BVDI_QTFilterListCheckboxes .BVDI_QTFilterHover label { | |
background-position: 0 -79px; | |
} | |
.BVDI_QTTags li.BVDI_QTFilter { | |
margin-bottom: 8px; | |
} | |
.BVDI_QTHeaderGroup .BVDINumber { | |
color: #999999; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
text-transform: none; | |
} | |
#BVRRQTFilterHeaderToggleShowHistogramsID { | |
display: none; | |
} | |
.BVDI_QTGroupWithHistogram { | |
} | |
.BVDI_QTHistogram { | |
display: inline-block; | |
} | |
.BVDI_QTGroupWithHistogram .BVDI_QTFilter .BVDINumber { | |
display: none; | |
} | |
.BVDI_QTGroupWithHistogram .BVDI_QTFilter .BVDIValue { | |
margin-right: 5px; | |
white-space: normal; | |
} | |
.BVDI_QTHideHistograms .BVDI_QTHistogram, .BVDI_QTHideHistograms #BVRRQTFilterHeaderToggleHideHistogramsID { | |
display: none; | |
} | |
.BVDI_QTHideHistograms #BVRRQTFilterHeaderToggleShowHistogramsID { | |
display: block; | |
} | |
.BVDI_QTGroupWithHistogram .BVDI_QTPopularLabel { | |
display: block; | |
vertical-align: top; | |
} | |
.BVDI_QTAttributes .BVDI_QTGroupWithHistogram { | |
display: inline-block; | |
vertical-align: top; | |
} | |
.BVDI_QTGroupWithHistogram .BVDI_QTFilterListCheckboxes .BVDI_QTFilterChecked label { | |
background-position: 0 -40px; | |
} | |
.BVDI_QTAttributes .BVDI_QTHistogram { | |
width: 110px; | |
} | |
.BVDIToggleArea .BVDI_QTHistogram { | |
width: auto; | |
} | |
.BVDI_QT .BVDI_QTGroupWithHistogram a span .BVDINumber { | |
color: #999999; | |
font-size: 11px; | |
} | |
.BVDI_QT .BVDI_QTGroupWithHistogram a span, .BVDI_QT .BVDI_QTBodyAttributes a:hover { | |
white-space: normal; | |
} | |
.BVRRContainer .BVDI_QTHeaderAttributes, .BVRRContainer .BVDI_QTBodyAttributes { | |
margin-bottom: 0 !important; | |
} | |
.BVDI_QT .BVDI_QTHeaderAttributes .BVDITitle { | |
font-size: 12px; | |
} | |
.BVDI_QTGroup { | |
float: left; | |
margin: 0 10px 10px 0; | |
} | |
.BVDI_QT .BVDI_QTAttributes a, .BVDI_QT .BVDI_QTTags a { | |
color: #000000; | |
text-decoration: none; | |
white-space: nowrap; | |
} | |
.BVDI_QT .BVDI_QTAttributes a:visited, .BVDI_QT .BVDI_QTTags a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTAttributes a:hover, .BVDI_QT .BVDI_QTTags a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTAttributes a:focus, .BVDI_QT .BVDI_QTTags a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTAttributes a:active, .BVDI_QT .BVDI_QTTags a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTGroupOdd { | |
} | |
.BVDI_QTGroupEven { | |
} | |
.BVDI_QTGroupFirst { | |
} | |
.BVDI_QTGroupLast { | |
} | |
.BVDI_QTGroupNoContent .BVDI_QTHeaderGroup .BVDITitle { | |
color: #666666; | |
font-size: 11px; | |
font-style: italic; | |
font-weight: normal; | |
text-transform: none; | |
} | |
.BVDI_QTGroupNoContent .BVDI_QTHeaderGroup .BVDILink, .BVDI_QTGroupNoContent .BVDI_QTHeaderGroup .BVDILink:visited, .BVDI_QTGroupNoContent .BVDI_QTHeaderGroup .BVDILink:hover, .BVDI_QTGroupNoContent .BVDI_QTHeaderGroup .BVDILink:focus, .BVDI_QTGroupNoContent .BVDI_QTHeaderGroup .BVDILink:active { | |
color: #666666; | |
font-size: 11px; | |
font-style: italic; | |
font-weight: normal; | |
text-decoration: none; | |
text-transform: none; | |
} | |
.BVDI_QTInsideGroup { | |
} | |
.BVDI_QTHeaderGroup { | |
} | |
.BVDI_QTHeaderGroup .BVDITitle { | |
} | |
.BVDI_QTTags .BVDI_QTGroup { | |
} | |
.BVDI_QTAttributes .BVDI_QTGroup { | |
margin-right: 10px; | |
padding: 3px 0; | |
} | |
.BVDI_QTGroupDisabled a, .BVDI_QTGroupDisabled a:visited, .BVDI_QTGroupDisabled a:hover, .BVDI_QTGroupDisabled a:focus, .BVDI_QTGroupDisabled a:active { | |
color: #999999; | |
text-decoration: none; | |
} | |
.BVDI_QTGroupExpanded { | |
} | |
.BVDI_QTAttributes .BVDI_QTGroupExpanded .BVDITitle .BVDILinkToggle { | |
} | |
.BVDI_QTGroupCollapsed { | |
} | |
.BVDI_QTAttributes .BVDI_QTGroupCollapsed .BVDITitle .BVDILinkToggle { | |
white-space: nowrap; | |
} | |
.BVDI_QTInsideGroup { | |
} | |
.BVDI_QTHeaderGroup { | |
} | |
.BVDI_QTPrefixHeaderGroup { | |
display: none; | |
} | |
.BVDI_QTSuffixHeaderGroup { | |
} | |
.BVDI_QTBodyGroup { | |
} | |
.BVDI_QTTags .BVDI_QTBodyGroup { | |
padding: 0; | |
} | |
.BVDI_QTTags .BVDI_QTFooterGroup { | |
display: none; | |
} | |
.BVDI_QTAttributes .BVDI_QTFooterGroup { | |
display: none; | |
} | |
.BVDI_QTFilterSummary { | |
overflow: hidden; | |
} | |
.BVDI_QTFilterSummary:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_QTHeaderFilterSummary { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
padding: 10px 0; | |
} | |
.BVDI_QTHeaderFilterSummary .BVDITitle { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTBodyFilterSummary { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTSummary { | |
display: inline; | |
} | |
.BVDI_QTSummaryNoContent { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTSummaryOdd { | |
} | |
.BVDI_QTSummaryEven { | |
} | |
.BVDI_QTSummaryFirst { | |
} | |
.BVDI_QTSummaryLast { | |
} | |
.BVDI_QTHeaderSummary { | |
display: inline; | |
margin-right: 5px; | |
vertical-align: top; | |
} | |
.BVDI_QTPrefixHeaderSummary { | |
color: #999999; | |
display: none; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-right: 10px; | |
} | |
.BVDI_QTSummaryFirst .BVDI_QTPrefixHeaderSummary { | |
display: none; | |
} | |
.BVDI_QTHeaderSummary .BVDITitle { | |
font-weight: bold; | |
} | |
.BVDI_QTSummary .BVDI_QTFilterList { | |
display: inline; | |
} | |
.BVDI_QTSummary .BVDI_QTFilter { | |
display: inline-block; | |
padding: 1px 0; | |
vertical-align: top; | |
} | |
.BVDI_QTFooterFilterSummary { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterFilterSummary .BVDI_QTLinkRemoveAll { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterFilterSummary .BVDI_QTLinkRemoveAll:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterFilterSummary .BVDI_QTLinkRemoveAll:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterFilterSummary .BVDI_QTLinkRemoveAll:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterFilterSummary .BVDI_QTLinkRemoveAll:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterSummary .BVDI_QTFilterDisabled { | |
display: none; | |
} | |
ul.BVDI_QTFilterList { | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
} | |
li.BVDI_QTFilter { | |
overflow: hidden; | |
} | |
.BVDI_QTFilterList li.BVDI_QTFilter { | |
padding-right: 10px; | |
} | |
.BVDI_QTFilterOdd { | |
} | |
.BVDI_QTFilterEven { | |
} | |
.BVDI_QTFilterFirst { | |
} | |
.BVDI_QTFilterLast { | |
} | |
.BVDI_QTPrefixFilter { | |
} | |
.BVDI_QTSuffixFilter { | |
} | |
.BVDI_QTFilterLast .BVDI_QTSuffixFilter { | |
display: none; | |
} | |
.BVDI_QTFilterLastSelected .BVDI_QTSuffixFilter { | |
display: none; | |
} | |
.BVDI_QTGroup .BVDI_QTSuffixFilter { | |
display: none; | |
} | |
.BVDI_QTFilterListCheckboxes .BVDI_QTFilter label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -120px; | |
background-repeat: no-repeat; | |
color: #333333; | |
cursor: pointer; | |
float: left; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListCheckboxes .BVDI_QTFilterChecked label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -40px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListCheckboxes .BVDI_QTFilterDisabled label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
color: #999999; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListCheckboxes .BVDI_QTFilterHover label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListCheckboxes .BVDI_QTFilterCheckedHover label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListCheckboxes .BVDI_QTFilterFocus label { | |
background-color: #F7F7F7; | |
} | |
.BVDI_QTFilterListRadios .BVDI_QTFilter label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -320px; | |
background-repeat: no-repeat; | |
color: #333333; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListRadios .BVDI_QTFilterChecked label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -240px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListRadios .BVDI_QTFilterDisabled label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -360px; | |
background-repeat: no-repeat; | |
color: #999999; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListRadios .BVDI_QTFilterHover label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
color: #117A22; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListRadios .BVDI_QTFilterCheckedHover label { | |
background-image: url("iconFilters.gif"); | |
background-position: 0 200px; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTFilterListRadios .BVDI_QTFilterFocus { | |
background-color: #F7F7F7; | |
} | |
.BVDI_QTFilter label { | |
display: inline; | |
} | |
.BVDI_QTFilter label:hover { | |
cursor: pointer; | |
} | |
.BVDI_QTFilterDisabled { | |
cursor: default; | |
} | |
.BVDI_QTFilterDisabled label { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTFilterDisabled label:hover { | |
color: #999999; | |
cursor: auto; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTFilter .BVDIValue { | |
} | |
.BVDI_QTFilter .BVDISuffix { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QTFilter .BVDINumber { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-left: 5px; | |
} | |
.BVDI_QTFilter input { | |
float: left; | |
} | |
.BVDI_QTLevel0 label { | |
color: #999999; | |
} | |
.BVDI_QTFilter label { | |
} | |
.BVDI_QTLevel1 .BVDIValue { | |
} | |
.BVDI_QTLevel2 .BVDIValue { | |
} | |
.BVDI_QTLevel3 .BVDIValue { | |
} | |
.BVDI_QTLevel4 .BVDIValue { | |
} | |
.BVDI_QTLevel5 .BVDIValue { | |
} | |
.BVDI_QTLevel6 .BVDIValue { | |
} | |
.BVDI_QTLevel7 .BVDIValue { | |
} | |
.BVDI_QTLevel8 .BVDIValue { | |
} | |
.BVDI_QTLevel9 .BVDIValue { | |
} | |
.BVDI_QTLevel10 .BVDIValue { | |
} | |
.BVDI_QTLevel11 .BVDIValue { | |
} | |
.BVDI_QTLevel12 .BVDIValue { | |
} | |
.BVDI_QTLevel13 .BVDIValue { | |
} | |
.BVDI_QTLevel14 .BVDIValue { | |
} | |
.BVDI_QTLevel15 .BVDIValue { | |
} | |
.BVDI_QTSuffixFilter { | |
color: #999999; | |
display: inline; | |
font-size: 11px; | |
font-style: italic; | |
line-height: 1.5; | |
} | |
.BVDI_QTFilterList .BVDI_QTFilterActive { | |
background-image: url("loadingGraphicSmall.gif"); | |
background-position: center center; | |
background-repeat: no-repeat; | |
z-index: 1000; | |
} | |
.BVDI_QTFilterFilteringDisabled .BVDI_QTFilter .BVDIValue { | |
color: #999999; | |
} | |
.BVDI_QTFilterFilteringDisabled .BVDI_QTFilter label:hover { | |
cursor: wait; | |
} | |
.BVDI_QTFooterGroup { | |
} | |
.BVDI_QTFooterGroup { | |
overflow: hidden; | |
padding: 0 5px; | |
position: relative; | |
top: -2px; | |
} | |
.BVDI_QT .BVDILinkToggle { | |
} | |
.BVDI_QTFooterGroup .BVDILinkToggle { | |
background-color: #FFFFFF; | |
border-color: #FFFFFF #EEEEEE #EEEEEE; | |
border-right: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
display: block; | |
padding: 0 2px 2px; | |
text-align: center; | |
width: 80px; | |
} | |
.BVDI_QTFooterGroup .BVDILinkToggle { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterGroup .BVDILinkToggle:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterGroup .BVDILinkToggle:hover { | |
color: #000000; | |
outline: medium none; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterGroup .BVDILinkToggle:focus { | |
color: #000000; | |
outline: medium none; | |
text-decoration: none; | |
} | |
.BVDI_QTFooterGroup .BVDILinkToggle:active { | |
color: #000000; | |
outline: medium none; | |
text-decoration: none; | |
} | |
.BVDI_QTGroupCollapsed .BVDI_QTFooterGroup .BVDILinkToggle .BVDILinkSpan { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QTGroupExpanded .BVDI_QTFooterGroup .BVDILinkToggle .BVDILinkSpan { | |
background-image: url("iconText.gif"); | |
background-position: 0 -440px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDIToggleArea { | |
} | |
.BVDI_QTAttributes .BVDIToggleArea { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2); | |
min-width: 180px; | |
overflow: hidden; | |
padding: 10px; | |
position: absolute; | |
z-index: 2000; | |
} | |
.BVDI_QTFooter { | |
} | |
.BVDI_QTSpacerInside { | |
clear: left; | |
display: block; | |
} | |
.BVDI_QTBodyTags .BVDI_QTGroupCollapsed .BVDITitle .BVDILinkToggle { | |
} | |
.BVDI_QTBodyTags .BVDI_QTGroupExpanded .BVDITitle .BVDILinkToggle { | |
} | |
.BVDI_QTTags .BVDIToggleArea { | |
display: none !important; | |
} | |
.BVDI_QTTags ul.BVDI_QTFilterList { | |
display: inline; | |
} | |
.BVDI_QTTags li.BVDI_QTFilter { | |
display: block; | |
float: left; | |
margin-bottom: 3px; | |
margin-right: 10px; | |
white-space: nowrap; | |
} | |
.BVDI_QTTags li.BVDI_QTFilter label { | |
display: block; | |
float: left; | |
white-space: nowrap; | |
} | |
.BVDI_QTAttributes .BVDI_QTGroupExpanded .BVDITitle .BVDILinkToggle { | |
background-image: url("iconText.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
padding-left: 20px; | |
text-decoration: none; | |
} | |
.BVDI_QTAttributes .BVDI_QTGroupCollapsed .BVDITitle .BVDILinkToggle { | |
background-image: url("iconText.gif"); | |
background-position: 0 -119px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
padding-left: 20px; | |
text-decoration: none; | |
} | |
.BVDI_QTInline .BVDI_QTFilterSummary { | |
margin-right: 0; | |
padding: 5px 0; | |
} | |
.BVDI_QTInline .BVDI_QTSummary { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVDI_QTInline .BVDI_QTHeaderSummary { | |
display: block; | |
float: none; | |
margin-right: 0; | |
} | |
.BVDI_QTInline .BVDI_QTSummary { | |
clear: none; | |
} | |
.BVDI_QTInline .BVDI_QTSummaryUnfiltered { | |
display: block; | |
} | |
.BVDI_QTInline li.BVDI_QTFilter { | |
z-index: 10001 !important; | |
} | |
.BVDI_QTInline .BVDI_QTFilterList .BVDI_QTFilter label { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVDI_QTInline .BVDI_QTFilter .BVDIFieldCheckbox { | |
display: none; | |
} | |
.BVDI_QTFilterList li.BVDI_QTFilter { | |
padding: 0; | |
} | |
.BVDI_QTInline li.BVDI_QTFilterUnchecked label { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
padding-left: 0; | |
} | |
.BVDI_QTInline .BVDI_QTFilterSummary li.BVDI_QTFilterUnchecked { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVDI_QTInline li.BVDI_QTFilterUnchecked label { | |
} | |
.BVDI_QTInline li.BVDI_QTFilterChecked label { | |
font-weight: bold; | |
} | |
.BVDI_QT { | |
} | |
.BVDI_QT .BVDIFieldCheckbox { | |
left: -100px; | |
position: absolute; | |
} | |
.BVDI_QTInside { | |
} | |
.BVDI_QTHeader { | |
} | |
.BVDI_QTTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVDI_QTHeader .BVDI_QTTitle { | |
display: none; | |
} | |
.BVDI_QTSort { | |
float: right; | |
} | |
.BVDI_QTSubtitle { | |
display: none; | |
} | |
.BVDI_QTBody { | |
height: auto; | |
} | |
.BVDI_QT .BVDI_QTSummaryBlock { | |
float: left; | |
} | |
.BVDI_QTSummaryUCG .BVRR_QTTitleSummaryReviews { | |
display: none; | |
} | |
.BVDI_QT .BVDI_QTTags { | |
margin-bottom: 10px; | |
overflow: hidden; | |
} | |
.BVDI_QTTags .BVDI_QTHeaderGroup { | |
margin-bottom: 5px; | |
} | |
.BVDI_QTTags .BVDI_QTHeaderGroup a, .BVDI_QTTags .BVDI_QTHeaderGroup a:visited, .BVDI_QTTags .BVDI_QTHeaderGroup a:hover, .BVDI_QTTags .BVDI_QTHeaderGroup a:focus, .BVDI_QTTags .BVDI_QTHeaderGroup a:active { | |
color: #333333; | |
cursor: default; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5em; | |
} | |
.BVDI_QT .BVDI_QTHeaderTags { | |
display: none; | |
margin-bottom: 10px; | |
} | |
.BVDI_QT .BVDI_QTBodyTags { | |
} | |
.BVDI_QT .BVDI_QTBodyTags .BVDI_QTGroup { | |
margin-left: 0; | |
width: 40%; | |
} | |
.BVDI_QT .BVDI_QTSpacerBodyTags { | |
clear: left; | |
display: block; | |
} | |
.BVDI_QT .BVDI_QTAttributes { | |
} | |
.BVDI_QT .BVDI_QTHeaderAttributes { | |
margin-bottom: 10px; | |
} | |
.BVDI_QT .BVDI_QTHeaderAttributes .BVDITitle { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_QT .BVDI_QTHeaderSummary .BVDITitle { | |
} | |
.BVDI_QT .BVDI_QTFilterSummary .BVDI_QTFilterUnchecked { | |
display: none; | |
} | |
.BVDI_QT .BVDI_QTSummaryUnfiltered { | |
display: none; | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes { | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes a span, .BVDI_QT .BVDI_QTBodyAttributes a:hover { | |
white-space: nowrap; | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes a { | |
color: #333333; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTBodyAttributes a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_QT .BVDI_QTSpacerBodyAttributes { | |
clear: left; | |
display: block; | |
} | |
.BVDIOverlay { | |
background-color: #FFFFFF; | |
opacity: 0.5; | |
position: absolute; | |
} | |
.BVDI_SU { | |
background-color: #FFFFFF; | |
} | |
.BVDI_SURating { | |
margin-bottom: 5px; | |
} | |
.BVDI_SURatingLabel { | |
display: none; | |
} | |
.BVDI_SURatingImage { | |
float: left; | |
} | |
.BVDI_SURatingImage .BVImgOrSprite { | |
display: block; | |
float: left; | |
} | |
.BVDI_SURatingOutOf { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
.BVDI_SUTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVDI_SUSignature { | |
color: #666666; | |
font-size: 11px; | |
margin: 5px 0; | |
} | |
.BVDI_MWNavOverlay { | |
display: none; | |
} | |
.BVDI_MWNav { | |
} | |
.BVDI_MWCount { | |
display: none; | |
text-align: center; | |
} | |
.BVDI_MWCountCurrent { | |
} | |
.BVDI_MWCountCurrent .BVDIPrefix { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_MWCountCurrent .BVDINumber { | |
color: #999999; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5; | |
} | |
.BVDI_MWCountTotal { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_MWCountCurrent .BVDIPrefix, .BVDI_MWCountTotal .BVDIPrefix { | |
margin-right: 0.25em; | |
} | |
.BVDI_MWCountTotal .BVDIPrefix { | |
margin-left: 0.25em; | |
} | |
.BVDI_MWMediaLoading { | |
background: url("loadingGraphicLarge.gif") no-repeat scroll 50% 50% #F7F7F7; | |
color: #999999; | |
font-size: 11px; | |
height: 200px; | |
line-height: 1.5; | |
width: 400px; | |
} | |
.BVDI_MWInsideMedia { | |
} | |
.BVDI_MWInsideMedia img { | |
width: 400px; | |
} | |
.BVDI_MWMediaLoading .BVDI_MWInsideMedia { | |
padding-top: 50px; | |
} | |
.BVDI_MWBodyDetail .BVDI_MWCaption { | |
display: none; | |
} | |
.BVDI_MWBodyDetail .BVDI_SUHeader { | |
display: none; | |
} | |
.BVDI_MW { | |
background-color: #FFFFFF; | |
margin-bottom: 10px; | |
padding-bottom: 10px; | |
} | |
.BVDI_MWInside { | |
} | |
.BVDI_MWInside .BVDI_MWHeader { | |
display: block; | |
} | |
.BVDI_MWHeader { | |
background-color: #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
padding: 5px 10px; | |
} | |
.BVDI_MWHeader .BVDITitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVDI_MWBody { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
height: 127px; | |
overflow: hidden; | |
position: relative; | |
} | |
.BVDI_MWNavCarouselOverlay { | |
} | |
.BVDI_MWNavCarousel { | |
} | |
.BVDI_MWNavCarousel .BVDI_MWCount { | |
float: left; | |
width: 545px; | |
} | |
.BVDI_MWNavDetail { | |
} | |
.BVDI_MWNavControl .BVDILinkSpan, .BVDI_MWNavControl .BVDINumber { | |
display: none; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControl { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
height: 100%; | |
opacity: 1; | |
overflow: hidden; | |
position: absolute; | |
top: 0; | |
width: 32px; | |
z-index: 1; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlPrevious { | |
left: 0; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlNext { | |
right: 0; | |
} | |
.BVDI_MWNavCarousel .BVDILink { | |
margin-top: -16px; | |
position: relative; | |
top: 50%; | |
} | |
.BVDI_MWNavCarousel .BVDILink { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWNavCarousel .BVDILink:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWNavCarousel .BVDILink:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWNavCarousel .BVDILink:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWNavCarousel .BVDILink:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWNavCarousel .BVDILink { | |
opacity: 0.7; | |
} | |
.BVDI_MWNavCarousel .BVDILink:hover, .BVDI_MWNavCarousel .BVDILink:focus, .BVDI_MWNavCarousel .BVDILink:active { | |
opacity: 1; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlPrevious .BVDILinkPrevious { | |
background-image: url("iconLarge.gif"); | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
display: block; | |
height: 32px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 32px; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlNext .BVDILinkNext { | |
background-image: url("iconLarge.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 32px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 32px; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlDisabled .BVDILink { | |
opacity: 1; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlDisabled .BVDILinkPrevious { | |
background-image: url("iconLarge.gif"); | |
background-position: 0 -40px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 32px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 32px; | |
} | |
.BVDI_MWNavCarousel .BVDI_MWNavControlDisabled .BVDILinkNext { | |
background-image: url("iconLarge.gif"); | |
background-position: 0 -120px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 32px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 32px; | |
} | |
.BVDI_MWClip, .BVDI_MWPage { | |
width: 430px; | |
} | |
.BVDI_MWClip { | |
margin: 0 auto; | |
overflow: hidden; | |
padding: 10px 0 0; | |
} | |
.BVDI_MWStrip { | |
margin-left: 0; | |
width: 500%; | |
} | |
.BVDI_MWPage { | |
float: left; | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
} | |
.BVDI_MWPageOdd { | |
} | |
.BVDI_MWPageEven { | |
} | |
.BVDI_MWPageFirst { | |
} | |
.BVDI_MWPageLast { | |
} | |
.BVDI_MWPageOnly { | |
} | |
.BVDI_MWStrip .BVDI_MWPage .BVDI_MWPageItem { | |
display: inline-block; | |
margin: 0 0 0 13px; | |
padding: 0; | |
vertical-align: middle; | |
} | |
.BVDI_MWStrip .BVDI_MWPage .BVDI_MWPageItemLast { | |
margin-right: 13px; | |
} | |
.BVDI_MWPageItemOdd { | |
} | |
.BVDI_MWPageItemEven { | |
} | |
.BVDI_MWPageItemFirst { | |
} | |
.BVDI_MWPageItemLast { | |
} | |
.BVDI_MWPageItemOnly { | |
} | |
.BVDI_MWPageItemSelected { | |
} | |
.BVDI_MWPageItemLinked { | |
} | |
.BVDI_MWPageItemLoading { | |
} | |
.BVDI_MWPageItemSpacer { | |
display: inline-block; | |
height: 107px; | |
vertical-align: middle; | |
visibility: hidden; | |
} | |
.BVDI_MWThumbnail { | |
} | |
.BVDI_MWThumbnailLoading { | |
background: url("loadingGraphic.gif") no-repeat scroll 50% 100% transparent; | |
} | |
.BVDI_MWInsideThumbnail { | |
overflow: hidden; | |
text-align: center; | |
} | |
.BVDI_MWPageItemSelected .BVDI_MWThumbnail { | |
} | |
.BVDI_MWPageItemVisited .BVDI_MWThumbnail { | |
} | |
.BVDI_MWThumbnailPhoto { | |
} | |
.BVDI_MWThumbnailVideo { | |
} | |
.BVDI_MWThumbnail .BVDILink { | |
display: block; | |
height: 50px; | |
line-height: 1em; | |
overflow: hidden; | |
width: 50px; | |
} | |
.BVDI_MWThumbnail .BVDILink:hover, .BVDI_MWThumbnail .BVDILink:focus, .BVDI_MWThumbnail .BVDILink:active { | |
} | |
.BVDI_MWThumbnail .BVDILink span { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
display: block; | |
opacity: 1; | |
} | |
.BVDI_MWThumbnail .BVDILink img { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
display: block; | |
height: auto; | |
margin-left: -25px; | |
opacity: 1; | |
width: 100px; | |
} | |
.BVDI_MWThumbnail .BVDILink img { | |
} | |
.BVDI_MWDetail { | |
display: none; | |
} | |
.BVDI_MWInsideDetail { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
padding: 20px; | |
} | |
.BVDI_MWFooter { | |
} | |
.BVDI_MWPopInDetail { | |
display: none; | |
position: absolute; | |
width: 450px; | |
z-index: 10000; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavDetail { | |
left: 25px; | |
position: absolute; | |
top: 19px; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl { | |
float: left; | |
margin-right: 3px; | |
overflow: hidden; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink { | |
float: left; | |
opacity: 1; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:hover, .BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:focus, .BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:active { | |
opacity: 0.7; | |
outline: 0 none; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControl .BVDILink:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControlDisabled .BVDILink, .BVDI_MWPopInDetail .BVDI_MWNavControlDisabled .BVDILink:visited, .BVDI_MWPopInDetail .BVDI_MWNavControlDisabled .BVDILink:hover, .BVDI_MWPopInDetail .BVDI_MWNavControlDisabled .BVDILink:focus, .BVDI_MWPopInDetail .BVDI_MWNavControlDisabled .BVDILink:active { | |
cursor: default; | |
opacity: 0.5; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControlPrevious .BVDILinkPrevious { | |
background-image: url("iconText.gif"); | |
background-position: 0 -560px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWNavControlNext .BVDILinkNext { | |
background-image: url("iconText.gif"); | |
background-position: 0 -480px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWHeaderDetail { | |
display: block; | |
margin-bottom: 8px; | |
padding-top: 0; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWHeaderDetail:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWHeaderDetail .BVDI_MWCaption { | |
color: #666666; | |
display: block; | |
font-size: 11px; | |
text-align: center; | |
width: 365px; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWHeaderDetail .BVDILinkClose { | |
} | |
.BVDI_MWPopInDetail .BVDI_MWBodyDetail { | |
} | |
.BVDI_MWPopInDetail .BVDI_MWBodyDetail:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWBodyDetail .BVDI_MWCount { | |
float: left; | |
width: 360px; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWMedia { | |
margin-bottom: 15px; | |
text-align: center; | |
} | |
.BVDI_MWPopInDetail .BVDI_MWMediaPhoto { | |
} | |
.BVDI_MWPopInDetail .BVDI_MWMediaVideo { | |
} | |
.BVDI_MWPopInDetail .BVDILinkGoTo { | |
} | |
.BVDI_MWPopInDetail .BVDI_SUHeader { | |
margin-bottom: 10px; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUContent { | |
font-style: normal; | |
font-weight: normal; | |
margin-left: 0; | |
text-align: left; | |
text-transform: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUBody { | |
} | |
.BVDI_MWPopInDetail .BVDI_SUReview { | |
margin: 0 0 10px; | |
padding: 10px; | |
} | |
.BVDI_MWPopInDetail .BVDI_SURatingLabel, .BVDI_MWPopInDetail .BVDI_SURatingOutOf { | |
display: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUText { | |
display: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_AbbreviatedLink { | |
display: block; | |
} | |
.BVDI_MWPopInDetail .BVDI_FullLink { | |
display: block; | |
} | |
.BVDI_MWPopInDetail .BVDI_SURating { | |
display: inline; | |
float: right; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUTitle { | |
display: inline; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUDate { | |
display: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUSignature { | |
color: #666666; | |
display: block; | |
font-size: 11px; | |
padding: 5px 0 10px; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUUserNicknameContainer { | |
} | |
.BVDI_MWPopInDetail .BVDI_SUPrefixNickname { | |
margin-right: 0.25em; | |
text-transform: lowercase; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUUserNicknameContainer .BVDILinkSpan { | |
font-weight: bold; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUUserLocationContainer { | |
display: none; | |
} | |
.BVDI_MWPopInDetail .BVDI_SUPrefixLocation { | |
margin: 0 0.25em; | |
} | |
.BVDI_MH { | |
background: url("background_border.gif") repeat-y scroll 50% 50% transparent; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVDI_MHInside { | |
} | |
.BVDI_MHPair { | |
clear: both; | |
} | |
.BVDI_MHPositive { | |
float: left; | |
width: 49.99%; | |
} | |
.BVDI_MHInsidePositive { | |
padding: 5px 30px 5px 10px; | |
} | |
.BVDI_MHCritical { | |
float: left; | |
width: 49.99%; | |
} | |
.BVDI_MHInsideCritical { | |
padding: 5px 10px 5px 30px; | |
} | |
.BVDI_MHSpacerPair { | |
clear: both; | |
} | |
.BVDI_MHHeader { | |
} | |
.BVDI_MHInsideHeader { | |
} | |
.BVDI_MHPairTitle { | |
} | |
.BVDI_MHTitleContainer { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVDI_MHPairHeaderContentDetails { | |
} | |
.BVDI_MHPairHeaderContentDetails .BVDI_MHReadMore { | |
float: right; | |
} | |
.BVDI_MHReadMore .BVDILinkClose { | |
} | |
.BVDI_MHReadMore .BVDILinkClose .BVDILinkSpan { | |
} | |
.BVDI_MHBody { | |
} | |
.BVDI_MHInsideBody { | |
background: url("mostHelpful.gif") no-repeat scroll 50% 50% transparent; | |
} | |
.BVDI_MHPairReviewTitleContainer { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin: 1em 0; | |
} | |
.BVDI_MHPairRatingContainer { | |
display: none; | |
} | |
.BVDI_MHPairReviewDisplayContentContainer { | |
} | |
.BVDI_MHReviewContentContainer .BVRRReviewProsConsContainer { | |
margin: 0; | |
} | |
.BVDI_MHPairUserDataContainer { | |
} | |
.BVDI_MHPairUserDataContainer .BVRRUserDataContainer { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
padding-top: 1em; | |
} | |
.BVDI_MHPairUserDataContainer .BVRRSignatureContainer .BVRRUserNicknameContainer { | |
display: inline; | |
} | |
.BVDI_MHPairUserDataContainer .BVRRSignatureContainer .BVRRUserLocationContainer { | |
display: inline; | |
} | |
.BVDI_MHPairUserDataContainer .BVRRSignatureContainer .BVRRReviewDateContainer { | |
display: inline; | |
} | |
.BVDI_MHPairActionContainer { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
margin: 1em 0; | |
} | |
.BVDI_MHFooter { | |
} | |
.BVDI_MHInsideFooter { | |
} | |
.BVDI_MHPairFilterSentence { | |
text-align: right; | |
} | |
.BVDI_MHFooterLinks { | |
position: relative; | |
width: 100%; | |
} | |
.BVDI_MHPopup, #BVDI_MHPopupControlsFrameID { | |
margin: 100px auto auto 10%; | |
position: absolute; | |
width: 80%; | |
z-index: 400; | |
} | |
.BVDI_MHPopup { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
} | |
.BVDI_MHHeaderPopup { | |
overflow: hidden; | |
padding: 5px; | |
} | |
.BVDI_MHHeaderPopup .BVDI_MHClose { | |
float: right; | |
} | |
.BVDI_MHHeaderPopup .BVDI_MHClose { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
color: #000000; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVDI_MHHeaderPopup .BVDI_MHClose:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MHHeaderPopup .BVDI_MHClose:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MHHeaderPopup .BVDI_MHClose:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MHHeaderPopup .BVDI_MHClose:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_MHTitlePopup { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVDI_MHBodyPopup { | |
padding: 5px; | |
} | |
.BVDI_MHFooterPopup { | |
padding: 5px 0 0; | |
} | |
.BVDI_FBHideSelect { | |
background-color: #FFFFFF; | |
border-width: 0; | |
opacity: 0; | |
z-index: 1000; | |
} | |
.BVDI_FBOverlayContainer { | |
background-color: #FFFFFF; | |
opacity: 0.5; | |
z-index: 1100; | |
} | |
.BVDI_FBContainerHighlight { | |
z-index: 1200 !important; | |
} | |
.BVDI_FBOverlayHighlight { | |
z-index: 1300; | |
} | |
.BVDI_FBImage { | |
margin-top: -8px; | |
position: relative; | |
text-align: center; | |
top: 50%; | |
} | |
.BVDI_PSSpacer { | |
display: block; | |
font-size: 0; | |
height: 0; | |
line-height: 0; | |
overflow: hidden; | |
} | |
.BVDI_PSPopin, #BVDI_PSIEControlsFrame { | |
margin: 7px; | |
overflow: hidden; | |
position: absolute; | |
z-index: 10000000; | |
} | |
.BVDI_PS { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5; | |
overflow: hidden; | |
width: 450px; | |
} | |
.BVDI_PS div, .BVDI_PS span { | |
font-family: Arial,sans-serif !important; | |
} | |
.BVDI_PS a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDI_PS a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDI_PS a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_PS a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_PS a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_PSInside { | |
padding: 15px; | |
} | |
.BVDI_PSHeader { | |
float: right; | |
} | |
.BVDI_PSHeader .BVDILinkClose { | |
display: none; | |
} | |
.BVDI_PSBody { | |
clear: both; | |
margin-bottom: 5px; | |
} | |
.BVDI_PSContainer { | |
margin-bottom: 5px; | |
} | |
.BVDI_PSHeaderContainer { | |
} | |
.BVDI_PSBodyContainer { | |
overflow: hidden; | |
} | |
.BVDI_PSSection { | |
} | |
.BVDI_PSHeaderSection { | |
} | |
.BVDI_PSBodySection { | |
} | |
.BVDI_PSContainerBasic { | |
overflow: hidden; | |
} | |
.BVDI_PSAvatar { | |
display: none; | |
float: left; | |
margin-right: 5px; | |
width: 45px; | |
} | |
.BVDI_PSAvatar a, .BVDI_PSAvatar img { | |
display: block; | |
float: left; | |
height: auto; | |
width: 100%; | |
} | |
.BVDI_PSContextDataContainer { | |
clear: both; | |
} | |
.BVDI_PSUserLocationContainer { | |
clear: both; | |
display: none; | |
} | |
.BVDI_PSUserLocationContainer .BVDI_PSLabel, .BVDI_PSContextDataContainer .BVDI_PSLabel { | |
font-weight: bold; | |
} | |
.BVDI_PSContextDataContainer { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVDI_PSHeaderBasic { | |
} | |
.BVDI_PSBodyBasic { | |
} | |
.BVDI_PSSectionNickname { | |
float: left; | |
font-size: 12px; | |
font-weight: bold; | |
margin-bottom: 5px; | |
} | |
.BVDI_PS .BVDI_PSSectionNickname a { | |
padding-top: 10px; | |
} | |
.BVDI_PSBodyBasic .BVDI_PSSectionBadges { | |
float: right; | |
} | |
.BVDI_PSBodyBasic .BVDI_BABadges { | |
margin-bottom: 5px; | |
} | |
.BVDI_PSSectionBadges .BVDI_BAItem .BVDILinkSpan { | |
} | |
.BVDI_PSSectionBadges { | |
margin: 0; | |
} | |
.BVDI_PSSectionBadges .BVDI_BAList { | |
margin: 0; | |
} | |
.BVDI_PSSectionBadges .BVDI_BAItem .BVDILink { | |
} | |
.BVDI_PSSectionBadges .BVDI_BAItem .BVDILinkSpan { | |
line-height: normal; | |
padding: 0; | |
} | |
.BVDI_PSSectionHistory { | |
clear: both; | |
} | |
.BVDI_PSBodyHistory { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_PSBodyHistory .BVDI_PSValue, .BVDI_PSBodyHistory .BVDI_PSLabel { | |
display: inline; | |
} | |
.BVDI_PSBodyHistory .BVDI_PSValue { | |
font-weight: bold; | |
} | |
.BVDI_PSBodyHistory .BVDI_PSLabelValuePair { | |
padding-right: 5px; | |
} | |
.BVDI_PSLabelValuePairLastContribution { | |
display: none; | |
} | |
.BVDI_PSContainerCrossProduct { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
clear: both; | |
color: #666666; | |
display: none; | |
font-size: 11px; | |
padding: 10px; | |
} | |
.BVDI_PSHeaderCrossProduct { | |
} | |
.BVDI_PSBodyCrossProduct { | |
} | |
.BVDI_PSSectionContributions { | |
} | |
.BVDI_PSHeaderContributions { | |
float: left; | |
font-size: 12px; | |
font-weight: bold; | |
} | |
.BVDI_PSBodyContributions { | |
float: left; | |
font-size: 11px; | |
margin-top: 5px; | |
text-transform: lowercase; | |
} | |
.BVDI_PSBodyContributions .BVDI_PSLabelValuePair { | |
display: inline; | |
} | |
.BVDI_PSNumberContributions { | |
display: inline; | |
font-weight: bold; | |
} | |
.BVDI_PSContainerProductSpecific { | |
display: none; | |
float: left; | |
margin-right: 5%; | |
width: 45%; | |
} | |
.BVDI_PSHeaderProductSpecific { | |
} | |
.BVDI_PSBodyProductSpecific { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVDI_PSBodyProductSpecificPRR { | |
} | |
.BVDI_PSSectionAverageRating { | |
margin-bottom: 10px; | |
overflow: hidden; | |
padding: 2px 0; | |
} | |
.BVDI_PSSectionAverageRating .BVDI_PSRatingLabel { | |
float: none; | |
font-weight: bold; | |
margin-bottom: 10px; | |
overflow: hidden; | |
} | |
.BVDI_PSRatingImage { | |
float: left; | |
} | |
.BVDI_PSRatingImage .BVImgOrSprite { | |
} | |
.BVDI_PSRatingOutOf { | |
display: none; | |
} | |
.BVDI_PSRatingOutOf .BVDINumber { | |
font-weight: bold; | |
} | |
.BVDI_PSSectionHistogram { | |
} | |
.BVDI_PSHistogram { | |
} | |
.BVDI_PSHistogramTitle { | |
display: none; | |
} | |
.BVDI_PSHistogramTitleText { | |
} | |
.BVDI_PSHistogramTitle .BVDI_PSCount { | |
} | |
.BVDI_PSHistogramTitle .BVDI_PSNumber { | |
} | |
.BVDI_PSHistogramContent { | |
} | |
.BVDI_PSHistogramBarRow { | |
clear: left; | |
margin-bottom: 2px; | |
overflow: hidden; | |
} | |
.BVDI_PSHistStarLabel { | |
background-position: 100% 0; | |
background-repeat: no-repeat; | |
display: block; | |
float: left; | |
height: 11px; | |
width: 26px; | |
} | |
.BVDI_PSHistogramBarRow5 .BVDI_PSHistStarLabel { | |
background-image: url("histogramStars_5.gif"); | |
} | |
.BVDI_PSHistogramBarRow4 .BVDI_PSHistStarLabel { | |
background-image: url("histogramStars_4.gif"); | |
} | |
.BVDI_PSHistogramBarRow3 .BVDI_PSHistStarLabel { | |
background-image: url("histogramStars_3.gif"); | |
} | |
.BVDI_PSHistogramBarRow2 .BVDI_PSHistStarLabel { | |
background-image: url("histogramStars_2.gif"); | |
} | |
.BVDI_PSHistogramBarRow1 .BVDI_PSHistStarLabel { | |
background-image: url("histogramStars_1.gif"); | |
} | |
.BVDI_PSHistStarLabel .BVDI_PSHistStarLabelText { | |
display: none; | |
} | |
.BVDI_PSHistogramBar { | |
background-color: #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
float: left; | |
font-size: 6px; | |
height: 8px; | |
margin: 0 5px; | |
width: 100px; | |
} | |
.BVDI_PSHistogramBarRowZero .BVDI_PSHistogramBar { | |
} | |
.BVDI_PSHistogramFullBar { | |
background-color: #000000; | |
float: left; | |
height: 8px; | |
} | |
.BVDI_PSHistAbsLabel { | |
display: none; | |
float: left; | |
} | |
.BVDI_PSHistPercLabel { | |
float: left; | |
} | |
.BVDI_PSBodyProductSpecificQA { | |
} | |
.BVDI_PSContainerCrossLinking { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #666666; | |
font-size: 11px; | |
padding-bottom: 5px; | |
} | |
.BVDI_PSHeaderCrossLinking { | |
font-weight: bold; | |
margin-top: 5px; | |
} | |
.BVDI_PSBodyCrossLinking { | |
} | |
.BVDI_PSSectionCrossLinking { | |
} | |
.BVDI_PSSectionCrossLinking .BVDI_PSLabelValuePair { | |
clear: both; | |
margin-bottom: 10px; | |
} | |
.BVDI_PSSectionCrossLinking .BVDI_PSLabelValuePair .BVDI_PSLabel { | |
float: left; | |
line-height: 1; | |
margin-bottom: 15px; | |
margin-right: 10px; | |
} | |
.BVDI_PSSectionCrossLinking .BVDI_PSLabelValuePair .BVDI_PSValue { | |
float: left; | |
} | |
.BVDI_PSBodyCrossLinkingPRR { | |
} | |
.BVDI_PSSectionCrossLinkingPRR { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
padding-top: 5px; | |
} | |
.BVDI_PSSectionCrossLinkingPRR .BVDI_PSRatingLabel { | |
display: none; | |
float: left; | |
font-style: normal; | |
font-weight: normal; | |
margin-right: 15px; | |
padding-right: 5px; | |
text-transform: none; | |
} | |
.BVDI_PSSectionCrossLinkingPRR .BVDI_PSRatingOutOf { | |
display: none; | |
} | |
.BVDI_PSHeaderCrossLinkingPRR { | |
font-weight: bold; | |
} | |
.BVDI_PSBodyCrossLinkingQA { | |
clear: both; | |
} | |
.BVDI_PSSectionCrossLinkingQA { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
padding-top: 5px; | |
} | |
.BVDI_PSHeaderCrossLinkingQA { | |
font-weight: bold; | |
} | |
.BVDI_PSSectionCrossLinkingQA .BVDI_PSLabelValuePair:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_PSQuestionAnswersCount { | |
color: #999999; | |
display: none; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_PSQuestion { | |
display: inline; | |
} | |
.BVDI_PSQuestionPrefix { | |
font-weight: bold; | |
} | |
.BVDI_PSQuestionText { | |
display: inline; | |
} | |
.BVDI_PSQuestionCategory, .BVDI_PSQuestionProduct { | |
display: inline; | |
} | |
.BVDI_PSQuestionCategory a, .BVDI_PSQuestionProduct a { | |
font-weight: bold; | |
} | |
.BVDI_PSContainerCredibility { | |
clear: both; | |
float: left; | |
} | |
.BVDI_PSHeaderCredibility { | |
} | |
.BVDI_PSBodyCredibilityVoting { | |
float: left; | |
} | |
.BVDI_PSSectionFeedback, .BVDI_PSSectionFeedback div { | |
float: left; | |
height: 20px; | |
line-height: 20px; | |
white-space: nowrap; | |
} | |
.BVDI_PSHeaderFeedback { | |
margin-right: 6px; | |
} | |
.BVDI_PSSectionFeedback { | |
font-weight: bold; | |
} | |
.BVDI_PSHeaderFeedback { | |
margin-right: 10px; | |
} | |
.BVDI_PSBodyFeedback { | |
} | |
.BVDI_PSBodyFeedback .BVDI_PSLabelValuePair { | |
margin-right: 10px; | |
} | |
.BVDI_PSBodyFeedback .BVDI_PSLabel { | |
} | |
.BVDI_PSBodyFeedback .BVDI_PSValue { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
margin-right: 5px; | |
} | |
.BVDI_PSLabelValuePairYes { | |
} | |
.BVDI_PSLabelValuePairYes .BVDI_PSValue { | |
} | |
.BVDI_PSLabelValuePairNo .BVDI_PSValue { | |
} | |
.BVDI_PSSectionBestAnswer { | |
clear: left; | |
font-weight: bold; | |
line-height: 20px; | |
overflow: hidden; | |
text-transform: capitalize; | |
vertical-align: baseline; | |
} | |
.BVDI_PSHeaderBestAnswer { | |
display: inline; | |
} | |
.BVDI_PSBodyBestAnswer { | |
display: inline; | |
} | |
.BVDI_PSBodyBestAnswer .BVDI_PSLabelValuePair { | |
display: inline; | |
margin-left: 5px; | |
} | |
.BVDI_PSBodyBestAnswer .BVDI_PSLabel { | |
display: none; | |
} | |
.BVDI_PSBodyBestAnswer .BVDI_PSValue { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
color: #999999; | |
display: inline; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVDI_PSSectionFeatured { | |
line-height: 20px; | |
overflow: hidden; | |
vertical-align: baseline; | |
} | |
.BVDI_PSHeaderFeatured { | |
display: block; | |
float: left; | |
font-style: normal; | |
font-weight: normal; | |
margin-right: 10px; | |
margin-top: 5px; | |
text-transform: none; | |
} | |
.BVDI_PSBodyFeatured { | |
} | |
.BVDI_PSBodyFeatured .BVDI_PSLabelValuePair { | |
float: left; | |
margin-right: 10px; | |
} | |
.BVDI_PSBodyFeatured .BVDI_PSLabel { | |
display: inline; | |
} | |
.BVDI_PSBodyFeatured .BVDI_PSValue { | |
color: #666666; | |
display: inline; | |
font-size: 12px; | |
font-weight: bold; | |
} | |
.BVDI_PSBodyCredibilityBadges { | |
margin-bottom: 0; | |
} | |
.BVDI_PSBodyCredibilityBadges .BVDI_PSSectionBadges { | |
clear: both; | |
} | |
.BVDI_PSBodyCredibilityBadges .BVDI_BABadges { | |
} | |
.BVDI_PSFooter { | |
padding-top: 2px; | |
text-align: right; | |
} | |
.BVDI_PSFooter .BVDI_PSUserProfileLink { | |
} | |
.BVDI_PS.BVDI_PSNotLoaded { | |
width: 200px; | |
} | |
.BVDI_PSSnapshotLoading { | |
text-align: center; | |
} | |
.BVDI_PSSnapshotTimeoutError { | |
} | |
.BVDI_BABadges { | |
margin-bottom: 10px; | |
overflow: hidden; | |
} | |
.BVDI_BABadge { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
float: left; | |
margin-right: 5px; | |
padding: 2px 0; | |
} | |
.BVDI_BABadge a { | |
color: #333333; | |
text-decoration: none; | |
} | |
.BVDI_BABadge a:visited { | |
color: #333333; | |
text-decoration: none; | |
} | |
.BVDI_BABadge a:hover { | |
color: #333333; | |
text-decoration: none; | |
} | |
.BVDI_BABadge a:focus { | |
color: #333333; | |
text-decoration: none; | |
} | |
.BVDI_BABadge a:active { | |
color: #333333; | |
text-decoration: none; | |
} | |
.BVDI_BAExpertBadge, .BVDI_BAStaffBadge { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
} | |
.BVDI_BATop1ContributorBadge, .BVDI_BATop10ContributorBadge, .BVDI_BATop25ContributorBadge, .BVDI_BATop50ContributorBadge, .BVDI_BATop100ContributorBadge, .BVDI_BATop250ContributorBadge, .BVDI_BATop500ContributorBadge, .BVDI_BATop1000ContributorBadge { | |
background-color: #FFFFFF; | |
} | |
.BVDI_BABadgeGraphic { | |
} | |
.BVDI_BAExpertGraphic, .BVDI_BAStaffGraphic { | |
} | |
.BVDI_BABadgeLabel { | |
font-weight: bold; | |
} | |
.BVDI_BAFeaturedLabel { | |
background: url("badge_sprite.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
cursor: pointer; | |
float: left; | |
height: 19px; | |
margin-left: 5px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVDI_BAExpertLabel { | |
background: url("badge_sprite.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
cursor: pointer; | |
float: left; | |
height: 19px; | |
margin-left: 5px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVDI_BAStaffLabel { | |
background: url("badge_sprite.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
cursor: pointer; | |
float: left; | |
height: 19px; | |
margin-left: 5px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVDI_BATop1ContributorLabel, .BVDI_BATop10ContributorLabel, .BVDI_BATop25ContributorLabel, .BVDI_BATop50ContributorLabel, .BVDI_BATop100ContributorLabel, .BVDI_BATop250ContributorLabel, .BVDI_BATop500ContributorLabel, .BVDI_BATop1000ContributorLabel { | |
background: url("badge_sprite.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
cursor: pointer; | |
float: left; | |
height: 19px; | |
margin-left: 5px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVDI_BABadgeSpacer { | |
} | |
.BVQABadgeDefinitions dd, .BVRRBadgeDefinitions dd, .BVSYBadgeDefinitions dd, .BVCPBadgeDefinitions dd { | |
margin: 0 0 20px; | |
} | |
.BVQABadgeDefinitions p, .BVRRBadgeDefinitions p, .BVSYBadgeDefinitions p, .BVCPBadgeDefinitions p { | |
margin: 0; | |
} | |
.BVDI_BA { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
.BVDI_BAHeader { | |
} | |
.BVDI_BABody { | |
} | |
.BVDI_BAList { | |
list-style-type: none; | |
margin: 3px 0 0; | |
padding: 0; | |
} | |
.BVDI_BAItem { | |
display: inline-block; | |
list-style: none outside none; | |
margin: 0 0 0 5px; | |
} | |
.BVDI_BAItem .BVDILink { | |
background: url("badge_sprite.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
cursor: pointer; | |
float: left; | |
height: 19px; | |
margin-left: 5px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVDI_BAItem .BVDILink:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_BAItem .BVDILink:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_BAItem .BVDILink:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_BAItem .BVDILink:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_BAItem .BVDILink { | |
} | |
.BVDI_BAItem .BVDILink:hover { | |
} | |
.BVDI_BAItem .BVDILink:active { | |
} | |
.BVDI_BAItem .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItemContributor .BVDILink { | |
} | |
.BVDI_BAItemContributor .BVDILink:hover { | |
} | |
.BVDI_BAItemContributor .BVDILink:active { | |
} | |
.BVDI_BAItemContributor .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItemTop1Contributor .BVDILink, .BVDI_BAItemTop1Contributor .BVDILink:hover { | |
background-position: 0 -284px; | |
width: 173px; | |
} | |
.BVDI_BAItemTop10Contributor .BVDILink, .BVDI_BAItemTop10Contributor .BVDILink:hover { | |
background-position: 0 -304px; | |
width: 147px; | |
} | |
.BVDI_BAItemTop50Contributor .BVDILink, .BVDI_BAItemTop50Contributor .BVDILink:hover { | |
background-position: 0 -323px; | |
width: 147px; | |
} | |
.BVDI_BAItemTop100Contributor .BVDILink, .BVDI_BAItemTop100Contributor .BVDILink:hover { | |
background-position: 0 -342px; | |
width: 155px; | |
} | |
.BVDI_BAItemTop250Contributor .BVDILink, .BVDI_BAItemTop250Contributor .BVDILink:hover { | |
background-position: 0 -361px; | |
width: 155px; | |
} | |
.BVDI_BAItemTop500Contributor .BVDILink, .BVDI_BAItemTop500Contributor .BVDILink:hover { | |
background-position: 0 -380px; | |
width: 155px; | |
} | |
.BVDI_BAItemTop1000Contributor .BVDILink, .BVDI_BAItemTop1000Contributor .BVDILink:hover { | |
background-position: 0 -399px; | |
width: 159px; | |
} | |
.BVDI_BAItemMensProductExpert .BVDILink, .BVDI_BAItemMensProductExpert .BVDILink:hover { | |
background-position: 0 0; | |
width: 159px; | |
} | |
.BVDI_BAItemWomensProductExpert .BVDILink, .BVDI_BAItemWomensProductExpert .BVDILink:hover { | |
background-position: 0 -19px; | |
width: 172px; | |
} | |
.BVDI_BAItemKidsProductExpert .BVDILink, .BVDI_BAItemKidsProductExpert .BVDILink:hover { | |
background-position: 0 -38px; | |
width: 154px; | |
} | |
.BVDI_BAItemHomeExpert .BVDILink, .BVDI_BAItemHomeExpert .BVDILink:hover { | |
background-position: 0 -56px; | |
width: 121px; | |
} | |
.BVDI_BAItemLuggageExpert .BVDILink, .BVDI_BAItemLuggageExpert .BVDILink:hover { | |
background-position: 0 -75px; | |
width: 134px; | |
} | |
.BVDI_BAItemHuntingGearExpert .BVDILink, .BVDI_BAItemHuntingGearExpert .BVDILink:hover { | |
background-position: 0 -95px; | |
width: 153px; | |
} | |
.BVDI_BAItemFishingGearExpert .BVDILink, .BVDI_BAItemFishingGearExpert .BVDILink:hover { | |
background-position: 0 -113px; | |
width: 151px; | |
} | |
.BVDI_BAItemOutdoorGearExpert .BVDILink, .BVDI_BAItemOutdoorGearExpert .BVDILink:hover { | |
background-position: 0 -132px; | |
width: 156px; | |
} | |
.BVDI_BAItemFootwearExpert .BVDILink, .BVDI_BAItemFootwearExpert .BVDILink:hover { | |
background-position: 0 -189px; | |
width: 137px; | |
} | |
.BVDI_BAItemOuterwearExpert .BVDILink, .BVDI_BAItemOuterwearExpert .BVDILink:hover { | |
background-position: 0 -208px; | |
width: 142px; | |
} | |
.BVDI_BAItemCustomerSatisfaction .BVDILink, .BVDI_BAItemCustomerSatisfaction .BVDILink:hover { | |
background-position: 0 -151px; | |
width: 160px; | |
} | |
.BVDI_BAItemProductResearch .BVDILink, .BVDI_BAItemProductResearch .BVDILink:hover { | |
background-position: 0 -170px; | |
width: 183px; | |
} | |
.BVDI_BAItemEmployee .BVDILink, .BVDI_BAItemEmployee .BVDILink:hover { | |
background-position: 0 -228px; | |
width: 110px; | |
} | |
.BVDI_BAItemArchives .BVDILink, .BVDI_BAItemArchives .BVDILink:hover { | |
background-position: 0 -247px; | |
width: 104px; | |
} | |
.BVDI_BAItemBestAnswer .BVDILink, .BVDI_BAItemBestAnswer .BVDILink:hover { | |
background-position: 0 -266px; | |
width: 122px; | |
} | |
.BVDI_BAItemExpert .BVDILink, .BVDI_BAItemExpert .BVDILink:hover { | |
background-image: url("expert_badge.gif"); | |
background-position: 0 0; | |
width: 99px; | |
} | |
.BVDI_BAItemExpert .BVDILink:hover { | |
} | |
.BVDI_BAItemExpert .BVDILink:active { | |
} | |
.BVDI_BAItemExpert .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItemStaff .BVDILink, .BVDI_BAItemStaff .BVDILink:hover { | |
background-image: url("staff_badge.gif"); | |
background-position: 0 0; | |
width: 93px; | |
} | |
.BVDI_BAItemStaff .BVDILink:hover { | |
} | |
.BVDI_BAItemStaff .BVDILink:active { | |
} | |
.BVDI_BAItemStaff .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItemBest .BVDILink { | |
} | |
.BVDI_BAItemBest .BVDILink:hover { | |
} | |
.BVDI_BAItemBest .BVDILink:active { | |
} | |
.BVDI_BAItemBest .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItemFeatured .BVDILink, .BVDI_BAItemFeatured .BVDILink:hover { | |
background-image: url("featured_badge_sprite.gif"); | |
background-position: 0 0; | |
width: 109px; | |
} | |
.BVDI_BAItemFeatured .BVDILink:hover { | |
} | |
.BVDI_BAItemFeatured .BVDILink:active { | |
} | |
.BVDI_BAItemFeatured .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItemSocialAnsweringSubscriber .BVDILink { | |
background: url("badge_sprite.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
cursor: pointer; | |
float: left; | |
height: 19px; | |
margin-left: 5px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
.BVDI_BAItemSocialAnsweringSubscriber .BVDILink:hover { | |
} | |
.BVDI_BAItemSocialAnsweringSubscriber .BVDILink:active { | |
} | |
.BVDI_BAItemSocialAnsweringSubscriber .BVDILinkDisabled:hover { | |
} | |
.BVDI_BAItem .BVDILinkSpan { | |
display: inline-block; | |
vertical-align: top; | |
} | |
.BVDI_BAItem .BVDILinkDisabled, .BVDI_BAItem .BVDILinkDisabled:visited, .BVDI_BAItem .BVDILinkDisabled:hover, .BVDI_BAItem .BVDILinkDisabled:focus, .BVDI_BAItem .BVDILinkDisabled:active { | |
padding-right: 0; | |
} | |
.BVDI_BAFooter { | |
} | |
.BVDI_BAPopup { | |
text-align: left; | |
top: 0; | |
width: 150px; | |
word-wrap: break-word; | |
} | |
.BVDI_BAInsidePopup { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
padding: 10px 10px 5px; | |
} | |
.BVDI_BAPopup .BVDI_BAHeader { | |
} | |
.BVDI_BAPopup .BVDIBody { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
dl.BVDI_BAList { | |
list-style-type: none; | |
margin: 0; | |
} | |
dl.BVDI_BAList dd, dl.BVDI_BAList dt { | |
margin: 0; | |
padding: 0; | |
} | |
dl.BVDI_BAList dt { | |
display: none; | |
} | |
dl.BVDI_BAList dd p { | |
margin: 0 0 5px; | |
} | |
.BVDI_BAPopup .BVDI_BAFooter { | |
} | |
.BVDI_PH { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
vertical-align: top; | |
width: auto; | |
} | |
.BVDI_PHPhotoSectionLabel, .BVDI_PHPhotoSectionHint { | |
display: none; | |
} | |
.BVDI_PHPhoto { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
display: inline-block; | |
margin: 0 5px 5px 0; | |
opacity: 1; | |
} | |
.BVDI_PHPhotoLine { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
display: inline; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVDI_PHPhotoHeroContainer { | |
text-align: center; | |
} | |
.BVDI_PHPhotoHeroCaption { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 5px; | |
} | |
.BVDI_PHPhotoHeroContainer .BVDI_PHPhotoLine { | |
overflow: hidden; | |
padding: 5px 0; | |
} | |
.BVDI_PHPhotoHeroContainer .BVDI_PHPhoto { | |
float: left; | |
margin: 0 5px 5px 0; | |
} | |
.BVDI_PHPhotoSectionThumbnail { | |
cursor: pointer; | |
display: block; | |
height: 35px; | |
overflow: hidden; | |
width: 35px; | |
} | |
.BVDI_PHPhotoSectionThumbnail img { | |
height: auto; | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVDI_PHPhotoSectionThumbnail:hover { | |
} | |
.BVDI_PHPhotoPopup { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
color: #999999; | |
cursor: pointer; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5; | |
overflow: hidden; | |
padding: 10px; | |
position: absolute; | |
z-index: 2009; | |
} | |
.BVDI_PHPhotoPopupHint { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
right: 5px; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 5px; | |
width: 18px; | |
} | |
.BVDI_PHPhotoPopupImage { | |
padding-top: 12px; | |
text-align: center; | |
} | |
.BVDI_PHPhotoPopupImage img { | |
height: auto; | |
} | |
.BVDI_PHPhotoPopupCaption { | |
display: block; | |
margin: 3px auto; | |
text-align: center; | |
width: 400px !important; | |
} | |
.BVDI_VI { | |
display: inline-block; | |
vertical-align: top; | |
} | |
.BVDI_VIVideoSectionHeader { | |
display: none; | |
} | |
.BVDI_VIVideoSectionLabel { | |
font-weight: bold; | |
} | |
.BVDI_VIVideoSectionHint { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_VIInternalVideoPreview { | |
padding: 5px; | |
} | |
.BVDI_VIVideoThumbnail, .BVVIVideoThumbnail { | |
cursor: pointer; | |
display: inline-block; | |
height: 45px; | |
margin: 0 5px 5px 0; | |
position: relative; | |
width: 45px; | |
} | |
.BVDI_VIVideoThumbnail:hover, .BVVIVideoThumbnail:hover { | |
} | |
.BVVIVideoPopup { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
color: #999999; | |
cursor: pointer; | |
font-size: 11px; | |
line-height: 1.5; | |
overflow: hidden; | |
position: absolute; | |
z-index: 2009; | |
} | |
.BVVIVideoPopup .BVDIInside { | |
padding: 10px 15px 5px; | |
} | |
.BVVIVideoPopupClose { | |
margin-bottom: 5px; | |
overflow: hidden; | |
text-align: right; | |
white-space: nowrap; | |
} | |
.BVVIVideoPopup .BVVIVideoPlayer { | |
text-align: center; | |
} | |
.BVVIVideoPopup .BVVIVideoSingleCaption { | |
display: block; | |
margin: 0; | |
padding: 10px 0; | |
text-align: center; | |
width: 320px; | |
} | |
.BVVIVideoPopup .BVVIVideo embed { | |
border-width: 0; | |
margin: 0 auto; | |
} | |
.BVVIInternalVideoPreview { | |
clear: both; | |
height: 210px; | |
width: 320px; | |
} | |
.BVDI_VIVideoThumbnail, .BVVIVideoThumbnail { | |
cursor: pointer; | |
display: inline-block; | |
height: 35px; | |
margin: 0 5px 5px 0; | |
position: relative; | |
width: 35px; | |
} | |
.BVDI_VIVideoThumbnail:hover, .BVVIVideoThumbnail:hover { | |
} | |
.BVVIVideoThumbnail img, .BVVIVideoThumbnail img { | |
height: 100%; | |
width: 100%; | |
} | |
.BVVIVideoIcon { | |
height: 20px; | |
left: 20%; | |
position: absolute; | |
top: 20%; | |
width: 20px; | |
} | |
.BVVIVideoIcon img, .BVVIVideoIcon img:hover { | |
border: 0 none !important; | |
opacity: 1 !important; | |
} | |
.BVDI_AT { | |
} | |
.BVDI_ATAdditionalFieldsContainer { | |
} | |
.BVDI_ATAdditionalFieldValueContainer { | |
} | |
.BVDI_ATTitleAdditionalFieldValueContainer { | |
font-weight: bold; | |
} | |
.BVDI_ATParagraph { | |
margin-top: 0; | |
} | |
.BVDI_ATFirstParagraph { | |
} | |
.BVDI_ATLastParagraph { | |
} | |
.BVDI_ATParagraphOnly { | |
} | |
.BVDI_ATLabel { | |
} | |
.BVDI_ATValue { | |
} | |
.BVDI_RA { | |
} | |
.BVDI_RARatingContainerStar, .BVDI_RARatingContainerSlider, .BVDI_RARatingContainerRadio { | |
margin-bottom: 10px; | |
} | |
.BVDI_RARatingEntry { | |
overflow: hidden; | |
} | |
.BVDI_RARatingHeader { | |
font-weight: bold; | |
} | |
.BVDI_RARating { | |
} | |
.BVDI_RALabel { | |
float: left; | |
margin-right: 5px; | |
width: 80px; | |
} | |
.BVDI_RARatingNormalImage { | |
float: left; | |
margin-right: 5px; | |
} | |
.BVDI_RARatingNormalOutOf { | |
float: left; | |
} | |
.BVDI_RARatingSliderLabel1, .BVDI_RARatingRadioLabel1 { | |
float: left; | |
margin-right: 5px; | |
width: 80px; | |
} | |
.BVDI_RARatingSliderLabel2, .BVDI_RARatingRadioLabel2 { | |
float: left; | |
} | |
.BVDI_RARatingSliderImage, .BVDI_RARatingRadioImage { | |
float: left; | |
margin-right: 5px; | |
} | |
.BVDI_RANumber { | |
} | |
.BVDI_RARatingNumber { | |
} | |
.BVDI_RARatingRangeNumber { | |
} | |
.BVDI_RASeparatorText { | |
padding: 0 1ex; | |
} | |
.BVDI_CD { | |
} | |
.BVDI_CDUserLocationContainer, .BVDI_CDContextDataValueContainer { | |
overflow: hidden; | |
} | |
.BVDI_CDLabel { | |
display: block; | |
float: left; | |
margin-right: 5px; | |
width: 80px; | |
} | |
.BVDI_CDValue { | |
display: block; | |
float: left; | |
} | |
.BVDI_ME { | |
color: #666666; | |
margin-top: 5px; | |
} | |
.BVDI_MESubmitted { | |
} | |
.BVDI_MERejected { | |
color: #FF0000; | |
} | |
.BVDI_MEBody { | |
line-height: 1.2em; | |
padding: 10px; | |
} | |
.BVDI_MEHeader .BVDILinkClose { | |
margin: 10px; | |
} | |
.BVDI_MEPopin { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
width: 350px; | |
z-index: 100; | |
} | |
.BVDI_COSubmitted { | |
bottom: 0; | |
display: none; | |
left: 0; | |
position: absolute; | |
} | |
.BVDI_FV { | |
} | |
.BVDI_FV:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_FVVoting { | |
float: left; | |
line-height: normal; | |
margin: 0; | |
} | |
.BVDI_FVVoting:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_FVVoting .BVDI_FVSum { | |
color: #666666; | |
display: none; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVDI_FVSum .BVDINumber { | |
margin-right: 0.5em; | |
} | |
.BVDI_FVVoting .BVDI_FVCounts { | |
color: #999999; | |
float: left; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 4px; | |
} | |
.BVDI_FVCounts .BVDINumber { | |
margin-right: 0.5em; | |
} | |
.BVDI_FVVotes .BVDIPrefix { | |
color: #333333; | |
float: left; | |
font-weight: bold; | |
margin-right: 10px; | |
} | |
.BVDI_FVVote { | |
float: left; | |
margin-right: 0; | |
} | |
.BVDI_FVVotes { | |
clear: left; | |
} | |
.BVDI_FVVotes .BVDI_FVPositive { | |
border-right: 1px solid #CCCCCC; | |
margin-right: 10px; | |
padding-right: 10px; | |
} | |
.BVDI_FV .BVDI_FVVote a, .BVDI_FV .BVDI_FVVote span { | |
color: #333333; | |
white-space: nowrap; | |
} | |
.BVDI_FV .BVDI_FVVotes a, .BVDI_FV .BVDI_FVVotes a:visited, .BVDI_FV .BVDI_FVVotes a:hover, .BVDI_FV .BVDI_FVVotes a:focus, .BVDI_FV .BVDI_FVVotes a:active { | |
outline-width: 0; | |
} | |
.BVDI_FVVotes .BVDINumber { | |
display: none; | |
} | |
.BVDI_FV .BVDI_FVVote a { | |
} | |
.BVDI_FVVotes .BVDILinkSpan { | |
padding-right: 0; | |
} | |
.BVDI_FVVote a:hover, .BVDI_FVVote a:focus, .BVDI_FVVote a:active { | |
} | |
.BVDI_FVVotes .BVDI_FVLevel0 a, .BVDI_FVVotes .BVDI_FVLevel0 a:visited { | |
background-position: 0 0; | |
cursor: default; | |
text-decoration: none; | |
} | |
.BVDI_FVVotes .BVDI_FVLevel0 a:hover, .BVDI_FVVotes .BVDI_FVLevel0 a:focus, .BVDI_FVVotes .BVDI_FVLevel0 a:active { | |
background-position: 0 0; | |
} | |
.BVDI_FVVotes .BVDI_FVLevel0 .BVDILinkSpan { | |
background-position: right 0; | |
text-decoration: none; | |
} | |
.BVDI_FVVotes .BVDI_FVPositiveUndo a, .BVDI_FVVotes .BVDI_FVPositiveUndo a:visited, .BVDI_FVVotes .BVDI_FVPositiveUndo a:hover, .BVDI_FVVotes .BVDI_FVPositiveUndo a:focus, .BVDI_FVVotes .BVDI_FVPositiveUndo a:active, .BVDI_FVVotes .BVDI_FVNegativeUndo a, .BVDI_FVVotes .BVDI_FVNegativeUndo a:visited, .BVDI_FVVotes .BVDI_FVNegativeUndo a:hover, .BVDI_FVVotes .BVDI_FVNegativeUndo a:focus, .BVDI_FVVotes .BVDI_FVNegativeUndo a:active { | |
background-position: 0 0; | |
font-weight: bold; | |
} | |
.BVDI_FVVotes .BVDI_FVPositiveUndo .BVDILinkSpan, .BVDI_FVVotes .BVDI_FVNegativeUndo .BVDILinkSpan { | |
background-position: right 0; | |
font-weight: bold; | |
} | |
.BVDI_FVVotes .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVPositive .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVPositive a:hover .BVDILabel { | |
background-position: 0 -40px; | |
} | |
.BVDI_FVVotes .BVDI_FVPositive.BVDI_FVLevel0 a .BVDILabel, .BVDI_FVVotes .BVDI_FVPositive.BVDI_FVLevel0 a:hover .BVDILabel { | |
background-position: 0 -80px; | |
} | |
.BVDI_FVVotes .BVDI_FVNegative .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVNegative a:hover .BVDILabel { | |
background-position: 0 -40px; | |
} | |
.BVDI_FVVotes .BVDI_FVNegative.BVDI_FVLevel0 a .BVDILabel, .BVDI_FVVotes .BVDI_FVNegative.BVDI_FVLevel0 a:hover .BVDILabel { | |
background-position: 0 -80px; | |
} | |
.BVDI_FVVotes .BVDI_FVPositiveUndo .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVNegativeUndo .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVPositiveUndo a:hover .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVNegativeUndo a:hover .BVDILabel { | |
} | |
.BVDI_FVVotes .BVDI_FVLevel0 a .BVDILabel, .BVDI_FVVotes .BVDI_FVLevel0 a:visited .BVDILabel, .BVDI_FVVotes .BVDI_FVLevel0 a:hover .BVDILabel, .BVDI_FVVotes .BVDI_FVLevel0 a:focus .BVDILabel, .BVDI_FVVotes .BVDI_FVLevel0 a:active .BVDILabel { | |
background-position: 0 -80px; | |
} | |
.BVDI_FVVotes .BVDI_FVLevel0 a, .BVDI_FVVotes .BVDI_FVLevel0 a:visited, .BVDI_FVVotes .BVDI_FVLevel0 a:hover, .BVDI_FVVotes .BVDI_FVLevel0 a:focus, .BVDI_FVVotes .BVDI_FVLevel0 a:active { | |
opacity: 0.7; | |
} | |
.BVDI_FVDisabledVotesHelpfulness .BVDI_FVVotes .BVDIPrefix { | |
} | |
.BVDI_FVReportLinkInappropriate { | |
clear: none; | |
float: right; | |
} | |
.BVDI_FVReportLink a, .BVDI_FVReportLink a:hover, .BVDI_FVReportLink a:focus, .BVDI_FVReportLink a:visited { | |
color: #B2B2B2 !important; | |
text-transform: lowercase; | |
} | |
.BVDI_FVDisabledReportInappropriate .BVDI_FVReportLink, .BVDI_FVDisabledReportInappropriate .BVDI_FVReportLink a:hover { | |
} | |
.BVDI_FVReport { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
} | |
.BVDI_FVReport .BVSUFieldContainerReasonText { | |
margin-bottom: 0; | |
} | |
.BVDI_FVReportPopin { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
margin-top: 2em; | |
overflow: hidden; | |
width: 350px; | |
z-index: 100; | |
} | |
.BVDI_FVReportPopin .BVSU_FVForm .BVSUFieldTextArea { | |
width: 300px; | |
} | |
.BVDI_FVReportInline { | |
margin-top: 10px; | |
} | |
.BVDI_FVInsideReport { | |
margin-left: 10px; | |
padding: 10px; | |
} | |
.BVDI_FVHeaderReport { | |
display: none; | |
} | |
.BVDI_FVTitleReport { | |
font-weight: bold; | |
} | |
.BVDI_FVBodyReport { | |
} | |
.BVDI_FVBodyReport .BVSUFieldLabelReasonText { | |
font-size: 12px; | |
font-weight: bold; | |
padding-bottom: 6px; | |
} | |
.BVSU_FVForm { | |
} | |
.BVSU_FVForm .BVSUFieldContainer { | |
} | |
.BVSUFieldContainerReport { | |
} | |
.BVSUFieldContainerReport label { | |
display: block; | |
} | |
.BVSU_FVForm .BVSUFieldTextArea { | |
margin-bottom: 10px; | |
width: 400px; | |
} | |
.BVSU_FVForm .BVSUFieldContainerButtons { | |
} | |
.BVDI_FVActiveReport .BVDI_FVInappropriate .BVDILink { | |
color: #FF0000; | |
} | |
.BVDI_FV .BVDI_ME { | |
border-width: 0; | |
clear: both; | |
padding-top: 5px; | |
width: 215px; | |
} | |
.BVDI_FV .BVSUFieldContainerButtons { | |
float: none; | |
} | |
.BVDI_FV .BVSUFieldContainer label { | |
float: none; | |
width: auto; | |
} | |
.BVDI_SB .BVDITitle { | |
display: none; | |
} | |
.BVDI_SB a { | |
opacity: 0.7; | |
} | |
.BVDI_SB a:hover, BVDI_SB a:focus, BVDI_SB a:active { | |
opacity: 1; | |
} | |
.BVDI_SB a img { | |
height: 16px; | |
padding-top: 3px; | |
width: 16px; | |
} | |
.BVDI_SBFacebookLikeButtonContainer { | |
clear: left; | |
padding-top: 5px; | |
} | |
.BVDI_SBGooglePlusOneButtonContainer { | |
float: left; | |
} | |
.BVDI_SBTweetButtonContainer { | |
clear: left; | |
float: left; | |
} | |
.BVDI_SUAttribution { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #666666; | |
font-size: 11px; | |
margin-bottom: 15px; | |
overflow: hidden; | |
padding: 5px 0 0 5px; | |
} | |
.BVDI_SUAttribution .BVDI_SUSubjectImage { | |
float: left; | |
margin-right: 10px; | |
} | |
.BVDI_SUAttribution .BVDI_SUSubjectImage img { | |
width: 30px; | |
} | |
.BVDI_SUAttribution .BVDI_SUSubjectName { | |
padding-top: 8px; | |
} | |
.BVDI_SUAttribution .BVDI_SUSubjectName .BVDIPrefix { | |
font-style: italic; | |
margin-right: 0.25em; | |
} | |
.BVDI_CO { | |
clear: left; | |
position: relative; | |
} | |
.BVDI_CO .BVDI_COToggleArea { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
clear: both; | |
padding-bottom: 10px; | |
} | |
.BVDI_CONoComments .BVDI_COToggleArea { | |
display: none; | |
} | |
.BVDI_CO .BVDI_COToggleArea:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_COBody { | |
} | |
.BVDI_CONoComments .BVDI_COBody { | |
font-size: 12px; | |
padding: 10px; | |
} | |
.BVDI_COBodyComments { | |
padding: 10px 0; | |
} | |
.BVDI_COInsideBodyComments { | |
} | |
.BVDI_COComment { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 3px; | |
clear: both; | |
margin-top: 5px; | |
padding-top: 5px; | |
} | |
.BVDI_COCommentFirst { | |
margin-top: 0; | |
padding-top: 0; | |
} | |
.BVDI_COInsideComment { | |
padding: 0 10px 10px; | |
position: relative; | |
} | |
.BVDI_COUser { | |
} | |
.BVDI_COUserSignature { | |
} | |
.BVDI_COAvatar { | |
display: none; | |
} | |
.BVDI_COUserNicknameContainer, .BVDI_COUserLocationContainer { | |
color: #666666; | |
display: inline; | |
font-size: 11px; | |
} | |
.BVDI_COUserNicknamePrefix { | |
margin-right: 0.25em; | |
} | |
.BVDI_COUserNicknameContainer .BVRRNickname { | |
font-size: 11px; | |
} | |
.BVDI_COUserLocationPrefix { | |
font-weight: bold; | |
} | |
.BVDI_COComment .BVDI_BABadges { | |
position: absolute; | |
right: 0; | |
top: 0; | |
} | |
.BVDI_COComment .BVDI_BABadge { | |
float: none; | |
margin-bottom: 5px; | |
} | |
.BVDI_COComment .BVDI_BA { | |
} | |
.BVDI_COComment .BVDI_BAItem { | |
display: block; | |
margin-bottom: 5px; | |
} | |
.BVDI_COContent { | |
} | |
.BVDI_COInsideContent { | |
} | |
.BVDI_COContentPrimary { | |
} | |
.BVDI_COCommentTitleContainer { | |
color: #000000; | |
display: inline; | |
float: left; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: 1.5em; | |
margin-right: 0.5em; | |
} | |
.BVDI_COCommentDateContainer { | |
clear: left; | |
color: #999999; | |
display: inline; | |
font-size: 11px; | |
font-style: italic; | |
line-height: 1.5; | |
} | |
.BVDI_COCommentDateValuePrefix { | |
display: inline; | |
margin-right: 0.25em; | |
} | |
.BVDI_COCommentDateValue { | |
display: inline; | |
} | |
.BVDI_COCommentText { | |
clear: left; | |
} | |
.BVDI_COCommentTextParagraph .BVDI_COCommentText { | |
clear: none; | |
float: none; | |
width: auto; | |
} | |
.BVDI_COContentSecondary { | |
overflow: hidden; | |
padding-top: 5px; | |
} | |
.BVDI_COMedia { | |
} | |
.BVDI_CORecommendations { | |
} | |
.BVDI_CORecommendations .BVDI_PLProduct { | |
float: none; | |
width: auto; | |
} | |
.BVDI_COActions { | |
margin-top: 5px; | |
} | |
.BVDI_COActions:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_COActions .BVDI_SB { | |
float: left; | |
margin-right: 5px; | |
} | |
.BVDI_COActions .BVDI_FVReportInline { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.BVDI_COActions .BVDI_FVSubmitted { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.BVDI_COActions .BVDI_FVVote.BVDI_FVPositive .BVDILabel { | |
} | |
.BVDI_COActions .BVDI_FV { | |
} | |
.BVDI_COActions .BVDI_FVVote .BVDILabel { | |
padding: 0; | |
text-indent: -9999em; | |
width: 20px; | |
} | |
.BVDI_COActions .BVDI_FVVotes .BVDI_FVVote a:hover .BVDILabel { | |
padding-left: 0; | |
} | |
.BVDI_COActions .BVDI_FV .BVDI_ME { | |
width: 180px; | |
} | |
.BVDI_COHeaderBody, .BVDI_COFooterBody { | |
clear: both; | |
padding-bottom: 10px; | |
} | |
.BVDI_COFooterBody { | |
padding: 0 10px; | |
} | |
.BVDI_CO .BVDI_COFooterBody .BVDI_COLinkPost, .BVDI_CO .BVDI_COFooterBody .BVDI_COLinkPost:visited { | |
display: none; | |
float: right; | |
} | |
.BVDI_COHeaderBody .BVDI_COLinkPost { | |
display: none; | |
} | |
.BVDI_COHeaderBody { | |
display: none; | |
} | |
.BVDI_COHeaderBody:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_COPagerColumn { | |
float: right; | |
padding: 5px; | |
} | |
.BVDI_COLinkPost { | |
} | |
.BVDI_CO .BVDI_COLinkPost { | |
} | |
.BVDI_CO .BVDI_COLinkPost:visited { | |
} | |
.BVDI_CO .BVDI_COLinkPost:hover { | |
} | |
.BVDI_CO .BVDI_COLinkPost:focus { | |
} | |
.BVDI_CO .BVDI_COLinkPost:active { | |
} | |
.BVDI_COLinkNext { | |
padding: 5px; | |
} | |
.BVDI_COHeaderBody .BVDITitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin: 0 10px 0 0; | |
} | |
.BVDI_COHeaderBody .BVDI_COLinkPost { | |
float: right; | |
} | |
.BVDI_COHeaderBody .BVDI_COControls { | |
display: none; | |
} | |
.BVDI_COHeaderBody .BVDI_COPageBasedPager { | |
margin-bottom: 0; | |
} | |
.BVDI_COHeaderBody .BVDI_COLinkPost { | |
float: left; | |
font-weight: bold; | |
margin-top: 5px; | |
} | |
.BVDI_COFooterBody .BVDITitle { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_COHeader, .BVDI_COFooter { | |
} | |
.BVDI_COHeader:after, .BVDI_COFooter:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_COHeader { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px 3px 0; | |
padding: 7px; | |
position: absolute; | |
right: 20px; | |
top: -36px; | |
} | |
.BVDI_CONoComments .BVDI_COHeader { | |
background-color: #FFFFFF; | |
border-width: 0; | |
padding: 0; | |
top: -30px; | |
} | |
.BVDI_COExpanded .BVDI_COHeader { | |
} | |
.BVDI_COFooter { | |
padding-top: 3px; | |
} | |
.BVDI_COFooter:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVDI_COLinkToggle { | |
float: left; | |
line-height: 1em; | |
margin-left: 10px; | |
outline: medium none; | |
} | |
.BVDI_CO .BVDI_COLinkToggle { | |
color: #000000; | |
display: none; | |
text-decoration: none; | |
} | |
.BVDI_CO .BVDI_COLinkToggle:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_CO .BVDI_COLinkToggle:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_CO .BVDI_COLinkToggle:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_CO .BVDI_COLinkToggle:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_COHeader .BVDI_COLinkToggle { | |
font-weight: bold; | |
} | |
.BVDI_COFooter .BVDI_COLinkToggle { | |
border-width: 0; | |
} | |
.BVDI_COFooter .BVDI_COLinkToggle .BVDILinkSpan { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVDI_COHeader .BVDI_COLinkPost { | |
} | |
.BVDI_COHeader .BVDI_COLinkToggleNoComments { | |
display: none; | |
} | |
.BVDI_COControls { | |
float: right; | |
} | |
.BVDI_COPageBasedPager { | |
clear: both; | |
color: #666666; | |
font-size: 11px; | |
margin: 0; | |
padding: 0; | |
text-align: center; | |
} | |
.BVDI_COPageNumber a { | |
padding: 3px; | |
} | |
.BVDI_COPageNumber a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDI_COPageNumber a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_COPageNumber a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_COPageNumber a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_COPageNumber a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_COSelectedPageNumber { | |
color: #333333; | |
font-weight: bold; | |
padding: 0 3px; | |
} | |
.BVDI_COPreviousPage a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -560px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
padding-left: 12px; | |
text-decoration: none; | |
} | |
.BVDI_CONextPage a { | |
background-image: url("iconText.gif"); | |
background-position: right -480px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
padding-left: 0; | |
padding-right: 15px; | |
text-decoration: none; | |
} | |
.BVDI_COPagerArrows { | |
display: none; | |
} | |
.BVDIUgcPageLinkContainer { | |
color: #666666; | |
float: right; | |
font-size: 11px; | |
margin: 0; | |
padding: 5px 0; | |
text-align: right; | |
} | |
.BVDISubjectPageLinkContainer { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
color: #666666; | |
float: right; | |
font-size: 11px; | |
margin: 0; | |
padding: 5px 0; | |
text-align: right; | |
} | |
.BVDI_RP { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
margin: 0; | |
padding: 5% 50px; | |
text-align: center; | |
} | |
.BVDI_RPHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 18px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVDI_RPBody { | |
background: url("loading.gif") no-repeat scroll 50% 20px transparent; | |
margin: 0 auto; | |
padding: 60px; | |
width: 50%; | |
} | |
.BVDI_RPWarningMessage { | |
margin: 10px; | |
} | |
.BVSUHidden { | |
display: none; | |
} | |
.BVSUSpacer { | |
height: 0; | |
line-height: 0; | |
overflow: hidden; | |
} | |
.BVSUModalContent { | |
} | |
.BVSUOverlay { | |
position: absolute; | |
} | |
.BVSUSeparator { | |
clear: both; | |
} | |
.BVSUStep { | |
} | |
.BVSUStepEdit, .BVSUStepPreview, .BVSUStepThankYou { | |
} | |
.BVSUHeaderStep { | |
margin-bottom: 20px; | |
} | |
.BVSUTitleStep { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVSUBodySummary { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
color: #666666; | |
font-size: 11px; | |
margin-bottom: 10px; | |
opacity: 0.7; | |
padding: 10px; | |
} | |
.BVSUBodySummary:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUForm { | |
margin: 0; | |
} | |
.BVSUBodyStep { | |
} | |
.BVSUFieldContainer { | |
} | |
.BVSUFieldLabel { | |
display: block; | |
float: left; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5; | |
margin-right: 10px; | |
text-transform: none; | |
width: 125px; | |
} | |
.BVSUFieldLegendSuffix { | |
} | |
.BVSURequiredFieldIndicator { | |
} | |
.BVSUFieldInput { | |
} | |
.BVSUFieldText { | |
padding: 5px; | |
width: 400px; | |
} | |
.BVSUFieldTextInput { | |
} | |
.BVSUFieldTextArea { | |
} | |
.BVSUFieldCheckbox { | |
} | |
.BVSUFieldSelect { | |
} | |
.BVSUFieldRadio { | |
} | |
.BVSUFieldSubmit { | |
} | |
.BVSUFieldImage { | |
border-width: 0; | |
vertical-align: top; | |
} | |
.BVSUFieldFile { | |
} | |
.BVSUFieldRadioSet { | |
} | |
.BVSUFieldRadioSetItem { | |
} | |
.BVSUFieldHelper { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_CSPopup { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
padding: 0 0 15px 15px; | |
position: inherit; | |
width: 245px; | |
} | |
.BVDI_CSPopup a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDI_CSPopup a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVDI_CSPopup a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_CSPopup a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_CSPopup a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVDI_CSPopup .BVSUFieldLabel { | |
display: block; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-bottom: 5px; | |
} | |
.BVDI_CSPopup .BVSURequiredFieldIndicator { | |
color: #FF0000; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_CSPopup .BVSUFieldText { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
line-height: 20px; | |
margin: 0 5px 0 0; | |
padding: 6px 3px; | |
width: 217px; | |
} | |
.BVDI_CSPopup .BVSUFieldText:focus { | |
} | |
.BVDI_CSPopup .BVSUFieldContainer { | |
margin-bottom: 5px; | |
} | |
.BVSUFieldLabelSubscriber, .BVDI_CSBodyPopup .BVSUBodyModule .BVSUFieldLabel { | |
display: inline !important; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_CSPopup form { | |
margin: 0; | |
padding: 0; | |
} | |
.BVSU_CSHeaderStep { | |
margin-bottom: 0; | |
} | |
.BVDI_CSPopup .BVSUModule .BVSUHeader { | |
background-color: #FFFFFF; | |
border-width: 0; | |
padding: 0; | |
} | |
.BVDI_CSHeaderPopup, .BVDI_CSPopup .BVSUHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin: 0 0 10px; | |
overflow: hidden; | |
} | |
.BVDI_CSPopup .BVDITitle { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin-right: 20px; | |
padding-bottom: 7px; | |
padding-top: 15px; | |
} | |
.BVDI_CSPopup .BVSUTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: normal; | |
text-transform: none; | |
} | |
.BVDI_CSBodyPopup { | |
padding-right: 20px; | |
} | |
.BVSU_CSBodyStep { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
.BVSU_CSBodyStep .BVSUModule { | |
border: medium none; | |
margin-bottom: 10px; | |
padding-bottom: 0; | |
} | |
.BVSU_CSBodyStep .BVSUModuleUnsubscribeFrom { | |
margin-bottom: 1em; | |
} | |
.BVSU_CSBodyStep .BVSUHeader { | |
background-color: transparent; | |
margin-bottom: 5px; | |
padding: 0; | |
} | |
.BVSU_CSBodyStep .BVSUHeader .BVSUTitle { | |
color: #666666; | |
} | |
.BVSU_CSBodyStep .BVSUBody { | |
} | |
.BVSU_CSBodyStep .BVSUModuleSubscribeTo .BVSUHeaderModule .BVSUTitle { | |
color: #666666; | |
display: inline; | |
font-size: 12px; | |
font-weight: bold; | |
margin: 0 0 10px; | |
overflow: hidden; | |
} | |
.BVSUError, .BVSUFieldError, .BVDI_CSPopup .BVSUFieldError .BVSUFieldLabel { | |
color: #FF0000; | |
} | |
.BVSUFieldError .BVSUFieldText { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVDI_CSPopup .BVSU_MERejected { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
color: #FF0000; | |
margin: 7px 0 15px; | |
opacity: 1; | |
padding: 10px; | |
} | |
.BVDI_CSPopup .BVSU_MERejected ul { | |
margin: 0; | |
padding: 0 0 0 12px; | |
} | |
.BVDI_CSPopup .BVSU_MERejected li { | |
list-style: disc outside none !important; | |
} | |
.BVSU_CSBodyStep .BVSUFieldLabel { | |
float: none; | |
margin-right: 0; | |
width: auto; | |
} | |
.BVSU_CSBodyStep label { | |
display: inline !important; | |
font-size: 11px; | |
} | |
.BVSU_CSBodyStep .BVSUFieldContainerUnsubscribeFromAll { | |
margin-top: 1em; | |
} | |
.BVSU_CSStepThankYou .BVSU_CSMessage { | |
margin-bottom: 10px; | |
} | |
.BVDI_CSInsidePopup .BVSU_CSStepThankYou .BVSUTitle { | |
color: #333333; | |
font-size: 12px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 14px; | |
padding: 0; | |
text-transform: none; | |
} | |
.BVDI_CSPopup .BVSUFieldError .BVSUFieldLabel { | |
color: #FF0000; | |
} | |
.BVDI_WGTopRated { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
width: 300px; | |
} | |
.BVDI_WGTopRatedHeader { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
padding: 5px 0; | |
} | |
.BVDI_WGTopRatedBody { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-right: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 1px; | |
padding: 5px; | |
} | |
.BVDI_WGTopRatedItem { | |
background-color: #FFFFFF; | |
margin-top: 5px; | |
padding: 10px; | |
} | |
.BVDI_WGTopRatedProductImage { | |
float: left; | |
margin: 0 8px 8px 0; | |
} | |
.BVDI_WGTopRatedProductImage img { | |
display: block; | |
} | |
.BVDI_WGTopRatedProductImage a { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
display: block; | |
} | |
.BVDI_WGTopRatedProductImage a:hover, .BVDI_WGTopRatedProductImage a:focus, .BVDI_WGTopRatedProductImage a:active { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
} | |
.BVDI_WGTopRatedOverallRatingImage { | |
vertical-align: middle; | |
} | |
.BVDI_WGTopRatedRatingImageSuffix { | |
padding-left: 5px; | |
padding-top: 1px; | |
} | |
.BVDI_WGTopRatedProductName { | |
padding-bottom: 8px; | |
padding-top: 8px; | |
} | |
.BVDI_WGTopRatedProductName a { | |
font-size: 12px; | |
font-weight: bold; | |
} | |
.BVDI_WGTopRatedProductName a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_WGTopRatedProductName a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_WGTopRatedProductName a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_WGTopRatedProductName a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_WGTopRatedProductName a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVDI_WGTopRatedItemSeparator { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
clear: both; | |
display: block; | |
height: 0; | |
overflow: hidden; | |
} | |
.BVDI_WGTopRatedItemSeparatorLast { | |
clear: both; | |
} | |
.BVDI_WGLatestStories { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
width: 300px; | |
} | |
.BVDI_WGLatestStoriesHeader { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
padding: 5px 0; | |
} | |
.BVDI_WGHeaderTitlePrefix { | |
margin-right: 0.25em; | |
} | |
.BVDI_WGLatestStoriesBody { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-right: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 1px; | |
padding: 5px; | |
} | |
.BVDI_WGLatestStoriesItem { | |
background-color: #FFFFFF; | |
margin-top: 5px; | |
padding: 10px; | |
} | |
.BVDI_WGLatestStoriesItem a { | |
font-weight: bold; | |
} | |
.BVDI_WGLatestStoriesItemInfo { | |
padding: 2px 0 3px; | |
} | |
.BVDI_WGLatestStoriesAuthorDetails { | |
} | |
.BVDI_WGLatestStoriesItemUserName { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVDI_WGLatestStoriesItemElapsedTime { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_WGLatestStoriesPhotoContainer { | |
float: left; | |
margin: 0 8px 8px 0; | |
} | |
.BVDI_WGLatestStoriesPhotoContainer img { | |
display: block; | |
} | |
.BVDI_WGLatestStoriesPhotoContainer a { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
display: block; | |
} | |
.BVDI_WGLatestStoriesPhotoContainer a:hover, .BVDI_WGLatestStoriesPhotoContainer a:focus, .BVDI_WGLatestStoriesPhotoContainer a:active { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
} | |
.BVDI_WGLatestStoriesContinueReading { | |
padding-left: 1em; | |
} | |
.BVDI_WGLatestStoriesFeedback { | |
clear: both; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-top: 4px; | |
} | |
.BVDI_WGLatestStoriesPositiveCount, .BVDI_WGLatestStoriesCommentCount { | |
padding-right: 4px; | |
} | |
.BVDI_WGLatestStoriesCommentCount { | |
padding-left: 6px; | |
} | |
.BVDI_WGLatestStoriesItemSeparator { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
clear: both; | |
display: block; | |
height: 0; | |
overflow: hidden; | |
} | |
.BVDI_WGLatestStoriesItemSeparatorLast { | |
clear: both; | |
} | |
.BVDI_WGLatestQuestions { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
width: 300px; | |
} | |
.BVDI_WGLatestQuestionsHeader { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
padding: 5px 0; | |
} | |
.BVDI_WGHeaderTitlePrefix { | |
margin-right: 0.25em; | |
} | |
.BVDI_WGLatestQuestionsBody { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-right: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 1px; | |
padding: 5px; | |
} | |
.BVDI_WGLatestQuestionsItem { | |
background-color: #FFFFFF; | |
margin-top: 5px; | |
padding: 10px; | |
} | |
.BVDI_WGLatestQuestionsItem a { | |
font-weight: bold; | |
} | |
.BVDI_WGLatestQuestionsItemInfo { | |
padding: 2px 0 3px; | |
} | |
.BVDI_WGLatestQuestionsAuthorDetails { | |
} | |
.BVDI_WGLatestQuestionsItemUserName { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVDI_WGLatestQuestionsItemElapsedTime { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVDI_WGLatestQuestionsPhotoContainer { | |
float: left; | |
margin: 0 8px 8px 0; | |
} | |
.BVDI_WGLatestQuestionsPhotoContainer img { | |
display: block; | |
} | |
.BVDI_WGLatestQuestionsPhotoContainer a { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
display: block; | |
} | |
.BVDI_WGLatestQuestionsPhotoContainer a:hover, .BVDI_WGLatestQuestionsPhotoContainer a:focus, .BVDI_WGLatestQuestionsPhotoContainer a:active { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
} | |
.BVDI_WGLatestQuestionsContinueReading, .BVDI_WGLatestQuestionsRead { | |
margin-left: 0.25em; | |
} | |
.BVDI_WGLatestQuestionsAnswerLinkContainer { | |
clear: both; | |
} | |
.BVDI_WGLatestQuestionsItemSeparator { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
clear: both; | |
display: block; | |
height: 0; | |
overflow: hidden; | |
} | |
.BVDI_WGLatestQuestionsItemSeparatorLast { | |
clear: both; | |
} | |
#BVZDLBHideSelect { | |
background-color: #FFFFFF; | |
border-width: 0; | |
height: 100%; | |
left: 0; | |
opacity: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 9 !important; | |
} | |
#BVZDLBOverlay { | |
height: 100%; | |
left: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 1001; | |
} | |
.BVZDLBOverlayMacFFBGHack { | |
background: url("macFFBackgroundHack.png") repeat scroll 0 0 transparent; | |
} | |
.BVZDLBOverlayBG { | |
background-color: #000000; | |
opacity: 0.7; | |
} | |
#BVZDLBLoading { | |
display: none; | |
height: 13px; | |
left: 50%; | |
margin: -6px 0 0 -104px; | |
position: fixed; | |
top: 50%; | |
width: 208px; | |
z-index: 2003; | |
} | |
#BVZDLBWindow { | |
display: none; | |
margin-top: 20px; | |
position: absolute; | |
width: 750px; | |
z-index: 1002; | |
} | |
#BVZDLBContainer { | |
background-color: white; | |
clear: both; | |
padding: 20px; | |
} | |
* html #BVZDLBHideSelect, * html #BVZDLBOverlay { | |
position: absolute; | |
} | |
* html #BVZDLBLoading { | |
position: absolute; | |
top: 50%; | |
} | |
.BVZD { | |
background-color: #FFFFFF; | |
} | |
.BVZDHeader { | |
clear: both; | |
margin-bottom: 10px; | |
overflow: hidden; | |
text-align: right; | |
} | |
.BVZDHeader .BVLinkClose, .BVZDHeader .BVLinkClose:visited { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
position: relative; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
z-index: 300; | |
} | |
.BVZDContainer #BVQAContainer { | |
margin: 0; | |
} | |
.BVZDFooter { | |
padding: 0; | |
} | |
.BVAUSignOut { | |
color: #333333; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
margin: 0; | |
vertical-align: middle; | |
} | |
.BVAUSignedIn { | |
background: none no-repeat scroll 0 50% transparent; | |
color: #333333; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
padding-left: 20px; | |
} | |
.BVAUSignedInHosted { | |
background-image: url("provider-hosted.gif"); | |
} | |
.BVMESignedIn { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
padding: 10px; | |
} | |
.BVSUModalContent, .BVSUPage { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
text-align: left; | |
} | |
.BVSUModalContent a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSUModalContent a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSUModalContent a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSUModalContent a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSUModalContent a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSUButton, .BVSUModule .BVSUButton { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
cursor: pointer; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUButton:hover, .BVSUModule .BVSUButton:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUSearchButton button { | |
display: inline-block; | |
} | |
.BVSUSearchButton button:hover { | |
} | |
.BVSUModalContent button { | |
cursor: pointer; | |
margin: 0 10px 0 0; | |
padding: 5px 10px; | |
vertical-align: top; | |
} | |
.BVSUModalContent button { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModalContent button:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVSUInputButtonAdd { | |
cursor: pointer; | |
margin: 0 0 0 10px; | |
padding: 1px 7px; | |
vertical-align: top; | |
} | |
button.BVSUInputButtonAdd { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVSUInputButtonAdd:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVSUInputButtonAdded { | |
cursor: default; | |
margin: 0 0 0 10px; | |
padding: 1px 7px; | |
} | |
button.BVSUInputButtonAdded, button.BVSUInputButtonAdded:hover { | |
background-color: #DDDDDD; | |
border-color: #DDDDDD; | |
border-style: solid; | |
border-width: 1px; | |
color: #666666; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
opacity: 1; | |
text-decoration: none; | |
} | |
.BVSUModalContent .BVSUInputButtonSearch { | |
margin: 0 10px 0 0; | |
padding: 5px 10px; | |
vertical-align: top; | |
} | |
.BVSUModalContent .BVSUInputButtonSearch { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModalContent .BVSUInputButtonSearch:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSU_Search .BVSULinkBrowseAllProducts, .BVSU_Search .BVSULinkBrowseAllProducts:visited { | |
display: inline-block; | |
margin: 0 10px 0 0; | |
padding: 5px 10px; | |
vertical-align: top; | |
} | |
.BVSU_Search .BVSULinkBrowseAllProducts, .BVSU_Search .BVSULinkBrowseAllProducts:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSU_Search .BVSULinkBrowseAllProducts:hover, .BVSU_Search .BVSULinkBrowseAllProducts:focus, .BVSU_Search .BVSULinkBrowseAllProducts:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSULinkGoBack, .BVSUModalContent .BVSULinkGoBack { | |
margin: 0 10px 0 0; | |
padding: 5px 10px; | |
vertical-align: top; | |
} | |
.BVSULinkGoBack, .BVSUModalContent .BVSULinkGoBack, .BVSULinkGoBack:visited, .BVSUModalContent .BVSULinkGoBack:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSULinkGoBack:hover, .BVSUModalContent .BVSULinkGoBack:hover, .BVSULinkGoBack:focus, .BVSUModalContent .BVSULinkGoBack:focus, .BVSULinkGoBack:active, .BVSUModalContent .BVSULinkGoBack:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSULinkGoBack span, .BVSUModalContent .BVSULinkGoBack span { | |
color: inherit; | |
} | |
.BVSU_SearchButtonContainer .BVSUInputButtonSearch { | |
padding: 3px 10px; | |
} | |
.BVSU_SearchButtonContainer .BVSUInputButtonSearch { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSU_SearchButtonContainer .BVSUInputButtonSearch:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSULinkRemove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSULinkRemove:hover { | |
opacity: 0.7; | |
} | |
.BVSUModule .BVSUPreviewButton { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModule .BVSUPreviewButton:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModule .BVSUButtonSubmit { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModule .BVSUButtonSubmit:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModule .BVCPSubmitProfileButton { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModule .BVCPSubmitProfileButton:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUEditProfile .BVSUEditProfileLink a, .BVSUEditProfileLink a:visited { | |
padding: 3px 10px; | |
} | |
.BVSUEditProfile .BVSUEditProfileLink a, .BVSUEditProfile .BVSUEditProfileLink a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUEditProfile .BVSUEditProfileLink a:hover, .BVSUEditProfile .BVSUEditProfileLink a:focus, .BVSUEditProfile .BVSUEditProfileLink a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSMFooter a { | |
float: left; | |
padding: 3px 10px; | |
} | |
.BVCW .BVSMFooter a, .BVCW .BVSMFooter a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSMFooter a:hover, .BVCW .BVSMFooter a:focus, .BVCW .BVSMFooter a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVRRSimplePager .BVRRSimplePagerColumn a { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVCW .BVRRSimplePager .BVRRSimplePagerColumn a, .BVCW .BVRRSimplePager .BVRRSimplePagerColumn a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVRRSimplePager .BVRRSimplePagerColumn a:hover, .BVCW .BVRRSimplePager .BVRRSimplePagerColumn a:focus, .BVCW .BVRRSimplePager .BVRRSimplePagerColumn a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVQASimplePager .BVQASimplePagerColumn a { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVCW .BVQASimplePager .BVQASimplePagerColumn a, .BVCW .BVQASimplePager .BVQASimplePagerColumn a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVQASimplePager .BVQASimplePagerColumn a:hover, .BVCW .BVQASimplePager .BVQASimplePagerColumn a:focus, .BVCW .BVQASimplePager .BVQASimplePagerColumn a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSYSimplePager .BVSYSimplePagerColumn a { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVCW .BVSYSimplePager .BVSYSimplePagerColumn a, .BVCW .BVSYSimplePager .BVSYSimplePagerColumn a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSYSimplePager .BVSYSimplePagerColumn a:hover, .BVCW .BVSYSimplePager .BVSYSimplePagerColumn a:focus, .BVCW .BVSYSimplePager .BVSYSimplePagerColumn a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSUSimplePager .BVSUSimplePagerColumn a { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVCW .BVSUSimplePager .BVSUSimplePagerColumn a, .BVCW .BVSUSimplePager .BVSUSimplePagerColumn a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSUSimplePager .BVSUSimplePagerColumn a:hover, .BVCW .BVSUSimplePager .BVSUSimplePagerColumn a:focus, .BVCW .BVSUSimplePager .BVSUSimplePagerColumn a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSimplePager .BVSimplePagerColumn a { | |
display: inline-block; | |
padding: 3px 10px; | |
} | |
.BVCW .BVSimplePager .BVSimplePagerColumn a, .BVCW .BVSimplePager .BVSimplePagerColumn a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVCW .BVSimplePager .BVSimplePagerColumn a:hover, .BVCW .BVSimplePager .BVSimplePagerColumn a:focus, .BVCW .BVSimplePager .BVSimplePagerColumn a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUModule .BVSUDisabled, .BVSUModule .BVSUDisabled:hover { | |
background-color: #DDDDDD; | |
border-color: #DDDDDD; | |
border-style: solid; | |
border-width: 1px; | |
color: #666666; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUWidget, .BVSUWidget form, .BVSUFieldInput, .BVSUFieldSelect, .BVSU_SearchLightbox, .BVSUInput { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUButton, .BVSUModule .BVSUButton { | |
} | |
.BVSUFieldText { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVSUFieldText:focus { | |
outline: medium none; | |
} | |
input.BVSUError[type="text"] { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVSUPopup a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSUPopup a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSUPopup a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSUPopup a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSUPopup a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSUFormHeader { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
margin: 0 0 10px; | |
} | |
.BVSUFieldContainer { | |
margin-bottom: 20px; | |
} | |
.BVSUFieldContainer label { | |
display: block; | |
margin-bottom: 5px; | |
} | |
.BVSUFieldHelper { | |
color: #333333; | |
font-size: 10px; | |
line-height: 1.5; | |
margin-top: 5px; | |
} | |
.ui-autocomplete { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
float: left; | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
width: 408px !important; | |
} | |
.ui-autocomplete .ui-corner-all { | |
background: none repeat scroll 0 0 #FFFFFF; | |
color: #333333; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5em; | |
padding: 10px; | |
} | |
.ui-autocomplete .ui-corner-all:hover { | |
background: none repeat scroll 0 0 #333333; | |
color: #FFFFFF; | |
cursor: pointer; | |
} | |
.BVSUPager { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
margin: 0; | |
padding: 5px; | |
} | |
.BVSUSimplePager { | |
position: relative; | |
} | |
.BVSUSimplePagerColumn { | |
} | |
.BVSUCurrentPage { | |
text-align: center; | |
} | |
.BVSUSimplePager .BVSUPreviousPage { | |
position: absolute; | |
top: 5px; | |
} | |
.BVSUSimplePager .BVSUNextPage { | |
position: absolute; | |
right: 5px; | |
top: 5px; | |
} | |
.BVSUPageBasedPager { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
color: #666666; | |
font-size: 11px; | |
text-align: center; | |
} | |
.BVSUPageLink { | |
display: inline; | |
padding: 0 2px; | |
} | |
.BVSUPageNumber { | |
} | |
.BVSUPageNumber a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPageNumber a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPageNumber a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPageNumber a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPageNumber a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPageBasedPager .BVSUPreviousPage { | |
} | |
.BVSUPageBasedPager .BVSUNextPage { | |
} | |
.BVSUSelectedPageNumber { | |
color: #333333; | |
font-weight: bold; | |
} | |
.BVSUPagerArrows { | |
display: none; | |
} | |
#BVLBWindow.BVSU_SearchLightbox { | |
margin-left: -315px; | |
width: 630px; | |
} | |
#BVLBContainer.BVSU_SearchLightbox { | |
width: 600px; | |
} | |
.BVSU_Search { | |
background-color: #FFFFFF; | |
padding: 20px; | |
} | |
.BVSU_SearchInside { | |
} | |
.BVSU_SearchHeader { | |
} | |
.BVSU_SearchInsideHeader { | |
} | |
.BVSU_SearchLinkClose { | |
} | |
.BVSU_SearchLinkClose a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSU_SearchLinkClose .BVSULinkSpan { | |
display: none; | |
} | |
.BVSU_SearchTitle { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
padding-bottom: 10px; | |
} | |
.BVSU_SearchForm { | |
margin: 0; | |
} | |
.BVSU_SearchToolbar { | |
clear: right; | |
overflow: hidden; | |
padding: 10px; | |
} | |
.BVSUInputTextSearch { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
float: left; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
margin-right: 10px; | |
padding: 6px 3px; | |
width: 200px; | |
} | |
.BVSUInputTextSearch:focus { | |
outline: medium none; | |
} | |
.BVSU_SearchToolbar .BVSUFieldLabel { | |
display: none; | |
} | |
.BVSUSearchButton button { | |
} | |
.BVSU_SearchError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
margin: 5px; | |
padding: 5px; | |
} | |
.BVSU_SearchQuerySentence { | |
color: #666666; | |
font-size: 11px; | |
padding: 5px 10px; | |
} | |
.BVSU_SearchQuerySentence .BVSUNumber { | |
font-weight: bold; | |
} | |
.BVSU_SearchQuerySentence span { | |
} | |
.BVSU_SearchTerm { | |
} | |
.BVSU_SearchTermText { | |
font-weight: bold; | |
} | |
.BVSU_SearchSpacerInsideHeader { | |
} | |
.BVSU_SearchBody { | |
background: none repeat scroll 0 0 #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
padding: 10px; | |
text-align: left; | |
} | |
.BVSU_SearchInsideBody { | |
height: 300px; | |
overflow-y: auto; | |
} | |
.BVSU_SearchResults { | |
} | |
.BVSU_SearchHeaderResults { | |
} | |
.BVSU_SearchTitleResults { | |
font-weight: bold; | |
} | |
.BVSU_SearchBodyResults { | |
} | |
.BVSU_SearchResultsNone { | |
padding: 20px; | |
} | |
.BVSU_SearchListResultsNone { | |
} | |
.BVSU_SearchParagraphGoBack { | |
clear: both; | |
margin-top: 10px; | |
} | |
.BVSU_SearchResultsMax { | |
color: #FF0000; | |
display: none; | |
padding: 10px 20px 0; | |
} | |
.BVSU_SearchParagraphResults { | |
margin: 5px 0 10px; | |
} | |
.BVSU_SearchListResultsMax { | |
list-style-type: none; | |
margin: 0; | |
overflow: hidden; | |
padding: 0; | |
} | |
.BVSU_SearchListResultsMax li { | |
margin-bottom: 10px; | |
} | |
.BVSU_SearchListResultsMax .BVSU_SearchConfirmationItem .BVSUProductName { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin-left: 0.3em; | |
} | |
.BVSU_SearchListResultsMax .BVSULinkRemove { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_SearchListResultsMax .BVSULinkRemove:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_SearchListResultsMax .BVSULinkRemove:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_SearchListResultsMax .BVSULinkRemove:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_SearchListResultsMax .BVSULinkRemove:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_SearchParagraphGoBack { | |
clear: both; | |
margin-top: 10px; | |
} | |
.BVSU_SearchResultsBrowse { | |
} | |
.BVSU_SearchTableResults { | |
margin: 0; | |
padding: 0; | |
} | |
.BVSU_SearchCellNavigation { | |
vertical-align: text-top; | |
width: 33%; | |
} | |
.BVSU_SearchCellResultsList { | |
vertical-align: text-top; | |
width: 66%; | |
} | |
.BVSU_SearchCategoryHierarchyNav { | |
float: left; | |
overflow: hidden; | |
width: 30%; | |
} | |
.BVSU_SearchCategoryHierarchyNav a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSU_SearchCategoryHierarchyNav a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSU_SearchCategoryHierarchyNav a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSU_SearchCategoryHierarchyNav a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSU_SearchCategoryHierarchyNav a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSU_SearchBrowseWithoutResults .BVSU_SearchCategoryHierarchyNav { | |
float: none; | |
width: auto; | |
} | |
.BVSU_SearchCategoryNavHeader { | |
font-size: 12px; | |
font-weight: bold; | |
margin: 3px 0 5px; | |
} | |
.BVSU_SearchCategoryHierarchyGroup { | |
margin: 0 -5px; | |
} | |
.BVSU_SearchCategoryHierarchyContents { | |
} | |
.BVSU_SearchCategoryHierarchyItem { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
} | |
.BVSU_SearchCategoryHierarchyInSelectedPath .BVSU_SearchCategoryHierarchyItem { | |
border-width: 1px 0 0; | |
} | |
.BVSU_SearchCategoryHierarchyItem:hover { | |
background-color: #F7F7F7; | |
} | |
.BVSU_SearchCategoryHierarchyGroup .BVSU_SearchCategoryHierarchyItem { | |
padding-left: 15px; | |
} | |
.BVSU_SearchCategoryHierarchyItemLabel { | |
padding: 5px; | |
} | |
.BVSU_SearchCategoryHierarchyItemLabel.BVSU_SearchCategoryExpandable { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
} | |
.BVSU_SearchCategoryHierarchyItemLabel.BVSU_SearchCategoryHierarchySelected { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
} | |
.BVSU_SearchCategoryHierarchySelected { | |
background-color: #EEEEEE; | |
margin: 0 -5px -1px 0; | |
padding: 5px 0 5px 5px; | |
} | |
.BVSU_SearchCategoryHierarchyLevel1.BVSU_SearchCategoryHierarchySelected { | |
border-width: 0; | |
margin: 0 -5px 0 -10px; | |
padding-left: 15px; | |
} | |
.BVSU_SearchLinkCount { | |
padding-left: 5px; | |
} | |
.BVSU_SearchBrowseWithResults .BVSU_SearchResultsList { | |
float: left; | |
width: 65%; | |
} | |
.BVSU_SearchSearchWithResults .BVSU_SearchInsideBody { | |
position: relative; | |
} | |
.BVSU_SearchSearchWithResults .BVSU_SearchResultsList { | |
padding: 10px; | |
} | |
.BVSU_SearchColResultsList { | |
} | |
.BVSU_SearchCellResultsList { | |
padding: 0; | |
} | |
.BVSU_SearchInsideResultsList { | |
} | |
.BVSU_SearchResultsListProduct { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
padding: 5px; | |
} | |
.BVSU_SearchResultsListProductLast { | |
border-bottom-width: 0; | |
} | |
.BVSU_SearchResultsListProductDuplicate { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
color: #666666; | |
font-size: 11px; | |
margin-left: 10px; | |
opacity: 0.7; | |
} | |
.BVSU_SearchResultsListProductDuplicate .BVSU_SearchResultsListProductActions { | |
display: none; | |
} | |
.BVSU_SearchResultsListProductActions { | |
float: right; | |
} | |
.BVSUInputButtonAdd { | |
} | |
.BVSU_SearchResultsListProductDetails { | |
} | |
.BVSU_SearchResultsListProductImage { | |
float: left; | |
} | |
.BVSU_SearchResultsListProductImage img { | |
border-width: 0; | |
width: 60px; | |
} | |
.BVSU_SearchResultsListProductName { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: 1.2; | |
margin: 0 0 10px 90px; | |
} | |
.BVSU_SearchResultsListProductDescription { | |
line-height: 1.4; | |
margin-left: 90px; | |
} | |
* html .BVSU_SearchResultsListProductDescription { | |
height: 1%; | |
} | |
.BVSU_SearchResultsListProductDescriptionText { | |
display: block; | |
} | |
.BVSU_SearchSpacerResultsListProductDetails { | |
clear: left; | |
} | |
.BVSU_SearchSpacerResultsListProduct { | |
clear: right; | |
} | |
.BVSU_SearchSpacerInsideBodySearch { | |
} | |
.BVSU_SearchFooter { | |
background-color: #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
} | |
.BVSU_SearchInsideFooter { | |
} | |
.BVSU_SearchPagination { | |
} | |
.BVSU_SearchConfirmation { | |
overflow: hidden; | |
padding: 10px; | |
} | |
.BVSU_SearchConfirmationPrefix { | |
font-size: 11px; | |
font-style: italic; | |
line-height: 1.5; | |
} | |
.BVSU_SearchListConfirmation { | |
list-style-type: none; | |
margin: 5px 0; | |
padding: 0; | |
} | |
.BVSU_SearchListConfirmation li { | |
display: block; | |
margin: 5px 0; | |
overflow: hidden; | |
} | |
.BVSU_SearchConfirmationItem { | |
} | |
.BVSU_SearchConfirmationItem .BVSULinkRemove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
display: block; | |
float: left; | |
height: 18px; | |
margin-top: 1px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSU_SearchConfirmationItem .BVSULinkRemove:hover { | |
opacity: 1; | |
} | |
.BVSU_SearchConfirmationItem .BVSUProductName { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin-left: 0.3em; | |
} | |
.BVSU_SearchButtonContainer { | |
padding: 5px; | |
text-align: right; | |
} | |
.BVSU_SearchSpacerInsideFooter { | |
} | |
.BVSU_SearchBusyOverlay { | |
background-color: #666666; | |
opacity: 0.7; | |
z-index: 2400; | |
} | |
.BVSU_SearchBusyImage { | |
left: 290px; | |
position: absolute; | |
top: 50px; | |
z-index: 2401; | |
} | |
.BVSU_PL { | |
margin: 1em 0; | |
} | |
.BVSU_PL:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSU_PLInside { | |
} | |
.BVSU_PLHeader { | |
display: none; | |
} | |
.BVSU_PLInsideHeader { | |
} | |
.BVSU_PLTitle { | |
} | |
.BVSU_PLBody { | |
} | |
.BVSU_PLInsideBody { | |
} | |
.BVSU_PLInsideProduct { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
padding: 5px; | |
width: auto; | |
} | |
.BVSU_PLInsideProduct:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSU_PLSpacerProduct { | |
display: none; | |
} | |
.BVSU_PLSpacerProduct2, .BVSU_PLSpacerProduct5, .BVSU_PLSpacerProduct8 { | |
clear: left; | |
display: block; | |
} | |
.BVSU_PLProductAction { | |
margin-bottom: 5px; | |
} | |
.BVSU_PLProductAction a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductImage { | |
text-align: center; | |
} | |
.BVSU_PLProductImage img { | |
width: 100px; | |
} | |
.BVSU_PLProductName { | |
font-size: 12px; | |
font-weight: bold; | |
padding: 5px; | |
text-align: center; | |
} | |
.BVSU_PLProductFilled { | |
position: relative; | |
} | |
.BVSU_PLProductFilled:hover { | |
background-color: #F7F7F7; | |
} | |
.BVSU_PLProductFilled .BVSULinkMove { | |
margin: 0 0 5px; | |
outline: medium none; | |
} | |
.BVSU_PLProductFilled .BVSULinkMove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -560px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSU_PLProductFilled .BVSULinkMove:hover, .BVSU_PLProductFilled .BVSULinkMove:focus, .BVSU_PLProductFilled .BVSULinkMove:active { | |
opacity: 1; | |
} | |
.BVSU_PLProductFilled .BVSULinkMoveLeft { | |
background-image: url("iconText.gif"); | |
background-position: 0 -440px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
left: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 0; | |
width: 18px; | |
} | |
.BVSU_PLProductFilled .BVSULinkMoveRight { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
left: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 40px; | |
width: 18px; | |
} | |
.BVSU_PLProductFilled a.BVSULinkRemove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
left: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
top: 20px; | |
width: 18px; | |
} | |
.BVSU_PLProductFilled a.BVSULinkRemove:hover, .BVSU_PLProductFilled a.BVSULinkRemove:focus, .BVSU_PLProductFilled a.BVSULinkRemove:active { | |
opacity: 1; | |
} | |
.BVSU_PLProductFilledLast .BVSULinkMoveRight { | |
display: none; | |
} | |
.BVSU_PLProductEmpty { | |
overflow: hidden; | |
} | |
.BVSU_PLProductEmpty .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a { | |
display: block; | |
height: 55px; | |
outline: medium none; | |
width: 100%; | |
} | |
.BVSU_PLProductEmpty .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductEmpty .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductEmpty .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductEmpty .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductEmpty .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductEmptyFirst .BVSU_PLProductImage a { | |
background: url("openSearch.gif") no-repeat scroll center center transparent; | |
} | |
.BVSU_PLProductEmptyRest a { | |
visibility: hidden; | |
} | |
.BVSU_PLProductEmpty.BVSU_PLProductEmptyLoading .BVSU_PLProductImage a { | |
background: url("bv_sub_loading_60.gif") no-repeat scroll center center transparent; | |
visibility: inherit; | |
} | |
.BVSU_PLProductEmptyRest { | |
display: none; | |
} | |
.BVSU_PLProductFilled .BVSU_PLInsideProductEmpty, .BVSU_PLProductEmpty .BVSU_PLInsideProductFilled { | |
display: none; | |
} | |
.BVSU_PLProductError { | |
} | |
.BVSU_PLProductError .BVSU_PLProductImage img { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
} | |
.BVSU_PLProductError .BVSU_PLProductName { | |
color: #FF0000; | |
} | |
.BVSU_PLSpacerInsideBody { | |
clear: left; | |
} | |
.BVSU_PLProductFilled, .BVSU_PLProductEmptyFirst { | |
display: block; | |
float: none; | |
margin: 0 0 5px; | |
overflow: hidden; | |
text-align: left; | |
width: auto; | |
} | |
.BVSU_PLInsideProductEmpty { | |
text-align: center; | |
width: 15%; | |
} | |
.BVSU_PLInsideProductEmpty .BVSU_PLProductAction { | |
float: none; | |
width: auto; | |
} | |
.BVSU_PLInsideProductEmpty .BVSU_PLProductImage { | |
float: none; | |
margin: 0 auto; | |
} | |
.BVSU_PLProductEmptyFirst .BVSU_PLInsideProductEmpty .BVSU_PLProductImage a { | |
} | |
.BVSU_PLProductEmpty { | |
height: auto; | |
} | |
.BVSU_PLProductAction { | |
display: inline; | |
float: left; | |
min-height: 60px; | |
position: relative; | |
text-align: left; | |
width: 45px; | |
} | |
.BVSU_PLProductAction a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_PLProductAction a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSU_SearchListConfirmation li { | |
display: block; | |
margin-left: 0; | |
} | |
.BVSU_PLProductImage { | |
float: left; | |
height: 55px; | |
margin-right: 10px; | |
} | |
.BVSU_PLProductImage img { | |
height: 100%; | |
width: auto; | |
} | |
.BVSU_PLProductName { | |
padding: 0; | |
text-align: left; | |
} | |
.BVSU_PLProductEmptyFirst .BVSU_PLProductAction { | |
min-height: 40px; | |
} | |
.BVSU_PLProductImage a.BVSULinkAdd .BVSULinkSpan { | |
height: 38px; | |
} | |
.BVSU_SearchLightbox .BVSUModalContent { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow-x: hidden; | |
overflow-y: auto; | |
} | |
.BVSUModalContent .BVSU_Search { | |
padding: 10px; | |
} | |
.BVSUStepPicker { | |
padding: 0; | |
} | |
.BVSUStepPicker .BVSU_SearchForm { | |
margin-bottom: 10px; | |
} | |
.BVSUStepPicker .BVSU_SearchForm:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUStepPicker .BVSU_SearchQuerySentence { | |
border-width: 0; | |
color: #666666; | |
float: left; | |
font-size: 11px; | |
margin-bottom: 10px; | |
width: 67%; | |
} | |
.BVSUStepPicker .BVSU_Search { | |
} | |
.BVSUStepPicker .BVSU_Search:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUStepPicker .BVSU_SearchBrowseWithoutResults { | |
} | |
.BVSUStepPicker .BVSU_SearchHeader { | |
} | |
.BVSUStepPicker .BVSU_SearchHeader:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUStepPicker .BVSU_SearchHeader .BVSU_SearchPagination { | |
display: block; | |
float: right; | |
margin-bottom: 10px; | |
text-align: right; | |
width: 30%; | |
} | |
.BVSUStepPicker .BVSU_SearchSpacerInsideHeader { | |
display: none; | |
} | |
.BVSUStepPicker .BVSU_SearchBody { | |
clear: both; | |
} | |
.BVSUStepPicker .BVSU_SearchInsideBody { | |
} | |
.BVSUStepPicker .BVRRPageBasedPager { | |
padding: 0; | |
text-align: right; | |
} | |
.BVSUStepPicker .BVSU_SearchBrowseWithoutResults .BVSU_SearchCategoryHierarchyNav { | |
float: none; | |
width: auto; | |
} | |
.BVSUStepPicker .BVSU_SearchResultsListProductInside { | |
padding: 10px; | |
} | |
.BVSUStepPicker .BVSU_SearchResultsListProductFirst .BVSU_SearchResultsListProductInside { | |
} | |
.BVSUStepPicker .BVSU_SearchResultsListProductOnly .BVSU_SearchResultsListProductInside { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0; | |
} | |
.BVSU_SearchSpacerInsideBodySearch { | |
clear: both; | |
} | |
.BVSUStepPicker .BVSUFooterStep { | |
clear: both; | |
margin-top: 5px; | |
padding: 10px 0; | |
} | |
.BVSUStepPicker .BVSUFooterStep:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSU_SearchPopup { | |
background: url("popup-250-top.gif") no-repeat scroll 0 0 transparent; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
padding-top: 15px; | |
position: absolute; | |
text-align: left; | |
top: 0; | |
width: 250px; | |
z-index: 10000001; | |
} | |
.BVSU_SearchPopup a:hover, .BVSU_SearchPopup a:focus, .BVSU_SearchPopup a:active { | |
} | |
div[class~="BVSU_SearchPopup"] { | |
background: url("popup-250-top.png") no-repeat scroll 0 0 transparent; | |
} | |
.BVSU_SearchInsidePopup { | |
background: url("popup-250-bottom.gif") no-repeat scroll 0 100% transparent; | |
opacity: 0.9; | |
padding: 1px 20px 35px; | |
} | |
div[class~="BVSU_SearchInsidePopup"] { | |
background: url("popup-250-bottom.png") no-repeat scroll 0 100% transparent; | |
} | |
.BVSU_SearchPopupHeader { | |
margin-bottom: 0.5em; | |
} | |
.BVSU_SearchPopupHeader .BVSULinkClose, .BVSU_SearchPopupHeader .BVSULinkClose:visited { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
position: relative; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
z-index: 300; | |
} | |
.BVSU_SearchPopupHeader .BVSULinkClose:hover, .BVSU_SearchPopupHeader .BVSULinkClose:focus, .BVSU_SearchPopupHeader .BVSULinkClose:active { | |
} | |
.BVSU_SearchPopupHeader .BVSU_SearchTitle { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVSU_SearchPopupBody { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.3em; | |
margin: 0 16px 0 0; | |
} | |
.BVSU_SearchPopupLink { | |
display: inline; | |
float: left; | |
height: 18px; | |
line-height: 18px; | |
margin-left: 20px; | |
padding: 5px 0; | |
} | |
button.BVSUSubmitButton { | |
float: left; | |
} | |
button.BVSUSubmitButton { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVSUSubmitButton:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVSUCancelButton { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
button.BVSUCancelButton:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUContainerSubmitAgain { | |
background-color: #FFFFFF; | |
margin: 4em 40px; | |
padding: 20px; | |
text-align: center; | |
} | |
.BVSUContainerSubmitAgain:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUTextSubmitAgain { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 15px; | |
} | |
.BVSUContainerSubmitAgain .BVSULinkSubmitAgain { | |
padding: 5px 10px; | |
} | |
.BVSUContainerSubmitAgain .BVSULinkSubmitAgain, .BVSUContainerSubmitAgain .BVSULinkSubmitAgain:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSUContainerSubmitAgain .BVSULinkSubmitAgain:hover, .BVSUContainerSubmitAgain .BVSULinkSubmitAgain:focus, .BVSUContainerSubmitAgain .BVSULinkSubmitAgain:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVSULinkSubmitAgain .BVSULinkSpan { | |
} | |
.BVSUModalContent button { | |
} | |
button.BVSUInputButtonAdd { | |
} | |
button.BVSUInputButtonAdded { | |
} | |
.BVSULinkBrowseAllProducts { | |
} | |
.BVSULinkGoBack { | |
} | |
#BVSUFieldContainerPostTo_facebookID { | |
background: url("facebookpost.gif") no-repeat scroll left top #3B5998; | |
display: block; | |
height: 30px; | |
padding: 15px 0 0 120px; | |
} | |
.BVSUFieldContainerPostTo input { | |
vertical-align: bottom; | |
} | |
#BVSUFieldContainerPostTo_facebookID label { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
display: inline; | |
float: none; | |
height: auto; | |
opacity: 1; | |
padding: 0; | |
} | |
#BVSUFieldContainerPostTo_facebookID label span { | |
color: #FFFFFF; | |
font-size: 11px; | |
} | |
.BVSUFieldContainerPostTo { | |
margin: 1em 0; | |
} | |
#BVSUThankYouPostTo_facebookID { | |
background: url("link-facebook-mini.gif") no-repeat scroll 0 4px transparent; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-left: 20px; | |
} | |
.BVSUFieldContainerPostTo label { | |
display: inline; | |
} | |
#BVLBHideSelect { | |
background-color: #FFFFFF; | |
border-width: 0; | |
height: 100%; | |
left: 0; | |
opacity: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2000; | |
} | |
#BVLBOverlay { | |
height: 100%; | |
left: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2001; | |
} | |
.BVLBOverlayMacFFBGHack { | |
background: url("macFFBackgroundHack.png") repeat scroll 0 0 transparent; | |
} | |
.BVLBOverlayBG { | |
background-color: #666666; | |
opacity: 0.7; | |
} | |
#BVLBLoading { | |
display: none; | |
height: 13px; | |
left: 50%; | |
margin: -6px 0 0 -104px; | |
position: fixed; | |
top: 50%; | |
width: 208px; | |
z-index: 2003; | |
} | |
#BVLBWindow { | |
display: none; | |
left: 50%; | |
position: absolute; | |
z-index: 2002; | |
} | |
#BVLBContainer { | |
clear: both; | |
overflow: hidden; | |
} | |
* html #BVLBHideSelect, * html #BVLBOverlay { | |
position: absolute; | |
} | |
* html #BVLBLoading { | |
position: absolute; | |
top: 50%; | |
} | |
.BVSU_FPTopicGroups { | |
background-color: #EEEEEE; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
margin-bottom: 1em; | |
width: 655px; | |
} | |
.BVSU_FPInsideTopicGroups { | |
padding: 5px; | |
} | |
.BVSU_FPSpacerInsideTopicGroups { | |
clear: left; | |
} | |
.BVSU_FPTopicGroup { | |
float: left; | |
margin-right: 1em; | |
width: 30%; | |
} | |
.BVSU_FPHeaderTopicGroup { | |
font-weight: bold; | |
} | |
.BVSU_FPGroupColumn { | |
float: left; | |
} | |
.BVSU_FPLabelValuePair { | |
padding: 3px 0; | |
position: relative; | |
} | |
.BVSU_FPInputCheckbox { | |
display: none; | |
z-index: 0; | |
} | |
.BVSU_FPLinkTopic { | |
background: url("fieldPickerNoContent.gif") no-repeat scroll 0 2px transparent; | |
display: inline-block; | |
line-height: 18px; | |
margin-left: 8px; | |
padding-bottom: 5px; | |
padding-left: 20px; | |
position: relative; | |
vertical-align: middle; | |
} | |
.BVSU_FPLinkTopicEdit { | |
background-image: url("fieldPickerEditHover.gif"); | |
} | |
.BVSU_FPLinkTopicSelected { | |
background-image: url("fieldPickerEdit.gif"); | |
} | |
.BVSU_FPLinkTopicFocused { | |
font-weight: bold; | |
} | |
.BVSU_FPLinkTopicHide { | |
background-image: url("fieldPickerCancel.gif"); | |
} | |
.BVSU_FPLinkTopicHasContent { | |
background-image: url("fieldPickerHasContent.gif"); | |
} | |
.BVSU_FPFieldSection { | |
margin-bottom: 1em; | |
overflow: hidden; | |
} | |
.BVSU_FPHeaderFieldSection { | |
float: left; | |
padding-top: 3px; | |
width: 140px; | |
} | |
.BVSU_FPBodyFieldSection { | |
margin-left: 150px; | |
} | |
.BVSU_FPGroupColumn { | |
} | |
.BVSU_FPField { | |
margin-bottom: 0.5em; | |
margin-left: 150px; | |
width: 300px; | |
} | |
.BVSU_FPTitle { | |
padding-top: 5px; | |
} | |
.BVSU_FPFieldFocused .BVSU_FPTitle { | |
font-weight: bold; | |
} | |
.BVSU_FPFieldFocused .BVSUFieldInput { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVSU_FPFieldFocused .BVSUFieldInput:focus { | |
outline: medium none; | |
} | |
.BVSU_FPFieldFocused input.BVSUError[type="text"] { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVSU_FPLinkHide { | |
background: url("fieldPickerCancelGray.gif") no-repeat scroll 0 50% transparent; | |
float: right; | |
padding: 5px 5px 5px 15px; | |
} | |
.BVSU_FPLinkHideHover { | |
background-image: url("fieldPickerCancel.gif"); | |
} | |
.BVSU_FPErrorFieldSection { | |
} | |
.BVSU_FPErrorField { | |
} | |
.BVSU_FPErrorField .BVSU_FPTitle { | |
color: #FF0000; | |
} | |
.BVSUModule { | |
margin-bottom: 20px; | |
} | |
.BVSUModule:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUModuleContainer { | |
} | |
.BVSUModule .BVSUHeader { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 10px; | |
padding: 10px 0; | |
} | |
.BVSUModule .BVSUHeader:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUModule .BVSUHeader .BVSUTitle { | |
color: #000000; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
margin-right: 50px; | |
} | |
.BVSUModuleActions { | |
} | |
.BVSUModuleActions a { | |
float: right; | |
margin-left: 10px; | |
} | |
.BVSUModuleActions a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUModuleActions a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUModuleActions a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUModuleActions a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUModuleActions a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
a.BVSULinkReset { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
a.BVSULinkReset:hover { | |
} | |
a.BVSULinkHelp { | |
background-image: url("iconText.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
a.BVSULinkHelp:hover { | |
} | |
.BVSUModuleActions .BVSULinkSpan { | |
display: none; | |
} | |
.BVSUModule .BVSUBody { | |
} | |
.BVSUBodyContainer { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
overflow: hidden; | |
padding: 0; | |
} | |
.BVSUModule .BVSUFooter { | |
display: none; | |
} | |
.BVSUSpacerFooter { | |
clear: both; | |
} | |
.BVSUModuleError { | |
} | |
.BVSUModuleError .BVSUHeader { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
padding: 10px; | |
} | |
.BVSUModuleError .BVSUHeader .BVSUTitle { | |
background-image: url("iconText.gif"); | |
background-position: 0 -198px; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVSUFieldError { | |
} | |
.BVSUFieldError label { | |
color: #FF0000; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUError { | |
} | |
.BVSUModulePending { | |
} | |
.BVSUModulePending .BVSUHeader { | |
color: #666666; | |
} | |
.BVSUModulePending .BVSUHeader .BVSUTitle { | |
background-image: url("iconText.gif"); | |
background-position: 0 -192px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVSUFieldPending { | |
} | |
.BVSUFieldPending label { | |
} | |
.BVSUPending { | |
} | |
.BVSUModuleSocialAnswering { | |
border-width: 0; | |
margin: 0; | |
} | |
.BVSUModuleSocialAnswering .BVSUHeaderModuleSocialAnswering { | |
border-width: 0; | |
margin: 10px 0 0; | |
padding: 0 0 6px; | |
} | |
.BVSUBodyModuleSocialAnswering { | |
padding: 5px 0 0; | |
} | |
.BVSUFieldContainerSignup label, .BVSUFieldContainerSignup label span { | |
display: inline; | |
} | |
.BVSUSocialAnswering input { | |
margin-left: 0; | |
vertical-align: middle; | |
} | |
.BVSUSocialAnswering .BVSUFieldContainerUserEmail, .BVSUSocialAnswering .BVSUSliderRatingsContainer { | |
padding-left: 23px; | |
} | |
.BVSUSocialAnswering .BVSUModuleButtons { | |
border-width: 0; | |
margin: 0; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderPrefix { | |
font-size: 11px; | |
left: 3px; | |
line-height: 1.5; | |
position: absolute; | |
top: 17px; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderSuffix { | |
font-size: 11px; | |
line-height: 1.5; | |
position: absolute; | |
right: 100px; | |
top: 17px; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderSuffix .BVSUSuffix, .BVSUBodyModuleSocialAnswering .BVSUSliderPrefix .BVSUSuffix { | |
display: none; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderLegend { | |
font-weight: bold; | |
left: 265px; | |
position: absolute; | |
top: 0; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderLegend .BVSUPrefix { | |
display: none; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderLegend .BVSUValue { | |
color: #999999; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSlider { | |
height: 50px; | |
overflow: visible; | |
position: relative; | |
width: 375px; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderLegend .BVRRLabel { | |
color: #999999; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderRatingLabelUnset { | |
color: #000000; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderDisplayPrompt { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSUSliderPromptDivider { | |
display: none; | |
} | |
.BVSUBodyModuleSocialAnswering .BVSURadioPromptDivider { | |
display: none; | |
} | |
.BVSU_UE { | |
} | |
.BVSU_UELogo { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
padding: 10px; | |
} | |
.BVSU_UE .BVSUHeader { | |
border-bottom: medium none !important; | |
margin: 0 !important; | |
padding: 0 !important; | |
} | |
.BVSU_UETitle, .BVSU_CSUnsubscription .BVSUTitle, .BVSU_CSStepThankYou .BVSUTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
padding: 10px 20px; | |
} | |
.BVSU_CSUnsubscription .BVSU_UEHeader .BVSU_UETitle { | |
padding: 0; | |
} | |
.BVSU_UEMessage, .BVSU_SA .BVSUHeaderModuleSocialAnswering .BVSUTitle { | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 10px 20px; | |
} | |
.BVSU_CSUnsubscription label, .BVSU_CSUnsubscription label span { | |
display: inline; | |
} | |
.BVSU_UEConfirmControls, .BVSU_SA .BVSUBodyModuleSocialAnswering { | |
padding: 10px 20px; | |
} | |
.BVSU_UEConfirmButton { | |
display: inline; | |
margin-right: 5px; | |
} | |
.BVSU_CSUnsubscription .BVSUModule { | |
border: medium none; | |
margin: 0; | |
} | |
.BVSU_CSUnsubscription .BVSUModuleButtons { | |
padding: 0 20px 10px; | |
} | |
.BVSU_CSUnsubscription .BVSUModule .BVSUBody { | |
padding: 10px 20px 0; | |
} | |
.BVSU_UEClientLink { | |
padding: 10px 20px; | |
} | |
.BVSU_UEClientLink a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSU_UEClientLink a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSU_UEClientLink a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVSU_UEClientLink a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSU_UEClientLink a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVSU_UEFooterText { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-top: 10px; | |
padding: 15px 0 15px 15px; | |
} | |
.BVSU_SA .BVSUSocialAnswering .BVSUModuleButtons { | |
margin: 0 20px; | |
} | |
.BVSU_CSSuccessMessage { | |
padding: 10px 20px; | |
} | |
.BVSUModuleActions .BVSULinkHelp { | |
} | |
.BVSUTipBoxPopup { | |
margin-left: -275px; | |
position: absolute; | |
width: 300px; | |
z-index: 3; | |
} | |
.BVSUTipBox { | |
display: none; | |
float: right; | |
margin-left: 10px; | |
width: 210px; | |
} | |
.BVSUInsideTipBox { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 10px; | |
} | |
.BVSUTipBoxPopup .BVSUInsideTipBox { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
} | |
.BVSUTipBoxPopup .BVSUTipBoxHeader { | |
padding: 0 0 10px; | |
} | |
.BVSUTipBoxPopup .BVSUTipBoxHeader:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUTipBoxTitle { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVSUTipBoxPopup .BVSUTipBoxTitle { | |
float: left; | |
width: 250px; | |
} | |
.BVSUTipBoxClose { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
opacity: 0.7; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSUTipBoxClose:hover { | |
opacity: 1; | |
} | |
.BVSUTipBox .BVSUTipBoxClose { | |
display: none; | |
} | |
.BVSUTipBoxPopup .BVSUTipBoxContent { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUTipBoxPopup .BVSUTipBoxContent p { | |
margin: 0; | |
padding: 0; | |
} | |
ul.BVSUTipBoxTips { | |
list-style-type: none; | |
margin: 0 0 0 20px; | |
padding: 0; | |
} | |
ul.BVSUTipBoxTips ul { | |
list-style-type: none; | |
margin: 0 0 0 1em; | |
padding: 0; | |
} | |
ul.BVSUTipBoxTips li { | |
line-height: 1.3em; | |
list-style-position: outside; | |
list-style-type: disc; | |
margin: 0; | |
padding: 3px 0; | |
} | |
.BVSU_ME { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #666666; | |
margin-bottom: 10px; | |
padding: 10px; | |
} | |
.BVSU_ME:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSU_MEHeader { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVSU_MENew { | |
display: none; | |
} | |
.BVSU_MEPublished { | |
} | |
.BVSU_MEPending { | |
} | |
.BVSU_MEPending .BVSU_METitle { | |
background-image: url("iconText.gif"); | |
background-position: 0 -198px; | |
background-repeat: no-repeat; | |
display: block; | |
float: left; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSU_MEPending .BVSUBody { | |
padding-left: 20px; | |
} | |
.BVSU_MEPendingMarker { | |
} | |
.BVSU_MERejectedWithErrors, .BVSU_MERejected { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
} | |
.BVSU_MERejectedWithErrors .BVSUBody, .BVSU_MERejected .BVSUBody { | |
margin-left: 20px; | |
} | |
.BVSU_MERejectedWithErrors .BVSU_METitle, .BVSU_MERejected .BVSU_METitle { | |
background-image: url("iconText.gif"); | |
background-position: 0 -198px; | |
background-repeat: no-repeat; | |
display: block; | |
float: left; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVSU_ME ul { | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
} | |
.BVSU_PN { | |
margin-top: 1em; | |
} | |
.BVSU_PNBody { | |
} | |
.BVSU_PNList { | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
} | |
.BVSU_PNListItem { | |
float: left; | |
width: 150px; | |
} | |
.BVSU_PNListItem a { | |
display: block; | |
padding: 5px; | |
} | |
.BVSU_PNError a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -198px; | |
background-repeat: no-repeat; | |
color: #FF0000; | |
font-style: italic; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVSU_PNPending a { | |
font-style: italic; | |
} | |
.BVSU_PNBodySpacer { | |
clear: left; | |
} | |
.BVSUFormLegendRequired { | |
color: #FF0000; | |
} | |
.BVSURequiredFieldIndicator, .BVSURequiredFieldIndicatorSuffix { | |
color: #FF0000; | |
} | |
.BVSUFieldContainerNickname { | |
} | |
.BVSUFieldContainerHeadline { | |
} | |
.BVSUFieldContainerDescription { | |
} | |
.BVSUFieldContainerLocation { | |
} | |
.BVSUFieldContainerContextualDataField { | |
} | |
.BVSUFieldContainerVideoURL, .BVSUFieldContainerVideoCaption { | |
} | |
.BVSUVideoPasteGuideContainer { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
overflow: hidden; | |
position: absolute; | |
} | |
.BVSUVideoPasteGuideContainerImage { | |
height: 62px; | |
width: 432px; | |
} | |
.BVSUYouTubeGuide .BVSUVideoPasteGuideContainerImage { | |
background-image: url("vid_paste_youtube.gif"); | |
} | |
.BVSUVideoPasteGuideContainerLabel { | |
} | |
.BVSUFieldContainerProductSelect { | |
} | |
.BVSUFieldContainerProductSelect .BVSUFieldLabel { | |
float: none; | |
margin-right: 0; | |
width: auto; | |
} | |
.BVSUFieldContainerAgreedtotermsandconditions { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUFieldContainerAgreedtotermsandconditions .BVSUFieldCheckbox { | |
float: left; | |
} | |
.BVSUFieldContainerAgreedtotermsandconditions input { | |
width: auto; | |
} | |
.BVSUFieldContainerAgreedtotermsandconditions label { | |
display: inline; | |
} | |
.BVSUFieldContainerAgreedtotermsandconditions.BVSUFieldError .BVSUFieldLabel { | |
color: #FF0000; | |
} | |
.BVSUFieldContainerAgreedtotermsandconditions .BVSUFieldLabel { | |
display: inline; | |
float: none; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-right: 0; | |
width: auto; | |
} | |
.BVSURatingBlock div.rating { | |
clear: both; | |
cursor: pointer; | |
display: block; | |
margin: 2em; | |
} | |
.BVSURatingBlock div.rating:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSURatingBlock div.cancel, .BVSURatingBlock div.star { | |
background: none repeat scroll 0 0 transparent; | |
cursor: pointer; | |
display: block; | |
float: left; | |
height: 24px; | |
overflow: hidden; | |
text-indent: -999em; | |
width: 28px; | |
} | |
.BVSURatingBlock div.cancel, .BVSURatingBlock div.cancel a { | |
background: url("ratingStars_cancel.gif") no-repeat scroll 0 -24px transparent; | |
} | |
.BVSURatingBlock div.star, .BVSURatingBlock div.star a { | |
background: url("ratingStars_star.gif") no-repeat scroll 0 0 transparent; | |
} | |
.BVSURatingBlock div.cancel a, .BVSURatingBlock div.star a { | |
background-position: 0 0; | |
display: block; | |
height: 100%; | |
width: 28px; | |
} | |
.BVSURatingBlock div.star_on a { | |
background-position: 0 -48px !important; | |
} | |
.BVSURatingBlock div.star_hover a, .BVSURatingBlock div.star_live a:hover { | |
background-position: 0 -24px; | |
} | |
.BVSURatingBlock div.star_readonly a, .BVSURatingBlock div.star_readonly a:hover { | |
cursor: default !important; | |
} | |
.BVSURatingBlock div.star { | |
background: none repeat scroll 0 0 transparent !important; | |
overflow: hidden !important; | |
} | |
.BVSURatingBlock .ui-slider { | |
background-position: center center; | |
background-repeat: no-repeat; | |
height: 18px; | |
position: relative; | |
width: 275px; | |
} | |
.BVSURatingBlock .ui-slider-handle { | |
background-image: url("slider_handle.gif"); | |
cursor: pointer; | |
height: 18px; | |
left: 0; | |
position: absolute; | |
top: 0; | |
width: 18px; | |
z-index: 1; | |
} | |
.BVSURatingBlock .ui-slider-disabled .ui-slider-handle { | |
opacity: 0.5; | |
} | |
.BVSURatingBlock .ui-slider-range { | |
background: none repeat scroll 0 0 #50A029; | |
height: 100%; | |
opacity: 0.3; | |
position: absolute; | |
width: 100%; | |
} | |
.BVSURatingBlock .ui-slider { | |
background-image: url("slider_background.gif"); | |
} | |
.BVSUMetadata { | |
display: none; | |
} | |
.BVSURatingStars { | |
} | |
.BVSURatingStarsPrefix { | |
float: left; | |
padding-right: 0.5em; | |
} | |
.BVSURatingStarsLegend { | |
} | |
.BVSURatingStarsLegend .BVSULabel { | |
font-weight: bold; | |
} | |
.BVSURatingStarsLegend .BVSUStarRatingDisplayValue { | |
float: left; | |
padding-left: 1em; | |
width: 60px; | |
} | |
.BVSURatingStarsLegend .BVSUStarRatingLegendValue { | |
margin-left: 1em; | |
} | |
#BVSUStarRatingsContainerID div.cancel { | |
display: none; | |
} | |
.BVSUSliderRatingsContainer { | |
clear: both; | |
} | |
.BVSUSliderDisplayPrompt { | |
margin-top: 15px; | |
} | |
.BVSUSliderPromptDivider { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
height: 1px; | |
margin-bottom: 5px; | |
} | |
.BVSUSlider { | |
} | |
.BVSUSliderPrefix { | |
float: left; | |
} | |
.BVSURatingBlock .ui-slider { | |
float: left; | |
margin: 0; | |
} | |
.BVSUSliderSuffix { | |
float: left; | |
} | |
.BVSUSliderLegend { | |
padding-left: 2em; | |
} | |
.BVSUSliderLegend .BVSULabel { | |
font-weight: bold; | |
} | |
.BVSUSliderRatingLabelUnset { | |
} | |
.BVSURadioRatingsContainer { | |
clear: both; | |
} | |
.BVSURadioDisplayPrompt { | |
margin-top: 15px; | |
} | |
.BVSURadioPromptDivider { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
height: 1px; | |
margin-bottom: 5px; | |
} | |
.BVSURadioRatingContainer { | |
clear: both; | |
float: left; | |
margin-bottom: 0; | |
margin-top: 5px; | |
padding-bottom: 0; | |
} | |
.BVSURatingMinRadioValueContainer { | |
float: left; | |
} | |
.BVSURatingMaxRadioValueContainer { | |
float: left; | |
} | |
.BVSURadioRatingDisplay { | |
font-weight: bold; | |
} | |
.BVSURadioLabelSelected { | |
font-weight: bold; | |
} | |
.BVSURadioInputContainer, .BVSURadioLabelContainer { | |
float: left; | |
padding: 3px; | |
} | |
.BVSURadioRatingItemsHorizontalContainer { | |
clear: both; | |
margin-left: 145px; | |
padding-bottom: 10px; | |
} | |
.BVSURadioRatingItemsHorizontalContainer .BVSURadioRatingLowValueContainer { | |
float: left; | |
padding-right: 10px; | |
} | |
.BVSURadioRatingItemsHorizontalContainer .BVSURadioRatingHighValueContainer { | |
float: left; | |
padding-left: 10px; | |
} | |
.BVSURadioRatingItemsHorizontalContainer .BVSURadioRatingItemContainer { | |
float: left; | |
margin: 0; | |
text-align: center; | |
width: 70px; | |
} | |
.BVSURadioRatingItemsHorizontalContainer .BVSURadioRatingItemContainer div { | |
width: 70px; | |
} | |
.BVSURadioRatingItemsHorizontalContainer .BVSURadioRatingItemContainer div label { | |
margin-right: 0 !important; | |
width: 70px !important; | |
} | |
.BVSURadioRatingItemContainerLineHorizLeft { | |
background: url("radio_horizontal_left.gif") no-repeat scroll left 4px transparent; | |
} | |
.BVSURadioRatingItemContainerLineHorizRight { | |
background: url("radio_horizontal_right.gif") no-repeat scroll right 4px transparent; | |
} | |
.BVSURadioRatingItemContainerLineHoriz { | |
background: url("radio_horizontal_background.gif") repeat-x scroll center 7px transparent; | |
} | |
.BVSURadioRatingItemsVerticalContainer { | |
clear: both; | |
padding-left: 50px; | |
} | |
.BVSURadioRatingItemsVerticalContainer .BVSURadioRatingLowValueContainer { | |
clear: both; | |
padding: 3px; | |
} | |
.BVSURadioRatingItemsVerticalContainer .BVSURadioRatingHighValueContainer { | |
clear: both; | |
padding: 3px; | |
} | |
.BVSURadioRatingItemsVerticalContainer .BVSURadioRatingItemContainer { | |
clear: both; | |
} | |
.BVSURadioLabelContainerLineVerticalTop { | |
padding-top: 15px; | |
} | |
.BVSURadioRatingItemContainerLineVerticalTop { | |
background: url("radio_vertical_top.gif") no-repeat scroll center top transparent; | |
padding-top: 15px; | |
} | |
.BVSURadioRatingItemContainerLineVerticalTop label { | |
padding-top: 15px; | |
} | |
.BVSURadioRatingItemContainerLineVerticalBottom { | |
background: url("radio_vertical_bottom.gif") no-repeat scroll center bottom transparent; | |
padding-bottom: 15px; | |
} | |
.BVSURadioRatingItemContainerLineVertical { | |
background: url("radio_vertical_background.gif") repeat-y scroll center center transparent; | |
} | |
.BVSU_PH { | |
} | |
.BVSU_PHPhotos { | |
clear: both; | |
} | |
.BVSUFieldContainerPhotoInput { | |
width: 400px; | |
} | |
.BVSUFieldLabelPhotoInput { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUPhotoUploadContainer { | |
clear: both; | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVSUFieldContainerPhotoUploaders { | |
margin-bottom: 0; | |
width: 400px; | |
} | |
.BVSUPhotoUploadRow { | |
clear: both; | |
} | |
.BVSUPhotoUploadRowSeparator { | |
clear: both; | |
} | |
.BVSUPhotoUploadContainerUploadedImage { | |
margin: 10px 20px 0 0; | |
overflow: hidden; | |
position: relative; | |
} | |
.BVSUPhotoUploadContainerImageOptions { | |
position: relative; | |
} | |
.BVSUPhotoUploadContainer .BVSUFieldRadio { | |
display: none; | |
vertical-align: top; | |
} | |
.BVSUPhotoUploadContainerUploadedImage .BVSUFieldContainer label { | |
float: left; | |
margin: 0; | |
} | |
.BVSUUploadedImageThumbnail { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
display: block; | |
float: left; | |
height: 50px; | |
margin-right: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
width: 50px; | |
} | |
.BVSUUploadedImageThumbnail img { | |
border-width: 0; | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVSUFieldInputPhotoUploadCaption { | |
display: block; | |
margin-left: 70px; | |
width: 70%; | |
} | |
.BVSUFieldInputPhotoUploadCaption { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVSUFieldInputPhotoUploadCaption:focus { | |
outline: medium none; | |
} | |
.BVSUPhotoButtonRemove { | |
left: 70px; | |
position: absolute; | |
top: 35px; | |
} | |
.BVSUPhotoButtonRemove a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
opacity: 0.7; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVSUPhotoButtonRemove a:hover, .BVSUPhotoButtonRemove a:focus, .BVSUPhotoButtonRemove a:active { | |
opacity: 1; | |
} | |
.BVSUPhotoButtonRemove a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPhotoButtonRemove a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPhotoButtonRemove a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPhotoButtonRemove a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPhotoButtonRemove a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVSUPhotoUploadContainerMessage { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUPhotoUploadContainerMessagePleaseWait { | |
margin-bottom: 10px; | |
padding: 10px 0; | |
position: relative; | |
} | |
.BVSUPhotoUploadContainerMessagePleaseWait .BVSUPhotoUploadThumbnail { | |
left: 5px; | |
position: absolute; | |
top: 5px; | |
width: 30px; | |
} | |
.BVSUPhotoUploadContainerMessagePleaseWait div { | |
display: inline; | |
} | |
.BVSUPhotoUploadContainerMessagePleaseWaitImagePrefix { | |
padding-left: 50px; | |
} | |
.BVSUPhotoUploadContainerMessagePleaseWaitImageSuffix { | |
} | |
.BVSUPhotoUploadContainerMessageSameField { | |
display: none; | |
} | |
.BVSUPhotoUploadContainerMessageSecondImage { | |
display: none; | |
} | |
.BVSUPhotoUploadContainerMessageMoreImages { | |
display: none; | |
} | |
.BVSUFormPhotoUploadErrorList { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
clear: both; | |
color: #FF0000; | |
opacity: 1; | |
padding-top: 10px; | |
width: 400px; | |
} | |
.BVSUFormPhotoUploadErrorList span { | |
padding: 10px 0; | |
} | |
.BVSUFieldContainerPhotoInput .BVSUError { | |
} | |
.BVSUPhotoUploadMaximumImagesMessage { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
color: #666666; | |
margin-bottom: 10px; | |
padding: 10px; | |
} | |
.BVSU_PHAvatars { | |
margin-left: 220px; | |
width: 520px; | |
} | |
.BVSU_PHInsideAvatars { | |
overflow: hidden; | |
} | |
.BVSU_PHAvatarContainer { | |
float: left; | |
margin: 5px 5px 0 0; | |
width: 125px; | |
} | |
.BVSU_PHAvatarContainer.BVSUSelected { | |
font-weight: bold; | |
} | |
.BVSU_PHInsidePhotoAvatarContainer { | |
padding: 5px; | |
} | |
.BVSU_PHAvatarContainer .BVSUFieldRadio { | |
display: none; | |
vertical-align: top; | |
} | |
.BVSU_PHAvatarContainer label { | |
cursor: pointer; | |
} | |
.BVSU_PHAvatarContainer label img { | |
margin-right: 5px; | |
vertical-align: middle; | |
} | |
.BVSU_PHAvatarContainer label .BVSU_PHAvatarLabel { | |
} | |
.BVSU_PHHiddenAvatar { | |
display: none; | |
} | |
.BVSU_VI { | |
} | |
.BVSUFieldHelperVideoInput { | |
margin-left: 0; | |
} | |
.BVSUEditProfile { | |
clear: both; | |
margin: 10px 0; | |
} | |
.BVSUEditProfileHeader { | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 10px 0; | |
} | |
.BVSUEditProfileSubheader { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 1px 0; | |
padding: 10px 10px 0; | |
} | |
.BVSUEditProfileLink { | |
background: none repeat scroll 0 0 transparent; | |
border-color: #EEEEEE; | |
border-right: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 1px; | |
opacity: 1; | |
padding: 10px; | |
} | |
.BVSUEditProfileLink:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVSUEditProfile .BVSUEditProfileLink a { | |
float: left; | |
} | |
.BVCW { | |
background-color: #FFFFFF; | |
clear: both; | |
overflow: hidden; | |
padding: 10px 0 30px; | |
} | |
.BVCW .BVHeader { | |
padding: 10px 0; | |
} | |
.BVCW .BVHeader .BVTitle { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVCWProgressList ul { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
display: block; | |
margin: 5px 0 0; | |
padding: 10px; | |
width: 100%; | |
} | |
.BVCWProgressList li { | |
background-image: url("iconText.gif"); | |
background-position: 0 -480px; | |
background-repeat: no-repeat; | |
display: block; | |
list-style: none outside none; | |
margin-right: 10px; | |
padding-left: 18px; | |
padding-right: 10px; | |
text-decoration: none; | |
white-space: nowrap; | |
} | |
.BVCWProgressExpanded .BVCWProgressListUpImage, .BVCWProgressExpanded .BVCWProgressList { | |
display: inline !important; | |
} | |
.BVCWProgressExpanded .BVCWProgressListDownImage { | |
display: none !important; | |
} | |
.BVCWProgressLink { | |
color: #333333; | |
cursor: pointer; | |
display: inline; | |
text-decoration: underline; | |
} | |
.BVCWProgressLink:hover { | |
color: #990000; | |
display: inline; | |
text-decoration: underline; | |
} | |
.BVCWProgressListUpImage, .BVCWProgressList { | |
display: none !important; | |
} | |
.BVCW .BVBody { | |
} | |
.BVCW .BVItems { | |
} | |
.BVCW .BVCWItem { | |
margin: 0; | |
padding: 0 0 20px; | |
} | |
.BVCW .BVCWItemFirst { | |
padding-top: 0; | |
} | |
.BVCW .BVCWItemLast { | |
} | |
.BVCW .BVCWItemEven { | |
} | |
.BVCW .BVCWItemOdd { | |
} | |
.BVCW .BVSMBody { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 1px 0; | |
padding: 10px 10px 0; | |
} | |
.BVCW .BVSMSubject { | |
display: block; | |
padding-bottom: 1px; | |
} | |
.BVCW .BVSMSubject:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVCW .BVSMSubjectImage { | |
display: block; | |
float: left; | |
height: 50px; | |
margin-bottom: 10px; | |
margin-right: 10px; | |
overflow: hidden; | |
width: 50px; | |
} | |
.BVCW .BVSMSubjectRating, .BVCW .BVSMSubjectName, .BVCW .BVSMSubjectText { | |
margin-left: 60px; | |
} | |
.BVCW .BVSMSubjectImage a { | |
} | |
.BVCW .BVSMSubjectImage a:hover { | |
} | |
.BVCW .BVSMSubjectImage img { | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVCW .BVSMSubjectRating { | |
margin-bottom: 5px; | |
} | |
.BVCW .BVSMSubjectRating img { | |
vertical-align: middle; | |
} | |
.BVCW .BVSMSubjectRating .BVReviewCountSpan { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVCW .BVSMSubjectName { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 5px; | |
} | |
.BVCW .BVSMSubjectText { | |
margin-bottom: 10px; | |
} | |
.BVCW .BVSMFooter { | |
background: none repeat scroll 0 0 transparent; | |
border-color: #EEEEEE; | |
border-right: 1px solid #EEEEEE; | |
border-style: solid; | |
border-width: 0 1px 1px; | |
clear: both; | |
opacity: 1; | |
padding: 10px 10px 10px 70px; | |
} | |
.BVCW .BVSMFooter:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVCW .BVSMFooter a { | |
} | |
.BVCW .BVCWNav { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
float: left; | |
opacity: 1; | |
overflow: hidden; | |
padding: 0 0 10px; | |
position: relative; | |
width: 37%; | |
} | |
.BVCW .BVRRPager, .BVCW .BVQAPager, .BVCW .BVSYPager, .BVCW .BVSUPager, .BVCW .BVPager { | |
background: none repeat scroll 0 0 transparent; | |
font-size: 12px; | |
margin: 0; | |
padding: 0; | |
position: static; | |
} | |
.BVCW .BVRRSimplePager .BVRRSimplePagerColumn, .BVCW .BVQASimplePager .BVQASimplePagerColumn, .BVCW .BVSYSimplePager .BVSYSimplePagerColumn, .BVCW .BVSUSimplePager .BVSUSimplePagerColumn, .BVCW .BVSimplePager .BVSimplePagerColumn { | |
float: left; | |
margin: 0; | |
padding: 0; | |
position: static; | |
} | |
.BVCW .BVRRSimplePager .BVRRSimplePagerColumn a, .BVCW .BVQASimplePager .BVQASimplePagerColumn a, .BVCW .BVSYSimplePager .BVSYSimplePagerColumn a, .BVCW .BVSUSimplePager .BVSUSimplePagerColumn a, .BVCW .BVSimplePager .BVSimplePagerColumn a { | |
margin-right: 10px; | |
} | |
.BVCW .BVRRSimplePager .BVRRSimplePagerColumn a, .BVCW .BVQASimplePager .BVQASimplePagerColumn a, .BVCW .BVSYSimplePager .BVSYSimplePagerColumn a, .BVCW .BVSUSimplePager .BVSUSimplePagerColumn a, .BVCW .BVSimplePager .BVSimplePagerColumn a { | |
} | |
.BVCW .BVRRSimplePager .BVRRCurrentPage, .BVCW .BVQASimplePager .BVQACurrentPage, .BVCW .BVSYSimplePager .BVSYCurrentPage, .BVCW .BVSUSimplePager .BVSUCurrentPage, .BVCW .BVSimplePager .BVCurrentPage { | |
color: #999999; | |
float: right; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
} | |
.BVCW .BVCWFooter { | |
clear: none; | |
float: right; | |
padding: 0; | |
text-align: right; | |
width: 63%; | |
} | |
.BVCW .BVCWPickProduct { | |
font-size: 12px; | |
} | |
.BVSU_COStep { | |
padding: 20px; | |
width: 800px; | |
} | |
.BVSU_COStep .BVSU_SUProduct { | |
color: #666666; | |
float: left; | |
font-size: 12px; | |
text-align: center; | |
width: 200px; | |
} | |
.BVSU_COStep .BVSU_SUContent { | |
margin-left: 220px; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 10px; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUUserNicknamePrefix { | |
font-style: italic; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUTextShort { | |
margin: 10px 0; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUTextLong { | |
margin: 10px 0; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUTextShortParagraph { | |
margin-top: 10px; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUTextLongParagraph { | |
margin-top: 10px; | |
} | |
.BVSU_COStep .BVSU_SUContent .BVSU_SUTextShortParagraph .BVDI_AbbreviatedLink { | |
white-space: nowrap; | |
} | |
.BVSU_COStep .BVSUError { | |
} | |
.BVSU_COStep .BVSUFieldContainer { | |
margin-bottom: 10px; | |
} | |
.BVSU_COStep .BVSUFieldContainer label { | |
} | |
.BVSU_COStep .BVSUModuleActions { | |
display: block; | |
float: right; | |
} | |
.BVSU_COStep .BVSUTipBox { | |
display: none; | |
} | |
.BVSU_COStep .BVSUFieldText { | |
width: 400px; | |
} | |
.BVSU_COStep .BVSUFieldContainer textarea { | |
width: 400px; | |
} | |
.BVSU_COStep .BVSUFieldText { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVSU_COStep .BVSUFieldText:focus { | |
outline: medium none; | |
} | |
.BVSU_COStep input.BVSUError, .BVSU_COStep textarea.BVSUError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
#BVSUFieldLabelCommentTextID { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
textarea#BVSUFieldTextAreaCommentTextID { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
textarea#BVSUFieldTextAreaCommentTextID:focus { | |
outline: medium none; | |
} | |
#BVSUFieldTextAreaCommentTextID.BVSUError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVSUModulePhotoUpload { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
margin-bottom: 0; | |
opacity: 1; | |
} | |
.BVSUHeaderModuleVideoUpload { | |
display: none; | |
} | |
.BVSUVideoUploadContentBody .BVSUFieldHelperVideoInput { | |
margin-left: 0; | |
} | |
.BVSU_COStep .BVSUFieldInputPhotoUploadCaption { | |
width: 70%; | |
} | |
.BVSU_COStep .BVSUFieldLabelUserNickname { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSU_COStep #BVSUFieldTextCommentUserNicknameID { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVSU_COStep #BVSUFieldTextCommentUserNicknameID:focus { | |
outline: medium none; | |
} | |
.BVSU_COStep #BVSUFieldTextCommentUserNicknameID.BVSUError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVSU_COStep .BVSUFieldContainerEmailAlert label { | |
display: inline; | |
} | |
.BVSU_COStep .BVSUFieldContainerEmailAlert .BVSUFieldLabel { | |
display: inline; | |
float: none; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5; | |
text-transform: none; | |
width: auto; | |
} | |
.BVSU_COStep .BVSUFieldCheckboxAgreedToTermsAndConditions { | |
width: auto; | |
} | |
.BVSU_COStep .BVSUFieldContainerAgreedToTermsAndConditions label { | |
display: inline; | |
} | |
.BVSU_COStep .BVSUFieldContainerAgreedToTermsAndConditions .BVSUFieldLabel { | |
display: inline; | |
float: none; | |
font-size: 11px; | |
line-height: 1.5; | |
width: auto; | |
} | |
.BVSU_COStep .BVSUFieldContainerAgreedToTermsAndConditions a { | |
text-transform: lowercase; | |
} | |
.BVSU_COStep .BVSUFieldContainerButtons { | |
margin-bottom: 10px; | |
} | |
.BVSU_COStep .BVSUPostingDisclaimer { | |
margin-bottom: 10px; | |
} | |
.BVSU_COStep .BVSUFieldContainerUserEmail { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 10px; | |
} | |
.BVSU_COStep .BVSUSubmissionFooterLinks { | |
} | |
.BVSU_COStepEdit .BVSUInsideBodyModuleMain { | |
padding: 10px 0; | |
} | |
.BVSU_COStepEdit .BVSU_SURatingOverall { | |
margin-bottom: 10px; | |
} | |
.BVSU_COStepEdit .BVSU_SURatingNormalLabel { | |
display: none; | |
} | |
.BVSU_COStepEdit .BVSU_SURatingNormalImage { | |
display: inline; | |
font-size: 13px; | |
} | |
.BVSU_COStepEdit .BVSU_SURatingNormalOutOf { | |
color: #999999; | |
display: none; | |
font-size: 11px; | |
line-height: 1.2em; | |
} | |
.BVSU_COStepEdit .BVSU_SURatingNormalOutOf .BVSU_SUNumber { | |
font-weight: bold; | |
} | |
.BVSU_COStepEdit .BVSU_SURatingNormalOutOf .BVSU_SUSeparatorText { | |
margin: 0 0 0 5px; | |
} | |
.BVSU_COStepEdit .BVSU_SUUserNicknameContainer { | |
display: inline; | |
} | |
.BVSU_COStepEdit .BVSU_SUUserLocationContainer { | |
display: inline; | |
} | |
.BVSU_COStepEdit .BVSUCommentFormVideoUploadErrorList { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVSU_COStepEdit .BVSUInsideBodyModuleProductReferences { | |
padding: 10px 0; | |
} | |
.BVSU_COStepEdit .BVSU_PL { | |
margin: 0; | |
} | |
.BVSU_COStepEdit .BVSU_PLHeader { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVSU_COStepEdit .BVSU_PLHeader .BVSU_PLTitle { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSU_COStepEdit .BVSUInsideModuleButtons { | |
padding: 20px 0; | |
} | |
.BVSU_COStepEdit .BVSUInsideBodyModuleButtons { | |
overflow: hidden; | |
width: 100%; | |
} | |
.BVSU_COStepPreview .BVSUSubtitle { | |
display: none; | |
} | |
.BVSU_COStepPreview .BVSUInsideBodyModule { | |
padding: 10px 0; | |
} | |
.BVSU_COStepPreview .BVSUHeaderModuleButtons { | |
display: none; | |
} | |
.BVSU_COStepPreview .BVSUBodySummary { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
margin: 0; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVSU_COStepPreview .BVDI_COContent { | |
} | |
.BVSU_COStepPreview .BVSUFormLegendRequired { | |
display: none; | |
} | |
.BVSU_COStepPreview .BVSUFieldContainerEmailAlert { | |
display: none; | |
} | |
.BVSU_COStepThankYou .BVSUHeaderStep { | |
margin-bottom: 10px; | |
} | |
.BVSU_COStepThankYou .BVSUInsideBodyModule { | |
padding: 0 0 10px; | |
} | |
.BVSU_COStepThankYou .BVSUHeaderModuleButtons { | |
display: none; | |
} | |
.BVSUTagSection { | |
margin: 20px 0 30px; | |
overflow: hidden; | |
} | |
.BVSUTagSectionHeaderContainer { | |
} | |
.BVSUTagSectionToggle { | |
display: none; | |
} | |
.BVSUTagSectionHeader { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVSUTagsHelper { | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5; | |
} | |
.BVSUTagsBlock { | |
} | |
.BVSUTagColumn { | |
} | |
.BVSUTagRow { | |
float: left; | |
margin-right: 15px; | |
padding: 6px 0; | |
} | |
.BVSUTagRow input { | |
} | |
.BVSUTagRow .BVSUTagCheckbox { | |
margin-right: 2px; | |
} | |
.BVSUTagRow input[type="text"] { | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
padding: 2px !important; | |
width: 140px; | |
} | |
.BVSUTagRow .BVSUTagTextBox { | |
width: 140px; | |
} | |
.BVSUTagRow .BVSUTagTextBox { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVSUTagRow .BVSUTagTextBox:focus { | |
outline: medium none; | |
} | |
.BVSUErrorTagRow input.BVSUError[type="text"] { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVSUSelectedTag { | |
font-weight: bold; | |
} | |
.BVSUClientTagColumn { | |
float: left; | |
width: 100%; | |
} | |
.BVSUUserTagColumn { | |
} | |
.BVSUAfterTagColumnsSpacer { | |
clear: both; | |
} | |
.BVSUError .BVSUTagSectionHeaderContainer { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
} | |
.BVSUTagsExpandedElement { | |
} | |
.BVSUTagsExpandedElement .BVSUTagSectionToggle { | |
} | |
.BVSUTagsExpandedElement .BVSUTagsBlock { | |
} | |
.BVVIFormVideoUploadErrorList { | |
font-style: normal; | |
font-weight: normal; | |
margin: 10px 0; | |
text-transform: none; | |
} | |
.BVVIVideoUploadError { | |
clear: both; | |
color: #FF0000; | |
margin-bottom: 9px; | |
margin-top: 5px; | |
} | |
.BVVIVideoUploadMessagePleaseWaitImagePrefix { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-bottom: 5px; | |
} | |
.BVVIVideoUploadMessagePleaseWaitImageSuffix { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-top: 5px; | |
} | |
.BVVIVideoUploadCancel, .BVVIVideoUploadRemove { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
margin-top: 10px; | |
opacity: 0.7; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVVIVideoUploadCancel:hover, .BVVIVideoUploadRemove:hover { | |
opacity: 1; | |
} | |
.BVVIInternalVideoPreviewInside { | |
padding: 20px; | |
} | |
.BVVIFormVideoUploadErrorList { | |
background: none repeat scroll 0 0 transparent; | |
border: 0 none !important; | |
clear: both; | |
color: #FF0000; | |
margin-bottom: 9px; | |
margin-top: 5px; | |
opacity: 1; | |
} | |
.BVVIVideoUploadCancel:hover, .BVVIVideoUploadRemove:hover { | |
opacity: 0.7; | |
} | |
.BVSUHidden, button.BVSUHidden { | |
display: none; | |
} | |
.BVSubmissionLoading { | |
background: url("bv_sub_loading_60.gif") no-repeat scroll 0 0 transparent; | |
min-height: 60px; | |
min-width: 60px; | |
} | |
.BVSubmissionLoading iframe.BVSubmissionFrame { | |
visibility: hidden; | |
} | |
#BVLBWindow.BVSU_SearchLightbox { | |
margin-left: -315px; | |
width: 630px; | |
} | |
#BVLBContainer.BVSU_SearchLightbox { | |
width: 600px; | |
} | |
.BVProductPickerFrame { | |
background-color: #FFFFFF; | |
width: 600px; | |
} | |
.BVSubmissionLightboxWindow { | |
background-color: #FFFFFF; | |
display: block; | |
margin-left: -430px; | |
margin-top: 20px; | |
padding: 20px; | |
width: 860px; | |
} | |
.BVSubmissionLightbox .BVLinkClose, .BVSubmissionLightbox .BVLinkClose:visited { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
float: right; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
position: relative; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
z-index: 300; | |
} | |
.BVSubmissionLightbox .BVLinkClose:hover, .BVSubmissionLightbox .BVLinkClose:focus, .BVSubmissionLightbox .BVLinkClose:active { | |
} | |
.BVLBOpening { | |
display: none; | |
} | |
#BVLBHideSelect { | |
background-color: #FFFFFF; | |
border-width: 0; | |
height: 100%; | |
left: 0; | |
opacity: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2000; | |
} | |
#BVLBOverlay { | |
height: 100%; | |
left: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2001; | |
} | |
.BVLBOverlayMacFFBGHack { | |
background: url("macFFBackgroundHack.png") repeat scroll 0 0 transparent; | |
} | |
.BVLBOverlayBG { | |
background-color: #000000; | |
opacity: 0.7; | |
} | |
#BVLBLoading { | |
display: none; | |
height: 13px; | |
left: 50%; | |
margin: -6px 0 0 -104px; | |
position: fixed; | |
top: 50%; | |
width: 208px; | |
z-index: 2003; | |
} | |
#BVLBWindow { | |
display: none; | |
left: 50%; | |
position: absolute; | |
z-index: 2002; | |
} | |
#BVLBContainer { | |
clear: both; | |
overflow: hidden; | |
} | |
#BVNestedLBWindow.BVSU_SearchLightbox { | |
box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2); | |
margin-left: -300px; | |
width: 600px; | |
} | |
#BVNestedLBContainer.BVSU_SearchLightbox { | |
width: 600px; | |
} | |
.BVProductPickerFrame { | |
background-color: #FFFFFF; | |
width: 600px; | |
} | |
.BVNestedLBOpening { | |
display: none; | |
} | |
#BVNestedLBHideSelect { | |
background-color: #FFFFFF; | |
border-width: 0; | |
height: 100%; | |
left: 0; | |
opacity: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2010; | |
} | |
#BVNestedLBOverlay { | |
height: 100%; | |
left: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2011; | |
} | |
.BVNestedLBOverlayMacFFBGHack { | |
background: url("macFFBackgroundHack.png") repeat scroll 0 0 transparent; | |
} | |
.BVNestedLBOverlayBG { | |
background-color: #000000; | |
opacity: 0; | |
} | |
#BVNestedLBLoading { | |
display: none; | |
height: 13px; | |
left: 50%; | |
margin: -6px 0 0 -104px; | |
position: fixed; | |
top: 50%; | |
width: 208px; | |
z-index: 2013; | |
} | |
#BVNestedLBWindow { | |
display: none; | |
left: 50%; | |
position: absolute; | |
z-index: 2012; | |
} | |
#BVNestedLBContainer { | |
background-color: #FFFFFF; | |
clear: both; | |
overflow: hidden; | |
} | |
.BVHostedAuthenticationLightboxContainer { | |
display: block; | |
margin-left: -410px; | |
margin-top: 20px; | |
} | |
.BVHostedAuthenticationLBOpening { | |
display: none; | |
} | |
#BVHostedAuthenticationLBHideSelect { | |
background-color: #FFFFFF; | |
border-width: 0; | |
height: 100%; | |
left: 0; | |
opacity: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2000; | |
} | |
#BVHostedAuthenticationLBOverlay { | |
height: 100%; | |
left: 0; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 2001; | |
} | |
.BVHostedAuthenticationLBOverlayMacFFBGHack { | |
background: url("macFFBackgroundHack.png") repeat scroll 0 0 transparent; | |
} | |
.BVHostedAuthenticationLBOverlayBG { | |
background-color: #000000; | |
opacity: 0.7; | |
} | |
#BVHostedAuthenticationLBLoading { | |
display: none; | |
height: 13px; | |
left: 50%; | |
margin: -6px 0 0 -104px; | |
position: fixed; | |
top: 50%; | |
width: 208px; | |
z-index: 2003; | |
} | |
#BVHostedAuthenticationLBWindow { | |
display: none; | |
left: 50%; | |
position: absolute; | |
z-index: 2002; | |
} | |
#BVHostedAuthenticationLBContainer { | |
clear: both; | |
position: relative; | |
} | |
* html #BVHostedAuthenticationLBHideSelect, * html #BVHostedAuthenticationLBOverlay { | |
position: absolute; | |
} | |
* html #BVLBHideSelect, * html #BVLBOverlay { | |
position: absolute; | |
} | |
* html #BVLBLoading { | |
position: absolute; | |
top: 50%; | |
} | |
#BVUESContent { | |
background-color: #F7F7F7; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
max-width: 150px; | |
padding: 5px; | |
position: fixed; | |
right: 5px; | |
text-align: center; | |
top: 5px; | |
} | |
* html #BVUESContent { | |
position: absolute; | |
width: auto; | |
} | |
#BVUESHeader { | |
font-size: 18px; | |
font-weight: bold; | |
line-height: 32px; | |
} | |
#BVUESHeader:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
#BVUESHeaderIcon { | |
background: url("alertLarge.png") no-repeat scroll 0 0 transparent; | |
float: left; | |
height: 32px; | |
width: 32px; | |
} | |
* html #BVUESHeaderIcon { | |
} | |
#BVUESDetailsLink { | |
background-image: url("iconText.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
display: inline-block; | |
height: 18px; | |
margin-left: 2px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
#BVUESDetails { | |
background-color: #EEEEEE; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
margin-top: 5px; | |
padding: 5px; | |
} | |
.BVUESEnvironmentLabel { | |
font-weight: bold; | |
} | |
.ui-autocomplete { | |
background-color: #FFFFFF; | |
border: 1px solid #A5ACB2; | |
list-style: none outside none; | |
padding-left: 0; | |
width: 376px !important; | |
} | |
.ui-autocomplete li { | |
margin: 0; | |
} | |
.ui-autocomplete li a { | |
color: #000000; | |
display: block; | |
font-family: arial,helvetica,sans-serif; | |
font-size: 11px; | |
padding: 3px 5px; | |
width: 366px; | |
} | |
.ui-autocomplete li:hover, .ui-autocomplete li a:hover, .ui-state-hover { | |
background-color: #DDDDDD; | |
color: #000000; | |
cursor: pointer; | |
} | |
.BVQASummaryBox, .BVQAWidget, .BVQATitle, .BVQAQuestionSummary, .BVQAWidget textarea, .BVQADocumentation, .BVQAUnsubscribe, .BVQABadgeDefinitions { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
margin: 0; | |
} | |
.BVQASummaryBox a, .BVQAWidget a, .BVQAForm a, .BVQADocumentation a { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
text-decoration: underline; | |
} | |
.BVQASummaryBox a:visited, .BVQAWidget a:visited, .BVQAForm a:visited, .BVQADocumentation a:visited { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
text-decoration: underline; | |
} | |
.BVQASummaryBox a:hover, .BVQAWidget a:hover, .BVQAForm a:hover, .BVQADocumentation a:hover { | |
color: #990000; | |
font-family: Arial,sans-serif !important; | |
text-decoration: underline; | |
} | |
.BVQASummaryBox a:focus, .BVQAWidget a:focus, .BVQAForm a:focus, .BVQADocumentation a:focus { | |
color: #990000; | |
font-family: Arial,sans-serif !important; | |
text-decoration: underline; | |
} | |
.BVQASummaryBox a:active, .BVQAWidget a:active, .BVQAForm a:active, .BVQADocumentation a:active { | |
color: #990000; | |
font-family: Arial,sans-serif !important; | |
text-decoration: underline; | |
} | |
#BVSUSubmitQuestionInappropriateButtonID, #BVSUSubmitAnswerInappropriateButtonID { | |
background: url("buttonSubmit.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: left; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
#BVSUSubmitQuestionInappropriateButtonID:hover, #BVSUSubmitAnswerInappropriateButtonID:hover { | |
background: url("buttonSubmit.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: left; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 85px; | |
} | |
#BVSUCancelQuestionInappropriateButtonID, #BVSUCancelAnswerInappropriateButtonID { | |
background: url("buttonCancel.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: left; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 84px; | |
} | |
#BVSUCancelQuestionInappropriateButtonID:hover, #BVSUCancelAnswerInappropriateButtonID:hover { | |
background: url("buttonCancel.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
float: left; | |
height: 33px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 84px; | |
} | |
.BVDI_FVReportButtons { | |
overflow: hidden; | |
} | |
.BVQASearchPage #BVQAPageTabBrowseID a { | |
color: #333333; | |
display: inline-block; | |
font-weight: bold; | |
padding: 3px 0; | |
vertical-align: top; | |
} | |
.BVQASearchPage #BVQAPageTabBrowseID a, .BVQASearchPage #BVQAPageTabBrowseID a:visited { | |
color: #333333; | |
display: inline-block; | |
font-weight: bold; | |
padding: 3px 0; | |
vertical-align: top; | |
} | |
.BVQASearchPage #BVQAPageTabBrowseID a:hover, .BVQASearchPage #BVQAPageTabBrowseID a:focus, .BVQASearchPage #BVQAPageTabBrowseID a:active { | |
color: #333333; | |
display: inline-block; | |
font-weight: bold; | |
padding: 3px 0; | |
vertical-align: top; | |
} | |
.BVQASearchFormSubmitButton { | |
background: url("searchButton.png") no-repeat scroll 0 0 transparent; | |
border: medium none; | |
height: 26px; | |
text-indent: -9999px; | |
width: 54px; | |
} | |
.BVQASearchFormSubmitButton { | |
} | |
.BVQASearchFormSubmitButton:hover { | |
} | |
.BVQANoQuestions a { | |
background: url("askQuestionButton.png") no-repeat scroll 0 0 transparent; | |
float: left; | |
height: 32px; | |
text-indent: -9999px; | |
width: 140px; | |
} | |
.BVQANoQuestions a, .BVQANoQuestions a:visited { | |
} | |
.BVQANoQuestions a:hover, .BVQANoQuestions a:focus, .BVQANoQuestions a:active { | |
} | |
.BVQAAskQuestion a, .BVQAAskQuestion a:visited { | |
background: url("askQuestionButton.png") no-repeat scroll 0 0 transparent; | |
float: left; | |
height: 32px; | |
text-indent: -9999px; | |
width: 140px; | |
} | |
.BVQAAskQuestion a:hover, .BVQAAskQuestion a:focus, .BVQAAskQuestion a:active { | |
} | |
.BVQAAnswerQuestion a { | |
background: url("answerQuestionButton.png") no-repeat scroll 0 0 transparent; | |
float: left; | |
height: 32px; | |
text-indent: -9999px; | |
width: 175px; | |
} | |
.BVQAAnswerQuestion a, .BVQAAnswerQuestion a:visited { | |
} | |
.BVQAAnswerQuestion a:hover, .BVQAAnswerQuestion a:focus, .BVQAAnswerQuestion a:active { | |
} | |
.BVQAAnswerQuestionInactive { | |
} | |
.BVQAAnswerQuestionInactive, .BVQAAnswerQuestionInactive:hover { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
#BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a, .BVQAAuthenticationConfirmationBody a:visited, #BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:hover, #BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:focus, #BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:active { | |
font-size: 11px; | |
height: 1.5em; | |
line-height: 1.5; | |
margin-left: 15px; | |
padding: 0 10px; | |
} | |
#BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a, #BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
#BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:hover, #BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:focus, #BVQAAuthenticationConfirmationContainerID .BVQAAuthenticationConfirmationBody a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
input.BVQAButton, .BVSUButton { | |
cursor: pointer; | |
display: inline-block; | |
margin: 0 10px 0 0; | |
padding: 5px 10px; | |
vertical-align: top; | |
} | |
input.BVQAButton, .BVSUButton { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
input.BVQAButton:hover, .BVSUButton:hover { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
input.BVSUButtonPreview { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
input.BVSUButtonPreview:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
input.BVSUButtonSubmit { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
input.BVSUButtonSubmit:hover { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQABody { | |
} | |
.BVQAWidget img { | |
border-width: 0; | |
} | |
.BVQASummaryBox { | |
margin: 0; | |
overflow: hidden; | |
} | |
#BVQASummaryBoxTitleID { | |
color: #999999; | |
display: block; | |
float: none; | |
margin: 0; | |
} | |
.BVQASummaryBoxQuestionAndAnswerCount { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 3px; | |
margin-top: 0; | |
} | |
.BVQASummaryBoxQuestionAndAnswerCount .BVQACount { | |
} | |
.BVQASummaryBoxQuestionAndAnswerCount .BVQANumber { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVQASummaryBoxLink { | |
float: left; | |
} | |
.BVQASummaryBoxLink a { | |
} | |
.BVQASummaryBox .BVContentSubscription { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 0 1px; | |
display: inline; | |
margin-left: 8px; | |
margin-top: 5px; | |
padding-left: 10px; | |
} | |
#BVQAZeroDeploySummaryContainer { | |
clear: left; | |
margin-top: 10px; | |
} | |
.BVQAWidget { | |
margin: 0; | |
padding: 0 15px 0 30px; | |
position: relative; | |
} | |
.BVQAWidgetWrapper { | |
} | |
.BVQAHeader { | |
background: none repeat scroll 0 0 transparent; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0; | |
opacity: 1; | |
overflow: hidden; | |
padding: 10px 0; | |
} | |
#BVQAHeaderTitleID { | |
background: url("qaTitle.gif") no-repeat scroll 0 0 transparent; | |
border: 0 none; | |
height: 23px; | |
outline: medium none; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -9999em; | |
width: 163px; | |
} | |
.BVQAHeaderTitle { | |
} | |
.BVQAHeaderCategoryPath { | |
clear: both; | |
color: #999999; | |
display: none; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAHeaderCategoryPathCategoryName { | |
display: none; | |
} | |
.BVQAHeaderCategoryPathSeparator { | |
display: inline; | |
padding: 0 3px; | |
} | |
.BVQAHeaderSubTitle { | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: normal; | |
} | |
.BVQAQuestionAndAnswerCount { | |
color: #999999; | |
display: none; | |
float: right; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-left: 5px; | |
} | |
.BVQAQuestionAndAnswerCount .BVQANumber { | |
color: #999999; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
} | |
.BVQAMain { | |
background-color: #FFFFFF; | |
padding: 0; | |
position: relative; | |
} | |
.BVQAPageTabs { | |
float: left; | |
padding: 0; | |
} | |
.BVQAPageTabs:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAPageTab { | |
} | |
.BVQASelectedPageTab { | |
} | |
#BVQAPageTabBrowseID.BVQASelectedPageTab { | |
display: none; | |
} | |
.BVQAPageTabSpacerLeft, .BVQAPageTabSpacerMiddle, .BVQAPageTabSpacerRight { | |
display: none; | |
} | |
#BVQAPageTabSearchID, #BVQAPageTabHomeID, #BVQAPageTabBrowseID { | |
display: none; | |
} | |
.BVQASearchPage #BVQAPageTabBrowseID { | |
display: block; | |
float: left; | |
margin: 11px 10px 0 0; | |
} | |
.BVQASearchPage #BVQAPageTabBrowseID a { | |
} | |
#BVQAHomePageID .BVQAQuestionHeaderBullet { | |
display: none !important; | |
} | |
#BVQAHomePageID .BVQAQuestionHeaderOpen .BVQAQuestionSummary { | |
background-image: url("iconText.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
padding-left: 20px; | |
text-decoration: none; | |
} | |
#BVQAHomePageID .BVQAQuestionHeaderClosed .BVQAQuestionSummary { | |
background-image: url("iconText.gif"); | |
background-position: 0 -119px; | |
background-repeat: no-repeat; | |
padding-left: 20px; | |
text-decoration: none; | |
} | |
.BVQAMainContent { | |
padding: 10px 0; | |
} | |
.BVQASearchForm { | |
border: 1px solid #D3CCBF; | |
box-shadow: 1px 1px 3px #DDD9D0 inset; | |
display: inline; | |
float: left; | |
margin: 0 0 20px; | |
width: 333px; | |
} | |
#BVQAHomePageID .BVQASearchForm { | |
margin: 10px 0; | |
} | |
.BVQASearchFormText { | |
float: left; | |
margin-right: 10px; | |
width: 262px; | |
} | |
.BVQASearchFormTextInput { | |
background: none repeat scroll 0 0 transparent; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 0; | |
color: #B7B7B7; | |
font-family: "Georgia",serif; | |
font-size: 12px; | |
font-weight: bold; | |
padding: 4px 0 2px 5px; | |
vertical-align: middle; | |
width: 100%; | |
} | |
.BVQASearchFormTextInput:focus, .BVQASearchFormTextInput:active { | |
color: #333333; | |
} | |
.BVQASearchFormSubmit { | |
display: inline; | |
margin-left: 5px; | |
} | |
.BVQASearchFormSubmitButton { | |
} | |
.BVQAToolbar { | |
float: right; | |
margin-bottom: 10px; | |
padding-top: 2px; | |
text-align: right; | |
width: 30%; | |
} | |
.BVQAToolbarDisplayToggle { | |
display: none; | |
float: right; | |
font-size: 11px; | |
margin: 3px 0 0 5px; | |
} | |
.BVQAToolbarDisplayToggle a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAToolbarDisplayToggle a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAToolbarDisplayToggle a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAToolbarDisplayToggle a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAToolbarDisplayToggle a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAToolbarSort { | |
display: inline; | |
text-align: right; | |
} | |
.BVQAToolbarSortSelect { | |
display: inline; | |
} | |
.BVQAToolbarSortByLabel { | |
color: #999999; | |
display: inline; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-right: 5px; | |
} | |
a.BVQASortLink { | |
display: inline; | |
font-size: 11px; | |
line-height: 20px; | |
padding: 4px 15px 4px 10px; | |
} | |
a.BVQASortLink { | |
color: #000000; | |
text-decoration: none; | |
} | |
a.BVQASortLink:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
a.BVQASortLink:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
a.BVQASortLink:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
a.BVQASortLink:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQASorted { | |
font-weight: bold; | |
} | |
.BVQASortedDown { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQASortedUp { | |
background-image: url("iconText.gif"); | |
background-position: 0 -440px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQAQuestions { | |
clear: both; | |
} | |
.BVQANoQuestions { | |
margin: 0; | |
overflow: hidden; | |
padding: 5px 0 15px; | |
} | |
.BVQANoQuestions .BVQATitle { | |
font-size: 14px; | |
height: 25px; | |
padding-right: 8px; | |
} | |
.BVQANoQuestions a { | |
} | |
.BVQAAskQuestion a { | |
} | |
.BVQAAnswerQuestion a { | |
} | |
.BVQAAnswerQuestionInactive { | |
} | |
#BVQAHeaderID { | |
padding-bottom: 0; | |
} | |
#BVQAViewQuestionsContentID { | |
padding-top: 0; | |
} | |
.BVQAPhotoPopup { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
color: #999999; | |
cursor: pointer; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5; | |
overflow: hidden; | |
padding: 30px 20px 20px; | |
position: absolute; | |
z-index: 10000000; | |
} | |
.BVQAPhotoPopup div, .BVQAPhotoPopup span { | |
font-family: Arial,sans-serif !important; | |
} | |
.BVQAPhotoPopupHint { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
position: absolute; | |
right: 8px; | |
text-decoration: none; | |
text-indent: -9999em; | |
top: 8px; | |
} | |
.BVQAPhotoPopupImage { | |
text-align: center; | |
} | |
.BVQAPhotoPopupImage img { | |
height: auto; | |
} | |
.BVQAPhotoPopupCaption { | |
display: block; | |
margin-top: 3px; | |
text-align: center; | |
} | |
.BVQAQuestionGroupHeaderFirst { | |
} | |
.BVQAQuestionGroupHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
padding: 15px 0 10px; | |
} | |
.BVQAQuestionAndAnswers { | |
background-color: #F4F4EC; | |
border: 1px solid #EBE9D9; | |
box-shadow: 1px 1px 1px #FFFFFF inset; | |
display: block; | |
margin-bottom: 10px; | |
padding-bottom: 5px; | |
} | |
.BVQAQuestionHeader { | |
padding: 10px 0 10px 10px; | |
} | |
.BVQAQuestionHeaderClosed { | |
overflow: hidden; | |
} | |
.BVQAQuestionHeaderOpen { | |
padding-bottom: 0; | |
} | |
.BVQAQuestionHeaderOpen .BVQAQuestionSubheader { | |
display: none; | |
} | |
.BVQAQuestionHeaderBullet { | |
float: left; | |
margin: 0 5px 5px 0; | |
} | |
.BVQAQuestionHeaderOpen .BVQAQuestionHeaderBullet { | |
background-image: url("iconText.gif"); | |
background-position: 0 -80px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVQAQuestionHeaderClosed .BVQAQuestionHeaderBullet { | |
background-image: url("iconText.gif"); | |
background-position: 0 -119px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVQAQuestionSummary { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
padding-left: 0 !important; | |
} | |
#mainbody h1.BVQAQuestionSummary { | |
} | |
.BVQAQuestionSummary a { | |
color: #000000; | |
font-size: 13px !important; | |
text-decoration: none; | |
} | |
.BVQAQuestionSummary a:visited { | |
color: #000000; | |
font-size: 13px !important; | |
text-decoration: none; | |
} | |
.BVQAQuestionSummary a:hover { | |
color: #000000; | |
font-size: 13px !important; | |
text-decoration: none; | |
} | |
.BVQAQuestionSummary a:focus { | |
color: #000000; | |
font-size: 13px !important; | |
text-decoration: none; | |
} | |
.BVQAQuestionSummary a:active { | |
color: #000000; | |
font-size: 13px !important; | |
text-decoration: none; | |
} | |
.BVQAQuestionHeaderOpen .BVQAQuestionSummary a, .BVQAQuestionHeaderOpen .BVQAQuestionSummary a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAQuestionHeaderOpen .BVQAQuestionSummary a:hover, .BVQAQuestionHeaderOpen .BVQAQuestionSummary a:focus, .BVQAQuestionHeaderOpen .BVQAQuestionSummary a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAQuestionAnswersCount { | |
border-left: 1px solid #E1E1E1; | |
color: #999999; | |
float: right; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-left: 10px; | |
text-align: center; | |
width: 75px; | |
} | |
.BVQAQuestionAnswersCount .BVQACount { | |
color: #999999; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
} | |
.BVQAQuestionAnswersCount .BVQANumber { | |
color: #666666; | |
display: block; | |
font-family: Arial,sans-serif !important; | |
font-size: 15px; | |
font-weight: bold; | |
line-height: 1; | |
} | |
.BVQAQuestionAnswersCount .BVQAZeroCount, .BVQAQuestionAnswersCount .BVQAZeroCount .BVQANumber { | |
} | |
.BVQASignatureSubject { | |
color: #666666; | |
display: inline; | |
font-size: 11px; | |
font-style: italic; | |
padding: 0; | |
} | |
.BVQAQuestionMain { | |
clear: left; | |
} | |
.BVQAContextDataContainer { | |
color: #666666; | |
font-size: 11px; | |
margin: 10px 0; | |
} | |
.BVQAContextDataValueContainer { | |
float: left; | |
margin-right: 15px; | |
} | |
.BVQAContextDataValuePrefix { | |
font-weight: bold; | |
} | |
.BVQAContextDataValue { | |
} | |
.BVQAQuestionPhotoSection { | |
} | |
.BVQAQuestionPhotoSectionLabel { | |
} | |
.BVQAQuestionPhotoSectionHint { | |
} | |
.BVQAQuestionPhotoLine { | |
} | |
.BVQAQuestionPhotoThumbnail { | |
} | |
.BVQAQuestionPhotoThumbnail img { | |
} | |
.BVQAQuestionVideoSection { | |
} | |
.BVQAQuestionVideoSectionHeader { | |
display: none; | |
} | |
.BVQAQuestionVideoSectionLabel { | |
display: none; | |
font-weight: bold; | |
} | |
.BVQAQuestionVideoSectionHint { | |
display: none; | |
} | |
.BVQAQuestionVideoSectionContent { | |
display: inline; | |
} | |
.BVQAQuestionVideoSingleCaption { | |
display: block; | |
margin: 0; | |
padding: 10px 0; | |
text-align: center; | |
width: 320px; | |
} | |
.BVQAQuestion { | |
margin: 0 33px; | |
padding-bottom: 15px; | |
position: relative; | |
} | |
.BVQAQuestionDetails { | |
} | |
.BVQAQuestionLabel { | |
display: none; | |
} | |
.BVQAContentTitleLabel { | |
display: inline; | |
font-weight: bold; | |
} | |
.BVQAQuestionTitleLabel { | |
} | |
.BVQATagsContainer { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVQATagDimensionContainer { | |
} | |
.BVQATagsPrefix { | |
font-weight: bold; | |
padding-right: 3px; | |
} | |
.BVQATag { | |
} | |
.BVQAQuestionTagsSection { | |
clear: both; | |
} | |
.BVQAQuestionAdditionalFieldsContainer { | |
margin: 5px 0; | |
} | |
.BVQAQuestionAdditionalFieldsContainer .BVQAAdditionalFieldPrefix { | |
font-weight: bold; | |
} | |
.BVQAQuestionData { | |
position: relative; | |
} | |
.BVQASyndicatedQuestionAttribution { | |
} | |
.BVQAQuestionFeedbackList { | |
clear: right; | |
float: right; | |
margin-right: 10px; | |
margin-top: 15px; | |
} | |
.BVQAAnswerQuestion { | |
clear: left; | |
float: left; | |
} | |
.BVQAQuestionAnswerDivider { | |
margin: 0 75px 0 38px; | |
padding: 10px 10px 5px 0; | |
} | |
.BVQAQuestionAnswerDividerHeading { | |
color: #000000; | |
display: inline; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: normal; | |
overflow: hidden; | |
text-transform: uppercase; | |
} | |
.BVQAAnswers { | |
margin: 0 33px; | |
padding-bottom: 15px; | |
} | |
.BVQAAnswer { | |
background-color: #FFFFFF; | |
border-color: #E6E5D1; | |
border-style: solid; | |
border-width: 0 0 1px; | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); | |
margin: 0; | |
padding: 20px; | |
position: relative; | |
} | |
.BVQAAnswerText { | |
} | |
.BVQAAnswerLabel { | |
display: none; | |
} | |
.BVQAAnswerBestAnswer { | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAAnswerAdditionalFieldsContainer { | |
margin: 5px 0; | |
} | |
.BVQAAnswerAdditionalFieldsContainer .BVQAAdditionalFieldPrefix { | |
font-weight: bold; | |
} | |
.BVQAAnswerPhotoSection { | |
} | |
.BVQAAnswerPhotoSectionLabel { | |
} | |
.BVQAAnswerPhotoSectionHint { | |
} | |
.BVQAAnswerPhotoLine { | |
display: inline; | |
} | |
.BVQAAnswerPhotoLine .BVQAPhotoSectionSeparator { | |
} | |
.BVQAAnswerPhotoThumbnail { | |
} | |
.BVQAAnswerPhotoThumbnail img { | |
} | |
.BVQAAnswerVideoSection { | |
} | |
.BVQAAnswerVideoSectionHeader { | |
display: none; | |
} | |
.BVQAAnswerVideoSectionLabel { | |
display: none; | |
font-weight: bold; | |
} | |
.BVQAAnswerVideoSectionHint { | |
display: none; | |
} | |
.BVQAAnswerVideoSectionContent { | |
display: inline; | |
} | |
.BVQAAnswerVideoSingleCaption { | |
display: block; | |
margin: 0; | |
padding: 10px 0; | |
text-align: center; | |
width: 320px; | |
} | |
.BVQAAnswerData { | |
} | |
.BVQASyndicatedAnswerAttribution { | |
} | |
.BVQAAnswerFeedbackList { | |
text-align: right; | |
} | |
.BVQAAnswerBadges { | |
margin-bottom: 5px; | |
} | |
.BVQAAnswerBadge { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
cursor: default; | |
display: inline; | |
padding: 1px 1px 2px 2px; | |
vertical-align: middle; | |
} | |
.BVQAAnswerBadgeIcon { | |
} | |
.BVQAAnswerBadgeLabel { | |
} | |
.BVQAAnswerBadgeLink { | |
cursor: pointer; | |
} | |
.BVQAAnswerBadgeLink a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAAnswerBadgeLink a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAAnswerBadgeLink a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAAnswerBadgeLink a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAAnswerBadgeLink a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQABadgeSpacer { | |
height: 21px; | |
} | |
.BVQAAnswer.BVDI_BAContentBestAnswer, .BVQAAnswer.BVDI_BAContentBestAnswer, .BVQAAnswer.BVDI_BAContentFeatured, .BVQAAnswer.BVDI_BAContentExpert, .BVQAAnswer.BVDI_BAContentStaff, .BVQAAnswer.BVDI_BAContentTop1Contributor, .BVQAAnswer.BVDI_BAContentTop10Contributor, .BVQAAnswer.BVDI_BAContentTop25Contributor, .BVQAAnswer.BVDI_BAContentTop50Contributor, .BVQAAnswer.BVDI_BAContentTop100Contributor, .BVQAAnswer.BVDI_BAContentTop250Contributor, .BVQAAnswer.BVDI_BAContentTop500Contributor, .BVQAAnswer.BVDI_BAContentTop1000Contributor, .BVQAAnswer.BVDI_BAContentSocialAnsweringSubscriber { | |
padding-top: 30px; | |
position: relative; | |
} | |
.BVQAQuestionAndAnswers { | |
padding-top: 0; | |
} | |
.BVDI_BAAnswer { | |
position: absolute; | |
right: 10px; | |
top: 5px; | |
} | |
.BVDI_BAAnswer .BVDI_BAItem .BVDILink, .BVDI_BAAnswer .BVDI_BAItem .BVDILink:hover { | |
} | |
.BVBrowserIE7 .BVQAContent.BVQAAnswer .BVDI_BA.BVDI_BAAnswer { | |
position: static; | |
} | |
.BVQAAnswerDivider { | |
display: none; | |
} | |
.BVQAAnswerDivider hr { | |
border-width: 0; | |
display: none; | |
height: 1px; | |
padding: 0; | |
width: 98%; | |
} | |
.BVQANoAnswers { | |
} | |
.BVQAQuestionDivider { | |
} | |
#BVQAQuestionProductReferencesFieldID, #BVQAAnswerProductReferencesFieldID { | |
clear: both; | |
margin-top: 30px; | |
} | |
.BVQAAnswerProductReferencesDiv, .BVQAQuestionProductReferencesDiv { | |
clear: both; | |
margin: 20px 0 10px; | |
padding-top: 10px; | |
} | |
.BVDILinkProductRatingText { | |
display: none; | |
} | |
.BVQAWidget .BVDI_QTDashboard { | |
float: right; | |
margin: 2px 0 0; | |
padding: 0; | |
position: relative; | |
width: 17%; | |
z-index: 2; | |
} | |
.BVQAWidget .BVDI_QTInside { | |
padding: 0; | |
} | |
.BVQAWidget .BVDI_QTAttributes .BVDI_QTGroup { | |
float: right; | |
width: auto; | |
} | |
.BVQAPager { | |
float: right; | |
margin: 0 auto; | |
padding: 0; | |
text-align: left; | |
} | |
.BVQASimplePager { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px 0 0; | |
color: #666666; | |
display: none; | |
font-size: 11px; | |
position: relative; | |
z-index: 1; | |
} | |
.BVQASimplePager .BVQAPreviousPage { | |
left: 5px; | |
position: absolute; | |
top: 5px; | |
} | |
.BVQASimplePager .BVQANextPage { | |
position: absolute; | |
right: 5px; | |
top: 5px; | |
} | |
.BVQAPageBasedPager { | |
color: #666666; | |
float: right; | |
font-size: 11px; | |
text-align: left; | |
} | |
.BVQAPageLink { | |
} | |
.BVQAPageNumber { | |
padding: 3px; | |
} | |
.BVQAPageNumber a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPageNumber a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPageNumber a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPageNumber a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPageNumber a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQASelectedPageNumber { | |
color: #333333; | |
font-weight: bold; | |
padding: 3px; | |
} | |
.BVQACurrentPage { | |
text-align: center; | |
} | |
.BVQAPreviousPage { | |
padding-right: 10px; | |
} | |
.BVQANextPage { | |
padding-left: 10px; | |
} | |
.BVQAPreviousPage { | |
} | |
.BVQAPreviousPage a { | |
display: inline-block; | |
padding-left: 12px; | |
} | |
.BVQANextPage { | |
} | |
.BVQANextPage a { | |
background-position: right -480px; | |
display: inline-block; | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.BVQAPagerArrows { | |
display: none; | |
} | |
.BVQASearchPage { | |
} | |
.BVQASearchPage .BVQASearchForm { | |
} | |
.BVQASearchMatchCount { | |
clear: left; | |
color: #000000; | |
float: left; | |
font-size: 11px; | |
line-height: 1.5; | |
margin: 5px 0; | |
width: 60%; | |
} | |
.BVQASearchMatchZeroCount { | |
font-size: 13px; | |
} | |
.BVQASearchPage .BVQASearchContent { | |
padding: 8px 0; | |
} | |
* html .BVQASearchMatchCount { | |
display: inline; | |
float: left; | |
margin-top: 0; | |
width: 95%; | |
} | |
.BVQASearchPage b { | |
background-color: #333333; | |
color: #FFFFFF; | |
padding: 0 2px; | |
} | |
.BVQASearchScopes { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
} | |
.BVQASearchScopeHeader { | |
} | |
.BVQASearchScopeList { | |
margin: 9px 0 0 8px; | |
} | |
.BVQASearchScope { | |
} | |
.BVQASearchScopeName { | |
} | |
.BVQASearchScopeAllName { | |
margin-left: 0; | |
} | |
.BVQASelectedSearchScopeName { | |
font-weight: bold; | |
} | |
.BVQASelectedSearchScopeAllName { | |
margin-left: -10px; | |
} | |
.BVQASearchScopeChildren { | |
margin-left: 10px; | |
} | |
.BVQASearchScopeFooter { | |
} | |
.BVQAFooter { | |
padding: 10px 0 30px; | |
} | |
.BVQAFooter a { | |
} | |
.BVQAFooter .BVQAGuidelines { | |
display: none; | |
} | |
.BVQAGuidelines { | |
float: left; | |
padding: 10px 0 0; | |
} | |
#BVQAWidgetID div, #BVQAWidgetID span { | |
font-family: Arial,sans-serif !important; | |
} | |
#BVQASourceID { | |
} | |
#BVQHeaderID { | |
} | |
#BVQAHeaderSubTitleID { | |
clear: both; | |
} | |
#BVQAMainID { | |
} | |
#BVQAFooterID { | |
clear: both; | |
overflow: hidden; | |
} | |
#BVQAGuidelinesID { | |
} | |
#BVQAAskQuestionID { | |
} | |
#BVQAToolbarID { | |
} | |
#BVQAToolbarDisplayToggleID { | |
} | |
#BVQAToolbarSortID { | |
} | |
#BVQAPagerID { | |
} | |
#BVQAQuestionSubmittedID { | |
} | |
#BVQAQuestionsID { | |
} | |
#BVQAAnswersID { | |
} | |
#BVQANoQuestionsID { | |
} | |
.BVQASignature { | |
color: #666666; | |
float: left; | |
font-size: 11px; | |
line-height: 1.5; | |
overflow: hidden; | |
} | |
.BVQAQuestion .BVQASignature { | |
} | |
.BVQAWrittenBy { | |
color: #999999; | |
display: inline; | |
} | |
.BVQANickname { | |
display: inline; | |
font-size: 11px; | |
font-weight: bold; | |
margin-right: 5px; | |
} | |
.BVQANickname a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVQANicknamePrefix { | |
float: left; | |
} | |
.BVQALocation { | |
display: inline; | |
font-family: Arial,sans-serif !important; | |
} | |
.BVQALocationPrefix { | |
padding-left: 5px; | |
} | |
.BVQAUserProfile { | |
display: none; | |
} | |
.BVQADatePrefix { | |
float: left; | |
} | |
.BVQAAvatar { | |
display: none; | |
float: left; | |
margin-right: 13px; | |
width: 30px; | |
} | |
.BVQAAvatar img { | |
width: 100%; | |
} | |
.BVQAAvatar:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQASyndicatedContentAttribution { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #666666; | |
font-size: 11px; | |
margin-bottom: 15px; | |
overflow: hidden; | |
padding: 5px; | |
} | |
.BVQASyndicatedContentSource { | |
float: left; | |
line-height: 2; | |
} | |
.BVQASyndicatedContentSourceLogo { | |
float: right; | |
} | |
.BVQASyndicatedContentSourceLogo img { | |
width: 80px; | |
} | |
.BVQAQuestion .BVAttributionLocale { | |
bottom: -35px; | |
clear: none; | |
left: 0; | |
margin: 0; | |
padding: 0; | |
position: absolute; | |
} | |
.BVQAAnswer .BVAttributionLocale { | |
bottom: 0; | |
position: absolute; | |
} | |
.BVQAAnswerZoneQuestion .BVAttributionLocale { | |
margin-top: 10px; | |
} | |
.BVQAQuestionSubject { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
color: #666666; | |
font-size: 11px; | |
margin-bottom: 15px; | |
overflow: hidden; | |
padding: 5px 0 0 5px; | |
} | |
.BVQAQuestionSubjectImage { | |
float: left; | |
margin-right: 10px; | |
} | |
.BVQAQuestionSubjectImage img { | |
height: auto; | |
width: 30px; | |
} | |
.BVQAQuestionSubjectName { | |
padding-top: 8px; | |
} | |
.BVQAQuestionSubheader { | |
background-color: transparent; | |
font-style: normal; | |
font-weight: normal; | |
margin: 5px 115px 0 22px; | |
opacity: 0.5; | |
text-transform: none; | |
} | |
.BVQAQuestionAndAnswers:hover .BVQAQuestionSubheader { | |
opacity: 1; | |
} | |
.BVQAQuestionSubheader:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAQuestionAndAnswers .BVQAQuestionSubject { | |
display: none; | |
} | |
.BVQAQuestionAndAnswersMirrored .BVQAQuestionSubject { | |
display: none; | |
} | |
.BVQAQuestionAndAnswersNative .BVQASignatureSubject { | |
display: none; | |
} | |
.BVQAFeedbackList { | |
} | |
.BVQAFeedback { | |
display: inline; | |
} | |
.BVQAFeedback a { | |
} | |
.BVQAFeedbackNumber { | |
color: #999999; | |
display: inline; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-weight: bold; | |
padding: 2px; | |
} | |
.BVQAActiveFeedback { | |
display: inline-block; | |
height: 20px; | |
margin: 0; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
vertical-align: bottom; | |
width: 20px; | |
} | |
.BVQAInactiveFeedback { | |
display: inline; | |
margin: 0; | |
} | |
.BVQAHelpfulnessFeedback { | |
} | |
.BVQAFeedback a { | |
color: #000000; | |
opacity: 0.7; | |
text-decoration: none; | |
} | |
.BVQAFeedback a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAFeedback a:hover { | |
color: #000000; | |
opacity: 1; | |
text-decoration: none; | |
} | |
.BVQAFeedback a:focus { | |
color: #000000; | |
opacity: 1; | |
text-decoration: none; | |
} | |
.BVQAFeedback a:active { | |
color: #000000; | |
opacity: 1; | |
text-decoration: none; | |
} | |
.BVQAPositiveFeedback { | |
} | |
.BVQAPositiveFeedback a { | |
background: url("votingThumbUpSprite.gif") no-repeat scroll 0 0 transparent; | |
display: block; | |
height: 20px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 20px; | |
} | |
.BVQANegativeFeedback { | |
} | |
.BVQANegativeFeedback a { | |
background: url("votingThumbDownSprite.gif") no-repeat scroll 0 0 transparent; | |
display: block; | |
height: 20px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 20px; | |
} | |
.BVQAInappropriateFeedback { | |
} | |
.BVQAInappropriateFeedback a { | |
background: url("iconReport.gif") no-repeat scroll 0 0 transparent; | |
display: block; | |
height: 20px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 20px; | |
} | |
.BVQAInactiveFeedback a { | |
cursor: default; | |
} | |
.BVQAInactiveFeedback a:hover, .BVQAInactiveFeedback a:focus, .BVQAInactiveFeedback a:active { | |
opacity: 0.7; | |
} | |
.BVQAFeedbackMessage { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-top: 3px; | |
} | |
.BVQAShowMessage { | |
padding: 10px; | |
} | |
.BVQAShowMessageText { | |
} | |
.BVQAShowMessageLink { | |
} | |
.BVQABadge { | |
border-width: 0; | |
} | |
.BVQABadgeIcon { | |
} | |
.BVQABadgeLabel { | |
display: none; | |
} | |
.BVQAStaffIcon { | |
} | |
.BVQAStaffLabel { | |
} | |
.BVQAStaffBadge { | |
} | |
.BVQAExpertIcon { | |
} | |
.BVQAExpertLabel { | |
} | |
.BVQAExpertBadge { | |
} | |
.BVQAFeaturedIcon { | |
} | |
.BVQAFeaturedLabel { | |
} | |
.BVQAFeaturedBadge { | |
} | |
.BVQATop1ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop10ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop25ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop50ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop100ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop250ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop500ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop1000ContributorBadge { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQATop1ContributorIcon { | |
} | |
.BVQATop10ContributorIcon { | |
} | |
.BVQATop25ContributorIcon { | |
} | |
.BVQATop50ContributorIcon { | |
} | |
.BVQATop100ContributorIcon { | |
} | |
.BVQATop250ContributorIcon { | |
} | |
.BVQATop500ContributorIcon { | |
} | |
.BVQATop1000ContributorIcon { | |
} | |
.BVQATop1ContributorLabel { | |
display: none; | |
} | |
.BVQATop10ContributorLabel { | |
display: none; | |
} | |
.BVQATop25ContributorLabel { | |
display: none; | |
} | |
.BVQATop50ContributorLabel { | |
display: none; | |
} | |
.BVQATop100ContributorLabel { | |
display: none; | |
} | |
.BVQATop250ContributorLabel { | |
display: none; | |
} | |
.BVQATop500ContributorLabel { | |
display: none; | |
} | |
.BVQATop1000ContributorLabel { | |
display: none; | |
} | |
.BVQATitle { | |
} | |
.BVQAContent { | |
} | |
.BVQAContentText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
margin-bottom: 5px; | |
margin-top: 7px; | |
word-wrap: break-word; | |
} | |
a.BVQAContentTextLink { | |
} | |
.BVQAContentLabel { | |
font-weight: bold; | |
} | |
.BVQAContentData { | |
clear: both; | |
padding-top: 11px; | |
} | |
.BVQAContentData:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAContentData .BVQAElapsedTime { | |
} | |
.BVQAContentData .BVQASpacer { | |
} | |
.BVQAContentData .BVQAContentDataSpacer { | |
} | |
.BVQAElapsedTime { | |
color: #999999; | |
float: left; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 15px; | |
margin-right: 3px; | |
} | |
.BVQAError { | |
} | |
.BVQAErrorText { | |
color: #FF0000; | |
} | |
.BVQAEmailAddress { | |
font-weight: bold; | |
} | |
.BVQADelayDisclaimer { | |
} | |
.BVQAPrivacyPolicyDisclaimer { | |
display: none; | |
} | |
.BVQAHidden { | |
display: none; | |
} | |
.BVQACount { | |
display: inline; | |
text-transform: lowercase; | |
} | |
.BVQAZeroCount { | |
font-style: normal; | |
font-weight: normal; | |
text-transform: none; | |
} | |
.BVQANonZeroCount .BVQANumber { | |
font-weight: bold; | |
} | |
.BVQANumber { | |
display: inline; | |
} | |
.BVQABadges { | |
overflow: hidden; | |
padding: 5px 0; | |
} | |
.BVQABadge { | |
} | |
.BVDI_BAItem a, .BVDI_BAItem a:hover { | |
color: #666666; | |
font-size: 11px; | |
} | |
#BVQAContentSubmissionID { | |
} | |
.BVQAMainEdit, .BVQAMainPreview, .BVQAMainSubmitted, .BVQAMainSubscribe { | |
background-color: #FFFFFF; | |
padding: 0; | |
} | |
.BVQAContentSubmission { | |
padding: 5px; | |
} | |
.BVQAWidget input { | |
} | |
.BVQAWidget input.BVQAError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAWidget textarea { | |
line-height: 1.5em; | |
padding: 5px; | |
width: 400px; | |
} | |
.BVQAWidget textarea:focus { | |
} | |
.BVQAWidget textarea.BVQAError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAEditContent { | |
} | |
.BVQAPreviewContent { | |
} | |
.BVQASubmittedContent { | |
} | |
.BVQAContentSubmission .BVQAElapsedTime { | |
display: inline; | |
} | |
.BVQAFormTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
margin: 10px 0; | |
} | |
.BVQAQuestionEditFormTitle, .BVQAAnswerEditFormTitle { | |
display: none; | |
} | |
.BVQAFormErrorTitle { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FF0000; | |
margin-bottom: 16px; | |
padding: 10px; | |
} | |
.BVQAFormErrorTitle b { | |
color: #FF0000; | |
font-weight: bold; | |
} | |
.BVQAForm { | |
clear: both; | |
margin: 0; | |
padding: 0; | |
position: relative; | |
} | |
.BVQAField { | |
} | |
#BVQAQuestionQuestionDetailsFieldID { | |
margin-top: 15px; | |
} | |
#BVQAQuestionQuestionDetailsFieldID textarea { | |
height: 75px; | |
width: 668px; | |
} | |
.BVQAFieldBody { | |
} | |
#BVQAAnswerAnswerTextFieldID .BVQAFieldHeader, #BVQAQuestionSummaryFieldID .BVQAFieldHeader, .BVQAFieldHeader.BVQAFieldHeaderPhotoUpload, #BVQAQuestionProductReferencesFieldID .BVQAFieldHeader, #BVQAAnswerProductReferencesFieldID .BVQAFieldHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
margin-top: 10px; | |
} | |
.BVQAFieldHeader, .BVQATagSectionHeader, .BVQAInputHeader { | |
display: block; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-bottom: 6px; | |
} | |
#BVQAQuestionUserNicknameFieldID .BVQAFieldHeader, #BVQAQuestionUserLocationFieldID .BVQAFieldHeader { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQATagSectionHeader { | |
padding-bottom: 0; | |
} | |
#BVQAQuestionSummaryFieldID .BVQAFieldHeader, #BVQAAnswerSummaryFieldID .BVQAFieldHeader { | |
padding-bottom: 0; | |
} | |
#BVQAQuestionVisibleVideoURLInputID .BVQAFieldHeader, #BVQAQuestionVisibleVideoURLCaptionInputID .BVQAFieldHeader, .BVQATagSectionHeader { | |
padding-bottom: 0; | |
} | |
#BVQAAnswerProductReferencesFieldID { | |
margin-top: 20px; | |
} | |
.BVQAFieldHeaderFollowingText { | |
} | |
.BVQARequiredFieldMarker { | |
color: #FF0000; | |
margin: 0 3px 0 0; | |
} | |
.BVQAFieldMessage { | |
} | |
.BVQAFieldErrorMessage { | |
color: #FF0000; | |
margin-bottom: 5px; | |
} | |
.BVQAFieldInput { | |
} | |
.BVQAFieldValue { | |
} | |
.BVQAFieldText { | |
width: 400px; | |
} | |
.BVQAFieldText { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 20px; | |
padding: 6px 3px; | |
} | |
.BVQAFieldText:focus { | |
outline: medium none; | |
} | |
input.BVQAError[type="text"] { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAFieldTextInput { | |
} | |
.BVQAFieldTextArea { | |
} | |
.BVQAFieldCheckbox { | |
} | |
.BVQAFieldSelect { | |
} | |
.BVQAFieldRadio { | |
} | |
.BVQAFieldSubmit { | |
} | |
.BVQAFieldImage { | |
} | |
.BVQAFieldFile { | |
} | |
.BVQAFieldFollowingText { | |
color: #999999; | |
display: inline; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQARequiredFieldText { | |
} | |
.BVQAOptionalFieldText { | |
} | |
.BVQAOptionalFieldMarker { | |
display: none; | |
} | |
.BVQAFieldHelper, .BVQATagSectionHelper { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.2em; | |
padding: 5px 0; | |
} | |
.BVQAFieldHelperPhotoInput { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding-top: 5px; | |
} | |
.BVQAButtons { | |
margin-top: 30px; | |
} | |
.BVQAButton, .BVSUButton { | |
} | |
.BVQAFormText { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.2em; | |
padding: 5px 0; | |
} | |
.BVQAFormText a { | |
} | |
.BVQAFormText a:hover { | |
} | |
#BVQAQuestionEditDisplayDisclaimerID, #BVQAAnswerEditDisplayDisclaimerID, #BVQAQuestionPostDelayDisclaimerID { | |
margin-top: 30px; | |
} | |
.BVQAContentSubmission .BVQASignature { | |
float: none; | |
margin-top: 10px; | |
} | |
.BVQAAnswerSummary { | |
margin-bottom: 25px; | |
margin-top: 25px; | |
} | |
.BVQAQuestionOverallSummary { | |
padding: 15px; | |
} | |
.BVQAContentSubmission .BVQAQuestionSummary { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin-bottom: 10px; | |
margin-top: 5px; | |
} | |
.BVQAContentTextGuidelines { | |
margin: 5px 0; | |
} | |
.BVQAContentTextGuidelines .BVSUButton { | |
background: url("iconText.gif") no-repeat scroll 0 -160px transparent; | |
border-width: 0; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5em; | |
opacity: 1; | |
padding: 0 0 0 18px; | |
text-decoration: none; | |
text-transform: none; | |
} | |
.BVQAContentTextGuidelines .BVSUButton:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAAnswerTextGuidelines { | |
} | |
.BVQAQuestionFormErrorTitle { | |
} | |
#BVQAQuestionFormErrorTitleID { | |
} | |
.BVQAQuestionContentSubmission { | |
} | |
#BVQAQuestionContentSubmissionID { | |
} | |
.BVQAEditQuestionContent { | |
} | |
#BVQAEditQuestionContentID { | |
} | |
.BVQAPreviewQuestionContent { | |
} | |
#BVQAPreviewQuestionContentID { | |
} | |
.BVQAPreviewQuestionContent .BVQAQuestionOverallSummary { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
margin-bottom: 10px; | |
overflow: hidden; | |
padding: 10px; | |
} | |
.BVQASubmittedQuestionContent { | |
} | |
#BVQASubmittedQuestionContentID { | |
} | |
.BVQASubmittedQuestionContent .BVQAFormDescriptiveText { | |
margin-bottom: 15px; | |
margin-top: 15px; | |
} | |
#BVQAQuestionSummaryFieldID input { | |
width: 668px; | |
} | |
#BVQAQuestionSummaryFieldID input { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
#BVQAQuestionSummaryFieldID input:focus { | |
outline: medium none; | |
} | |
#BVQAQuestionSummaryFieldID input.BVQAError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
#BVQAQuestionUserEmailAddressFieldID input { | |
width: 400px; | |
} | |
#BVQAQuestionUserEmailAddressFieldID .BVQAFieldHeader { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAQuestionFormButtons .BVQACancelButton { | |
margin-right: 10px; | |
} | |
#BVQAQuestionUserNicknameFieldID { | |
clear: both; | |
margin-top: 25px; | |
} | |
#BVQAQuestionUserNicknameFieldID .BVQAFieldValue { | |
margin-left: 10px; | |
margin-top: 10px; | |
} | |
#BVQAQuestionDisplayAsAnonymousFieldID { | |
} | |
#BVQAQuestionDisplayAsAnonymousFieldID input { | |
vertical-align: middle; | |
} | |
#BVQAQuestionAgreedToTermsAndConditionsID { | |
} | |
#BVQAQuestionAgreedToTermsAndConditionsID input { | |
vertical-align: middle; | |
} | |
#BVQAQuestionAgreedToTermsAndConditionsID .BVQAFieldFollowingText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
#BVQAQuestionAgreedToTermsAndConditionsID a { | |
text-transform: lowercase; | |
} | |
#BVQAQuestionSendEmailAlertsID { | |
margin-top: 25px; | |
} | |
#BVQAQuestionSendEmailAlertsID input { | |
vertical-align: middle; | |
} | |
#BVQAQuestionSendEmailAlertsID .BVQAFieldFollowingText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
#BVQAQuestionSendEmailAlertWhenAnsweredID { | |
} | |
.BVQAMainPreview #BVQAQuestionSendEmailAlertWhenAnsweredID, .BVQAMainPreview #BVQAQuestionSendEmailAlertsID { | |
display: none; | |
} | |
#BVQAQuestionSendEmailAlertWhenAnsweredID .BVQAFieldFollowingText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
#BVQAQuestionSendEmailAlertWhenAnsweredID input { | |
vertical-align: middle; | |
} | |
#BVQAQuestionUserLocationFieldID { | |
clear: both; | |
margin-top: 10px; | |
} | |
#BVQAQuestionUserEmailAddressFieldID { | |
} | |
#BVQAQuestionUserEmailAddressFieldID .BVQAFieldHeader { | |
font-size: 11px; | |
} | |
#BVQAQuestionEditPrivacyPolicyDisclaimerID { | |
margin-top: 25px; | |
} | |
.BVQAQuestionEditPrivacyPolicyDisclaimer { | |
} | |
#BVQAQuestionPreviewTermsAndConditionsID { | |
margin-top: 15px; | |
} | |
.BVQAQuestionSubmittedDisplayDisclaimer { | |
margin-bottom: 15px; | |
margin-top: 15px; | |
padding-left: 0; | |
} | |
#BVQAQuestionFormButtonsID { | |
clear: both; | |
} | |
.BVQAContextDataFields { | |
clear: both; | |
} | |
.BVQAContextDataFields .BVQAField { | |
margin-top: 10px; | |
} | |
.BVQAContextDataFields .BVQAFieldHeader { | |
padding-bottom: 0; | |
} | |
.BVQAContextDataFields .BVQAFieldSelect { | |
margin-top: 3px; | |
} | |
.BVQAMainPreview #BVQAQuestionSendEmailAlertsID { | |
display: none; | |
} | |
.BVQAMainPreview #BVQAQuestionPreviewNotificationID, .BVQAMainPreview #BVQAAnswerPreviewNotificationID { | |
display: block; | |
font-size: 12px; | |
padding: 10px 0; | |
} | |
.BVQAEmailAddress { | |
font-weight: bold; | |
} | |
.BVQAInappropriateFeedbackFormTitle { | |
} | |
.BVQAInappropriateFeedbackFormTitleID { | |
} | |
.BVQAAnswerFormErrorTitle { | |
} | |
#BVQAAnswerFormErrorTitleID { | |
} | |
.BVQAAnswerContentSubmission { | |
} | |
#BVQAAnswerContentSubmissionID { | |
} | |
.BVQAEditAnswerContent { | |
} | |
#BVQAEditAnswerContentID { | |
} | |
.BVQAProductInformation { | |
overflow: hidden; | |
} | |
.BVQAProductDetailsImage img { | |
float: left; | |
margin: 0 10px 10px 0; | |
} | |
.BVQAProductDetailsText { | |
} | |
.BVQAProductDetailsName { | |
font-size: 18px; | |
font-weight: bold; | |
margin-bottom: 15px; | |
} | |
.BVQAPreviewAnswerContent { | |
} | |
#BVQAPreviewAnswerContentID { | |
} | |
.BVQASubmittedAnswerContent { | |
} | |
#BVQASubmittedAnswerContentID { | |
} | |
.BVQASubmittedAnswerContent .BVQAFormDescriptiveText { | |
margin-bottom: 15px; | |
margin-top: 15px; | |
} | |
#BVQAAnswerAnswerTextFieldID textarea { | |
width: 650px; | |
} | |
#BVQAAnswerAnswerTextFieldID textarea { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
#BVQAAnswerAnswerTextFieldID textarea:focus { | |
outline: medium none; | |
} | |
#BVQAAnswerAnswerTextFieldID textarea.BVQAError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAAnswerContentSubmission .BVQAQuestionOverallSummary { | |
background-color: #F7F7F7; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
color: #666666; | |
font-size: 11px; | |
margin-top: 15px; | |
opacity: 0.7; | |
padding: 10px; | |
} | |
.BVQAAnswerContentSubmission .BVQAQuestionOverallSummary:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAPreviewAnswerContent .BVQAAnswerSummary { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
margin-bottom: 10px; | |
padding: 10px; | |
} | |
.BVQAPreviewAnswerContent .BVQAAnswerSummary:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAEditAnswerContent .BVQADataSeparator { | |
display: none; | |
} | |
.BVQAEditAnswerContent .BVQASignature .BVQADataSeparator { | |
display: inline; | |
} | |
.BVQAEditAnswerContent .BVQAQuestionDetails { | |
margin-top: 10px; | |
} | |
#BVQAAnswerUserEmailAddressFieldID input { | |
width: 200px; | |
} | |
#BVQAAnswerUserNicknameFieldID { | |
margin-top: 25px; | |
} | |
#BVQAAnswerUserNicknameFieldID .BVQAFieldValue { | |
margin-left: 10px; | |
margin-top: 10px; | |
} | |
#BVQAAnswerAgreedToTermsAndConditionsID { | |
} | |
#BVQAAnswerAgreedToTermsAndConditionsID input { | |
vertical-align: middle; | |
} | |
#BVQAAnswerAgreedToTermsAndConditionsID .BVQAFieldFollowingText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
} | |
#BVQAAnswerAgreedToTermsAndConditionsID a { | |
text-transform: lowercase; | |
} | |
#BVQAAnswerSendEmailAlertsID { | |
margin-top: 10px; | |
} | |
.BVQAMainPreview #BVQAAnswerSendEmailAlertsID { | |
display: none; | |
} | |
#BVQAAnswerSendEmailAlertsID .BVQAFieldFollowingText { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1.5em; | |
text-transform: none; | |
} | |
#BVQAAnswerSendEmailAlertsID input { | |
vertical-align: middle; | |
} | |
#BVQAAnswerUserLocationFieldID { | |
margin-top: 10px; | |
} | |
#BVQAAnswerUserEmailAddressFieldID { | |
clear: both; | |
} | |
.BVQAAnswerFormButtons .BVQACancelButton { | |
margin-right: 10px; | |
} | |
#BVQAAnswerEditPrivacyPolicyDisclaimerID { | |
margin-top: 15px; | |
} | |
.BVQAAnswerEditPrivacyPolicyDisclaimer { | |
} | |
#BVQAAnswerPreviewTermsAndConditionsID { | |
margin-top: 15px; | |
} | |
.BVQAAnswerSubmittedDisplayDisclaimer { | |
margin-bottom: 15px; | |
margin-top: 15px; | |
} | |
#BVQAAnswerFormButtonsID { | |
} | |
.BVQAAnswerAdditionalQuestions { | |
margin: 15px 0; | |
} | |
.BVQAAdditionalQuestionsHeader { | |
padding: 10px; | |
} | |
.BVQAAnswerAdditionalQuestionsHeader { | |
display: none; | |
} | |
.BVQAAnswerAdditionalQuestionsSubheader { | |
font-family: Arial,sans-serif; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAAdditionalQuestionsBody { | |
} | |
.BVQAAnswerAdditionalQuestionsFooter { | |
} | |
.BVQAAnswerAdditionalQuestionHeader { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAAnswerAdditionalQuestionHeaderPrefix { | |
padding-right: 3px; | |
} | |
.BVQAAnswerAdditionalQuestionProductName { | |
font-weight: bold; | |
} | |
.BVQAAnswerAdditionalQuestionSubjectImage, .BVQAAnswerAdditionalQuestionProductImage { | |
display: block; | |
float: left; | |
height: 50px; | |
margin-bottom: 10px; | |
margin-right: 10px; | |
overflow: hidden; | |
width: 50px; | |
} | |
.BVQAAnswerAdditionalQuestionHeader img { | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVQAAnswerAdditionalQuestion { | |
background-color: #F4F4EC; | |
border: 1px solid #EBE9D9; | |
box-shadow: 1px 1px 1px #FFFFFF inset; | |
clear: both; | |
display: block; | |
font-family: Arial,sans-serif; | |
margin: 10px; | |
overflow: hidden; | |
padding: 10px; | |
} | |
.BVQAAnswerAdditionalQuestion:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAAnswerAdditionalQuestionEven { | |
} | |
.BVQAAnswerAdditionalQuestionBody { | |
margin-left: 60px; | |
margin-top: 10px; | |
overflow: hidden; | |
padding: 0; | |
} | |
.BVQAAnswerAdditionalQuestion .BVQAQuestionSummary { | |
margin: 0 0 5px; | |
} | |
.BVQAAnswerAdditionalQuestion .BVQAQuestionDetails { | |
margin: 0; | |
} | |
.BVQAAnswerAdditionalQuestion .BVQAQuestionLabel { | |
display: inline; | |
font-weight: bold; | |
} | |
.BVQAAnswerAdditionalQuestion .BVQASignature { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin: 5px 0; | |
opacity: 1; | |
padding: 0; | |
} | |
.BVQAAnswerAdditionalQuestion .BVQAAvatar { | |
display: none; | |
} | |
.BVQAAnswerAdditionalQuestion .BVQANickname { | |
color: #666666; | |
font-size: 11px; | |
font-weight: bold; | |
line-height: 1.5; | |
} | |
.BVQAAnswerAdditionalQuestionAnswerLink { | |
} | |
.BVQAAnswerAdditionalQuestionAnswerLink a { | |
} | |
.BVQAAnswerAdditionalQuestionAnswerLink a, .BVQAAnswerAdditionalQuestionAnswerLink a:visited, .BVQAAnswerAdditionalQuestionAnswerLink a:hover, .BVQAAnswerAdditionalQuestionAnswerLink a:focus, .BVQAAnswerAdditionalQuestionAnswerLink a:active { | |
background: url("answerQuestionButton.png") no-repeat scroll 0 0 transparent; | |
float: left; | |
height: 30px; | |
text-indent: -9999px; | |
width: 174px; | |
} | |
.BVQAAnswerAdditionalQuestionBody:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAAnswerAdditionalQuestionFooter { | |
clear: both; | |
margin-bottom: 10px; | |
margin-left: 60px; | |
padding: 10px 0 0; | |
} | |
.BVQAAnswerWriteAReview { | |
background-color: #FFFFFF; | |
margin: 10px 0; | |
padding: 10px; | |
} | |
.BVQAAnswerWriteAReviewHeader { | |
font-size: 12px; | |
font-weight: bold; | |
} | |
.BVQAAnswerAdditionalQuestionsFooter { | |
padding: 0 12px; | |
} | |
.BVQAAnswerAdditionalQuestionsPagination { | |
font-family: Arial,sans-serif; | |
font-size: 12px; | |
} | |
.BVQAAnswerAdditionalQuestionsNextLinkPrefix { | |
display: none; | |
} | |
a.BVQAAnswerAdditionalQuestionsNextLink .BVQANumber { | |
display: none; | |
} | |
.BVQAAnswerWriteAReview { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
margin: 1em 0; | |
padding: 20px; | |
} | |
.BVQAAnswerWriteAReviewHeader { | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 20px; | |
} | |
.BVQAAnswerWriteAReviewSubheader { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-bottom: 15px; | |
} | |
.BVQAAnswerWriteAReviewLink { | |
} | |
.BVQASubmittedContent .BVSUEditProfile { | |
margin: 20px 0; | |
} | |
.BVQASubmittedContent .BVSUEditProfileHeader { | |
font-size: 12px; | |
} | |
.BVQASubmittedContent .BVSUEditProfileSubheader { | |
font-size: 12px; | |
} | |
.BVQAAnswerWriteAReviewLink a { | |
display: inline-block; | |
padding: 5px; | |
} | |
.BVQAAnswerWriteAReviewLink a, .BVQAAnswerWriteAReviewLink a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQAAnswerWriteAReviewLink a:hover, .BVQAAnswerWriteAReviewLink a:focus, .BVQAAnswerWriteAReviewLink a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQASubmittedContent .BVSUEditProfile { | |
} | |
.BVQASubmittedContent .BVSUEditProfileHeader { | |
} | |
.BVQASubmittedContent .BVSUEditProfileSubheader { | |
} | |
.BVQASubmittedContent .BVSUEditProfileLink { | |
} | |
.BVQASubmittedContent .BVSUEditProfileLink a, .BVQASubmittedContent .BVSUEditProfileLink a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQASubmittedContent .BVSUEditProfileLink a:hover, .BVQASubmittedContent .BVSUEditProfileLink a:focus, .BVQASubmittedContent .BVSUEditProfileLink a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQAInappropriateFeedbackFormErrorTitle { | |
} | |
#BVQAInappropriateFeedbackFormErrorTitleID { | |
} | |
.BVQAInappropriateFeedbackContentSubmission { | |
} | |
#BVQAInappropriateFeedbackContentSubmissionID { | |
} | |
.BVQAEditInappropriateFeedbackContent { | |
} | |
#BVQAEditInappropriateFeedbackContentID { | |
} | |
#BVQAInappropriateFeedbackReasonTextFieldID textarea { | |
width: 240px; | |
} | |
.BVQAInappropriateFeedbackFormButtons .BVQACancelButton { | |
margin-right: 10px; | |
} | |
#BVQAInappropriateFeedbackFormButtonsID { | |
} | |
#BVQACancelInappropriateFeedbackButtonID { | |
} | |
#BVQAEditInappropriateFeedbackButtonID { | |
} | |
#BVQAPreviewInappropriateFeedbackButtonID { | |
} | |
#BVQASubmitInappropriateFeedbackButtonID { | |
} | |
.BVQASubmissionContainerAppended { | |
} | |
.BVQADocumentationBody { | |
background: none repeat scroll 0 0 #436332; | |
margin: 0; | |
padding: 10px; | |
} | |
.BVQADocumentation { | |
background: none repeat scroll 0 0 #FFFFFF; | |
color: #494942; | |
padding: 0 0 25px; | |
} | |
.BVQADocumentation p { | |
padding: 0 25px; | |
} | |
.BVQADocumentationHeader { | |
background: url("tc_logo.gif") no-repeat scroll 0 10px #436332; | |
color: #FFFFFF; | |
font-family: Arial,sans-serif !important; | |
font-size: 16px; | |
font-weight: bold; | |
height: 30px; | |
line-height: normal; | |
padding: 15px 0 0 125px; | |
} | |
#BVQACloseWindowLinkDivID a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
#BVQACloseWindowLinkDivID a { | |
color: #FFFFFF; | |
text-decoration: none; | |
} | |
#BVQACloseWindowLinkDivID a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
#BVQACloseWindowLinkDivID a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
#BVQACloseWindowLinkDivID a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
#BVQACloseWindowLinkDivID a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
#BVQATipLaunch { | |
position: relative; | |
} | |
#BVQATipContainerFrame { | |
position: absolute; | |
} | |
#BVQATipContainer { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
clear: both; | |
display: none; | |
position: relative; | |
} | |
#BVQAGreatQuestionContent, #BVQAGreatAnswerContent { | |
border-width: 3px; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 10px 23px 10px 8px; | |
position: absolute; | |
width: 255px; | |
} | |
#BVQAGreatQuestionContent { | |
right: 70px; | |
top: -55px; | |
} | |
#BVQAGreatAnswerContent { | |
right: 0; | |
top: 26px; | |
} | |
.BVQATipBoxHeaderDiv { | |
} | |
.BVQATipBoxClose { | |
display: none; | |
} | |
.BVQATipBoxHeader, .BVQATipBoxSubHeader { | |
font-size: 11px; | |
font-weight: bold; | |
padding-left: 30px; | |
} | |
.BVQATipBoxMainContent ul, .BVQATipBoxSubContent ul { | |
margin: 0 0 0 45px; | |
padding: 0; | |
} | |
.BVQAEditAnswerContent #BVQATipLaunch #BVQAShowTips { | |
left: 312px; | |
position: absolute; | |
top: 18px; | |
} | |
.BVQAEditQuestionContent #BVQATipLaunch #BVQAShowTips { | |
left: 452px; | |
position: absolute; | |
top: -62px; | |
} | |
.BVQAGuidelinesDocumentationBody { | |
} | |
.BVQAPhotoGuidelinesDocumentationBody { | |
} | |
.BVQAVideoGuidelinesDocumentationBody { | |
} | |
.BVQAPrivacyPolicyDocumentationBody { | |
} | |
.BVQABestAnswerVoting { | |
clear: both; | |
text-align: right; | |
} | |
.BVQABestAnswerFeedbackMessage { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-top: 3px; | |
} | |
.BVQATagSection { | |
margin: 20px 0 30px; | |
overflow: hidden; | |
} | |
.BVQATagSectionHeaderContainer { | |
} | |
.BVQATagSectionToggle { | |
display: none; | |
} | |
.BVQATagSectionHelper { | |
padding-top: 0; | |
} | |
.BVQATagsBlock { | |
} | |
.BVQATagColumn { | |
} | |
.BVQATagRow { | |
clear: both; | |
margin-bottom: 3px; | |
} | |
.BVQATagCheckboxContainer { | |
padding-right: 5px; | |
} | |
.BVQATagRow input { | |
} | |
.BVQATagRow .BVQAFieldTextInput { | |
padding: 2px; | |
width: 155px; | |
} | |
.BVQASelectedTag { | |
font-weight: bold; | |
} | |
.BVQAUserTagColumn { | |
} | |
.BVQAAfterTagColumnsSpacer { | |
} | |
.BVQATagsExpandedElement { | |
} | |
.BVQATagsExpandedElement .BVQATagSectionToggle { | |
} | |
.BVQATagsExpandedElement .BVQATagsBlock { | |
display: block; | |
} | |
.BVQAFieldMainPhotoUpload { | |
clear: both; | |
margin-bottom: 30px; | |
margin-top: 20px; | |
width: 400px; | |
} | |
.BVQAPhotoUploadContainer { | |
color: #666666; | |
font-size: 11px; | |
} | |
.BVQAFieldContainerPhotoUploaders { | |
margin-bottom: 0; | |
width: 400px; | |
} | |
.BVQAPhotoUploadRow { | |
clear: both; | |
} | |
.BVQAPhotoUploadRow:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAPhotoUploadRowSeparator { | |
clear: both; | |
} | |
.BVQAPhotoUploadContainerUploadedImage { | |
margin: 10px 20px 0 0; | |
overflow: hidden; | |
position: relative; | |
} | |
.BVQAUploadedImageThumbnail { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 3px; | |
display: block; | |
float: left; | |
height: 35px; | |
margin-right: 10px; | |
opacity: 0.7; | |
overflow: hidden; | |
width: 35px; | |
} | |
.BVQAUploadedImageThumbnail img { | |
border-width: 0; | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVQAFieldInputPhotoUploadCaption { | |
display: block; | |
margin-left: 70px; | |
width: 70%; | |
} | |
.BVQAFieldInputPhotoUploadCaption { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #333333; | |
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; | |
font-size: 11px; | |
line-height: 15px; | |
} | |
.BVQAFieldInputPhotoUploadCaption:focus { | |
outline: medium none; | |
} | |
.BVQAPhotoButtonRemove { | |
left: 70px; | |
position: absolute; | |
top: 35px; | |
} | |
.BVQAPhotoButtonRemove a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
opacity: 0.7; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQAPhotoButtonRemove a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPhotoButtonRemove a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPhotoButtonRemove a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPhotoButtonRemove a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPhotoButtonRemove a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAPhotoUploadBanner { | |
} | |
.BVQAPhotoUploadContainerMessage { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAPhotoUploadContainerMessagePleaseWait { | |
margin-bottom: 10px; | |
padding: 10px 0; | |
position: relative; | |
} | |
.BVQAPhotoUploadContainerMessagePleaseWait .BVQAPhotoUploadThumbnail { | |
left: 5px; | |
position: absolute; | |
top: 5px; | |
width: 30px; | |
} | |
.BVQAPhotoUploadContainerMessagePleaseWait div { | |
display: inline; | |
} | |
.BVQAPhotoUploadContainerMessagePleaseWaitImagePrefix { | |
padding-left: 50px; | |
} | |
.BVQAPhotoUploadContainerMessageSameField { | |
display: none; | |
} | |
.BVQAPhotoUploadContainerMessageSecondImage { | |
display: none; | |
} | |
.BVQAPhotoUploadContainerMessageMoreImages { | |
display: none; | |
} | |
.BVQAFormPhotoUploadErrorList { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
clear: both; | |
color: #FF0000; | |
opacity: 1; | |
width: 400px; | |
} | |
#BVQAPhotoUploadErrorsID { | |
display: block; | |
margin-bottom: 10px; | |
} | |
.BVQAPhotoUploadMaximumImagesMessage { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
clear: both; | |
color: #666666; | |
font-size: 11px; | |
padding: 10px; | |
} | |
.BVQAFieldContainerPhotoUploaders .BVRRError { | |
border-color: #FF0000; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAPhotoUploadTextGuidelines { | |
display: none; | |
} | |
.BVQAPhotoUploadTextGuidelines a { | |
background-image: url("iconText.gif"); | |
background-position: 0 -160px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQAPhotoSection { | |
margin-top: 15px; | |
} | |
.BVQAPhotoSectionLabel { | |
display: none; | |
font-weight: bold; | |
} | |
.BVQAPhotoSectionHint { | |
color: #999999; | |
display: none; | |
font-size: 11px; | |
line-height: 1.5; | |
margin: 2px 0 1em; | |
} | |
.BVQAPhotoLine { | |
display: inline; | |
} | |
.BVQAPhotoLine .BVQAPhotoSectionSeparator { | |
clear: both; | |
display: none; | |
} | |
.BVQAPhotoSectionThumbnail { | |
cursor: pointer; | |
display: block; | |
float: left; | |
height: 35px; | |
margin-right: 8px; | |
overflow: hidden; | |
vertical-align: top; | |
width: 35px; | |
} | |
.BVQAPhotoSectionThumbnail:hover { | |
} | |
.BVQAPhotoSectionThumbnail img { | |
display: block; | |
margin-left: -25px; | |
width: 100px; | |
} | |
.BVQAPhotoSectionSeparator { | |
clear: both; | |
} | |
.BVQAPhotoSectionSeparatorTop { | |
clear: both; | |
} | |
.BVQAPhotoSectionSeparatorBottom { | |
clear: both; | |
} | |
.BVQAVideoUpload { | |
} | |
.BVQAVideoUploadHeader { | |
display: none; | |
} | |
.BVQAFieldContainerVideoInput { | |
} | |
.BVQAFieldInputVideoUpload { | |
width: 400px; | |
} | |
.BVQAVideoUploadControls label { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAFieldContainerReviewVideoURL { | |
float: left; | |
margin-right: 10px; | |
} | |
.BVQAVideoPasteGuideContainer { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
left: 155px; | |
overflow: hidden; | |
position: absolute; | |
z-index: 100; | |
} | |
.BVQAVideoPasteGuideContainerImage { | |
height: 62px; | |
width: 432px; | |
} | |
.BVQAYouTubeGuide .BVQAVideoPasteGuideContainerImage { | |
background-image: url("vid_paste_youtube.gif"); | |
} | |
.BVQAVideoPasteGuideContainerLabel { | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
padding: 2px 5px; | |
white-space: nowrap; | |
} | |
.BVQAVideoUploadGuidelines { | |
display: none; | |
} | |
.BVQAVideoGuidelinesButton { | |
cursor: pointer; | |
} | |
.BVQAVideoGuidelinesButton { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVQAVideoGuidelinesButton:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVQAVideoGuidelinesButtonSpacer { | |
display: none; | |
} | |
.BVQAVideoTipBox { | |
width: 350px; | |
} | |
.BVQAInternalVideoPreview { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
color: #666666; | |
font-size: 11px; | |
height: 326px; | |
width: 351px; | |
} | |
.BVQAInternalVideoPreview .BVDIInside { | |
} | |
.BVQAVideoSection { | |
display: inline; | |
margin-top: 20px; | |
} | |
.BVQAVideoSection .BVQASeparator { | |
display: none; | |
} | |
.BVQAVideo { | |
text-align: center; | |
} | |
.BVQAVideoThumbnail { | |
} | |
.BVQAVideoThumbnail embed, .BVQAVideo embed { | |
} | |
.BVQAVideoThumbnail embed:hover, .BVQAVideo embed:hover { | |
} | |
.BVQAVideo embed { | |
margin: 0 auto; | |
} | |
.BVQAVideo embed:hover { | |
} | |
.BVQAVideoPopup { | |
background-color: #FFFFFF; | |
border: 1px solid #DDDDDD; | |
border-radius: 5px 5px 5px 5px; | |
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2); | |
color: #999999; | |
cursor: pointer; | |
font-size: 11px; | |
line-height: 1.5; | |
overflow: hidden; | |
position: absolute; | |
width: 370px; | |
z-index: 2009; | |
} | |
.BVQAVideoPopup .BVDIInside { | |
padding: 10px; | |
} | |
.BVQAVideoPopupClose { | |
margin-bottom: 3px; | |
overflow: hidden; | |
text-align: right; | |
white-space: nowrap; | |
} | |
.BVQAVideoPopup .BVQAVideoPlayer { | |
text-align: center; | |
} | |
.BVQAVideoPopup .BVQAVideo embed { | |
border-width: 0; | |
} | |
.BVQAVideoPopup .BVQAVideoSingleCaption { | |
display: block; | |
margin: 0 auto; | |
text-align: center; | |
width: 320px; | |
} | |
#BVQAQuestionSectionBodyContainerVideoUploadID .BVQAFieldBody { | |
margin-bottom: 10px; | |
} | |
#BVQAAnswerSectionBodyContainerVideoUploadID .BVQAFieldBody { | |
margin-bottom: 10px; | |
} | |
.BVQAVideoUrlInputHelper, .BVQAVideoUrlCaptionInputHelper { | |
} | |
#BVQAAnswerVisibleVideoURLCaptionInputID .BVQAFieldHeader { | |
font-size: 11px; | |
line-height: 1.5; | |
} | |
.BVQAFieldContainerPostTo { | |
margin: 1em 0; | |
} | |
.BVQAFieldContainerPostTo input { | |
vertical-align: middle; | |
} | |
.BVQAThankYouPostTo { | |
margin: 1em 0; | |
} | |
.BVQAThankYouPostTo a { | |
color: #000000; | |
font-size: 12px; | |
text-decoration: none; | |
} | |
.BVQAThankYouPostTo a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAThankYouPostTo a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAThankYouPostTo a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAThankYouPostTo a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQATipBox { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
color: #666666; | |
font-size: 11px; | |
padding: 10px; | |
position: absolute; | |
text-align: left; | |
z-index: 500; | |
} | |
.BVQATipBoxHeader { | |
} | |
.BVQATipBoxTitle { | |
float: left; | |
font-weight: bold; | |
} | |
.BVQATipBoxClose { | |
cursor: pointer; | |
display: none; | |
text-align: right; | |
} | |
.BVQATipBoxContent { | |
} | |
.BVQATipBoxTips { | |
list-style-type: disc; | |
margin: 0 0 0 15px; | |
padding: 0; | |
} | |
.BVQAPopupPage { | |
} | |
.BVQAPopupHeader { | |
} | |
.BVQAPopupHeaderLeft { | |
} | |
.BVQAPopupHeaderRight { | |
} | |
.BVQAHeaderClose { | |
left: 0; | |
position: absolute; | |
text-align: right; | |
top: 0; | |
width: 100%; | |
} | |
.BVQAHeaderClose .BVQACloseWindowLink { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
display: block; | |
height: 18px; | |
overflow: hidden; | |
padding: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: -999em; | |
width: 18px; | |
} | |
.BVQAPopupBody { | |
clear: both; | |
} | |
.BVQAPopupFooter { | |
display: none; | |
} | |
.BVQAPopupFooterLink { | |
} | |
.BVQAUnsubscribe { | |
} | |
.BVQAUnsubscribeLogo { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
padding: 10px 0 10px 5px; | |
} | |
.BVQAUnsubscribeTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
padding: 10px 0 10px 5px; | |
} | |
.BVQAUnsubscribeMessage { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
padding: 10px 0 10px 15px; | |
} | |
.BVQAUnsubscribeConfirmControls { | |
padding: 15px 0 15px 15px; | |
} | |
.BVQAUnsubscribeConfirmLink { | |
} | |
.BVQAUnsubscribeConfirmLink img { | |
border-width: 0; | |
} | |
.BVQAUnsubscribeClientLink { | |
background-image: url("iconText.gif"); | |
background-position: 0 -321px; | |
background-repeat: no-repeat; | |
padding: 0 0 15px 15px; | |
text-decoration: none; | |
} | |
.BVQAUnsubscribeClientLink a { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAUnsubscribeClientLink a:visited { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAUnsubscribeClientLink a:hover { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAUnsubscribeClientLink a:focus { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAUnsubscribeClientLink a:active { | |
color: #000000; | |
text-decoration: none; | |
} | |
.BVQAUnsubscribeFooter { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
color: #999999; | |
font-size: 11px; | |
line-height: 1.5; | |
margin-top: 10px; | |
padding: 15px 0 15px 15px; | |
} | |
.BVQABadgeDefinitionBody { | |
} | |
.BVQABadgeDefinitionText { | |
margin: 5px 0; | |
} | |
.BVQAAnswerZone { | |
background-color: #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
margin: 0; | |
} | |
.BVQAAnswerZoneHeader { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
padding: 20px; | |
} | |
.BVQAAnswerZoneHeader:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAAnswerZoneTitle { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 18px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVQAAnswerZoneSubtitle { | |
margin-bottom: 1em; | |
} | |
.BVQAAnswerZoneHeaderText { | |
margin-bottom: 1em; | |
} | |
.BVQAAnswerZoneShowMoreLink { | |
} | |
.BVQAAnswerZoneShowMoreLink a { | |
float: left; | |
padding: 5px 10px; | |
} | |
.BVQAAnswerZoneShowMoreLink a, .BVQAAnswerZoneShowMoreLink a:visited { | |
background-color: #666666; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQAAnswerZoneShowMoreLink a:hover, .BVQAAnswerZoneShowMoreLink a:focus, .BVQAAnswerZoneShowMoreLink a:active { | |
background-color: #999999; | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQAAnswerZoneRow { | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 0 0 1px; | |
padding: 20px; | |
} | |
.BVQAAnswerZoneRow:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAAnswerZoneRowOdd { | |
} | |
.BVQAAnswerZoneRowEven { | |
background-color: #F7F7F7; | |
} | |
.BVQAAnswerZoneSubject { | |
padding: 5px; | |
width: 80px; | |
} | |
.BVQAAnswerZoneProduct, .BVQAAnswerZoneCategory { | |
float: left; | |
margin-right: 10px; | |
} | |
.BVQAAnswerZoneProductImage, .BVQAAnswerZoneCategoryImage { | |
text-align: center; | |
} | |
.BVQAAnswerZoneProductImage img { | |
border-color: #666666; | |
border-style: solid; | |
border-width: 1px; | |
} | |
.BVQAAnswerZoneProductName, .BVQAAnswerZoneCategoryName { | |
margin-top: 15px; | |
text-align: center; | |
} | |
.BVQAAnswerZoneProductName a { | |
} | |
.BVQAAnswerZoneSubjectSpacer { | |
clear: both; | |
font-size: 0; | |
height: 0; | |
} | |
.BVQAAnswerZoneProductSpacerBottom { | |
clear: both; | |
font-size: 0; | |
height: 0; | |
margin-bottom: 10px; | |
} | |
.BVQAAnswerZoneQuestionContainer { | |
float: left; | |
width: 80%; | |
} | |
.BVQAAnswerZoneQuestion { | |
background: none repeat scroll 0 0 transparent; | |
border-width: 0; | |
opacity: 1; | |
} | |
.BVQAAnswerZoneQuestionSummaryLabel { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 13px; | |
font-weight: bold; | |
line-height: normal; | |
margin-right: 4px; | |
} | |
.BVQAAnswerZoneBlankCategoryImage { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
font-weight: bold; | |
margin: auto; | |
min-height: 70px; | |
padding: 2px; | |
width: 70px; | |
} | |
* html .BVQAAnswerZoneBlankCategoryImage { | |
height: 70px; | |
} | |
.BVQAAnswerZoneAnswerQuestion { | |
margin-top: 5px; | |
} | |
.BVQAAnswerZoneAnswerQuestion a { | |
padding: 5px 10px; | |
} | |
.BVQAAnswerZoneAnswerQuestion a, .BVQAAnswerZoneAnswerQuestion a:visited { | |
background-color: #000000; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQAAnswerZoneAnswerQuestion a:hover, .BVQAAnswerZoneAnswerQuestion a:focus, .BVQAAnswerZoneAnswerQuestion a:active { | |
background-color: #666666; | |
border-color: #000000; | |
border-style: solid; | |
border-width: 1px; | |
color: #FFFFFF; | |
display: inline-block; | |
font-family: Arial,sans-serif !important; | |
font-size: 12px; | |
font-weight: bold; | |
text-decoration: none; | |
} | |
.BVQAAnswerZoneQuestionMain { | |
font-weight: bold; | |
margin-bottom: 1em; | |
} | |
.BVQAAnswerZoneQuestionDetails { | |
margin-bottom: 1em; | |
} | |
.BVQAAnswerZoneRow .BVQAQuestionPrefix { | |
} | |
.BVQAAnswerZoneRow .BVQAQuestion { | |
padding: 0 18px 13px 0; | |
} | |
.BVQAAnswerZoneRow .BVQAQuestionLabel { | |
display: none; | |
} | |
.BVQAAnswerZoneToggle { | |
float: left; | |
} | |
.BVQAAnswerZoneExpandQLink { | |
background-image: url("iconText.gif"); | |
background-position: 0 -520px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQAAnswerZoneCollapseQLink { | |
background-image: url("iconText.gif"); | |
background-position: 0 -440px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQAAnswerZoneFullQuestion .BVQAQuestionDetails { | |
} | |
.BVQAAnswerZoneAbbreviatedQuestion .BVQAQuestionDetails { | |
} | |
.BVQAAnswerZoneLink { | |
} | |
.BVQAAnswerZoneLink a { | |
} | |
.BVQAAnswerZoneFooter { | |
padding: 10px; | |
} | |
.BVQAAnswerZoneFooter:after { | |
clear: both; | |
content: "."; | |
display: block; | |
height: 0; | |
visibility: hidden; | |
width: 0; | |
} | |
.BVQAAnswerZoneFooter .BVQAAnswerZoneShowMoreLink { | |
margin: 0; | |
} | |
.BVQAAuthenticationConfirmationPageBody { | |
border-color: #EEEEEE; | |
border-right: 0 solid #EEEEEE; | |
border-style: solid; | |
border-width: 3px 0 1px; | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
padding: 30px; | |
} | |
.BVQAAuthenticationConfirmationPageBody a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVQAAuthenticationConfirmationPageBody a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
.BVQAAuthenticationConfirmationPageBody a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVQAAuthenticationConfirmationPageBody a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVQAAuthenticationConfirmationPageBody a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVQAAuthenticationConfirmationPage { | |
background-color: #FFFFFF; | |
border-color: #EEEEEE; | |
border-style: solid; | |
border-width: 1px; | |
padding: 20px; | |
} | |
.BVQAAuthenticationConfirmationFrame { | |
width: 100%; | |
} | |
#BVQAAuthenticationConfirmationContainerID { | |
color: #333333; | |
font-family: Arial,sans-serif !important; | |
font-size: 11px; | |
line-height: 1.5em; | |
text-align: center; | |
} | |
#BVQAAuthenticationConfirmationContainerID a { | |
color: #333333; | |
text-decoration: underline; | |
} | |
#BVQAAuthenticationConfirmationContainerID a:visited { | |
color: #333333; | |
text-decoration: underline; | |
} | |
#BVQAAuthenticationConfirmationContainerID a:hover { | |
color: #990000; | |
text-decoration: underline; | |
} | |
#BVQAAuthenticationConfirmationContainerID a:focus { | |
color: #990000; | |
text-decoration: underline; | |
} | |
#BVQAAuthenticationConfirmationContainerID a:active { | |
color: #990000; | |
text-decoration: underline; | |
} | |
.BVQAAuthenticationConfirmationHeader { | |
color: #000000; | |
font-family: Arial,sans-serif !important; | |
font-size: 14px; | |
font-weight: bold; | |
line-height: normal; | |
} | |
.BVQAAuthenticationConfirmationBody { | |
} | |
.BVQAAuthenticationConfirmationFooter { | |
padding-top: 20px; | |
text-align: center; | |
} | |
.BVQACloseWindowLink { | |
background-image: url("iconText.gif"); | |
background-position: 0 -280px; | |
background-repeat: no-repeat; | |
padding-left: 18px; | |
text-decoration: none; | |
} | |
.BVQAQuestionInactive .BVContentSubscription { | |
display: none; | |
} | |
.BVQASocialAnsweringAnswerContent { | |
} | |
.BVQASocialAnsweringAnswerContent .BVQAFormTitle { | |
display: none; | |
} | |
.BVQAQuestion .BVDI_FV { | |
clear: left; | |
float: left; | |
margin-top: 10px; | |
padding: 0; | |
width: 100%; | |
} | |
.BVQAAnswer .BVDI_FV { | |
clear: left; | |
float: left; | |
padding: 0; | |
width: 100%; | |
} | |
.BVQAQuestionAndAnswers .BVDI_FVVote .BVDILabel { | |
} | |
.BVQAMainView .BVDI_MW { | |
padding-bottom: 0; | |
} | |
.BVQAContent .BVDI_PSContainerProductSpecific { | |
display: none; | |
} | |
.BVQAContent .BVDI_PSContainerCrossLinking { | |
margin-left: 0; | |
} | |
.BVQANewQuestionHeaderBtn { | |
float: left; | |
margin-right: 10px; | |
} | |
.BVQAAdditionalFieldPrefix, .BVQAAdditionalField { | |
color: #666666; | |
font-family: Arial,sans-serif !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment