/*
maroon:     #57473a;
bordeaux:   #a7465a;
pink:       #e14d7f;
light blue: #6eb4e8;
rose:       #fddcd3;
green:      #b1cba0;
black:      #444;
font-family: 'Georgia', serif;
*/
aside, section, article, nav, footer {
display: block;
}
html, body {
margin:0;
padding: 0;
}
a {
color: #57473a;
}
a:hover {
color: #a7465a;
}
body {
font-family: 'Arial', sans-serif;
font-size: 12px;
color: #444;
}
#content {
max-width: 800px;
}
.container_12 {
clear: both;
width: auto;
}

#topbar {
background: #57473A;
background: #444;
height: 45px;
text-align: right;
color: #FFF;
}
#topbar.logged .logout a {
font-weight: bold;
}
#topbar.logged_out p {
margin: 0;
padding: 10px;
}
#topbar.logged p {
margin: 0;
padding: 10px;
float: right;
}
#my-avatar a:hover {
background: transparent !important;
}
#my-avatar img {
border: 1px solid #ABA39D;
}
#topbar.logged ul a {
text-decoration: none;
display: block;
line-height: 45px;
padding: 0 10px;
}
#topbar.logged ul {
float: right;
margin: 0px; margin: 0;
}
#topbar li {
float: left; display: block;
list-style: none;
margin: 0;
padding: 0px;
}
#my-avatar {
padding: 2px !important;
}
#topbar a { color: #FFF; }
#topbar a.openid {
color: #DDD; font-weight: normal; font-size: 11px;
}
.comment {
font-style: italic;
color: #888;
}
#menu, #menu li li a {
background: #B1CBA0;
background: -moz-linear-gradient(top, #B0CA9F 0%, #90A683 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B0CA9F), color-stop(100%, #90A683));
height: 45px;
font-size: 14px;
-webkit-box-shadow: 0 2px 3px #AAA;
-moz-box-shadow: 0 2px 3px #AAA;
box-shadow: 0 2px 3px #AAA;
}
#menu li li a {
line-height: 45px;
padding: 0 10px;
}
#menu ul li {
float: right;
list-style-type: none;
min-width: 75px;
}
#menu > ul {
position: absolute;
right: 0px;
margin: 0;
}
#menu a {
display: block;
background-repeat: no-repeat;
text-align: center;
color: #FFF;
font-weight: bold;
text-decoration: none;
padding: 0 10px;
line-height: 45px;
}
#menu ul ul {
display: none;
position: absolute;
margin: 0;
padding: 0;
top: 45px;
z-index: 100;
}
#menu li img {
vertical-align: middle;
}
#menu li:hover ul {
display: block;
}
#menu li.active a, #topbar.logged ul a:hover, #topbar.logged ul a.active, #menu a:hover {
background: #FFF;
color: #57473a;
background: -moz-linear-gradient(top, #FFF 0%, #DDD 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #DDD)); /* webkit */
text-shadow: 1px 1px 0 #FFF;
-moz-text-shadow: 1px 1px 1px red;
-webkit-text-shadow: 1px 1px 0 #FFF;
}
#logo img { 
float: left; 
position: relative; top: -20px;
}
#logo img:hover {
background: url(../images/home-word.png) no-repeat 20px bottom;
}
#search-form .inactive { 
font-style: italic; 
color: #BBB;
}
a img {
border:0;
}
.clear {
clear: both;
}
.errors, .errorlist {
color: #C00;
font-weight: bold;
list-style: none;
margin: 0;
padding: 3px;
font-size: 1.3em;
}
#content-header {
border-bottom: 1px solid #6eb4e8;
font-family: 'Georgia', serif;
text-shadow: 1px 1px 0 #BBB;
-webkit-box-shadow: 0 1px 0 #FFF;
-moz-box-shadow: 0 1px 0 #FFF;
box-shadow: 0 1px 0 #FFF;
}
#content-header a {
color:  #a7465a;
text-decoration: none;
}
#content-header span {
font-size: 14px;
font-weight: normal;
font-style: italic;
color: #444;
}
#feedback-link {
position: absolute;
left: 0;
top: 100px;
background-color: #6eb4e8;
padding: 3px;
font-size: 1.4em;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topright: 5px;
-o-border-radius-bottomright: 5px;
-o-border-radius-topright: 5px;
border-radius-bottomright: 5px;
border-radius-topright: 5px;

-moz-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;

-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px rgba(0,0,0,0.5);

border: 1px solid #FFF;
border-left: 0;

}
#feedback-link form {
display: none;
float: left;
}
#feedback-link label {
color: #FFF;
}
#feedback-link:hover {
background-color: #57473a;
padding-left: 10px;
}
input, textarea, select {
border: 1px solid #DBB4A9;
background: #FFF1ED;
color: #666;
padding: 0.25em 0.0em;
}
input:focus, textarea:focus, select:focus {
color: #111;
background: #FFF9F7;
}
.button, .big-button, input[type=submit] {
display: inline-block;
border: 1px solid #a7465a;
padding: 5px 8px;
min-width: 75px;
cursor: pointer;

font-family: 'Arial', sans-serif;
text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
text-align: center;
text-decoration: none;
font-size: 16px;
color: #FFF;

background-color: #e14d7f;
background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%);
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%);

-webkit-box-shadow: #AAA 0 0 2px;
-moz-box-shadow: #AAA 0 0 2px;
box-shadow: #AAA 0 0 2px;

