﻿/**
 *  CSS for ATG recs
 */
	
	

/**
 *  End of CSS for ATG recs
 */

/*
    Other items in range START
*/
.jcarousel-skin-otheritems .jcarousel-container-vertical {
    width: 213px;
}


.jcarousel-skin-otheritems .jcarousel-clip-vertical {
    width:  215px;
    height: 270px;	
}

.jcarousel-skin-otheritems .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-otheritems .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-otheritems .jcarousel-container {
    position: relative;
}

.jcarousel-skin-otheritems .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-otheritems .jcarousel-list {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width:215px;
}

.jcarousel-skin-otheritems .jcarousel-list li, 
.jcarousel-skin-otheritems .jcarousel-item 
{
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 215px;
    height: 281px;
}

.jcarousel-skin-otheritems .product_image img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:3px;
}

.jcarousel-skin-otheritems .product_info
{
    padding-left: 20px;
    padding-right: 20px;
}


.jcarousel-skin-otheritems .product_info .add_to_basket 
{
    height:22px;
    background: url("http://images.figleaves.com/uk/images/eng-gbr/checkout/checkout_left.gif") no-repeat scroll 0 0 transparent;
    width:135px;
}

.jcarousel-skin-otheritems .product_info .add_to_basket span
{  
    background: url("http://images.figleaves.com/uk/images/eng-gbr/checkout/checkout_right.gif") no-repeat scroll 9.03em 0 transparent;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    cursor:pointer;
    left:12px;
    padding:4px 43px 8px 10px;
    position:relative;
    top:3px;
    *top:4px;
}

.jcarousel-skin-otheritems .product_info .add_to_basket span:hover
{
    text-decoration:underline;
}






/*
    Other items in range END
*/


/*
    COMPLETE THE LOOK START
*/
.jcarousel-skin-completelook .jcarousel-container-vertical {
    width: 213px;
}

.jcarousel-skin-completelook .jcarousel-clip-vertical {
    width:  215px;
    height: 176px;
	border: 0px solid red;
}

.jcarousel-skin-completelook .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-completelook .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-completelook .jcarousel-container {
    position: relative;
}

.jcarousel-skin-completelook .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-completelook .jcarousel-list {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width:215px;
}

.jcarousel-skin-completelook .jcarousel-list li, 
.jcarousel-skin-completelook .jcarousel-item 
{
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 215px;
    height: 175px;
}

.jcarousel-skin-completelook .product_image img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:3px;
}

.jcarousel-skin-completelook .product_info
{
    padding-left: 20px;
    padding-right: 20px;
}

/*
    COMPLETE THE LOOK END
*/

.more_items
{   
    background-color: #d1d1d1;
    height:35px;
    font-family:Georgia;
    font-size:0.8em;
}

.more_items p
{
    color:#333333;
    margin:0;
    padding:0;
   
}


/*** Safari ***/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
        
    .jcarousel-skin-otheritems .product_info 
    {         
         /*padding:4px 36px 5px 10px;         */
    }   
    
} 
/***** END @media screen and (-webkit-min-device-pixel-ratio:0) ******/
