body {
    /*font-size: small;*/
    font-family: arial, sans-serif;
    color: #333;
    background: 0 -12px repeat-x url('img/bg.png') #fff;
    text-align: center;
}
* {font-family: arial, sans-serif; }
#page {
    width: 953px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#content #content-column {
    width: 660px;
}
#content .text-column {
    margin-left: 35px;
    padding-top: 1.5em;
}
#content .half-width-left, #content .half-width-right {
    width: 270px;
    height: 15.4em;
    overflow: hidden;
    float: left;
}
#content .half-width-right {
    float: right;
}
#content .catalog {
    margin-top: 5px;
    border: 1px solid #eee;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#content .catalog-row-separator {
    clear: left;
    margin: 0 10px;
    height: 1px;
    background-color: #eee;
    width: 640px;
    /*border-bottom: 1px solid #ededed;*/
}
#content .catalog-item {
    width: 158px;
    height: 240px;
    overflow: hidden;
    margin: 5px 0;
    padding: 5px 30px;
    float: left;
    border-right: 1px solid #eee;
}
#content .catalog-item.row-last {
    border: 0;
}
#content .catalog-item h3 {
    padding: 0 0 5px;
    margin: 0;
}
#content .catalog-item .imglink {
    display: block;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 5px 0;
    overflow: hidden;
}
#content .catalog-item .imglink img {
    height: 150px;
}
#content .catalog-item p.price { font-size: large; margin: 2px 0; padding: 0; line-height: 90%; }
#content .catalog-item p.availability { font-size: x-small; margin: 2px 0; }
#content a.qty-man {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12pt;
    height: 10pt;
    line-height: 9pt;
}
#content .paginator {
    clear: left;
    text-align: right;
    padding: 5px 0;
}
#content .paginator strong {
    font-size: large;
    font-weight: bold;
    position: relative;
    top: 2.5pt;
}
#content-column h2.box-heading {
    padding: 0 35px;
    height: 27px;
    line-height: 27px;
    font-size: medium;
    background: 50% 50% repeat url('img/content-column-heading.png') white;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#content table.nice-table {
    border-collapse: collapse;
}
#content table.nice-table td, #content table.nice-table th {
    border: 1px solid #ddd;
}
#content table.nice-table th {
    background-color: #eee;
}
.basic-box {
    margin: 0 0 1.5em 0;
}

h1, h2, h3, h4 {
    color: #888;
}
h1#header {
    position: absolute;
    /*color: #165ca3;*/
    width: 953px;
    height: 130px;
    background: top left no-repeat url('img/header-bg.png') transparent;
    
}
h1#header a {
    display: block;
    width: 300px;
    padding: 50px 0 0 190px;
    font-size: 12pt;
    color: #999;
    text-decoration: none;
}
h1#header a:hover {
    color: #777;
}
h1#header a em {
    font-style: normal;
    color: #ff5ab1;
}
h1#header span {
    display: none;
}
#cart {
    position: absolute;
    top: 34px;
    left: 690px;
}
#search-form {
    padding: 0; margin: 0;
    position: absolute;
    top: 97px;
    left: 693px;
}
#search-form input {
    margin: 0;
    position: absolute;
}
#search-form input.searchSubmit {
    top: 0; left: 195px;
    line-height: 21px;
    width: 60px;
    text-align: center;
    
}
#search-form input.searchString {
    top: 4px; left: 0;
    height: 21px; width: 190px;
    font-size: 14pt; line-height: 21px;
    border: 0;
}
#main-menu {
    position: absolute;
    top: 92px;
    left: 22px;
}
#main-menu ul, #main-menu li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main-menu li {
    height: 38px;
    line-height: 40px;
    padding: 0 15px;
    background: top right no-repeat url('img/menu-divider.png') transparent;
    float: left;
}
#main-menu li a { color: white; text-decoration: none; }
#main-menu li a:hover { text-decoration: underline; }
a, .magenta {
    color: #ff5ab1;
}
#info-column {
    float: right;
    width: 277px;
    padding-bottom: 20px;
}
#info-column h2 {
    padding: 0 20px;
    height: 27px;
    line-height: 27px;
    font-size: medium;
    background: 50% 50% repeat url('img/content-column-heading.png') white;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*background: top left no-repeat url('img/info-column-heading.png');
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    margin: 10px 0;
    font-size: medium;*/
}
.basic-box, #info-column div.login-form, #info-column div.signup-form {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#info-column div.login-form input[type="password"] {
    width: 100px;
}
#info-column div.login-form p {
    margin: 0;
}
#info-column ul.error li {
    font-size: 10pt;
}
div.signup-form p { margin: 2px 0; line-height: 5pt; }