-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.35), #AAA 0 0 2px;
-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.35), #AAA 0 0 2px;
-ms-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.35), #AAA 0 0 2px;
-o-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.35), #AAA 0 0 2px;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.35), #AAA 0 0 2px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.button:hover, .big-button:hover, input[type=submit]:hover {
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.15) 100%);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.15) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.15) 100%);
color: #FFF;
}
.button:active, .big-button:active, input[type=submit]:active {
-webkit-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.05), #AAA 0 0 2px;
-moz-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.05), #AAA 0 0 2px;
-ms-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.05), #AAA 0 0 2px;
-o-box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.05), #AAA 0 0 2px;
box-shadow: inset 0 0 5px 3px rgba(0,0,0,0.05), #AAA 0 0 2px;
outline: none;
}
.big-button {
display: block;
padding: 0;
line-height: 40px;
width: 100%;
}
#search-form {
float: right;
margin-right: 20px;
margin-top: 5px;
}
#search-form .search_box {
width: 250px;
font-size: 18px;
}
#search-form input {
font-size: 18px;
}
#logo .logo {
position: absolute;
top: 50px;
left: 42px;
}
#search-form p a {
font-size: 10px;
}
#messages {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
padding: 0;
margin: 0;
border: 1px solid #E2C822;
background-color: #FFF9D7;
}
#messages li {
list-style: none;
text-align: center;
font-size: 16px;
font-weight: bold;
padding: 10px;
}
#fit-result p {
margin: 2px;
border: 1px solid #a7465a;
background: #fddcd3 url(../images/fit-star.png) no-repeat 5px center;
padding: 10px;
padding-left: 40px;
font-size: 130%
}
#fit-result.not-fit p {
background-image: url(../images/fit-star-blend.png) !important;
}
.picture-list ul, .picture-list {
padding: 0; 
}
.picture-list li {
display: inline-block;
list-style-type: none;
margin: 0 8px 8px 0;
}
.delete_pic {
color: #C66; 
font-size: 10px;
}
.delete_pic:hover {
color: #C00;
}
.picture-list img, .inline-radios img, .listing-pic, #my-bras .bra-pics img, .photo, .big-pic-list img, .item-list figure img {
border: 1px solid #CCC;
padding: 4px;
-webkit-box-shadow: #BBB 0 0 3px;
-moz-box-shadow: #BBB 0 0 3px;
box-shadow: #BBB 0px 0px 3px;
}
.picture-list p.comment {
text-align: right;
font-size: 10px;
margin: 0;
}
.picture-list p.comment a {
text-decoration: none;
font-style: italic;
}
.not-found {
}
.not-found h3 {
font-size: 24px;
text-align: center;
}
.intro-text {line-height: 16px;}
.intro-text span {
font-weight: bold; color: #e14d7f;
}
.hidden { display: none; }
table.measurements {
border: 2px solid #BBB;
border-collapse: collapse;
margin: 5px auto;
margin-top: 1px;
}
table.measurements tbody td.units, table.measurements tfoot td, tbody.measurements td {
font-style: italic;
text-align: right;
}
.number {
text-align: right;
}
table.measurements td , table.measurements th {
padding: 2px 4px;
}
table.measurements th {
border-right: 2px solid #BBB;
font-weight: bold;
text-align: left;
}
table.measurements thead, tbody.thead {
background: #DDD;
border-bottom: 2px solid #BBB;
color: #444;
}
table.measurements tbody tr:nth-child(2n) {
/*background: #DBECF9;*/
background: #EEE;
}
table.measurements thead th a {
display: block;
text-align: center;
}
table.measurements thead select {
/*background: #D8E5CF;*/
border: 1px solid #b1cba0;
padding: 0;
font-weight: bold;
font-size: 12px;
}
#diff-table .measurements-unit {
width: 85px;
}
#match-shapes {
padding: 0;
}
#match-shapes li {
list-style-type: none;
display: inline-block;
vertical-align: top;
margin: 0 10px;
text-align: center;
width: 75px;
}
.center {
text-align: center;
}
footer {
border-top: 1px solid #a7465a;
border-bottom: 2px solid #a7465a;
margin-top: 40px;
padding: 5px 10px;
background-color: #fddcd3;
padding-bottom: 10px; 
}
footer .col {
width: 35%; 
float: left; 
}
footer .col ul li {
list-style-type: none;
}
footer ul li {
line-height: 24px;
}
footer ul.icons li a {
padding: 4px;
padding-left: 20px;
background-repeat: no-repeat;
background-position: center left;
}
footer .twitter {background-image: url(../images/twitter-icon.png);}
footer .facebook {background-image: url(../images/facebook-icon.png);}
footer .gplus {background-image: url(../images/gplus-icon.png);}
footer .feed {background-image: url(../images/feed-icon-12x12.png);}
footer p { text-align: center; }
footer p.creds { text-align: right; font-size: 10px; margin: 0; clear: both;}
footer p.creds a {text-decoration: none;}
footer .feedback { color: #C00; font-weight: bold;}
footer .help-pages { font-weight: bold;}
footer .boring a {margin: auto 5px; font-size: 12px;}
footer form input {background: transparent; border: 0;}

#open-selector {
height: 24px;
}

#content #id_openid_signin,
#content #id_username_signin,
#content #open-selector {
line-height: 32px;
height: 34px;
font-size: 16px;
}

#openid_form {
margin: 0;
}
#topbar-username {display: none;}
#topbar form { margin:0; padding: 5px; padding-right: 20px;}
#openid_form span.comment { font-size: 10px; }
#topbar .open-selector-endpoint {
position: absolute;
top: 30px; right: 235px;
font-size: 11px;
}
.big-text {
font-size: 24px;
font-family: 'Georgia', serif;
text-shadow: 1px 1px 0px #DDD;
margin-bottom: 0;
}
.comparison-list {
margin: 0; padding: 0
}
.comparison-list li {
list-style: none;
clear:both;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #6eb4e8;
}
.comparison-list a {
display: block;
width: 100%;
text-decoration: none;
}
.comparison-list a:hover {
background-color: #fddcd3;
}
ul.comparison-list span.bra {
width: 180px;
float: left;
display: block;
}
.comparison-list img {
margin-top: 10px;
float: left;
}
.comparison-list .size {
display: block; text-align: center;
font-size: 24px;
font-weight: bold;
font-family: 'Georgia', serif;
}
.comparison-list .size span.american {
font-size: 11px;
font-weight: normal;
display: inline;
}
.comparison-list .brand {
font-weight: bold;
font-size: 16px;
color: #a7465a;
}
.comparison-list .model {
color: #444;
}
ul.comparison-list .model {
float: right; text-align: right;
}
table .comparison-list span {
display: block;
}
.factoid {
background-color: #fddcd3; padding: 15px;
font-family: 'Georgia', serif;
font-size: 16px;
font-style: italic;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
}
.latest-blogpost {
min-height: 100px;
}
.latest-blogpost img {
float: left;
margin-right: 5px;
border: 1px solid #CCC;
padding: 2px;
background: #FFF;
}
.latest-blogpost h4 {
font-style: italic;
font-size: 18px !important;
font-family: 'Georgia', serif;
margin-bottom: 0;
}
.latest-blogpost p {
margin: 0;
}
.comment-link * {
color: #a7465a;
font-style: italic;
}
.question-link, .wiki-page, .help-link {
padding-right: 18px;
background: transparent url(../images/icon-help.png) no-repeat right center;
line-height: 18px;
}
.wiki-page {
color: #A7465A; font-style: italic;
}
.brasize-list {
margin: 0;
padding: 0;
}
.brasize-list li { list-style-type: none; }
.brasize-list a {
text-decoration: none;
display: block;
padding: 5px;
}
.brasize-list a:hover {
background-color: #fddcd3;
}
.brasize-list .size {
font-size: 24px; line-height: 18px;
font-weight: bold;
float: right;
font-family: 'Georgia', serif;
}
.brasize-list .size .american {
font-size: 10px;
font-weight: normal;
position: absolute;
}
.brasize-list .brand {
font-weight: bold;
font-size: 16px;
color: #a7465a;
}
.brasize-list .model {
color: #444;
}
#size-detail .bra-count {
margin: 0;
text-align: center;
font-style: italic;
font-size: 10px;
}
#search-bratabase { top: 130px; right: 360px; }
#browse-bratabase { top: 70px; right: 50px;
background-image: url(../images/balloon-inverted.png)}

