/************************************************************************************
-------------------------------------------------------------------------------------
	
	"buy_common.css"
	@desc	buy section layout rules for www.nrm.org.uk
	@author Skywire www.skywire.co.uk
	
-------------------------------------------------------------------------------------
************************************************************************************/

/*	buy wrapper
-----------------------------------------------------------------------------------*/
body.buy #content {
    position: relative;
    width: 100%;
}

a {
    outline: none;
}

.custom-clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: static;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*	buy navigation
-----------------------------------------------------------------------------------*/
#buy-nav {
    width: 180px;
    float: left;
    display: inline;
}

body.buy #content .buy-module {
    width: 140px;
    overflow: hidden;
    padding: 15px 20px;
}

body.buy #content #side-search {
    margin-bottom: 17px;
}

body.buy #content #side-newsletter {
    margin-bottom: 17px;
    margin-top: 17px;
}

body.buy #content #side-shop-nav {
    margin-bottom: 17px;
}

body.buy #content .buy-module.hasCorners {
    width: 180px;
}

body.buy #content #side-search.hasCorners {
    margin-bottom: 33px;
}

body.buy #content #side-newsletter.hasCorners {
    margin-bottom: 33px;
    margin-top: 33px;
}

body.buy #content #side-shop-nav.hasCorners {
    margin-bottom: 33px;
}

body.buy #content #side-nav {
}

.grey {
    background: #231F20;
}

.white {
    background: #FFFFFF;
}

/*	buy theme
-----------------------------------------------------------------------------------*/
body.buy {
    background-image: url('../images/design/page-backgrounds/buy_1826.jpg');
}

body.buy #logo {
    background-color: #56A23F;
}

body.buy #nav-sub li {
    background-image: url('../images/design/themed/bg-sub-nav-green.png');
}

/*	buy accout links
-----------------------------------------------------------------------------------*/
#account-links {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

#account-nav {
    position: absolute;
    right: 0;
    top: -48px;
    width: 440px;
    height: 30px;
}

#account-nav div {
    padding: 0 20px;
    height: 30px;
    background: url('../images/design/buy/bg-account-links.png') no-repeat 0 0;
    text-align: center;
    width: 80px;
    float: right;
    display: inline;
}

#account-nav div p {
    line-height: 30px;
    margin: 0;
    padding-left: 0;
    text-align: center;
    width: 80px;
}

#account-nav .my-account {
    margin: 0 15px 0 0;
}

#account-nav .contact-tel {
    margin: 0 15px 0 0;
    width: 130px;
    background: url('../images/design/buy/bg-account-links-wide.png') no-repeat 0 0;
}

#account-nav .contact-tel p {
    background: url('../images/design/buy/bg-account-tel.gif') no-repeat 0 50%;
    width: 110px;
    padding-left: 20px;
}

#account-nav .checkout {
}

/* Search field in buy sidebars	*/
label.search-shop-label,
    label.register-email-label {
    display: none;
}

.buy-module fieldset {
    border: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    margin: 2px 0 0 0;
    padding: 0 15px 5px 5px;
    width: 235px;
}

.buy-module legend {
    display: none; /* Not ideal, but rather have the legend than no legend	*/
}

.buy-module input {
    border: none;
    color: #fff;
    margin-top: 4px;
}

.buy-module input.text {
    float: left;
    background: #231F20;
    border-right: 2px solid #fff;
    color: #fff;
    width: 160px;
}

.buy-module button.submit {
    background: url('../images/design/buy/btn-go.png') no-repeat top left;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 13px;
    line-height: 20px;
    margin-top: 7px;
    padding: 7px 0 0 0;
    text-align: left;
    width: 53px;
}

.buy-module button.submit span {
    cursor: pointer;
    display: block;
    height: 20px;
    text-indent: -999em;
    width: 50px;
}

.buy-module button.submit:hover {
    background-position: bottom left;
}

/*	Searchbox in sidebar	*/
.buy-module fieldset {
    padding-right: 0;
    width: 132px;
}