#info-column div.newsletter-form {
    padding: 20px;
    background: 195px 55px no-repeat url('img/bags.png');
    padding-right: 0;
}
div.newsletter-form .nlf-p1, div.newsletter-form .nlf-p2, div.newsletter-form .nlf-p3 {
    font-size: medium;
    margin: -3px;
}
div.newsletter-form .nlf-p1 { margin-left: 5px; color: #aaa; }
div.newsletter-form .nlf-p2 { margin-left: 15px; color: #777; }
div.newsletter-form .nlf-p3 { font-size: large; }
div.newsletter-form input.bool-only { margin-top: 5px; margin-left: 25px; }

div.item-detail {
    margin-left: 35px;
    padding-top: 1.5em;
    overflow: hidden;
}
div.item-detail .main-image {
    width: 423px;
    border: 1px solid #ddd;
    margin-bottom: 1.5em;
}
div.item-detail .item-images {
    float: right;
    /*margin-right: 20px;*/
    width: 180px;
    padding-bottom: 20px;
}
div.item-detail .item-images img {
    margin: 5px 0;
}
div.item-detail .item-images h3 {
    margin-bottom: 0.2em;
    margin-top: 1.5em;
}

div.item-detail .item-images .gallery {
    border: 1px solid #ddd;
    text-align: center;
}
div.item-detail .description {
    margin-right: 200px;
}
div.item-detail .price {
    font-size: x-large;
    margin: 0;
}
div.item-detail .description table {
    border-collapse: collapse;
    text-align: left;
    width: 250px;
}
div.item-detail .description table th {
    width: 35%;
    background-color: #eee;
}
div.item-detail .description table td,
div.item-detail .description table th {
    border: 1px solid #ddd;
}




#content {
    padding-top: 140px;
}
#footer {
    clear: both;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 20px 0;
}
#footer, #footer a {
    color: #777;
}
#footer ul, #footer li, #footer p, #footer ul .hide {
    display: inline;
    list-style-type: none;
    margin: 0;
}
#footer ul.menu {
    float: right;
}
#footer ul .hide {
    display: inline;
}
#footer p {
    margin: 0;
}

#spinner {
    display: none;
    position: absolute;
    border: none;
    z-index: 1000;
}

/*div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}*/

.selected {
    font-weight: bold;
}


