.paginate {
    clear: none;
    display: block;
    float: left;
    margin: -5px 0 0;
}
.paginate dl {
    clear: none;
    display: block;
    float: left;
}
.paginate dl dt {
    padding: 5px 12px 5px 6px;
}
.paginate dl dt b {
    font-weight: bold;
}
.paginate dl dt, .paginate dl dd {
    clear: none;
    display: block;
    float: left;
    font-size: 11px;
    margin-right: 3px;
}
.paginate dl dt {
    width: 97%;
    text-align: right;
}
.paginate dl dd.i-first {
    clear: left;
}
.paginate dl dd a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD #DDDDDD #CCCCCC;
    border-style: solid;
    border-width: 1px;
    clear: none;
    display: block;
    float: left;
    font-size: 11px;
    padding: 4px 6px;
    text-decoration: none;
}
.paginate dl dd a:hover {
    border-color: #555555 #555555 #000000;
}
.paginate dl dd a.on {
    background-color: #80BC42;
    border-color: #9ECC6E #80BC42 #6C9F38;
    color: #FFFFFF;
}
.display-style {
    clear: none;
    display: block;
    float: right;
}
.display-style dt {
    clear: none;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    margin: 0 8px 0 0;
    padding-top: 2px;
}
.display-style dd.stacked, .display-style dd.big-grid, .display-style dd.small-grid {
    clear: none;
    display: block;
    float: left;
    margin: 0 8px 0 0;
}
.display-style dd a {
    background: url("../images/ui/view-bg.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #85B8DB;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding: 14px 0 0;
    width: 14px;
}
.display-style dd.stacked a {
    background-position: 0 0;
}
.display-style dd.big-grid a {
    background-position: -14px 0;
}
.display-style dd.small-grid a {
    background-position: -28px 0;
}
.display-style dd.stacked a:hover, .display-style dd.stacked a.on {
    background-position: 0 -14px;
    border-color: #000000;
}
.display-style dd.big-grid a:hover, .display-style dd.big-grid a.on {
    background-position: -14px -14px;
    border-color: #000000;
}
.display-style dd.small-grid a:hover, .display-style dd.small-grid a.on {
    background-position: -28px -14px;
    border-color: #000000;
}
.product-display fieldset label {
    clear: none;
    display: block;
    padding-left: 20px;
    padding-top: 6px;
}
.product-display fieldset label .label {
    font-size: 11px;
    font-weight: bold;
}
.product-display fieldset label .select select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #DDDDDD #EEEEEE;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    padding: 3px;
}
.product-display fieldset label .select select option {
    padding-right: 10px;
}
.email-subscribe {
    clear: both;
    display: block;
    float: left;
    padding-top: 20px;
    width: 160px;
}
.email-subscribe input[type="text"] {
    border-color: #888888 #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 12px;
    margin: 5px 0;
    padding: 4px;
    width: 152px;
}
.email-subscribe input[type="submit"] {
    border-color: #DDDDDD #CCCCCC #888888;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 12px;
    padding: 4px;
    width: auto;
}
.gridforms {
    width: 100%;
}
.gridforms fieldset, .gridforms legend, .gridforms label, .gridforms div, .gridforms span {
    display: block;
    float: left;
}
.gridforms fieldset {
    clear: both;
    margin: 0;
    position: relative;
}
.gridforms fieldset.primary, .gridforms fieldset.auxiliary {
}
.gridforms fieldset.primary {
}
.gridforms fieldset.auxiliary {
}
.gridforms legend {
    font: bold 15px/130% Arial,Helvetica,sans-serif;
    text-align: left;
}
.gridforms div {
    border: 1px solid #FFFFFF;
    clear: both;
    padding: 0;
}
.gridforms div.button-big {
    clear: none;
}
.gridforms div.major {
    background-color: #E8F3F9;
    border: 1px solid #D0E6F2;
}
.gridforms div.minor {
    background-color: #F4F3F0;
    border: 1px solid #E9E8E2;
}
.gridforms label {
    margin: 5px 0;
    padding: 0;
}
.gridforms .hint {
    clear: both;
    color: #A19E94;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 130%;
    padding: 5px 0;
    text-align: left;
}
.gridforms .flash {
    background: url("../images/silk/exclamation.png") no-repeat scroll 10px center #FEDACC;
    border: 1px dotted #FF4800;
    clear: both;
    color: #FF4800;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    text-indent: 20px;
    width: 508px;
}
.gridforms label.error {
    background-color: transparent;
    background-image: none;
    border: medium none;
}
.gridforms label.error .text input, .gridforms label.error .textarea textarea, .gridforms label.error .select select {
    border-color: #C73800 #F84600 #FFA480;
}
.gridforms label.error .message {
    background: url("../images/silk/exclamation.png") no-repeat scroll 150px center transparent;
    border: medium none;
    clear: both;
    color: #F84600;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 130%;
    padding: 5px 5px 5px 150px;
    text-align: left;
    text-indent: 20px;
}
.gridforms .input .select, .gridforms .input .text, .gridforms .input .textarea {
    clear: both;
    display: block;
    padding: 0;
}
.gridforms .input .label {
    clear: both;
    display: block;
    margin-bottom: 5px;
    padding: 6px 8px 4px 0;
    text-align: right;
}
.gridforms .select select {
    padding: 3px 3px 3px 0;
}
.gridforms .select select option {
    padding: 0 10px 0 3px;
}
.gridforms .select select option[selected="selected"] {
    font-style: italic;
}
.gridforms .switch {
    clear: both;
    display: block;
    float: left;
    margin: 0;
}
.gridforms .explanation-link {
    display: block;
    clear: both;
    padding-top: 10px;
}
.gridforms .switch .label {
    clear: none;
    display: block;
    float: left;
    padding: 5px;
    width: auto;
}
.gridforms .switch .checkbox {
    clear: none;
    display: block;
    float: left;
    padding: 3px 0;
    width: auto;
}
.gridforms .switch .radio {
    clear: none;
    display: block;
    float: left;
    padding: 3px 0;
    width: auto;
}
.gridforms .switch .hint {
    text-indent: 30px;
}
.gridforms .note {
    clear: both;
    color: #999999;
    font-size: 10px;
    padding-left: 150px;
}
.gridforms .label {
    clear: none;
    display: block;
    float: left;
    font-size: 12px;
}
.gridforms .select select, .gridforms .text input, .gridforms .textarea textarea {
    border-color: #888888 #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #433E29;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 5px;
}
.gridforms .big .select select, .gridforms .big .text input, .gridforms .big .textarea textarea {
    font-size: 18px;
}
.gridforms .big .label {
    font-size: 13px;
    font-weight: bold;
}
.gridforms .first-name .text input {
    width: 100px;
}
.gridforms .last-name .text input {
    width: 100px;
}
.gridforms .email .text input {
    width: 250px;
}
.gridforms .street-address .text input {
    width: 250px;
}
.gridforms .city .text input {
    width: 100px;
}
.gridforms .state .text input {
    width: 100px;
}
.gridforms .zip .text input {
    width: 50px;
}
.gridforms .country .select select {
    width: 262px;
}
.gridforms .phone-number .text input {
    width: 100px;
}
.gridforms .name-on-card .text input {
    width: 250px;
}
.gridforms .card-number .text input {
    width: 250px;
}
.gridforms .exp-month .select select {
    width: 60px;
}
.gridforms .exp-year .select select {
    margin-left: 10px;
    width: 90px;
}
.gridforms .card-code .text input {
    width: 60px;
}
.gridforms .active {
    background-color: #E4ECD1;
}
.gridforms .suspended {
    background-color: #FFFBCC;
}
.gridforms p.required {
    background: url("../images/ui/required.png") no-repeat scroll 0 center transparent;
    clear: both;
    display: block;
    float: left;
    padding-left: 12px;
}
.content .gridforms .required .text, .content .gridforms .required .select, .content .gridforms .required .textarea {
    background: url("../images/ui/required.png") no-repeat scroll right center transparent;
    padding-right: 12px;
}
.gridforms .switch-special {
    border-top: 1px dotted #DDDDDD;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px 1px;
}
.gridforms .switch-special:hover {
    background-color: #DDECCC;
    cursor: pointer;
}
.ship-desc, .ship-eta, .ship-price {
    clear: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 130%;
    padding: 2px 5px 5px;
}
.ship-desc {
    width: 200px;
}
.ship-eta {
    width: 100px;
}
.ship-price {
    text-align: right;
    width: 50px;
}
.gridforms .switch-special .checkbox {
    clear: none;
    display: block;
    float: left;
    padding: 3px 0;
    width: auto;
}
.gridforms .switch-special .radio {
    clear: none;
    display: block;
    float: left;
    padding: 3px 0 3px 5px;
    width: auto;
}
.gridforms .switch-special .hint {
    text-indent: 30px;
}
#use_billing {
    margin: 15px 0;
    padding-left: 150px;
    width: auto;
}
#use_billing .checkbox {
    clear: none;
    display: block;
    float: left;
    padding: 3px 0;
    width: auto;
}
#use_billing .label {
    line-height: 130%;
    padding: 2px 5px 5px;
}
.checkout {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.config fieldset {
    border-top: 1px dotted #BBBBBB;
    margin: 10px auto 0;
    padding-top: 10px;
    width: 100%;
}
.config legend {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 10px;
}
.config legend b {
    background-color: #FF8E23;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 8px;
}
.config fieldset div .input .label {
    width: auto;
}
.config div {
    clear: both;
    display: block;
    float: left;
}
.config fieldset div .multi {
    margin-right: 10px;
}
.config fieldset div .input .select {
    clear: both;
}
.config p, .config h4 {
    clear: both;
    display: block;
    float: left;
}
.gridforms h4 {
    margin: 0.75em 0;
}
.gridforms .drophelp {
    background-color: transparent;
    clear: none;
    display: block;
    float: right;
    margin-bottom: -10px;
    margin-top: -8px;
    padding: 5px 0 15px;
    position: absolute;
    right: 0;
    width: auto;
}
.drophelp dl {
    clear: none;
    display: block;
    float: right;
    margin-right: 0;
    padding: 0;
    position: relative;
    width: auto;
}
.drophelp dl dt {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/ui/dropsearch-legend-bg.png") repeat-x scroll 0 bottom transparent;
    border-color: #999999 #BBBBBB #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block;
    float: left;
    width: auto;
}
.drophelp dl dt b {
    background: url("../images/ui/arrows-legend.png") no-repeat scroll right 3px transparent;
    clear: both;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 45px 7px 15px;
    width: auto;
}
.drophelp dl:hover dt b {
    background-position: right -27px;
    color: #000000;
    cursor: default;
}
.drophelp dl div {
    display: none;
}
.drophelp dl:hover div {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #DDDDDD #BBBBBB #999999;
    border-style: solid;
    border-top-left-radius: 8px;
    border-width: 1px;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 27px;
    width: auto;
    z-index: 100;
}
.drophelp dl div dd {
    background-color: transparent;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}
.drophelp dl div dd:hover {
    background-color: #EEEEEE;
    cursor: pointer;
}
.drophelp dl div dd a {
    color: #333333;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    padding: 7px 15px;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}
.drophelp dl div dd a:hover {
    background-color: #EEEEEE;
    color: #000000;
}
.b6 .gridforms fieldset {
    width: 530px;
}
.dropsearch {
    clear: both;
    display: block;
    float: left;
    padding: 5px 0 15px;
    width: auto;
}
.dropsearch fieldset {
    clear: none;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0;
    position: relative;
    width: auto;
}
:first-child + html .dropsearch fieldset {
    clear: none;
    display: block;
    float: left;
    margin-left: -7px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: auto;
}
.dropsearch fieldset legend {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/ui/dropsearch-legend-bg.png") repeat-x scroll 0 bottom transparent;
    border-color: #999999 #BBBBBB #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block;
    float: left;
    width: auto;
}
.dropsearch fieldset legend b {
    background: url("../images/ui/arrows-legend.png") no-repeat scroll right 3px transparent;
    clear: both;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 45px 7px 15px;
    width: auto;
}
.dropsearch fieldset:hover legend b {
    background-position: right -27px;
    color: #000000;
    cursor: default;
}
.dropsearch fieldset div {
    display: none;
}
.dropsearch fieldset:hover div {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #DDDDDD #BBBBBB #999999;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    min-width: 190px;
    padding: 8px 0;
    position: absolute;
    top: 27px;
    white-space: nowrap;
    width: auto;
    z-index: 100;
}
:first-child + html .dropsearch fieldset:hover div {
    left: 7px;
}
.dropsearch fieldset div label {
    background-color: transparent;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    min-width: 190px;
    padding: 0;
    white-space: nowrap;
    width: auto;
}
.dropsearch fieldset div label:hover {
    background-color: #EEEEEE;
    cursor: pointer;
}
.dropsearch fieldset div label .checkbox, .dropsearch fieldset div label .radio {
    background-color: transparent;
    clear: none;
    display: block;
    float: left;
    margin: 0;
    padding: 5px 5px 5px 15px;
}
.dropsearch fieldset div label .label {
    background-color: transparent;
    clear: none;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 6px 0 4px 3px;
}
.dropsearch fieldset div p {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    min-width: 190px;
    padding: 0;
    width: auto;
}
.dropsearch fieldset div p a {
    color: #333333;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    min-width: 130px;
    padding: 7px 15px;
    text-decoration: none;
    width: auto;
}
.dropsearch fieldset div p a:hover {
    background-color: #EEEEEE;
    color: #000000;
}
.dropsearch fieldset.shoe-type {
    clear: none;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0;
    position: relative;
    width: auto;
}
.dropsearch fieldset.shoe-type legend {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/ui/dropsearch-legend-bg.png") repeat-x scroll 0 bottom transparent;
    border-color: #999999 #BBBBBB #DDDDDD;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block;
    float: left;
}
.dropsearch fieldset.shoe-type legend b {
    background: url("../images/ui/arrows-legend.png") no-repeat scroll right 3px transparent;
    clear: both;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 45px 7px 15px;
    width: auto;
}
.dropsearch fieldset.shoe-type:hover legend b {
    background-position: right -27px;
    color: #000000;
    cursor: default;
}
.dropsearch fieldset.shoe-type .container {
    display: none;
}
.dropsearch fieldset.shoe-type:hover .container {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD #BBBBBB #999999;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    padding: 8px 0 25px;
    position: absolute;
    top: 27px;
    width: 300px;
    z-index: 100;
}
.dropsearch fieldset.shoe-type .container div {
    background-color: transparent;
    border: medium none;
    clear: none;
    display: block;
    float: left;
    margin: -15px 0 10px;
    min-width: 0;
    padding: 8px 0 0;
    position: relative;
    width: 100px;
    z-index: 101;
}
.dropsearch fieldset.shoe-type div p {
    clear: none;
    display: block;
    float: left;
    margin: -20px 0 0;
    min-width: 0;
    padding: 3px 0 3px 10px;
    width: 90px;
}
.dropsearch fieldset.shoe-type div label {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: 100px;
}
.dropsearch fieldset.shoe-type div label:hover {
    background-color: #EEEEEE;
    cursor: pointer;
}
.dropsearch fieldset.shoe-type div label .checkbox, .dropsearch fieldset.shoe-type div label .radio {
    clear: none;
    display: block;
    float: left;
    margin: 0 0 1px;
    padding: 5px 5px 4px 15px;
}
.dropsearch fieldset.shoe-type div label .label {
    clear: none;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 0 1px;
    padding: 6px 0 4px 3px;
}
.purchase {
    padding-bottom: 15px;
}
.purchase fieldset {
    clear: both;
    display: block;
    float: left;
}
.purchase div {
    clear: none;
    display: block;
    float: left;
}
.purchase div .solo {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.purchase div select {
    min-width: 70px;
}
.purchase div input {
    min-width: 50px;
}
.purchase label {
    clear: both;
    display: block;
    float: left;
    margin-top: 10px;
}
.purchase label.solo {
    margin-bottom: 0;
}
.purchase .input .label {
    clear: none;
    display: block;
    float: left;
    font-size: 11px;
    padding: 0;
    text-align: left;
}
.purchase label .select, .purchase label .text {
    clear: both;
    display: block;
    float: left;
    margin: 5px 0 0;
    width: 100%;
}
.purchase label .select select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888888 #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 3px;
}
.purchase label .text input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888888 #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 3px;
}
.purchase fieldset div .multi {
    clear: none;
    display: block;
    float: left;
    margin-right: 15px;
    width: auto;
}
.purchase .multi .radio {
    clear: none;
    display: block;
    float: left;
    padding: 0 3px 0 0;
}
.purchase .multi .label {
    clear: both;
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.purchase .multi .select {
    clear: both;
    display: block;
    float: left;
    width: auto;
}
.purchase .button-cart {
    clear: both;
    display: block;
    float: left;
    width: 300px;
}
#configure {
    margin: -10px auto 0;
    padding-bottom: 20px;
    padding-top: 0;
    width: 950px;
}
#addToCartCustomize {
    margin-top: 20px;
}
#configure h2 {
    margin: 0;
}
#configure h1 {
    margin: 13px 0;
}