﻿/* Catalog */

#categories {
    float:left;
    width:170px;
    font-size:16px;
    line-height: 32px;
    padding-left: 10px;
    /*border-left: 4px solid #E0E0E0;*/
    border-left: 4px solid #bd05a5;
    overflow: hidden;
padding-top:5px;
}

.selected { font-weight: bold; }

#products {
    margin-left:150px;
    overflow: hidden;
    /*border-left: 1px solid #F0F0F0;*/
}

.groupSeparator {
    clear: left;
}

/*.textButton {
    border: none;
    padding:0px;
    margin:0px;
    background: none;
}*/

.furnitureItem {
    float:left;
    /*color:#bd05a5;*/
    text-align: center;
    /*margin-left: 32px;*/
    margin-top:10px;
    margin-bottom:20px;
}

.furnitureImg {
    width:150px;
    /*height:150px;*/
    display: block;
    cursor:pointer;
}

.submit {
    /*float:right;*/
    cursor:pointer;
    font-size:16px!important;
    margin:0;
    /*margin-top:10px;*/
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;*/
    border-radius: 3px;
    padding-top:1px;
    padding-bottom:1px;
}

.submit:hover {
    opacity: 0.75;
}

.cartActions {
    margin-top: 10px;
}

.fcatName {
    margin-top:5px;
}

/* Cart ascx */

.section
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#FAE5FB; 
	border: solid 1px #cccccc; 
	margin-bottom:5px;
	padding:5px;
}

.furnitureCartContainer
{
    text-align:left;
    background-color:#FAE5FB;
    padding:7px;
}

.furnitureCartContainer:hover {
    text-decoration:underline;
}

/*.shoppingCartContainer
{
    text-align:left;
    background-color:#FAE5FB;
    padding:7px;
    min-width:140px;
}

.shoppingCartContainer b
{
    color:#606060;
}*/

#cartPositionContainer
{
    /*float: right;
    vertical-align: middle;
    margin-top: -3px;*/
	float: right;
    margin-top:13px;
	margin-right:7px;
}

.furnitureCartTotalAmount {
    font-weight: bold;
}

/* Cart */

.CartSummaryLine
{
    border: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius:4px;
    /*background-color:#E5F0FB;*/
    background-color:#FAE5FB;
    margin-bottom:10px;
    height: 30px;
    display:table;
    width:100%;
}

.CostEmphasis { font-weight: bold; }

.furnitureCartItem {
    float:left;
    /*color:#bd05a5;*/
    text-align: center;
    margin-right: 45px;
    margin-top:10px;
    margin-bottom:20px;
}

/* Furniture item */

.furnitureItemLeft {
    float: left;
    /*width:500px;*/
    margin-right:20px;
}

.furnitureItemLeft img {
    width:500px;
}

.furnitureItemRight {
    float: left;
    width:419px;
    overflow: hidden;
}

.furnitureItemName {
    font-weight: bold;
}

.furnitureItemDesc {
    word-wrap: break-word;
}

.itemSubmit {
    /*padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;*/
}

/* Furniture item */

.simpleErrorBlock {
    color: red;
}

#d2 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../Images/2d.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 0;
    -moz-background-size: 64px 30px;
    -o-background-size: 64px 30px;
    -webkit-background-size: 64px 30px;
    background-size: 64px 30px;
    background-position: 0 0;
}

#d2:hover, #d2.selected {
    background-position-x: -32px;
}

#d3 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image:  url('../Images/3d.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 0;
    -moz-background-size: 64px 30px;
    -o-background-size: 64px 30px;
    -webkit-background-size: 64px 30px;
    background-size: 64px 30px;
    background-position: 0 0;
}

#d3:hover, #d3.selected {
    background-position-x: -32px;
}

.searchPanel{
    /*margin-left:45px;*/
    margin-bottom: 10px;
    padding-top: 10px;
    background-color: #E0E0E0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right:10px;
}

.itemSeparator
{
    width: 50px; /*56px*/
    margin-bottom: 1px;
    float: left;
}

#lbSearchResults
{
    font-weight: bold;
    margin-bottom:5px;
}

#txtGiftMemberName
{
    width: 200px;
}

.header {
}

.label {
    color: gray;
}

textarea {
    resize: none;
}

.catItem {
}
.catlevel1 {
    line-height: 1em;
    margin-bottom: 15px;
}
.catlevel2 {
    margin-left: 15px;
    font-size: 14px;
    /*line-height: 24px;*/
    line-height: 1em;
    margin-bottom: 10px;
}
.catlevel3 {
    margin-left: 30px;
    font-size: 12px;
    /*line-height: 24px;*/
    line-height: 1em;
    margin-bottom: 10px;
}

.sale{
    background-image: url('../Images/sale4.jpg');
    background-repeat: no-repeat;
    background-size: 40px;
    width: 50px;
    height: 24px;
    margin-top: -11px;
    display: inline-block;
    vertical-align: middle;
}

.saleText {
    text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}

.discoItem{
    padding: 10px;
    background-color: #E0E0E0;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.furnitureFancy {
    position:relative;
    display: block;
}

.furnitureFancy:hover .my_furn_actions {
    display: block;
}

.my_furn_actions {
    position: absolute;
    display: none;
    bottom:6px;
    /* width: 40px; */
    margin: 0 auto;
    /* left: 0px; */
    /* right: 0px; */
    z-index: 100;
    right: 6px;
}

    .my_furn_actions input {
        cursor: pointer;
        width: 19px;
        background: rgba(255,255,255,0.4);
        border-radius: 50%;
        box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.4);
    }