/** PAGINATION **/
.paginator {
margin: 8px 0;
padding: 0;
width: 100%;
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 0px;
border: 1px solid #DDD;
}
.paginator li {
list-style: none;
display: inline-block;
text-align: center;
border-right: 1px solid #DDD;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
line-height: 30px;
vertical-align: top;
}
.paginator li.current {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0,0,0,0.1)), color-stop(50%, rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%);
background-image: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%);
background-color: #EEE;
line-height: 30px;
font-weight: bold;
}
.paginator li:last-child {
border: 0;
}
.paginator .paginate-link {
width: 7%;
}
.paginator .paginate-pages {
width: 20.5%;
color: #AAA;
text-shadow: 1px 1px 0 #FFF;
}
.paginator .letter {
width: 9.6%;
}
.paginator .nav {
width: 14%;
}
.paginator .border {
width: 7%;
}
.paginator a {
text-decoration: none;
display: block;
text-shadow: 1px 1px 0 #FFF;
}
.paginator a:hover {
font-weight: bold;
}


/** TABS **/
table.tabs {
}
table.tabs { 
width: 100%; 
border-bottom: 2px solid #CCC;
border-collapse: collapse;
}
table.tabs td {
padding: 0;
}
table.tabs a {
border-right: 1px solid #CCC;;
display: block;
color: #AAA;
line-height: 35px;
font-size: 20px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #FFF;
background: -moz-linear-gradient(top, #CCC 0%, #F0F0F0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCC), color-stop(100%, #F0F0F0));
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
}
table.tabs a.active, table.tabs a:hover {
background: -moz-linear-gradient(top, #F0F0F0 0%, #CCC 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #CCC));
color: #444;
}
table.tabs  a.active {
color: #a7465a;
}

#bra-detail h2 {
text-align: right;
font-style: italic;
color: #444;
}
form label {
display: block;
}
#bra-form label, .wide-form label {
font-size: 18px;
}
#id_size_str {
text-align: center;
font-size: 24px !important;
}
#bra-form #content form {
margin: 0 auto;
}
#bra-form #content input, #bra-form #content select {
font-size: 18px;
width: 100%;
}
fieldset {
border: 0;
margin-bottom: 15px;
border-bottom: 1px solid #CCC;
padding-bottom: 15px;
}
fieldset aside {
background: #F6F6F6;
color: #666;
padding: 5px;
margin-top: 5px;
border: 1px solid #DDD;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 1;
-webkit-transition: opacity ease-in 0.15s;
-moz-transition: opacity ease-in 0.15s;
transition: opacity ease-in 0.15s;
-webkit-box-shadow: 0 0 2px #CCC;
-moz-box-shadow: 0 0 2px #CCC;
box-shadow: 0 0 2px #CCC;
text-shadow: #FFF 1px 1px 0;
}
fieldset aside.active {
z-index: 100;
opacity: 1;
}
fieldset aside.inactive {
opacity: 0.2;
}
fieldset .inline label {
display: inline;
font-size: 14px !important;
}
#bra-form .inline {
float: right;
}
fieldset aside input, fieldset aside select, fieldset aside textarea {
background: #FFF;
color: #444;
}
fieldset ul {
padding: 0;
margin: 0;
}
fieldset li {
list-style: none;
}
fieldset aside ul {
padding-left: 2em;
}
fieldset aside li {
list-style-type: square;
}
/** Bra detail page **/
#bra-tracks { margin-left: 250px;}
.delete-link {
padding: 2px 0px 2px 18px;
background: transparent url(../images/trash.png) no-repeat left center;
color: #EAA;
}
.delete-link:hover {
color: #C00;
}
.edit-link {
padding: 4px 26px 4px;
background: #444 url(../images/tini-pencil.png) no-repeat 6px center;
color: #FFF;
-moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.public-link {
padding-right: 20px;
background: url(../images/public-link.png) no-repeat center right;
}
#id_review, #id_rant {
width: 100%; 
height: 270px;
font-family: serif;
font-size: 16px;
}
#id_rant {
height: 350px;
width: 100%;
}

#shapes-list ul{
padding: 0;
margin: 0;
}
#shapes-list li {
list-style: none;
border: 1px solid #FFF;
height: 180px;
}
#shapes-list label {
height: 175px;
display: block;
}
#shapes-list li span span {
font-size: 20px;
font-weight: bold;
color: #a7465a;
}
#shapes-list li:hover {
background-color: #fddcd3;
}
#shapes-list li:hover ,
#shapes-list li.active {
border-color: #a7465a;
}
#shapes-list img {
padding: 10px;
max-width: 28%;
height: auto;
float: left;
}
#shapes-list li.active img {
background-image: url(../images/pages/glow.png);
}
#shapes-list label > span {
display: block;
font-size: 18px;
}
#selected-shapes {
font-size: 18px;
color: #a7465a;
}
#welcome ol li a, a.action, #my-bras .big-button {
float: right;
display: block;
width: 290px; 
text-align: center;
color: #FFF; 
font-weight: bold;
text-decoration: none; 
line-height: 40px;
}
#welcome ol li a, #my-bras .big-button {
font-size: 20px;
}
a.action {
background: transparent url(../images/welcome-action.png) no-repeat center center;
}
a.action:hover { 
background-image: url(../images/welcome-action-active.png); 
}
#welcome #go-to-chest {
display: block; 
text-align: center; 
font-weight: bold; 
line-height: 40px; 
text-decoration: none; 
color: #FFF;
background: transparent url(../images/welcome-action-active.png) no-repeat center center;
}
.todo li {
list-style: none;
}
#welcome ol { 
margin: 0; 
padding: 0;
}
#welcome ol li {
list-style: none;
padding-left: 75px;
background: transparent url(../images/welcome-ball.png) no-repeat left center;
}
#welcome ol .comment, #chest table h1 {
font-family: 'Georgia', serif;
color: #a7465a;
}

/** Bra Chest **/
#my-bras {
margin: 0;
padding: 0;
}
#my-bras .percentage {
width: 100px;
margin: 0;
margin-bottom: 5px;
}
#my-bras .percentage span.bar {
display: inline-block; 
background-color: #fddcd3;
border: 1px solid #a7465a; 
width: 100%;
}
#my-bras .percentage span span { 
display: block; 
background-color: #e14d7f; 
}
#my-bras .pic {
float: left;
}
#my-bras div {
color: #666;
margin-left: 80px;
}
#my-bras > li {
min-height: 100px;
list-style: none;
border-bottom: 1px solid #fddcd3;
margin-bottom: 20px;
}
#my-bras .no-bras {
background: transparent url(../images/measuring-tape-190.png) no-repeat right 5px;
height: 380px;
}
#my-bras .no-bras span {
color: #e14d7f;
}
#my-bras .note {
margin: 0;
width: 50%;
}
#my-bras dt, #my-bras dd {
display: inline-block;
color: #CCC;
}
#my-bras h2 {
margin: 0;
margin-bottom: 5px;
}
#my-bras dd {
margin-right: 30px;
margin-left: 10px;
}
#my-bras dt a {
font-weight: bold;
text-decoration: none;
}
#my-bras dd img {
vertical-align: text-bottom;
}
#my-bras .bra-pics {
float: right;
width: 100px;
padding: 0;
}
#my-bras .bra-pics li {
list-style: none;
display: inline;
}
#my-bras .bra-pics img {

}