.buy-module input.text {
    background: transparent;
    font-size: 0.65em;
    height: 17px;
    line-height: 20px;
    width: 102px;
}

.buy-module button.submit {
    height: 13px;
    width: 22px;
}

.buy-module.green button.submit {
    background: url('../images/design/buy/btn-go-green.png') no-repeat top left;
}

.buy-module button.submit span {
    text-indent: -999em;
    width: 50px;
}

.buy-module button.submit:hover {
    background-position: bottom left;
}

#security-logos a {
    padding: 0;
    float: left;
    clear: none;
    width: 80px;
}

#security-logos a.verify {
    float: right;
    clear: right;
    width: 55px;
    background: none;
}

#security-logos a.verify img {
    margin-bottom: 5px;
    border: 0;
}

#security-logos a.thawte {
    float: left;
    clear: none;
    width: 80px;
}

#security-logos a.thawte img {
    margin-bottom: 0;
}

#security-logos a.mc img {
    margin-bottom: 0;
}

#security-logos a.visa {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/*	sidebar headings	*/
#side-search h2 {
    font-size: 1.625em;
}

#side-newsletter h2 {
    font-size: 0.8em;
}

/* category listing links */
body.buy-home #content .col p {
    margin-bottom: 0;
}

body.buy-home #primary ul.link-list {
    margin-bottom: 0;
    width: 100%;
}

body.buy-home ul.link-list.columned li {
    width: 70px;
    margin-right: 0;
}

body.buy-home ul.link-list.columned .view {
    float: right;
}

/*	buy slider
-----------------------------------------------------------------------------------*/
body.buy-home #home-slider {
    width: 718px;
}

body.buy-home #home-slider .home-slider-content {
    width: 718px;
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item {
    width: 678px;
}

body.buy-home #home-slider.slideable .home-slides-inner-wrapper li.item {
    width: 718px;
}

body.buy-home #home-slider.slideable .home-slides-inner-wrapper li.item.hasCorners {
    width: 718px;
}

body.buy-home #home-slider.slideable #controls {
    width: 718px;
}

/*
    Themed items
    Note all styles declared for every item to ease duplication for futrue itmes
*/
/*	Train Sets	*/
body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-1 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-1 h2 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-1 h3 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-1 h4 {
    color: #fff;
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-1 p {
    color: #fff;
    width: 220px;
}

body.buy-home #home-slider li.item.home-slider-1 div.slide-content {
    width: 260px;
}

/*	next item	*/
body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-2 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-2 h2 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-2 h3 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-2 h4 {
    color: #fff;
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-2 p {
    color: #fff;
}

body.buy-home #home-slider li.item.home-slider-2 div.slide-content {
    width: 260px;
}

/*	next item	*/
body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-3 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-3 h2 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-3 h3 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-3 h4 {
    color: #fff;
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-3 p {
    color: #fff;
}

body.buy-home #home-slider li.item.home-slider-3 div.slide-content {
    width: 225px;
}

/*	next item	*/
body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-4 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-4 h2 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-4 h3 {
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-4 h4 {
    color: #fff;
}

body.buy-home #home-slider .home-slides-inner-wrapper li.item.home-slider-4 p {
    color: #fff;
}

body.buy-home #home-slider li.item.home-slider-4 div.slide-content {
    width: 325px;
}

/*	category overview
-----------------------------------------------------------------------------------*/
.category-heading .half {
    width: 337px;
}

.category-heading .last {
    width: 319px;
    margin-right: 0;
}

/* filtering */
#content .pagination-links {
    margin-top: 0;
}

.sort-select {
    float: left;
}

#primary .sort-select label {
    float: left;
    display: inline;
    font-size: 0.75em;
    line-height: 1.475em;
    margin: 2px 5px 0 0;
}

#primary .sort-select .jquery-selectbox {
    margin-top: 0;
    margin-bottom: 0;
}

.sort-select select {
    width: 160px;
}

.pagination ul.first-prev {
    position: static;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
}

