@import url("prices.css");

.product #content div.prodLogos { height: auto; }
.product #content div.prodPic { clear: both; }

.notify {
	border: 1px solid #ddd;
	padding: 5px 8px;
}
.noProductsAvailable {
	font-weight: bold;
	background-color: #ffffff;
}
.productOptionString {
    font-weight: bold;
}

#toggle-special-description
{
    margin: 0 0 10px;
    text-align: right;
}
#toggle-special-description a
{
    padding-right: 15px;
    background: no-repeat right 1px;
}
#toggle-special-description a.expand
{
    background-image: url("../../img/css_bg/icon_plus.gif") !important;
    color: #7a755e;
}
#toggle-special-description a.collapse
{
    background-image: url("../../img/css_bg/icon_minus.gif") !important;
}

/* Not currently used - this is for if the product size-table is shown in the product image area
#product-sizetable
{
    padding: 0.25em 10px 0.5em;
    display: table;
    display: inline-block;
    background: #dad4bb;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    line-height: 1;
    margin-top: -5px;
}
*/


/* Band-aid styles to fix broken layout from v21.css */
.ostoboksi p        { float: left; clear: left; }
.ostoboksi label    { float: none !important; }
.ostoboksi .submit  { float: right; }
.ostoboksi #id_quantity { width: 40px; }



#enquire-about-product
{
    margin: 2em 0 0 !important;
}

#product-sharing
{
    margin: 0 0 1em !important;
    white-space: nowrap;
}

#product-sharing>*
{
    vertical-align: middle;
}

/* Imitates the appearance of the Facebook Like button */
#product-sharing .tell-a-friend
{
    padding: 2px 6px 2px 22px;
    margin-right: 1px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    border: 1px solid #dad4bb;
    background: #e8e6de url("../../img/sharing/tell_a_friend.png") 4px 50% no-repeat;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

#product-sharing .tell-a-friend:hover
{
    border-color: #79776b;
}


#model-monthly-costs
{
    margin-top: -10px;
}

p.price .ovh
{
    margin-left: 5px;
}