/** Bra reviews **/
.user-review li {
list-style: none;
}
.user-review blockquote, .voted-entry-list blockquote {
font-family: 'Georgia', serif; font-size: 16px;
line-height: 24px;
padding: 0; text-align: justify;
}
*/
/* Brand/Model/Size browsing */
.tag-cloud { text-align: center; }
.cloud-1 { font-size: 10px; }
.cloud-2 { font-size: 12px; }
.cloud-3 { font-size: 14px; }
.cloud-4 { font-size: 16px; }
.cloud-5 { font-size: 18px; }

.show-all {
line-height: 24px;
font-size: 14px;
color: #AAA !important;
font-family: 'Arial', 'Verdana', sans-serif;
text-decoration: none;
font-style: italic;
font-weight: normal;
-webkit-text-shadow: 0 0 0;
-moz-text-shadow: 0 0 0;
text-shadow: 0 0 0;
}
h2 .show-all, h1 .show-all {
float: right;
}
.tags a, .tag-cloud a {
line-height: 24px;
padding: 2px 4px;
font-style: italic;
text-decoration: none;
color: #e14d7f;
}
.tags a:hover, .tag-cloud a:hover {
background-color: #FFF;
color: #a7465a;
}
.selected-tags {
margin: 0; padding: 0;
}
.selected-tags li {
list-style: none;
padding-left: 20px;
line-height: 20px;
background: transparent url(../images/icon-tag.png) no-repeat 2px 2px;
}

/** Search styles **/
#basic-search label {
display: inline;
}
#basic-search table ul li {
display: inline; 
list-style: none;
}
#basic-search table ul { margin: 0; padding: 0; }
#basic-search th { text-align: right; padding-right: 10px;  }
#basic-search #id_size { width: 80px; }

.search-results {
padding: 0;
}
.search-results li {
list-style: none; 
}
.search-results .result p {
margin: 0;
}
.search-results .title, .search-results .title a, .size-list .title { 
color: #a7465a; 
font-family: 'Georgia', serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.size-list .title {
font-size: 14px;
}
.search-results .result {
min-height: 50px;
display: block;
text-decoration: none;
border-bottom: 1px solid #DDD;
padding: 5px 0;
}
.search-results .result.model, .search-results .result.size {
min-height: 90px;
clear: both;
}
.result .pic {
float: left;
width: 100px;
text-align: center;
margin: 2px 5px 0;
}
.result.size .desc img {
float: right;
}
.result.size .pic, .result.size .pic a {
font-size: 30px;
color: #a7465a; 
text-decoration: none;
}
.result.model .pic img {
margin: 3px;
}
.result div.desc {
margin-left: 110px;
}
.search-results .missing {
font-style: italic;
color: #777;
}
.search-results .missing {
opacity: 0.75;
}
.search-results div .meta {
font-size: 11px; font-style: italic;
margin-top: 5px;
}
.search-results .meta span {
font-size: 10px; color: #888;
}

/** User profile **/
#edit-profile-form input[type=file] {
vertical-align: super;
}
#edit-profile-form fieldset input, #edit-profile-form fieldset select {
width: 100%;
font-size: 18px;
}
#user-profile .avatar {
display: block;
margin: 0 auto;
}
#user-profile ul {
margin: 0; 
padding: 0;
}
#user-profile ul li {
list-style: none;
color: #AAA;
padding: 5px;
border-bottom: 1px solid #EEE;
height: 30px;
display: inline-block;
width: 40%;
vertical-align: top;
}
#user-profile li span {
font-size: 26px;
font-weight: bold;
float: left;
margin-right: 5px;
}
#user-data h1 {
text-align: center;
font-size: 26px;
}
#user-data .social {
border-bottom: 1px solid #EEE;
}
#user-data .social a {
padding-left: 20px;
line-height: 22px;
text-decoration: none;
background-position: left center;
background-repeat: no-repeat;
display: inline-block;
}
#user-data .social .facebook a {
background-image: url(../images/facebook-icon.png);
}
#user-data .social .twitter a {
background-image: url(../images/twitter-icon.png);
}
#user-data .social .blog a {
background-image: url(../images/blog-icon.png);
}
#user-data .social .website a {
background-image: url(../images/public-link.png);
}

