
.clearBothAssurance{
	clear:both;
	width:100%;
	height: 0;
	zoom: 1;
}
.clearRightAssurance{
	clear:right;
	width:100%;
	height: 0;
	zoom: 1;
}
ul.MessageSection_AllMessages{
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	color: #000;
}
li.Message_NoMessages{
	padding: .5em 0 1em;
	font-size: 110%;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
}
.MessageSection_DialogOverlay{
	transition: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998; /* lightbox z-index is 1000, so gotta be under that */
	left: 0px;
	top: 0px;
	zoom: 1;
	background-color: #fff;
	opacity: .3; /* set in javascript too to fix ie */
}
.MessageSection_Dialog1{
	transition: none;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999; /* lightbox z-index is 1000, so gotta be under that */
	zoom: 1;
	position: fixed;
	display:table;
	top: 0px;
	left: 0px;
	*left: 50%;
	*top: 50%;
	*display: block;
	*height: auto;
}
.MessageSection_Dialog2{
	transition: none;
	display: table-cell;
	vertical-align: middle;
	*left: -50%;
	*top: -50%;
	*position: relative;
}
.MessageSection_Dialog3{
	transition: none;
	margin: 0 auto;
}
.MessageSection_DialogInner{
	transition: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 455px;
	margin: 0 auto;
	text-align: left;
	background: #eee;

	border: 1px solid #818181;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0pt 0pt 1.5em #999;
	-moz-box-shadow: 0pt 0pt 1.5em #999;
	-webkit-box-shadow: 0pt 0pt 1.5em #999;
}
.MessageSection_DialogX{
	float:right;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1em;
	padding: 0 .5em .5em .5em;
	cursor: pointer;
}
.MessageSection_DialogX:hover{
	color: #dae2f1;
}
.MessageSection_DialogTitle{
	padding: .35em .25em .35em 1em;
	background-color: #6e85ab;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

.MessageSection_DialogDialogInner table tr{
	vertical-align: top;
}

.MessageSection_MessageForm{
	transition: none;
	margin: 0;
	padding: .5em 1em 1em;
	font-size: 90%;
}
.MessageSection_MessageForm input,
.MessageSection_MessageForm textarea{
	font-size: 9pt;
}
#MessageSection3 .MessageSection_MessageForm .inputCheckbox{
	float:left;
}
.MessageSection_MessageForm label{
	font-weight: bold;
	color: #444;
}
.MessageSection_MessageForm table tr td{
	padding: 1px 0;
	min-width: 10em;
}

.MessageSection_MessageForm .formFieldRequiredMarker{
	font-size: 150%;
	padding-left: 4px;
	color: #cc0000;
}
.MessageForm_CurrentImage{
	text-align: center;
	color: #6179b8;
}
.MessageForm_CurrentImage img{
	padding: 2px;
	border: 1px solid #98b0d8;
	background: #fff;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.MessageForm_Buttons{
	margin-top: 1em;
}