.pagination ul.next-last {
    top: 2px;
}

.page-list {
    float: left;
    display: inline;
}

.pagination ul.numbered-links {
    margin: 2px 0 0 5px !important;
    float: left !important;
}

.page-list span {
    font-size: 0.75em;
    line-height: 1.475em;
    float: left;
    margin: 2px 0 0 40px;
}

/* product list */
.two-col #primary .results-wrapper {
    width: 678px;
}

.results-wrapper ul.product-list {
    float: left;
    list-style: none;
    padding: 5px 0 0 0;
    width: 678px;
}

.results-wrapper ul.product-list li {
    float: left;
    font-size: 1em;
    margin: 0;
    min-height: 200px;
    padding: 14px 19px;
    width: 186px;
}

.results-wrapper #content #primary ul.product-list li {
    font-size: 1em;
}

.results-wrapper ul.product-list li.hasCorners {
    margin-bottom: 34px;
    width: 158px;
}

.results-wrapper ul.product-list li.last {
    margin-right: 0;
}

/*	sidebar headings	*/
#content #primary .results-wrapper h3 {
    font-size: 1.525em; /*height:1em;overflow:hidden;*/
    margin: 0;
}

#content #primary .results-wrapper p {
    font-size: 1em;
    margin: 0 0 2px 0;
}

/* category listing links */
.results-wrapper p {
    margin-bottom: 0;
}

.results-wrapper ul.link-list.columned {
    margin: 0;
    width: 100%;
}

#content .results-wrapper ul.link-list.columned li {
    width: 70px;
    margin-right: 0;
    min-height: 16px;
    padding: 0 0 0 20px;
    font-size: 1em;
}

.results-wrapper ul.link-list.columned .view {
    float: right;
}

/*	product page
-----------------------------------------------------------------------------------*/
.product h1 {
    padding-right: 140px;
}

.product h1 span {
    font-size: 1em;
    color: #FFD129;
    float: right;
    display: inline;
    padding-top: 0;
    margin-right: -140px;
}

.product .module .last {
    margin-right: 0;
}

.product .module .col.last {
    width: 228px;
    min-height: 337px;
    height: auto !important;
    height: 337px;
    position: relative;
}

#product-details-image a {
    cursor: crosshair;
}

#primary #availability {
    margin-bottom: 15px;
}

#primary .product-options label {
    float: left;
    margin: 5px 5px 15px 0;
    width: 70px;
}

#primary .product-options .text {
    text-align: center;
    width: 3em;
    border-color: #000;
    background: #fff;
    color: #000;
    font-weight: bold;
}

#primary .product-options select {
    width: 153px;
}

#content #primary.product button.submit {
    width: 100%;
    font-weight: bold;
    float: none;
    text-align: left;
    padding-left: 10px;
    font-size: 1.475em;
    height: 2em;
    line-height: 2em;
}

.two-col #primary .product-descriptions-tabs {
    width: 678px;
}

.two-col div.product hr {
    width: 640px;
    margin-left: 19px;
}

#content .product-tabs {
    width: 100%;
    overflow: hidden;
    margin: 19px;
}

#content .product-tabs li {
    float: left;
    display: inline;
    border-right: 1px solid #003356;
    margin-right: 20px;
    font-size: 1em;
}

#content .product-tabs li.last {
    width: auto;
    border: 0;
    margin: 0;
}

#content .product-tabs li a {
    display: block;
    padding: 1px 0;
    margin-right: 20px;
    font-weight: bold;
    outline: none;
}

#content .product-tabs li.active a {
    text-decoration: none;
}

#content .product-descriptions-tabs .desc {
    margin: 0 19px 19px;
}

#content .product-descriptions-tabs .desc {
    display: none;
}

#content .product-others .desc {
    margin: 0;
}

#content .product-descriptions-tabs .active {
    display: block;
}

#content .desc .product-list li {
    padding-top: 0;
}

#content .product-list li.last {
    width: 186px;
}