.action-link {
line-height: 24px; text-align: center;
width: 200px;
background: #444;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.action-link a {
color: #FFF; text-decoration: none; display: block;
}
#rant {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: #FAFAFA;
color: #666;
font-size: 14px;
padding: 0.5em 1em;
margin: 0;
text-shadow: 1px 1px 0px #FFF;
line-height: 1.5em;
}
#rant h2 {
font-size: 18px;
text-align: center;
text-shadow: 1px 1px 0px #FFF;
}
#user-bras ul {
padding: 0;
}
#user-bras .her-bras li {
padding-left: 40px;
}
#user-bras .her-bras li .bra-review {
padding-left: 20px; padding-top: 5px;
line-height: 20px;
background: url(../images/icon-review.png) no-repeat center left;
}
#summary {
background: #EEE;
-webkit-box-shadow: 1px 1px 0 #CCC;
-moz-box-shadow: 1px 1px 0 #CCC;
box-shadow: 1px 1px 0 #CCC;
}
#summary h3 {
text-align: center;
border-bottom: 1px solid #CCC;
color: #777;
}
#summary li {
list-style: none;
}
#summary li {
padding: 0 10px;
}
#summary span {
font-style: italic;
}
#summary a {
color: #a7465a;
text-decoration: none;
}
#summary strong {
font-size: 16px;
}
#public-profile .votes {
display: block;
width: 100px;
float: left;
font-size: 30px;
color: #aaa;
text-align: center;
}
.user-comments {
margin: 0; padding: 0;
}
.user-comments li {
list-style: none;
background: transparent url(../images/notices/comment.png) no-repeat center left;
padding-left: 20px;
}
/** Bradmin **/
#bradmin form ul {
margin: 0;
padding: 0;
font-size: 10px;
}
#bradmin form li {
float: left;
list-style: none;
width: 150px; 
border: 1px solid #b1cba0;
margin: 10px;
padding: 10px;
height: 210px;
}
#bradmin form li img {
display: block;
margin: 0 auto;
}
#bradmin #merges {
width: 100%;
}
#bradmin th {
background-color: #EEE;
}
/** Contact form **/
#contact-form textarea, #contact-form input { font-size: 16px; }
/** Comparison **/
#diff-table {
margin: 1px auto 5px;
border-collapse: collapse;
border: 2px solid #CCC;
}
#diff-table td { padding: 2px 4px; }
#diff-table th { border-left: 2px solid #CCC;}
#diff-table .diff {
width: 35px;
}
#has_both a {
padding: 4px 26px 4px;
text-align: center;
width: 130px;
margin: 0 auto;
background: #444 url(../images/icon-compare.png) no-repeat 6px center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
color: #FFF;
}
#compare textarea, .comment-form textarea, .add-voted-entry textarea {
font-size: 14px;
width: 80%;
}
#compare tbody {
border-top: 2px solid #CCC;
}
#compare tr.comparison {
border-bottom: 2px solid #CCC;
}
#compare .empty {
border: 2px solid #CCC;
}
#compare th.col-measurement {
width: 180px;
}
#compare td.center {
text-align: center !important;
}
#compare .grid_8 input.button {
font-size: 14px;
}
#compare .signs {
width: 50px;
text-align: center;
}
#compare .diff {
font-weight: bold;
}
#compare #has_both {
margin: 2px;
background: transparent url(../images/fit-star.png) no-repeat 5px center;
padding: 10px; padding-left: 40px;
}
.summary {
font-family: 'Georgia', serif;
font-size: 18px; 
font-style: italic;
background: #EEE url(../images/quote.png) no-repeat 10px 10px;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.summary h3 {
margin-top: 0;
}
.summary p {
margin-left: 3em;
}
li.review-item, .voted-entry-list > li {
list-style: none;
border-bottom: 1px solid #6eb4e8;
margin-bottom: 10px;
}
.comments-list li {
list-style: none;
border-bottom: 1px dotted #CCC;
line-height: 1.4em;
}
.comment-author, .comment-author a {
font-style: italic;
color: #AAA;
}
.comment-form {
display: none;
}
.comment-form { 
border-top: 1px dotted #CCC; 
padding: 10px 0;
}
.comment-form .button { 
float: right; 
font-size: 12px;
}
#new-review .grid_8 {
border-bottom: 2px solid #b1cba0;
margin-bottom: 20px; padding-bottom: 20px;
}
.author { 
float: right; 
width: 200px; 
}
.author img { 
float: left; 
margin: 0 5px; 
}
.author span {
color: #AAA;
}
.author span span {
font-size: 11px;
font-weight: normal;
}
.author .rep {
font-weight: bold;
font-size: 15px;
display: block;
}
.author .bras {
padding-left: 16px;
display: block;
}
.author img, .avatar { 
padding: 2px; 
border: 1px solid #CCC;
}
#review-list, .voted-entry-list {
margin: 0;
padding: 0;
padding-top: 10px;
list-style: none;
}
#review-list .body, .voted-entry-list .body {
font-size: 16px;
font-family: 'Georgia', serif;
}
#review-list .add-comment, .voted-entry-list .add-comment {
clear: right;
}
#review-list .add-comment a, .voted-entry-list .add-comment a {
color: #a7465a;
}
#review-list li .grid_1 input, .voted-entry-list .vote-here input {
border: 0; 
background: none;
}
#review-list li .grid_1, .votes-info, .voted-entry-list .vote-here {
font-size: 28px; 
text-align: center; 
color: #D5D5D5;
}
#review-list li .grid_1 p, #review-list .grid_7 p.comment, .voted-entry-list p.comment {
font-size: 12px; color: #999; font-style: italic;
}
.fits-her {
background: url(../images/fit-star.png) no-repeat center top;
padding-top: 40px; 
}
.bra-fits-her {
background: url(../images/fit-star.png) no-repeat center left;
}
.updated {
text-align: right;
color: #BBB;
font-size: 14px;
}
.fit-summary {
border-top: 1px dashed #DDD;
border-bottom: 1px dashed #DDD;
margin-bottom: 1em;
padding-bottom: 1em;
}
.fit-summary dl {
color: #AAA;
}
.fit-summary dt {
font-weight: bold;
padding-right: 1em;
}
.fit-summary dt, .fit-summary dd {
display: inline;
margin: 0;
line-height: 1.4em;
}
.related-info {
margin-left: 40px;
}
.review-item .grid_7 h3, .voted-entry-list .grid_8 h3, .user-review h3 {
color: #AAA;
}
.review-item .grid_1 input:hover, .voted-entry-list .grid_1 input:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
}
.review-item .grid_7 a, .voted-entry-list .grid_8 a, .user-review a {
color: #999;
}
.bra-matrix { font-size: 22px; margin: 0 auto; color: #AAA;}
.grid_3 .bra-matrix { font-size: 12px; }
.bra-matrix a {display: block; padding: 8px 4px; text-align: center; background-color: #b1cba0; color: #FFF; font-weight: bold; text-decoration: none;}
.bra-matrix a:hover { background-color: #57473a; }
.did-you-mean { color: #C00; font-size: 18px;}
.notices-list { 
border: 1px solid #CCC; 
border-bottom: 0;
margin: 0; 
padding: 0;
}
.notifications-control { 
border: 1px solid #CCC;  border-top: 0;
background-color: #FEFFDD;
font-size: 11px; margin: 0;  text-align: center;
margin-left: 230px; padding: 2px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.notifications-control a {
text-decoration: none;
}
.notices-list li {
list-style-type: none;
border-bottom: 1px solid #CCC; padding: 5px;
background-color: #FEFFDD; font-size: 10px;
}
.notices-list a {text-decoration: none;}
.notices-list li { padding-left: 18px;
background-repeat: no-repeat; background-position: center left;}
.notices-list span { float: right; color: #AAA;}
.notices-list .compare-review-upvote { background-image: url(../images/notices/compare-review-upvote.png);}
.notices-list .compare-review-downvote { background-image: url(../images/notices/compare-review-downvote.png);}
.notices-list .bra-review-upvote { background-image: url(../images/notices/bra-review-upvote.png);}
.notices-list .bra-review-downvote { background-image: url(../images/notices/bra-review-downvote.png);}
.notices-list .bra-picture-approved { background-image: url(../images/notices/bra-picture-approved.png);}
.notices-list .bra-picture-rejected { background-image: url(../images/notices/bra-picture-rejected.png);}
.notices-list .compare-created { background-image: url(../images/icon-compare.png);}
.notices-list .bra-review-comment ,
.notices-list .compare-review-comment { background-image: url(../images/notices/comment.png);}
.notices-list .bra-review-comment-reply { background-image: url(../images/notices/bra-review-comment-reply.png);
}
.notices-list .messages_deleted {
background-image: url(../images/notices/messages-deleted.png);
}
.notices-list .messages_sent {
background-image: url(../images/notices/messages-sent.png);
}
.notices-list .messages_recovered,
.notices-list .messages_received,
.notices-list .messages_replied,
.notices-list .messages_reply_received { 
background-image: url(../images/notices/messages.png);
}

.social-links {
border-top: 1px solid #CCC;
color: #666;
font-size: 10px;
}
.social-links ul {
padding: 0;
}
.social-links li {
list-style: none;
display: inline-block;
vertical-align: top;
}
.social-links li.service * {
display: inline;
}
.post_extras input, .review-item .grid_2 input[type=text] {
width: 100px;
}
.permalink, .post_extras input, .review-item .grid_2 input[type=text] {
font-size: 10px;
font-weight: bold;
border: 1px solid #ccc;
background-color: transparent;
}
.comparing ul {
margin:0;
padding:0;
}
.comparing ul li {
list-style-type: none;
}
.disclaimer {
font-style: italic;
font-size: 11px;
color: #BBB;
}
.smiley {
border-width: 0 !important; 
-webkit-box-shadow: 0 0 0 transparent !important;
-moz-box-shadow: 0 0 0 transparent !important; 
box-shadow: 0 0 0 transparent !important; 
}
.object-description {
font-size: 14px;
margin: 10px;
}
.object-description img {
max-width: 100%;
display: block;
margin: 0 auto;
}
.object-description .website {
font-size: 12px;
text-align: right;
}
.object-description blockquote {
margin: 0;
background: #F0F0F0;
border-radius: 10px;
font-family: 'Georgia', serif;
font-style: italic;
padding: 1px 10px;
}
#shop-results {
list-style-type: none;
padding-top: 5px;
}
#shop-results > li {
clear: both;
border-bottom: 1px solid #6eb4e8;
margin-bottom: 10px;
padding-bottom: 10px;
}
#shop-results .main-image {
float: left;
width: 100px; 
height: auto;
margin: 0 10px;
}
#shop-results div {
margin-left: 110px;
}
#shop-results img {
border: 2px solid #a7465a;
-webkit-box-shadow: #111 0 0 3px;
-moz-box-shadow: #111 0 0 3px;
box-shadow: #111 0 0 3px;
}
#shop-results ol li {
list-style: none;
}
#shop-results .store-price {
float: right;
font-size: 26px;
font-weight: bold;
margin-left: 15px;
}
#shop-results ol p.title {
font-weight: bold;
font-size: 14px;
}
#shop-results ol .price {
color: #e14d7f;
font-size: 16px;
}
#shop-results .store {
color: #e14d7f;
font-size: 20px;
}
#shop-results p img {
height: 75px; width: auto;
}
#shop-results p.result-pictures a {
margin: 5px;
}
#where-to-buy {
clear: both;
}
#show-reviews {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
}
#show-stores {
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
}
#titles a {
background-color: #fddcd3;
border: 1px solid #DDD;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
display: block; float: left;
font-size: 24px; line-height: 34px;
text-align: center;
margin: 0; padding: 0;
text-shadow: 1px 1px 0px #CCC;
text-decoration: none;
width: 100%;
}
#titles a {
width: 49%;
font-weight: normal;
}
#where-to-buy {
display: none;
}
#titles a.active {
background-color: #a7465a;
text-shadow: 1px 1px 0px #665;
color: #FFF;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0,0,0,0.1)), color-stop(50%, rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%);
background-image: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%);
font-weight: bold;
}
.empty-results, .empty {
list-style: none;
color: #BBB;
text-shadow: 1px 1px 0px #CCC;
text-align: center;
font-size: 20px;
padding: 10px;
}
#pic-upload td {
font-size: 10px; font-style: italic; color: #aaa;
}
.fb-share {
padding-left: 18px;
background: transparent url(../images/facebook-icon.png) no-repeat center left;
line-height: 18px;
}
.login-switch:hover {
color: #666;
}
.login-switch {
text-align: right; color: #aaa; font-style: italic;
cursor: pointer; padding: 5px;
background: #eee url(../images/right-triangle.png) no-repeat left center; 
border: 1px solid #ddd;
font-weight: bold; font-size: 12px;
}
.signin form.grid_5 .button {
font-size: 18px;
padding: 4px 8px;
}
.signin th {
text-align: left;
}
.signin input {
font-size: 16px;
}
.badges {
list-style-type: none;
margin: 0; padding: 0;
}
.badges li {
display: inline;
white-space: nowrap;
background: #a7465a url() no-repeat 4px 4px;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
text-shadow: 1px 1px 0px #444; color: #FFF;
line-height: 20px; 
padding: 3px 5px 3px 20px;
margin-right: 10px;
}
.badges .badge-g {background-image: url(../images/badge-g.png);}
.badges .badge-b {background-image: url(../images/badge-b.png);}
.badges .badge-s {background-image: url(../images/badge-s.png);}