.MessageSection_Message,
li.MessageSection_Message{
	cursor: move;
	list-style: none !important;

	padding: .5em !important;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: .5em 0 !important;
	zoom:1;
}
.Message_Image{
	float:right;
	margin: .25em 0 0 .5em;
	text-align: center;
	clear:right;
}
.Message_ClickImgTxt{
	text-align: center;
	font-size:80%;
	line-height: 1.5em;
	color: #555;
	white-space: nowrap;
}
.Message_Image img{
	padding: 2px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.Message_Name{
	font-size:125%;
	font-weight: bold;
	margin: .25em 0;
}
.Message_Name a{
	text-decoration: underline !important;
}
.Message_Name a:hover{
	text-decoration: none !important;
}
.Message_UserInfo{
	font-size: 85%;
	padding: 0 .5em;
	margin-top: .25em;

	min-height:1.5em;
	height:auto !important;
	height:1.5em;
	clear: right;
}

.Message_Approved .Message_UserInfo{
	background-color: #6E85AB;
}
.Message_Unapproved .Message_UserInfo{
	background-color: #9d2629;
	color: #e38c8e;
}
.Message_Approved .Message_Label{
	color: #dae2f1;
}
.Message_Unapproved .Message_Label{
	color: #e38c8e;
}

.Message_UserInfo a{
	color: #fff !important;
	text-decoration: underline !important;
}
.Message_UserInfo a:hover{
	text-decoration: none !important;
}
.Message_Telephone{
	display: inline;
	margin-left: 4em;
	float:right;
}
.Message_Email{
	display: inline;
	float:right;
}
.Message_Website{
	display: inline;
}
.Message_Helpful{
	padding: .25em .5em 0 .25em;

}
.Message_HelpfulTitle{
	float:right;
	font-size: 85%;
	color: #555;
	padding: 0 2px;
	line-height: 1.5em;
}
.Message_HelpfulTitle em{
	font-weight: bold;
	font-style: normal;
}
.Message_HelpfulBtn{
	width: 23px;
	font-size: 85%;
	font-weight: bold;
	background-position: top center;
	background-repeat: no-repeat;
	float:right;
	padding-top: 17px;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0.25em;
}
.Message_HelpfulYes{
	background-image: url(https://www.bobswatches.com/cirkuit/includes/images/icons/thumbs/up-black.gif);
}
.Message_HelpfulNo{
	background-image: url(https://www.bobswatches.com/cirkuit/includes/images/icons/thumbs/down-black.gif);
}

.Message_Rating{
	float: right;
	padding: 0 .5em 0 .25em;
}
.Message_Rating .rating{
	display: none; /* in HTML for microformats */
}
.Message_RatingStar{
	display: inline-block;
	width: 14px;
	height: 12px;
}
.Message_RatingStar_Full{
	background: url('https://www.bobswatches.com/cirkuit/includes/images/icons/star-red-full.png') center center no-repeat;
}
.Message_RatingStar_Empty{
	background: url('https://www.bobswatches.com/cirkuit/includes/images/icons/star-red-none.png') center center no-repeat;
}

.Message_SubmittedFromUrl,
.Message_Referrer,
.Message_User,
.Message_IpAddress,
.Message_Date{
	font-size: 80%;
	color: #555;
	text-align: right;
	padding-top:.25em;
	clear:right;
}
.Message_Referrer,
.Message_User,
.Message_IpAddress{
	color: #000;
	font-weight: bold;
}
.Message_SubmittedFromUrlTitle,
.Message_ReferrerTitle,
.Message_UserTitle,
.Message_IpAddressTitle{
	color: #333;
	font-weight: normal;
}
.Message_CustomField,
.Message_Text{
	font-size: 95%;
	line-height: 1.4em;
	margin-top: .5em;
}

.Message_ButtonAddNew{
	background: #e0e0e0 url(https://www.bobswatches.com/cirkuit/includes/images/icons/pencil.gif) no-repeat scroll 15px .65em;
	padding: .5em .5em .5em 40px;
	color: #1281A9;
	cursor: pointer;
	border: 1px dashed #999;
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;

	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: .5em 0;
}
.Message_ButtonAddNew:hover{
	text-decoration: none;
	background-color: #d0d0d0;
}

.MessageSection_MessageForm .inputText{
	min-width: 250px;
	width: 94%;
	border: 1px solid #a5acb2 !important;
}
#Message_Phone{
	width: 115px;
}

.Message_CustomFieldLabel{
	display: inline-block;
	font-weight: bold;
	margin-right: 1.5em;
}


#MessageSection_MessageForm3 td{
	vertical-align: top;
}
#MessageSection_MessageForm3 .inputPassword,
#MessageSection_MessageForm3 .inputText{
	 
	float: left;
	} 
#MessageSection_MessageForm3 .invalidFormInput {
	background-color:#FFD5D6;
	border:1px dashed #CC0000;
}
#MessageSection_MessageForm3 .tableColumn{
		min-width : 10em;
	}
#MessageSection_MessageForm3 label.invalidFormInput{
	color: #cc0000;
	font-weight: normal;
	background: none;
	border: none;
	padding-left: .5em;
		float:none;
	}
.MessageForm_StatusMsg{
	color: red;
	font-weight: bold;
	text-align: center;
}
#MessageSection_MessageForm3 .formFieldRequiredMarker{
	float: left;
}

li.MessageSection_Message{
	cursor: default;
}
.Message_Pending{
	color: #cc0000;
	font-size: 85%;
	margin-top: .5em;
}
.MessageSection_RatingSummary .fn{
	display: none;
}
.MessageSection_RatingSummary .rating-details{
	text-align: right;
	font-size: 90%;
	color: #999;
	margin-top: .5em;
}

.Message_Name a{
	color: #333 !important;
}
.Message_Image img{
	border: 1px solid #aaa;
	background: #fff;
}

li.Message_Approved{
	background: #ddd;
	border: 1px solid #888;
}
.Message_Approved .Message_UserInfo{
	background-color: #888;
}
.Message_Approved .Message_Label{
	color: #ddd;
}