#content .product-list li.custom-clear {
    width: 100%;
    min-height: 0 !important;
    padding: 0;
}

#content .alt-views {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

#content .note {
    margin: 10px 0 0 0;
    font-size: 0.875em;
}

#content .note h4 {
    margin: 0;
}

.desc table {
    font-size: 0.875em;
    text-align: left;
}

.desc table td,
    .desc table th {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #003356;
}

.desc table td {
    padding-left: 20px;
}

.desc table th {
    border-right: 1px solid #003356;
}

.desc table .bottom td,
    .desc table .bottom th {
    border-bottom: 0 none;
}

.desc table th.specification-title {
    width: 200px;
}

#alternative-images {
    display: none;
}

#TB_window {
    margin-top: 0 !important;
    top: 0;
    width: 904px !important;
    margin-left: -452px !important;
}

#TB_ajaxContent {
    width: 864px !important;
    height: 596px !important;
}

#TB_window .link-list {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#TB_window .link-list li {
    font-size: 0.75em;
    line-height: 1.475em;
    margin-right: 0;
}

#TB_ajaxContent #left-scroller {
    display: inline;
    float: left;
    height: 512px;
    margin: 8px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 136px;
}

#TB_ajaxContent .scrollable {
    height: 442px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 96px;
    margin: 40px 0 0 20px;
}

#TB_ajaxContent #items {
    height: 2000em;
    position: absolute;
}

#TB_ajaxContent #items div {
    height: 91px;
}

#TB_ajaxContent #items img {
    cursor: pointer;
    margin-bottom: 5px;
}

#TB_ajaxContent img.large-image {
    float: right;
    display: inline;
    background: url(../images/design/thickbox/loader.gif);
}

#TB_ajaxContent #actions {
    display: block;
    position: relative;
}

#TB_ajaxContent #actions a {
    cursor: pointer;
    display: block;
    height: 20px;
    left: 36px;
    position: absolute;
    text-indent: -9999px;
    width: 64px;
    outline: none;
}

#TB_ajaxContent #actions .prevPage {
    background: url(../images/design/icons/bul-arrow-yellow-up.png) no-repeat 50% 0;
    top: 15px;
}

#TB_ajaxContent #actions .nextPage {
    background: url(../images/design/icons/bul-arrow-yellow-down.png) no-repeat 50% 0;
    top: 500px;
}

/*	Side nav on left
----------------------------------------------------------------------------------*/
#side-shop-nav {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    width: 140px;
}

#side-shop-nav.hasCorners {
/*margin-top: -8px;*/
    width: 180px;
}

#side-shop-nav ul {
    list-style: none;
}

#side-shop-nav li {
    border-bottom: 1px solid #fff;
    padding: 0;
}

#side-shop-nav li.last {
    border-bottom: none;
}

#side-shop-nav li.active ul {
    border-top: 1px solid #fff;
    font-size: 1.3em;
    margin: 0;
    padding-left: 0;
}

/*	Side nav links	*/
#side-shop-nav li a {
    color: #fff;
    display: block;
    padding: 13px 0;
    text-decoration: none;
}

#side-shop-nav li a:hover {
    text-decoration: underline;
}

#side-shop-nav li.active a,
    #side-shop-nav li.active a:hover {
/*color: #BD3038;*/
    cursor: default;
    text-decoration: none;
}

#side-shop-nav li.active a:hover {
    cursor: pointer;
}

#side-shop-nav li.active ul a {
    border-bottom: 1px solid #fff;
    color: #000;
    text-decoration: none;
}

#side-shop-nav li.active ul li.last a {
    border-bottom: none;
}

#side-shop-nav li.active ul a:hover {
    color: #000;
    text-decoration: underline;
}

#side-shop-nav li.active ul li.active a,
    #side-shop-nav li.active ul li.active a:hover {
/*color: #BD3038;*/
    cursor: default;
    text-decoration: none;
}

.search-header {
    display: block;
    padding: 13px 0;
    color: #000000;
}