#welcome-stats p {
color: #666;
}
#welcome-stats ul {
margin: 0;
padding: 0;
}
#welcome-stats li {
display: inline-block;
width: 60px;
padding: 3px;
text-align: center;
border: 1px solid #EEE;
background: #FFF;
-webkit-box-shadow: 1px 1px 2px #AAA;
-moz-box-shadow: 1px 1px 2px #DDD;
box-shadow: 1px 1px 2px #DDD;
}
#welcome-stats li:nth-child(2n) {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
transform: rotate(10deg);
}
#welcome-stats li:nth-child(3n) {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
transform: rotate(-10deg);
}
#welcome-stats li:hover {
-webkit-animation-name: shake;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 0.5s;
-moz-animation-name: shake;
-moz-animation-iteration-count: infinite;
-moz-animation-duration: 0.5s;
animation-name: shake;
animation-iteration-count: infinite;
animation-duration: 0.5s;
}
@-webkit-keyframes shake {
    from{
        -webkit-transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-10deg)
    }
    to{
        -webkit-transform: rotate(10deg)
    }
}
@-moz-keyframes shake {
    from{
        -moz-transform: rotate(10deg)
    }
    50% {
        -moz-transform: rotate(-10deg)
    }
    to{
        -moz-transform: rotate(10deg)
    }
}
@keyframes shake {
    from{
        transform: rotate(10deg)
    }
    50% {
        transform: rotate(-10deg)
    }
    to{
        transform: rotate(10deg)
    }
}
#welcome-stats li span {
display: block;
}
.browse-by-shape a {
display: block;
width: 110px;
margin: 10px;
float: left;
text-decoration: none;
text-align: center;
}
.browse-by-shape a:hover {
font-weight: bold;
}
#gmap {
height: 350px;
}
.collapse {
text-decoration: none;
background: transparent url(../images/expand.gif) no-repeat center left;
padding-left: 18px;
}
.expanded {
background-image: url(../images/collapse.gif);
}
.collapsed {
display: none;
}
.listing-info time {
color: #AAA;
font-size: 11px;
font-style: italic;
}
.listing-info h3 {
font-size: 20px;
}
.listing-info h3, .price-info {
color: #e14d7f;
text-shadow: 1px 1px 0 #CCC;
}
.listing-description {
margin-left: 275px;
}
.listing-item h3 {
float: right;
}
img.listing-pic {
float: left;
margin-right: 20px;
}
.listing-item div {
margin-left: 100px;
}
.listing-info blockquote {
line-height: 1.7em;
font-family: 'Georgia', serif;
text-align: justify;
}
.inline-radios ul {
margin: 0; padding: 0;
list-style-position: inside;
}
.inline-radios ul li {
display: inline-block;
min-width: 140px;
list-style: none;
line-height: 1.5em;
}
.inline-radios label {
display: inline !important;
}
span.help {
font-style: italic;
color: #888;
}
#login-options {
display: none;
position: absolute;
background: #FFF;
border: 2px solid #e14d7f;
padding: 10px;
box-shadow: 1px 1px 2px #555;
z-index: 10;
margin-left: auto;
margin-right:auto;
width: 500px;
}
#login-options {
top: 33px; right: 0;
}
#homepage #login-options {
top: 390px;
right: 200px;
}
#sign-in {
background: #fddcd3 url(../images/toggle-down.png) no-repeat right center;
display: inline-block;
margin: 3px;
padding: 3px;
padding-right: 16px;
color: #a7465a !important;
text-decoration: none;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#sign-in.active {
background: #e14d7f url(../images/toggle-up.png) no-repeat right center;
color: #FFF !important;
}
#sign-up {
font-size: 20px;
}
#signin-block {
width: 200px;
}
.small-link {
font-size: 10px;
color: #e14d7f;
}
#signup-message {
background: #FFF;
text-align: center;
font-size: 18px;
border-bottom: 3px solid #e14d7f;
border-top: 3px solid #e14d7f;
}
#signup-message .comment {
font-size: 12px;
color: #AAA;
font-weight: bold;
font-style: normal;
position: absolute;
right: 2em;
padding-top: 5px;
text-align: right;
}
hr {
width: 100%;
clear: both;
border: 2px solid #fddcd3;
display: block;
}
#model-comparison tbody th, #model-comparison tbody td {
line-height: 1.7em;
}
#model-comparison tbody th a {
display: block;
text-align: center;
font-family: 'Georgia', serif;
color: #a7465a;
font-size: 16px;
text-decoration: none;
}
#model-comparison .brand a {
font-size: 12px;
display: inline;
}
#model-comparison .model {
font-weight: normal;
}
#model-comparison .comment {
font-size: 10px;
color: #BBB;
}
.measurements tr.missing {
color: #BBB;
}
.measurements tr.missing th a {
color: #A87781;
font-size: 14px;
font-style: italic;
}
.foot-link {
text-align: right;
}
.message-link {
padding-left: 20px !important;
background: url(../images/notices/messages.png) no-repeat left center;
}
#adbar {
width: 150px;
margin: 0;
padding: 0;
text-align: center;
}
tr.sportsbra {
display: none;
}
tr.fake {
height: 45px;
}
#chest-search {
text-align: right;
}
#chest-search table {
display: inline-block;
}
#simplemodal-container a.modalCloseImg {
background:url(../images/close_icon.png) no-repeat;
width:30px;
height:30px;
display:inline;
z-index:3200;
position:absolute;
top:0;
right:0;
cursor:pointer;
}
#simplemodal-container {
background: #FFF;
padding: 15px;
border: 2px solid #CCC;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
box-shadow: 0 0px 15px #000;
-moz-box-shadow: 0 0px 15px #000;
-webkit-box-shadow: 0 0px 15px #000;
}
#simplemodal-overlay {
background: rgba(0,0,0,1);
}
#bra-form #model-list {
overflow-y: scroll;
max-height: 300px;
}
#model-list {
padding: 0;
}
#model-list li {
list-style: none;
border-bottom: 1px solid #CCC;
}
#model-list li img {
float: left;
}
#model-list label {
display: block;
cursor: pointer;
min-height: 90px;
}
#model-list span {
display: block;
margin-left: 100px;
}
#model-list .description {
font-size: 14px;
color: #a7465a;
font-weight: bold;
}
#model-list .tags {
font-style: italic;
color: #CCC;
font-size: 12px;
}
#model-list .alternatives {
display: none;
}
#model-list li input {
width: 20px !important;
float: right;
}
#model-list li:hover {
color: #a7465a;
}
#model-list li.active {
background: #fddcd3;
color: #a7465a;
}
#bra-detail ul {
padding: 0;
}
#bra-detail li {
list-style: none;
}
#bra-status {
min-height: 100px;
margin-bottom: 10px;
position: relative;
}
#completed-percentage:hover {
border: 1px outset #CCC;
}
#completed-percentage {
font-size: 34px;
color: #6eb4e8;
border: 1px solid transparent;
cursor: pointer;
padding-right: 20px;
background: url(../images/down-expand.png) no-repeat right center;
}
#bra-status ul {
position: absolute;
background: #FFF;
border: 2px solid #e14d7f;
left: 110px;
width: 200px;
padding: 5px;
top: 41px;
display: none;
}
#bra-status img {
float: left;
margin-right: 10px;
}
ol.stacked-details {
display: block;
background: #EEE;
float: right;
border-right: 1px solid #BBB;
border-left: 1px solid #FFF;
padding: 0;
margin: 0;
}
ol.stacked-details span {
display: inline-block;
}
ol.stacked-details li {
margin: 0;
list-style: none;
border-bottom: 1px solid #BBB;
border-top: 1px solid #FFF;
line-height: 33px;
font-weight: bold;
}
ol.stacked-details span {
width: 70px;
text-align: center;
color: #AAA;
}
ol.stacked-details a {
text-decoration: none;
padding-right: 10px;
}
.tasks {
clear: both;
padding: 0;
border: 1px solid #CCC;
border-bottom: 0;
}
.tasks li {
list-style: none;
}
.tasks a {
display: block;
min-height: 50px;
padding: 3px;
border-bottom: 1px solid #CCC;
text-decoration: none;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));
}
.tasks a em {
font-size: 18px;
color: #444;
text-decoration: underline;
}
.tasks .missing {
background: #fddcd3 url(../images/missing-mark.png) no-repeat right center;
}
.tasks a:hover em {
color: #a7465a;
}
.tasks .done {
background: #FFF url(../images/done-mark.png) no-repeat right center;
}
#fit-form label, .check-list label {
display: inline;
}
.check-list li {
list-style: none;
}
.check-list {
padding: 0;
}
#fit-form form img {
max-width: 100%;
display: block;
margin: 0 auto;
}
#fit-form form div {
display: block;
background: #444;
color: #FFF;
padding: 5px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#fit-form form div li {
list-style: none;
background: #888;
border-bottom: 1px solid #666;
padding: 3px;
}
#fit-form form ul {
padding: 0;
}
#fit-form label {
display: block;
}
#fit-form div > label {
font-weight: bold;
text-align: center;
font-size: 1.3em;
}
#fit-form .errorlist li {
background: #C00;
color: #FFF;
text-align: center;
}
#fit-form .actions {
margin-top: 130px;
}
img.captcha {
display: block;
}
.alert {
background: #FFC;
}
/* http://matthamm.com/box-shadow-curl.html */
.alert, .warning, .info, .note {
border: 1px solid #444;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
margin: 10px 0;
}
.alert:before, .warning:before, .info:before, .note:before {
left: auto;
right: 10px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg);
}
.alert:after, .warning:after, .info:after, .note:after {
}
.alert:after, .warning:after, .info:after, .note:after,
.alert:before, .warning:before, .info:before, .note:before {
content: '';
z-index: -1;
position: absolute;
left: 10px;
bottom: 15px;
width: 70%;
max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
height: 20%;
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg);
}
.alert p, .warning p, .info p, .note p {
margin: 0;
line-height: 1.5em;
}
.note {
background: #FFF066;
color: #666;
}
.info {
background: #EEF;
}
.warning {
background: #C33;
text-align: center;
color: #FFF;
}
#review-form #ratings {
margin-top: 1em;
font-size: 2em;
}
#review-form div span {
display: inline-block;
width: 30%;
}
#review-form div {
margin-bottom: 20px;
}
#review-form .note ul {
padding: 0;
}
#review-form .note li {
list-style: none;
font-size: 13px;
margin-bottom: 1em;
}
#bra-fit-list p {
text-align: center;
font-size: 16px;
}
.wide-form input[type=text], .wide-form select, .wide-form textarea, .wide-form input[type=password] {
display: block;
font-size: 24px;
width: 100%;
}
.wide-form .inline-radios li {
display: inline-block;
width: 47%;
text-align: center;
}
.wide-form .inline-radios li label {
font-size: 24px;
}
.wide-form > div {
width: 50%;
}
.wide-form aside {
font-size: 18px;
}
.wide-form aside img {
display: block;
margin: 0 auto;
max-width: 100%;
}
#picture-form #content form table input,
#picture-form #content form table select {
font-size: 16px;
}
#picture-form #content td {
vertical-align: bottom;
padding-bottom: 20px;
}
#picture-form form table img {
max-width: 300px;
height: 100px;
width: auto;
display: block;
margin: 0 auto;
}
#picture-form #content form .info strong {
font-size: 16px;
}
#profile-measurements {
padding: 0;
}
#profile-measurements li {
list-style: none;
border-bottom: 1px solid #CCC;
min-height: 50px;
padding: 10px;
/*background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1)));*/
}
#profile-measurements a {
float: right;
}
#profile-measurements time {
font-size: 14px;
color: #CCC;
font-style: italic;
}
#profile-measurements p {
font-size: 16px;
margin: 0;
}
#profile-measurements p.current {
text-align: center;
font-size: 14px;
color: #a7465a;
}
#profile-measurements li.current {
background-color: #fddcd3;
}
#height-inputs {
display: none;
}
#height-inputs span span {
display: block;
width: 45%;
float: left;
margin-right: 2%;
}
#profile-form input, #profile-form select {
text-align: center;
}
#profile-form div .note img {
float: left;
margin: 30px 5px;
}
.actions {
margin: 0;
padding: 0;
}
.actions li {
display: inline-block;
min-width: 20%;
}
.actions li:last-child {
float: right;
}
#profile-measurements-table {
width: 100%;
}
#profile-measurements-table td {
padding: 5px;
text-align: center;
}
.wide-form {
font-size: 16px;
}
.wide-form label {
display: block;
font-weight: bold;
}
#registration-form td {
padding-top: 10px;
}
.external {
padding-right: 13px;
background: transparent url(../images/external.png) no-repeat right center;
}
.add-more {
padding-right: 18px;
background-image: url(../images/bra-add.png) no-repeat right center;
}
.toolbar {
padding: 0;
}
.toolbar li {
display: inline-block;
list-style: none;
vertical-align: middle;
margin-right: 30px;
}
.toolbar li:last-child {
margin-right: 0;
}
.todo {
border: 1px solid #CCC;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #FFF1ED;
padding: 0 10px;
}
.todo dt {
font-size: 14px;
line-height: 1.5em;
margin-top: 1em;
}
.todo dd a {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: rgba(225, 77, 127, 0.5);
padding: 5px;
text-decoration: none;
color: #FFF;
display: block;
}
.todo dd a:hover {
background-color: rgba(225, 77, 127, 1);
}
.size-list {
padding: 0;
border-bottom: 1px solid #DDD;
}
.size-list li {
display: inline-block;
min-height: 50px;
vertical-align: top;
margin-right: 15px;
}
.size-list .size {
font-size: 25px;
color: #a7465a; 
}
.size-list a {
text-decoration: none;
}
.size-list p {
margin: 0;
}
.size-list .meta {
font-size: 11px;
color: #888;
}
.missing-measurements {
opacity: 0.5;
}
.info-count {
background: #C00;
display: inline-block;
color: #FFF;
font-size: 11px;
min-width: 20px;
font-weight: bold;
line-height: 20px;
text-align: center;
position: relative;
top: -10px;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

-webkit-text-shadow: 0 0 0 #FFF;
-moz-text-shadow: 0 0 0 #FFF;
text-shadow: 0 0 0 #FFF;
}
.compare, .you-have-it, .listed-info {
display: block;
color: #AAA;
padding-left: 20px;
line-height: 2em;
text-decoration: none;
font-size: 150%;
}
.listed-info {
background: transparent url(../images/icon-tag.png) no-repeat left center;
}
.you-have-it {
background: transparent url(../images/icon-greater.png) no-repeat left center;
}
.compare {
background: transparent url(../images/icon-compare.png) no-repeat left center;
color: #666;
}
.scroll-height {
max-height: 300px;
overflow-y: scroll;
}
#jquery-overlay {
z-index: 1003;
}
#jquery-lightbox {
z-index: 1004;
}
.shared-pics {
line-height: 20px;
padding: 2px 0;
padding-left: 20px;
background: url(../images/pictures-icon.png) no-repeat left center;
}
.big-pic-list {
padding: 0;
}
.big-pic-list a {
text-decoration: none;
}
.big-pic-list li {
display: inline;
list-style: none;
}
.big-pic-list li:first-child {
float: left;
}
.item-list {
list-style: none;
padding: 0;
}
.item-list li {
border-bottom: 1px solid #6eb4e8;
}
.item-list li:after {
content: '';
display: block;
clear: right;
padding-top: 10px;
}
.item-list figure {
float: left;
margin: 10px;
}
.item-list.mini li {
min-height: 100px;
}
.item-list.mini figure {
margin: 0 10px;
}
.related-actions {
list-style: none;
padding: 0;
}
.related-actions a {
color: #888;
display: block;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.related-actions a:hover {
background: rgba(0,0,0,0.1);
}
.actions-list a {
display: block;
height: 100%;
}
.size-bra-count {
margin: 0 35px 1em 0;
text-align: right;
}
table.measurements .totals {
border-top: 2px solid #a7465a;
font-weight: bold;
font-size: 1.3em;
}
.exceeded {
color: #0CC;
}
form.wide-form aside .counter {
text-align: center;
font-size: 2em;
margin: 0;
color: #0A0;
}
.og-preview div {
font-size: 12px;
}
.og-preview figure {
float: left;
width: 160px;
height: 150px;
margin: 10px;
text-align: center;
}
.og-preview figure a.next {
display: none;
}
.og-preview img {
max-width: 140px;
max-height: 130px;
width: auto;
height: auto;
display: block;
margin: 0 auto;
}
.og-preview input {
font-size: 20px;
}
.og-preview input, .og-preview textarea {
width: 75%;
}
.og-preview div div {
border: 1px solid #EEE;
-moz-box-shadow: 1px 1px 1px #EEE;
}
.og-preview .waiting {
background: url(../images/loader.gif) no-repeat center center;
}
.invisible * {
visibility: hidden;
}
.report-action {
color: #C00;
font-size: 75%;
}
#announcements {
margin: 0;
padding: 0;
background-color: #FFF9D7;
}
#announcements li {
list-style: none;
text-align: center;
padding: 1em;
border-bottom: 1px solid #a7465a;
font-size: 1.5em;
}
#announcements li .dismiss {
position: absolute;
right: 10px;
top: 1em;
color: #A00;
text-decoration: none;
font-style: italic;
font-size: 0.75em;
}
.inline-dl dt, .inline-dl dd {
display: inline-block;
}
.inline-dl dd {
width: 70%;
}
.inline-dl dt {
font-weight: bold;
width: 20%;
}
.model-main-pic {
display: block;
margin: 0 auto;
}
.compare-min {
background-color: #FCC;
}
.compare-max {
background-color: #CFC;
}
.closed-issue p {
font-size: 13px;
color: #777;
}