.button-link, .button-link-big, .button-block, input[type="submit"] {
    background: 50% 50% repeat url('img/pink-gradient-small.png') #f636a2;
    padding: 1px 5px;
    border: 1px solid #e646b2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: white;
    font-size: 100%;
}
.button-link, .button-link-big, .button-block {
    /*font-size: 100%;*/
    display: inline-block;
    /*padding: 1px 3px;*/
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}
.button-link-big {
    padding: 3px 5px;
    /*font-size: 12pt;*/
}
.button-link:hover, input[type="submit"]:hover {
    /*background-position: 100% 100%;*/
    background-color: #f646b2;
}
.button-block {
    display: block;
}
input[type="submit"] {
    padding: 3px 5px;
}
a.button-link.add-to-cart,  input.add-to-cart {
    background: 0px 50% no-repeat url('img/small-cart.png') #ff6db8;
    padding-left: 15px;
	color: white !important;
}
.gray {
    background: 50% 50% repeat url('img/gray-gradient.png') #eee;
    color: #777;
    border-color: #aaa;
}
.hint {
    background: 50% 50% repeat url('img/gray-gradient-large.png') white;
    color: #f656c2;
    padding: 5px 15px;
    font-size: 12pt;
    margin-bottom: 1.2em;

    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.hint p {
    margin: 0; padding: 0;
}
.instruction {
    background: 50% 50% repeat url('img/pink-gradient-small.png') #f656c2;
    color: white;
    padding: 5px 10px;
    font-weight: bold;

    border: 1px solid #d636a2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
img.arrow-roller {
    display: none;
    width: 84px;
    height: 54px;
    position: absolute;
    top: 20px;
    left: -40px;
}

p.checkout-steps {
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 77px;
    padding: 10px 0 12px 50px;
    
}
p.checkout-steps span {
    display: block;
    float: left;
    width: 120px;
    padding: 10px 15px 7px;
    height: 60px;    
    text-align: center;
    background: 50% 50% url('img/gray-gradient.png') #eee;
    line-height: 10pt;

    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
p.checkout-steps span em {
    font-style: normal;
    font-weight: bold;
    font-size: 24pt;
    line-height: 25pt;
    display: block;
}
p.checkout-steps span.done em {
    background: top left no-repeat url('img/ok.png') transparent;
}
p.checkout-steps strong span {
    color: white;

    border: 1px solid #d62692;
    background: 50% 50% url('img/pink-gradient.png') #f646b2;
}
p.checkout-steps strong.arrow {
    text-indent: -9999px;
    float: left;
    padding: 10px 0;
    height: 60px;
    width: 30px;
    background: 50% 50% no-repeat url('img/gray-arrow.png') transparent;
}

#content form input[type="text"], #content form input[type="password"] {
    background: 50% 50% repeat url('img/light-gray-gradient.png') white;
}
#content form table {
    margin-bottom: 0;
}
#content form table th {
    width: 100px;
}
#content form table td, #content form table th {
    border-bottom: 1px solid #eee;
}
#content form table tr.last td, #content form table tr.last th {
    border-bottom: 0;
}
.categories, .categories li {
    display: block;
    margin: 0 0 0 15px; padding: 0;
    list-style-type: none;
}
.categories a {
    display: block;
    /*margin-left: 19px;*/
    line-height: 20px;
    font-size: 13pt;
    text-decoration: none;
    padding: 10px;
    width: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: 50% 50% repeat-x url('img/gray-gradient.png') white;
}

.categories a:hover {
    color: white;
    background: 50% 50% repeat-x url('img/pink-gradient.png') white;
}

#homepage {
    margin-bottom: 320px;
}
#homepage .categories {
    padding-top: 5px;
}
#homepage .categories a {
    margin-right: 0;
}
/*#homepage .categories a {
    margin-left: -20px;
}*/
#homepage h2 {
    clear: right;
}
#homepage .home-image {
    width: 430px;
    height: 320px;
    float: right;
    background: #ddd;
    margin: 5px 0 15px;
}
#homepage .special-catalog-listing {
    position: absolute;
    width: 953px;
}
#content #homepage .catalog-item {
    padding: 5px 15px;
}

#catalog .categories a {
    line-height: 14px;
    width: 125px;
    font-size: 12pt;

    background: 50% 50% repeat-x url('img/gray-gradient.png') white;

    /*margin-left: -20px;*/
}
#catalog .categories a:hover, #catalog .categories a.selected {
    font-weight: normal;
    color: white;
    background: 50% 50% repeat-x url('img/pink-gradient.png') white;
}
#catalog a img {
    border: 0;
}
#catalog .categories a {
    float: left;
}
#catalog h2, #catalog div.catalog {
    margin-top: 15px;
    clear: left;
}







fieldset {
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
legend {
    color: #f646b2;
}
label {
    font-weight: normal;
}
label.required {
    font-weight: bold;
}
/*label.required:before {
    content: "*";
}*/
textarea {
    height: 100px;
    background: 50% 50% repeat url('img/light-gray-gradient-large.png') white;
}

input.text {
    width: auto;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: -9999px;
}
.a-right {
    text-align: right
}
ul.error {
    padding: 0; margin: 1.5em 0;
    border: 1px solid #961;
}
div.flash, ul.error li {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    padding-left: 70px;
    background: 10px 50% no-repeat url('img/warning_48.png') #fec;
    font-size: 12pt;
}
div.flash {
    border: 1px solid #595;
    margin-bottom: 0.5em;
    background: 10px 50% no-repeat url('img/accepted_48.png') #efe;
}
div.flash.error {
    border: 1px solid #961;
    background: 10px 50% no-repeat url('img/warning_48.png') #fec;
}