#side-nav li.current-selection ul li {
    padding: 0;
    background: none;
}

#side-nav li.current-selection ul li a {
    background: transparent url(../images/design/icons/btn-close.png) no-repeat 0 0;
    padding-left: 20px;
}

li.hidden ul {
    display: none;
}

li.active ul {
    display: block;
}

/*	shopping basket
-----------------------------------------------------------------------------------*/
.error {
    color: #ffd129;
    font-size: 1em;
}

#content p.error-message {
    color: #ffd129;
    font-size: 1em;
    margin-bottom: 0;
}

.remove {
    display: block;
}

.stock-level {
    color: #FFD129;
}

.shopping-bag-table {
    font-size: 0.875em;
}

.shopping-bag-table thead {
}

.shopping-bag-table tr {
}

.shopping-bag-table td {
    font-size: 0.75em;
    border-right: 1px solid #004D7A;
    padding: 10px;
}

#primary .shopping-bag-table td p {
    font-size: 1em;
    margin: 0;
}

.shopping-bag-table th {
    border-right: 1px solid #004D7A;
    padding: 10px;
}

.shopping-bag-table .image-col {
    width: 96px;
    text-align: left;
    padding-left: 0;
}

.shopping-bag-table .detail-col {
    width: 120px;
    text-align: left;
}

.shopping-bag-table .price-col {
    width: 60px;
    text-align: right;
}

.shopping-bag-table .qty-col {
    width: 80px;
    text-align: center;
}

.shopping-bag-table .discount-col {
    width: 80px;
    text-align: right;
}

.shopping-bag-table .subtotal-col {
    width: 85px;
    text-align: right;
}

.shopping-bag-table .last {
    border-right: 0;
    padding-right: 0;
}

.shopping-bag-table .grand-total {
    font-weight: bold;
    font-size: 1em;
    text-align: right;
}

.shopping-bag-table .other-total {
    border-bottom: 1px solid #004D7A;
}

.other-total .jquery-selectbox {
    width: 420px !important;
    margin: 0 !important;
}

.other-total .jquery-selectbox .jquery-selectbox-list {
    width: 415px !important;
    height: auto !important;
    overflow: visible;
}

#primary .shopping-bag-table .other-total div.no-wrap-div {
    float: left;
}

#primary .shopping-bag-table .other-total div.no-wrap-div label {
    margin-right: 5px;
}

#primary .shopping-bag-table .other-total div.no-wrap-div .jquery-selectbox .jquery-selectbox-item,
    #primary .shopping-bag-table .other-total div.no-wrap-div .jquery-selectbox .jquery-selectbox-currentItem {
    font-size: 0.875em;
}

.shopping-bag-table .image-col a {
    display: block;
}

.shopping-bag-table .image-col a img {
    margin-bottom: 0;
}

#primary .shopping-bag-table .subtotal-head {
}

#primary .shopping-bag-table .subtotal-col {
}

#primary .shopping-bag-table .other-total label {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    line-height: 2em;
}

.shopping-bag-table .other-total select {
    float: left;
    display: inline;
    width: 250px;
}

.shopping-bag-table .other-total .text {
    color: #fff;
}

#content #primary .shopping-bag-table .other-total button.submit {
    float: left;
    margin-left: 10px;
    padding: 0 5px;
}

#primary #order-bottom .link-list,
    #primary #order-bottom .link-list li {
    float: left;
    display: inline;
    width: auto;
}

#content #primary #order-bottom .submit {
    padding: 0 5px;
    font-size: 1em;
    font-weight: bold;
    height: 2em;
    line-height: 2em;
}

.qty-value {
    width: 30px;
    text-align: center;
}

.qty-value,
    .minus-qty,
    .add-qty {
    float: left;
    display: inline;
    height: 16px;
    line-height: 16px;
}

.minus-qty,
    .add-qty {
    float: left;
    display: inline;
    width: 16px;
    text-decoration: none;
    text-indent: -9000px;
    background: url(../images/design/buy/bg-minus.gif) no-repeat 1px 50%;
}

