#Content.store {
    float:right;
    width:745px;
    margin-right:10px;
}

#ZmanCartDisplay {
    margin:0 70px;
}
table, form {
    color:#000;
}

/*------------------------------------------------------------------------------
    Navigation & Search Form
*/
#StoreLeft {
    float:left;
    width:210px;
}
#Navigation a {
    color:#276E7F;
}
#Navigation .parent {
    width:200px;
    margin:10px 2px;
}
#Navigation .parent .title {
    display:block;
    color:#555555;   
    background:white;
    border:1px solid #B2C2DA;
    padding:4px 5px;
    cursor:pointer;
    font-size:16px;
}
#Navigation .nodes {
    display:none;
}
#Navigation .node {
    font-size:12px;
    padding:0.25em 0 0.25em 0.5em;
    margin-left:10px;
    border-left:2px solid #B2C2DA;
}
#Navigation .node a {
    text-decoration:none;
}
#Navigation .node a:hover {
    text-decoration:underline;
}
#Navigation .category {
    padding-top:3px;
    padding-bottom:3px;
}
#Navigation .category .nodes {    
    border-top:1px solid #B2C2DA;
}
#Navigation .category .node {
    border-left:1px solid #B2C2DA;
    margin-left:5px;
}
#Navigation .categoryTitle {
    font-size:12px;
    color:#276E7F;
    padding:1px 2px;
    cursor:pointer;
}
input#ProductSearchQ {
    font-size:10px;
    margin-left:0.5em;
}
#ProductSearch button {
    font-size:10px;
}


/*------------------------------------------------------------------------------
    Category Pages
*/
#CategoryName, #PageHeading, #ProductName {
    margin-bottom:0.5em;
    font-size:130%;
    background:url(/img/layout/blue_dot.png) bottom left repeat-x;
    _background:url(/img/layout/blue_dot.ie6.gif) bottom left repeat-x!important;
    padding-bottom:14px;
    color:#333333;
}
#CategoryDescription {
    font-size:85%;
    padding:0 1em;
}
#CategoryNavigation .navBox {
    float:left;
    width:162px;
    height:200px;
    margin:10px;
    text-align:center;
    font-size:85%;
}
#CategoryNavigation .navBox .navLink {
    display:block;
}
#CategoryNavigation .navBox .navLink img {
    display:block;
    height:160px;
    width:160px;
    border:1px solid #B2C2DA;
}



/*------------------------------------------------------------------------------
    Product Pages
*/
#ProductName {
    text-align:center;
    color:#CD3529;
    background:white;
    border:2px solid #999;
    margin:1em 0;
    padding:0.5em 0;
}
#ProductName a {
    color:#CD3529;
    text-decoration:none;
}
#ProductName a:hover {
    text-decoration:underline;
}
#ProductDescription {
    font-size:85%;
    padding:0 1em;
}

#SwatchContainer {
    background:white;
    border:2px solid #999;
    padding:10px 5px;
}
#ImageContainer {
    text-align:center;
}
#Swatches {
}
#SwatchName, #SwatchPrice, #SwatchActions {
    margin: 0.5em 0;
}
#SwatchName {
    font-size:16px;
    font-weight:bold;
}
#SwatchPrice {
    color:#CC0000;
    font-size:18px;
}

#PerPack {
    font-size:90%;
}
#SwatchQuantity {
}
#SwatchQuantity input {
    width:35px;
}
#SwatchActions {
    position:relative;
    height:30px;
}
#SwatchActions #VideoLink {
    position:absolute;
    right:0;
    bottom:0;
    z-index:1;
    padding-right:7px;
}
#SwatchActions #VideoLink a {
    text-decoration:none;
    color:#444444;
}
#BackorderNotice {
    background-color:#BF3B3B;
    font-weight:bold;
    font-size:16px;
}
#AddedNotice, #ErrorNotice {
    position:absolute;
    right:0;
    bottom:0;
    width:300px;
    height:60px;
    padding:5px 20px;
    background-color:#276E7F;
    color:white;
    font-size:22px;
    z-index:5;
}
#AddedNotice .viewCart a {
    color:white;
    text-decoration:none;
    font-size:16px;
}

#ErrorNotice {
    background-color:#BF3B3B;
}
#ComingSoonNotice {
    color:#3698AF;
    font-size:120%;
}

#SwatchSeparator {
    background:#F2F2F2;
}

#Swatches .swatch {
    width:100px;
    height:100px;
    float:left;
    border:1px solid #ccc; 
    margin:2px;
}
#Swatches .swatch.selected {
    border-color:#2C7C8F;
}
#SwatchBottom {
    background:#F2F2F2;
    padding:5px;
    clear:both;
    margin:0.5em 0;    
}
#SwatchBottom #Size {
    float:left;
    font-weight:bold;
    font-size:14px;
}
#SwatchBottom #Size select,
#SwatchBottom #Size options {
    font-size:14px;
}
#SwatchBottom #Pagination {
    float:right;
    font-size:90%;
}
#Pagination .current {
    font-weight:bold;
}


/*------------------------------------------------------------------------------
    Search
*/
#Search .product {
    float:left;
    width:175px;
    height:160px;
    text-align:center;
}
#Search .name {
    font-size:10px;
    padding:0 25px;
}
#Search .price {
    color:#CC0000;
}
#SearchDetails {
    font-size:10px;
    margin-top:-5px;
    margin-bottom:5px;
}

/* All Cart/Checkout pages and elements
/*  These should work with little to no hitch if the id's/classes on the
/*  shopping cart pages are not removed.
/*


/*------------------------------------------------------------------------------
    Global Styles for All Shop Pages
*/

/*Class applied to all main containers for any shop page (cart,checkout,etc) */
.shopContainer {

}