li.Message_Unapproved{
	background: #e38c8e;
	border: 1px solid #9d2629;
}
.Message_Unapproved .Message_UserInfo{
	background-color: #9d2629;
	color: #e38c8e;
}
.Message_Unapproved .Message_Label{
	color: #e38c8e;
}

.Message_Telephone{
	color: #fff;
}
.Message_UserInfo a{
	color: #fff !important;
}

.Message_ButtonAddNew{
	cursor: pointer;
	border: 1px dashed #999;
}

#MessageSection_MessageForm3{
	background: #ddd;
	color: #000;
	margin: 0 auto;
	padding: 1em;
	border: 1em solid #bbb;
	font-size: 13px;
		width: 480px;
	}
#MessageSection_MessageForm3 label{
	color:#000;
	font-weight: normal;
	font-size: 85%;
}
#MessageSection_MessageForm3 .MessageSection_ExtraInfo{
	color:#777;
	font-weight: normal;
	font-size: 85%;
}
.MessageForm_Buttons{
	text-align: right;
}
#MessageSection_MessageForm3 .inputPassword,
#MessageSection_MessageForm3 .inputText{
	border: 1px solid #a5acb2;
}
#MessageSection_MessageForm3 .formFieldRequiredMarker{
	font-size: 100%;
	float:none;
}
#MessageSection_MessageForm3 label.invalidFormInput{
	white-space: nowrap;
}
.Message_Pending{
	text-align: center;
}