.minus-qty {
    margin-left: 10px;
}

.add-qty {
    background-image: url(../images/design/buy/bg-plus.gif);
}

#content #primary #button-clone {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 1em;
    font-weight: bold;
    height: 2em;
    line-height: 2em;
}

.shopping-bag-table .other-total select#delivery-method {
    width: auto;
}

#content .layout-f .product-list li {
    position: relative;
    padding-bottom: 58px;
}

/*14px*/
.also-footer {
    width: auto;
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    left: 19px;
}

/*	product page popup
-----------------------------------------------------------------------------------*/
.added-to-basket-wrapper {
    display: none;
    position: absolute !important;
    top: -125px;
    left: 200px;
    z-index: 3000;
}

#content #primary .layout-f .half {
    width: 360px;
    margin-bottom: 20px;
}

#content #primary .layout-f .half img {
    float: left;
    display: inline;
    margin-right: 20px;
}

#content #primary .layout-f .half ul {
    list-style-type: none;
}

#content #primary .layout-f .last-half {
    width: 274px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
    padding-left: 20px;
    border-left: 2px solid #002F51;
}

#content #primary .alt-add {
    color: #FFD129;
    margin: 0;
    padding: 0;
    background: none;
    width: 100px;
    overflow: hidden;
    height: 2em;
}

#content #primary .alt-add label {
    float: left;
    display: inline;
    margin-right: 5px;
}

#content #primary .alt-add input {
    float: left;
    display: inline;
}

#content #primary #button-clone.button-alt,
    #content #primary #order-bottom .submit {
    width: auto;
    float: right;
}

.TB_custom_ie {
    width: 943px !important;
}

/* IE6 width */
#added-to-basket .product-tabs li {
    font-weight: bold;
}

#added-to-basket a {
    cursor: pointer;
}

.added-list li {
    margin-bottom: 10px;
}

/*	checkout page
-----------------------------------------------------------------------------------*/
#primary.checkout-page {
}

#primary.checkout-page .checkout-box {
    width: 678px;
    margin-bottom: 30px;
}

#primary.checkout-page .checkout-box h2 {
    margin: 8px 19px 0;
}

#primary.checkout-page .checkout-box h2 a {
    background: transparent url(../images/design/icons/bul-arrow-yellow.png) no-repeat 0 0.3em;
    margin: 2px 0 0 0;
    padding-left: 20px;
    position: relative;
    font-size: 0.75em;
    line-height: 1.475em;
    float: right;
    display: inline;
    text-decoration: underline;
}

#primary.checkout-page .checkout-box h2 a:hover {
    color: #FFD129;
}

#primary.checkout-page .checkout-box .checkout-content {
    margin: 19px 19px 19px;
}

#primary.checkout-page .checkout-box .checkout-content form {
    float: none;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-login-left {
    min-height: 260px;
    height: auto !important;
    height: 260px;
    position: relative;
    float: left;
    display: inline;
    width: 290px;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    border-right: 2px solid #004D7A;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-login-right {
    min-height: 260px;
    height: auto !important;
    height: 260px;
    position: relative;
    float: left;
    display: inline;
    width: 288px;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-login-left button,
    #primary.checkout-page .checkout-box .checkout-content .checkout-login-right button {
    position: absolute;
    bottom: 0;
    right: 0;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-login-left button {
    right: 30px;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-account-left {
    float: left;
    display: inline;
    width: 292px;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    border-right: none;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-account-right {
    float: left;
    display: inline;
    width: 288px;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-account-bottom {
}

#primary.checkout-page .checkout-box .checkout-content .checkout-account-bottom .custom_checkbox {
    display: none;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-account-bottom #terms-anchor {
    float: left;
    display: inline;
    line-height: 2em;
    margin: 2px 0 0 80px;
}

#primary.checkout-page .checkout-box .checkout-content .checkout-account-bottom #terms-anchor input {
    margin: 0 5px 0 0;
}

#content #primary.checkout-page .checkout-box .checkout-content p {
    margin-bottom: 15px;
}

#content #primary.checkout-page .checkout-box .checkout-content .forgot-pass,
    #content #primary.checkout-page .checkout-box .checkout-content .step-back {
    background: transparent url(../images/design/icons/bul-arrow-yellow.png) no-repeat 0 0.5em;
    margin: 2px 0 0 0;
    padding-left: 20px;
    position: relative;
    font-size: 1em;
    line-height: 2em;
    display: block;
    text-decoration: underline;
}

