	



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
/*** Shop ***/

.head_product {
    /*height:300px;*/
    margin-bottom:20px;
}

.mini_product {
    background-image: url(../medias/images/bg_shop_mini_product.png);
    background-repeat: no-repeat;
    height: 345px;
    width: 237px;
}

.mini_product .name{
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 17px;
    height: 36px;

}

.mini_product .product_pic{
    margin-left: 15px;
    cursor: pointer;
}

.mini_product .price {
    font-family: 'Arial Black', Arial, Helvetica, sans-serif;
    display: block;
    color:white;
    text-align:right;
    margin-right: 18px;
    font-size: 19px;
    height:30px;
}

.mini_product .reduc {
    margin-top: 4px;
    line-height: 13px;
    height: 37px;
    font-size: 18px;
}

.mini_product .reduc strike {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color: black;
}

.mini_product .special{
    font-family: 'Arial Black', Arial, Helvetica, sans-serif;
    color: #FF58B3;
    float:left;
    margin:0px 0 0 22px;
    font-size: 13px;
    line-height: 15px;
}

.seecart {
    display:block;
    float:right;
    clear:both;
}

h4.shop_title {
    margin-top:10px;
    width: 345px;
    height: 25px;
    background-image: url(../medias/images/bg_h4_col.png);
    text-align: left;
}

p.error, p.success{
    color: #004FA2;
    font-weight: bold;
    padding: 10px;
    border: 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
p.error {
    background: #FFC4AF;
    border-color: #FF0000;
}
p.success {
    background: #CCFF99;
    border-color: green;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 555px;
	height:92px;

	/* custom decorations */
	/*background:url(http://static.flowplayer.org/tools/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:5px 3px 5px 2px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.scrollable .active {
	border:2px solid #00469b;
	padding:1px;	
	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}




/* ********* SHOP HIGHLIGHTS *********** */

#shop_highlights{
height:350px;
width:640px;
position:relative;	
background:none;
} 
#shop_highlights .images{
cursor:pointer;
float:left;
position:relative;
margin:10px 0px;
width:100%;
height:350px;
background:none;
}
#shop_highlights .images li{
font-size:12px;
position:absolute;
float:left;
width:645px;
height:350px;
left:0px;
top:0px;
padding:0px;
}
#shop_highlights h3 {
clear:both;
float:left;
padding:0px;
margin:0px 0px 10px 0px;	
}
#shop_highlights .description {
clear:both;
float:left;
width:100%;	
}
#shop_highlights .description .product_preview {
float:right;
width:270px;
margin-left:20px;
}
#shop_highlights .price span {
font-size:15px;	
color:#fff;
}
#shop_highlights .price span strong {
font-size:24px;	
}
#shop_highlights h3 a, #shop_highlights h3 {
height:65px;	
background-position:right -40px;	
margin:0px;
}
#shop_highlights h3 a span, #shop_highlights h3 span{
line-height:53px;
padding:0 0 12px 10px;
font-size: 20px;
text-shadow:0px 1px 0 #00469B;
color:#fff;
font-weight:bold;
background-position:0 -40px;	
}
#shop_highlights h3 a:hover {
background-position:right -106px;	
}
#shop_highlights h3 a span:hover{
background-position:0 -106px;	
}
#shop_highlights .forward{
background:transparent url(../medias/images/next.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
font-size:1px;
height:18px;
width:13px;
position:absolute;
top:-33px;
right:0px;
}
#shop_highlights .backward{
background:transparent url(../medias/images/prev.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
font-size:1px;
height:18px;
width:13px;
position:absolute;
top:-33px;
right:19px;
}
#shop_highlights .backward:hover{
background:transparent url(../medias/images/prev.png) no-repeat scroll 0 -18px;
}
#shop_highlights .forward:hover{
background:transparent url(../medias/images/next.png) no-repeat scroll 0 -18px;
}
#shop_highlights .tabs {
left:194px;
position:absolute;
top:-34px;
}
#shop_highlights .tabs a {
width:13px;
height:13px;
float:left;
margin:3px;
background:url("../medias/images/navigator2.gif") 0 0 no-repeat;
display:block;
font-size:1px;		
}
#shop_highlights .tabs a:hover {
background-position:0 -13px;      
}
#shop_highlights .tabs a.current {
background-position:0 -26px;     
}

/* ********* BOUTIQUE LIST *********** */


#shop_list{
float:left;
width:100%;
}

#shop_list li{
float:left;
width:180px;
height:342px;
padding:10px;
margin:0px 20px 20px 0px;
position:relative;
background: none;
}
#shop_list li:hover{
background:url("../medias/images/shop_list_bg.gif") no-repeat 0px 0px ;
}
#shop_list li.last{
margin-right:0px;
}
#shop_list img{
display:none;
}
#shop_list .product{
width:180px;
height:180px;
float:left;
display:block;
}
#shop_list .add{
margin:0px 0px 0px 16px;
}

#shop_list h5{
height:40px;
overflow:hidden;
}

#shop_list .zoom {
display:none;
position:absolute;
top:180px;
left:68px;
}

#shop_list .price strong{
font-size:18px;
line-height:30px;
}


#shop_list_overlays .apple_overlay {      
display:none; 
width:640px;         
padding:35px; 
font-size:11px; 
color:#444;
background: url("../js/flowplayer/bg_white.png") no-repeat 0px 0px;         
} 

#shop_list_overlays .apple_overlay div.close { 
background-image:url("../js/flowplayer/close.png"); 
position:absolute; right:5px; top:5px; 
cursor:pointer; 
height:35px; 
width:35px; 
}

#shop_list_overlays .nextPage{
background:transparent url(../medias/images/next.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
font-size:1px;
height:18px;
width:13px;
margin:40px 10px 0px 10px;
float:right;
}
#shop_list_overlays .prevPage{
background:transparent url(../medias/images/prev.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
font-size:1px;
height:18px;
width:13px;
margin:40px 10px 0px 10px;
float:left;
}
#shop_list_overlays .prevPage:hover{
background:transparent url(../medias/images/prev.png) no-repeat scroll 0 -18px;
}
#shop_list_overlays .nextPage:hover{
background:transparent url(../medias/images/next.png) no-repeat scroll 0 -18px;
}