#ShoppingCart table {
    border-collapse:collapse;
    border:2px solid #A4ADAF;
    font-size:12px;
    width:100%;
}
#ShoppingCart table th {
    padding:6px;
    background-color:#A4ADAF;
    border-bottom:2px solid #A4ADAF;
    border-right:2px solid #A4ADAF;
    color:white;
    text-align:center;
}
#ShoppingCart table td {
    text-align:center;
}
#ShoppingCart table td.name {
    text-align:left;
}
#ShoppingCart table .name input { /*for checkbox*/
    vertical-align:middle;
}
#ShoppingCart table .quantity input {
    width:26px;
    text-align:center;
}
td.right {
    text-align:right!important;
}
td.number {
    text-align:right!important;
}
td.number.quantity {
    text-align:center!important;
}

tr.productRow td {
    background-color:#EEEEEE;
    border-top:2px solid #A4ADAF;
    border-bottom:2px solid #A4ADAF;
    border-left:1px solid #cccccc;
}
a.personalize_link img {
    cursor:pointer;
}
tr.productRow div.separator {
    border-bottom:1px solid #CDDAE2;
}


tr.personalization td {
    background-color:white;
    border-left:1px solid #cddae2;
    border-bottom:2px solid #cddae2;
    color:#999999;
}
tr.personalization td.name {
    padding-left:16px!important;
}
tr.personalization {
    font-size:10px!important;
}
tr.personalization td.field input {
    width:100px;
    font-size:10px;
    font-family:inherit;
    padding:2px 3px;
}
tr.personalization td.field img {
    vertical-align:top;
}
tr.personalization td.name span {
    float:left;
    color:#DDDDDD;
    font-weight:bold;
}
tr.personalization td.total {
    color:#333333;
}

#cartBase {
    margin-top:1px;
    font-size:12px;
    font-weight:bold;
    z-index:4;
}
#cartBase .check_all,
#cartBase .quantity,
#cartBase .subtotal,
#cartBase .total {
    height:16px;
    z-index:6;
}
#cartBase .check_all {
    width:75px;
    padding:6px 0 6px 3px;
    background-color:#cbcbcb;
    float:left;
}
#cartBase .check_all span {
    vertical-align:top;
    float:none;
    padding:0;
}

#cartBase .quantity,
#cartBase .subtotal,
#cartBase .total {
    float:right;
    padding:6px;
    text-align:right;
}
#cartBase .quantity {
    background-color:#CBCBCB;
    color:#333333;
    width:100px;
}
#cartBase .subtotal {
    background-color:#CBCBCB;
    color:#000000;
    width:180px;
}
#cartBase .total {
    clear:right;
    background-color:#646464;
    color:white;
    width:292px;
}
#cartBase span {
    float:left;
    padding-left:20px;
}
.shopContainer .buttons {
    padding:15px 0;
    overflow:hidden;
}
.shopContainer .buttons img {
    cursor:pointer;
}


/*flash message containers for view cart page */
h3#EmptyCartNote  {
    text-align:center;
    margin:10px 0 15px 0;
    font-weight:bold;
}

/*------------------------------------------------------------------------------
     Customer Info Page
*/

#CustomerInfo .container {
    float:left;
    margin:1px 0;
    padding:0 40px;
}
#CustomerInfo #ShippingInfo,
#CustomerInfo #ContactInfo {
    float:right;
}
#CustomerInfo #CustomMessage {
    float:none;
    text-align:center;
}

#CustomerInfo .header {
    text-align:center;
    font-size:85%;
}
#CustomerInfo div.input {
    padding:2px 4px;
    clear:both;
}
#CustomerInfo div.input label {
    display:block;
    font-size:10px;
    font-weight:bold;
}

/*Input styles*/
#CustomerInfo div.input input,
#CustomerInfo div.input select {
    width:180px;
}
#CustomerInfo input.email {
    width:200px;
}
#CustomerInfo #BillToShip label {
    display:inline;
    font-weight:normal;
}
#CustomerInfo input#CustomerChkBillToShip {
    width:20px;
}
#CustomerInfo #CustomerTxtCreditCardNo {
    width:130px!important;
}
#CustomerInfo #CustomerTxtCreditCardExpirationDate {
    width:50px!important;
}
#CustomerInfo #CustomerEdtOrderComment {
    width:350px;
    height:70px;
    margin:0 20px
}

#CustomerInfo .error-message {
    font-size:11px;
    font-weight:bold;
    color:red;
}
.label_note { /*Label note (ie "Enter as MM/YY") */
    font-size:10px;
    color:#777;
}
#cc_image {
    padding: 5px 40px;
}
#CustomerInfo div.submit {
    text-align:center;
    margin:10px 0;
}
#CustomerInfo div.submit img {
    cursor:pointer;
}


/*------------------------------------------------------------------------------
     Review Page
*/
#Review .container {
    float:left;
    width:370px;
}

#Review #ContactInfo {
    margin:0 auto;
    padding:20px 0;
    float:none;
    clear:both;
}

#Review .header {
    background:#A4ADAF;
    color:white;
    font-weight:bold;
    padding:0.25em 1em;
}

#Review .data label {
    font-weight:bold;
    font-size:90%;
}
#Review .data p {
    margin:0;
}

#Review #products {
    clear:both;
}

#Review #Cart td {
    font-size:12px;
}
#Review .submit {
    text-align:center;
    margin:10px 0;
}
#Review div.submit img {
    cursor:pointer;
}


/*------------------------------------------------------------------------------
     Submit Order Thanks page
*/
#SubmitOrder {
    text-align:center;
    margin:40px 0;
}
#SubmitOrder .small {
    font-size:85%;
}
#SubmitOrder .home {
    font-size:120%;
}