#content #primary.checkout-page .checkout-box .checkout-content .step-back {
    float: left;
}

#content #primary.checkout-page .checkout-box .checkout-content .text {
    color: #fff;
    width: 260px;
}

#content #primary.checkout-page .checkout-box .checkout-content .textarea {
    color: #fff;
    width: 260px;
    border: 1px solid #FFFFFF;
    float: left;
    padding: 3px;
    background: none;
    font-size: 1em;
    line-height: 1.475em;
    height: 4em
}

#content #primary.checkout-page .checkout-box .checkout-content .short-input .text {
    width: 130px;
}

#content #primary.checkout-page .checkout-box .checkout-content select {
    width: 270px;
}

/*#content #primary.checkout-page #paymentDetails .checkout-content .cc-dates select{width:auto;}*/
#content #primary.checkout-page #payment-checkout .checkout-content .cc-dates select {
    width: auto;
}

#content #primary.checkout-page .checkout-box .checkout-content .cc-dates select {
    width: 6em;
}

#content #primary.checkout-page .checkout-box .checkout-content .button {
    font-size: 1.475em;
    font-weight: bold;
    height: 2em;
    line-height: 2em;
    padding: 0 10px;
    text-align: left;
}

#content #primary.checkout-page .checkout-box .checkout-content label {
    margin-bottom: 5px;
}

#content #primary.checkout-page .checkout-box .checkout-content label.email-pref {
    font-size: 0.875em;
}

#content #primary.checkout-page .checkout-box .checkout-content .checks {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 15px;
}

#content #primary.checkout-page .checkout-box .checkout-content .checks li {
    margin-bottom: 10px;
}

#content #primary.checkout-page .checkout-box .checkout-content .checks li .custom_checkbox {
    left: -23px;
}

#content #primary.checkout-page .checkout-box .checkout-content .checkout-account-bottom .required {
    font-size: 1em;
    line-height: 2em;
    float: left;
    display: inline;
    margin: 2px 0 0 300px;
}

#content #primary.checkout-page .checkout-box .checkout-content .form-require {
    color: #FFD129;
}

#primary.checkout-page .active {
}

#primary.checkout-page .active .checkout-content {
    display: block;
}

#primary.checkout-page .checkout-content .jquery-selectbox .jquery-selectbox-list {
    height: auto !important;
}

#primary.checkout-page .active h2 a {
    display: none;
}

#primary.checkout-page .inactive {
}

#primary.checkout-page .inactive .checkout-content {
    display: none;
}

#primary.checkout-page .inactive h2 {
    background: none;
    padding-bottom: 8px;
}

#primary.checkout-page .inactive h2 a {
    display: none;
}

#primary.checkout-page .inactive h2.completed a {
    display: block;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table {
    margin: 0 0 20px;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table th {
    border-bottom: 1px solid #004D7A;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table td {
    border-bottom: 1px solid #004D7A;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table .detail-col {
    width: 220px;
    padding-left: 0;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table .price-col {
    width: 60px;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table .qty-col {
    width: 80px;
}

#content #primary.checkout-page .checkout-box .shopping-bag-table .other-total {
    padding-left: 0;
}

#content #primary.checkout-page .checkout-box #progress-summary .progress-content {
    float: left;
    display: inline;
    min-height: 180px;
    height: auto !important;
    height: 180px;
    border-right: 1px solid #004D7A;
    width: 144px;
    overflow: hidden;
    margin: 0 10px 20px 0;
    padding: 0 10px 0 0;
}

#content #primary.checkout-page .checkout-box #progress-summary .last {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

#content #primary.checkout-page .checkout-box #progress-summary .progress-content h3 {
    font-size: 1em;
    margin: 0;
}

