/* 
    Document   : layout
    Created on : May 6, 2010, 1:58:24 PM
    Author     : beth
    Description:
        Layout and positioning of default style for Unforgettable Moments
*/

body {
    background-color: white;
    background-image: none;
}

#user-menu{
    display: none;
}

#login-register {
    display: none;
}

#signin-menu {
    display: none;
}

#drop-shadow {
    background-image: none;
    background-color: #fff;
}

#wrap {
    background-image: none;
    background-color: #fff;
}

#logo-header {
    
}

#logo {
    margin-top: 24px;
    margin-left: 10px;
    float: left;
}

#search-bar {
    display: none;
}


#nav-menu {
    display: none;
}

#nav-menu li.nav {
    list-style: none;
    float: left;
    margin-left: 10px;
    height: 42px;
    line-height: 42px;
}
#nav-menu li.nav a {
    height: 42px;
    line-height: 42px;
    display: block;
}

#product-menu {
    display: none;
}


#page-content {
    min-height: 450px;
}


.products-collection {
    width: 940px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.products-collection h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.products-collection h2 span.show-all {
    
    font-size: 0.8em;
    margin-right: 0px;
    
}
.products-collection h2 span.show-options {
    font-size: 0.5em;
    margin-right: 0px;
    margin-left: 10px;
}

#cat-options {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    margin-bottom: 20px;
    margin-top: 20px;
}
#cat-options form label {
    margin-left: 15px;
}
#cat-options form input[type=radio] {
    margin-right: 5px;
}
#cat-options form input[type=submit] {
    margin-left: 20px;
}
.products-collection h2 span a {
    color: #777777;
    font-weight: normal;
}
.product-thumb {
    width: 150px;
    float: left;
    margin-right: 46px;
}
.product-thumb.end {
    margin-right: 0px;
    float: right;
}

.product-thumb h4 {
    min-height: 22px;
    line-height: 22px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.product-thumb .thumb-holder {
    width: 150px;
    height: 150px;
}

.thumb-holder img {
    /*width: 150px;*/
}
.product-thumb h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.product-thumb em {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-thumb p {
    margin-top: 5px;
    margin-bottom: 10px;
}
.product-thumb span.buy-now {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
}
.product-thumb span.buy-now a {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

/*********** next prev wrap ************/

#next_prev_wrap {
    clear: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

#next_prev_wrap a:link,
#next_prev_wrap a:visited {
    background-color: #666;
    color: #fff;
    padding: 5px;
    height: 50px;
    margin: 0px;
}

#next_prev_wrap li {
    margin: 0px;
    padding: 0px;
}

#next_prev_wrap a.current_page,
#next_prev_wrap a:hover {
    text-decoration: none;
    background-color: #ccc;
    color: #666;
}

/**************** NPW ****************/

.page-content {
    width: 940px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.page-content h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.page-content h2 span.show-all {
    float: right;
    font-size: 0.4em;
    margin-right: 0px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-image-holder {
    float: left;
    min-width: 690px;
    max-width: 700px;
    text-align: center;
}
.product-image {
    max-width: 600px;
}

.product-info {
    width: 224px;
    float: right;
    color: #fff;
}

span.boxxee {
    border-bottom: 1px solid white;
    display: block;
    padding: 10px;
    background-color: #fff;
    color: #000;
    
}

.boxxee p {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.product-info h2 {
    margin: 0px;
}

.product-info h3 {
    margin: 0px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 16pt;
    font-weight: normal;
}

.product-info a:link,
.product-info a:visited,
.product-info a:active,
.boxxee p a:link,
.boxxee p a:link,
.boxxee p a:link {
    color: #000;
}

.cart_form {
    display: none;
}

.cart_form select {
    width: 200px;
}

.products-collection {
    /*display: none;*/
}

#footer {
    display: none;
}

.relative-div {
    position: relative;
}