/* PAGINATION */
.resultsCountTop,
.resultsCountBottom{
	font-size: 85%;
	background:#f3f3f3;
	color: #777;
	padding: .25em;
	text-align: center;
}
.resultsCountBottom{
	clear:both;
}
.resultsPageLinks,
.resultsPageLinksBottom{
	font-size: 90%;
	font-weight:bold;
	background:#f3f3f3;
	color: #000;
	padding: .25em;
	text-align: center;
}
.resultsPageLinksBottom{
	clear:both;
}


            .cms_WatchPricesContainer {
                padding-top: 3rem;
                padding-bottom: 3rem;
            }

            html.usedrolexprices .cms_WatchPricesContainer {
                padding: 1.5rem 3rem;
                background-color: var(--color-white);
                border-radius: 0.25rem;
                box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
                margin-bottom: 3rem;
            }

            @media screen and (max-width: 767px) {
                html.usedrolexprices .cms_WatchPricesContainer {
                    padding-left: 1.5rem;
                    padding-right: 1.5rem;
                }
            }

            .cms_WatchPricesTable h2 {
                font-size: 25px;
                letter-spacing: 1.13px;
            }

            #searchWatchPriceTable {
                scroll-margin-top: var(--header-height);
                position: relative;
                width: 100%;
                background: #FFF;
                top: 0;
                padding: 5px 0;
            }

            #searchWatchPriceTable .topsearchinput {
                background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z' fill='%234F4F4F'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: 15px center;
                padding-left: 55px;
                border-color: var(--color-gray-dark);
            }

            .cms_region .search {
                position: relative;
                right: auto;
                text-align: left;
            }

            .cms_region .search label {
                font-size: 14px;
                display: block;
                color: #353535;
            }

            .cms_region .search .topsearchinput,
            .cms_region .search .topsearchsubmit {
                margin-top: 0;
                display: inline-block !important;
            }

            .cms_region .search .topsearchinput {
                width: 240px;
                height: 45px;
                padding: 4px 6px;
            }

            .cms_region .search .topsearchsubmit {
                width: 35px;
                height: 35px;
                padding-right: 9px;
                padding-top: 3px;
                padding-bottom: 3px;
            }

            .watchPriceTable,
            .watchPriceTable * {
                box-sizing: border-box;
            }

            table.watchPriceTable {
                width: 100%;
                border-collapse: collapse;
            }

            table.watchPriceTable tr {
                background: #fff;
            }

            table.watchPriceTable:not(.categoryWatchPriceTable,brandWatchPriceTable) tr:hover td {
                background: #f0f0f0;
            }

            table.watchPriceTable tr.headerRow {

            }

            table.watchPriceTable tr td {
                border-bottom: 1px solid var(--color-gray-medium);
                text-align: left;
                font-size: 16px;
            }

            table.watchPriceTable tr th {
                border-bottom: 1px solid var(--color-gray-medium);
                text-align: left;
                cursor: pointer;
                font-weight: normal;
                font-size: 15px;
            }

            table.watchPriceTable th,
            table.watchPriceTable td {
                padding: 1rem;
                vertical-align: top;
            }

            table.watchPriceTable th.reference {
                padding-left: 5px;
            }

            table.watchPriceTable th.buy {
                text-align: right;
            }

            .watchPriceTableForm {
                font-size: 16px;
            }

            .watchPriceTableArrow.disabled svg path {
                stroke: var(--color-gray-light);
            }

            .currentPageContainer {
                min-width: 165px;
            }

            /* sorter arrows */
            table.watchPriceTable thead tr th {
                text-align: left;
                vertical-align: middle;
            }

            table.watchPriceTable thead tr th.sort {
                background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position-y: center;
                cursor: pointer;
            }

            table.watchPriceTable thead tr th.sort.reference,
            table.watchPriceTable thead tr th.sort.buy {
                background-position-x: right;
            }

            table.watchPriceTable tbody tr td.buy {
                text-align: right;
            }

            table.watchPriceTable tbody tr td.buy .sell-link {
                border-top: 1px solid #ccc;
            }
            table.watchPriceTable tbody tr td.buy .sell-link a {
                color: rgba(0, 95, 176, 1);
                text-transform: uppercase;
            }
            @media screen and (min-width:768px) {
                table.watchPriceTable tbody tr td.buy .sell-link {
                    border-top: none;
                    border-left: 1px solid #ccc;
                }
            }

            table.watchPriceTable thead tr th.sort_asc {
                background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z'/%3E%3C/svg%3E");
            }

            table.watchPriceTable thead tr th.sort_desc {
                background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E");
            }

            .dont-know {
                line-height: 48px;
            }

            @media only screen and (max-width: 1200px) {
                table.watchPriceTable tr th:nth-child(1),
                table.watchPriceTable tr td:nth-child(1),
                table.watchPriceTable tr th:nth-child(3),
                table.watchPriceTable tr td:nth-child(3) {
                    width: 100px;
                    text-overflow: ellipsis;
                }

                table.watchPriceTable thead tr th.sort.reference,
                table.watchPriceTable thead tr th.sort.buy {
                    background-position-x: 80px;
                }
            }

            @media only screen and (max-width: 767px) {
                #searchWatchPriceTable .topsearchinput {
                    font-size: 16px;
                }

                .dont-know {
                    font-size: 16px;
                    line-height: normal;
                }

                td.description span {
                    max-height: none;
                    display: block;
                    text-overflow: ellipsis;
                    width: 100%;
                }
            }

            @media only screen and (max-width: 700px) {
                table.watchPriceTable tr td,
                table.watchPriceTable tr th {
                    width: auto;
                }
            }

            @media only screen and (max-width: 400px) {
                table.watchPriceTable tr.headerRow {
                    font-size: 100%;
                }
            }

            /* category pricing */
            .categoryWatchPriceTableWrapper {
                max-height: 660px;
                overflow-y: scroll;
            }

            .cms_CategoryWatchPricesContainer {
                padding-top: 0;
                padding-bottom: 0;
            }

            table.watchPriceTable.categoryWatchPriceTable thead tr th {
                vertical-align: top;
            }

            table.categoryWatchPriceTable thead {
                position: sticky;
                top: 0;
            }

            table.categoryWatchPriceTable thead tr {
                background-color: var(--color-black);
                color: var(--color-white);
            }

            table.categoryWatchPriceTable th.reference {
                padding: 1rem;
            }

            body table.categoryWatchPriceTable thead tr th,
            body table.categoryWatchPriceTable tbody tr td {
                text-align: left;
            }

            table.categoryWatchPriceTable tr:nth-child(odd) td {
                background-color: var(--color-gray-lightest);
            }

            table.brandWatchPriceTable th,
            table.brandWatchPriceTable td {
                width: 25%;
            }

            @media screen and (max-width: 767px) {
                body table.categoryWatchPriceTable tbody tr td {
                    padding-left: 0.5rem;
                    padding-right: 0.5rem;
                }

                html body table.categoryWatchPriceTable thead tr th,
                html body table.categoryWatchPriceTable tbody tr td {
                    padding: 1rem 0.5rem;
                    width: 33.333%;
                }

                html body table.brandWatchPriceTable thead tr th,
                html body table.brandWatchPriceTable tbody tr td {
                    padding: 1rem 0.33rem;
                    width: 25%;
                }

                /*body table.categoryWatchPriceTable thead tr th {
                    white-space: nowrap;
                }*/
            }
        