#content #primary.checkout-page .checkout-box #progress-summary .progress-content ul {
    margin: 0;
}

#content #primary.checkout-page .checkout-box #progress-summary .progress-content p {
    font-size: 0.675em;
    line-height: 1.3em;
}

/*	account page
-----------------------------------------------------------------------------------*/
.order-note {
    color: #FFD129;
}

.shopping-bag-table .date-col {
    text-align: left;
    padding-left: 0;
    width: 90px;
}

.shopping-bag-table .date-col {
    width: 130px;
}

.no-col {
    text-align: left;
    width: 90px;
}

.rec-col {
    text-align: left;
    width: 90px;
}

.status-col {
    text-align: left;
}

.link-col {
    text-align: right;
    width: 90px;
}

.link-col a {
    background: transparent url(../images/design/icons/bul-arrow-yellow.png) no-repeat 0 0.3em;
    margin: 2px 0 0 0;
    padding-left: 15px;
    float: right;
    display: inline;
    text-align: left;
    position: relative;
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: underline;
}

.checkout-account-bottom .step-back {
    background: transparent url(../images/design/icons/bul-arrow-yellow.png) no-repeat 0 0.5em;
    margin: 2px 0 0 0;
    padding-left: 20px;
    position: relative;
    font-size: 1em;
    line-height: 2em;
    display: block;
    text-decoration: underline;
}

.checkout-account-bottom .step-back {
    float: left;
}

#content #primary .checkout-account-bottom .button {
    font-size: 1.475em;
    font-weight: bold;
    height: 2em;
    line-height: 2em;
    padding: 0 10px;
    text-align: left;
}

.validerror {
    color: #FFD129;
}

.account-shim {
    height: 33px;
    float: left;
    width: 180px;
}

.current-email {
    overflow: hidden;
}

/*	maintenance page
-----------------------------------------------------------------------------------*/
.maintenance {
}

.two-col #content #primary.maintenance {
    width: 918px;
}

.two-col #content #primary.maintenance .full-width {
    width: 918px;
}

.two-col #content #primary.maintenance .full-width .inner {
    width: 878px;
}

.two-col #content #primary.maintenance .full-width .inner.hasCorners {
    width: 918px;
}

/*	order details page
-----------------------------------------------------------------------------------*/
.order-detail-overview-table {
    font-size: 0.875em;
    margin-bottom: 20px;
}

#content #primary.checkout-page .checkout-box .order-detail-table {
    margin-bottom: 0;
}

/*	order success page
-----------------------------------------------------------------------------------*/
.order-email-note {
    font-size: 0.725em;
    padding-left: 1em;
}

/*	xmas promo
-----------------------------------------------------------------------------------*/
#xmas-promo {
    position: absolute !important;
    left: 125px;
    top: 0;
    height: 90px;
    width: 260px;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}

#xmas-promo.hasCorners {
    height: 97px;
    width: 290px;
}

#xmas-promo p {
    font-size: 0.7em;
    line-height: 1.275em;
}

#xmas-promo h2 {
    padding-top: 5px;
    margin-bottom: 5px;
}

#xmas-promo.hasCorners h2 {
    padding-top: 15px;
}

/* gift wrapping promo
-----------------------------------------------------------------------------------*/
body.buy #content #side-gift {
    background-image: url(../images/design/buy/bg_gift.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-top: 17px;
}

body.buy #content #side-gift.hasCorners {
    margin-top: 33px;
    background-position: 0 50%;
    background-position: 0 -3px !important;
}

body.buy #content #side-gift.hasCorners .hasBackgroundColor {
    background-image: none !important;
}

body.buy #content #side-gift p {
    padding-left: 60px;
    font-size: 0.7em;
    line-height: 1.275em;
    margin: 8px 0;
}