/*----------------------------------------------------------------------
# FOR YOUJOOMLA LLC COPYRIGHT REMOVAL VISIT THIS PAGE 
# http://www.youjoomla.com/faq/
# Youjoomla Default Index - 
# ----------------------------------------------------------------------
# Copyright (C) 2007 - 2009 YOUJOOMLA LLC . All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: YOUJOOMLA LLC
# Website: http://www.youjoomla.com
/* 
this is the container that holds the navigation links;
leave it a left and right spacing for the navigation or
place the navigation with position absolute and outside the
area;
*/
#overall_container,
#overall_container_1,
#overall_container_2,
#overall_container_3{
display:block;
position:relative;
margin:0px auto;
text-align:left;
background:transparent;
}

/* forward link class */
.linkForward {
display:block;
position:absolute;
right:5px;
top:45%;
width:25px;
height:25px;
background-position: center top;
background-repeat:no-repeat;
cursor:pointer;
}

/* back link class */
.linkBackward{
display:block;
position:absolute;
left:0px;
top:45%;
width:25px;
height:25px;
background-position: center top;
background-repeat:no-repeat;
cursor:pointer;
}

.linkForward:hover, .linkBackward:hover{
background-position:center bottom;
}
/* product showcase; this container holds only the products */
.yjwm_showcase_holder {
display:block;
position:relative;
clear:both;
overflow:hidden;
margin:0px auto 0px;
}
.yjwm_showcase_holder .yjwm_scproduct {
display:block;
position:relative;
text-align:left;
font-size:11px;
float:left;

}
.yjwm_sc_in{
overflow:hidden;
margin:0 0px 0 0;
background:#f2f2f2 url(../images/product_bg.gif) repeat-x left top;
border:1px solid #ebe9e9;
}
.yjwm_showcase_holder h3 a{
text-decoration:none;
font-size:11px;
}
.yjwm_showcase_holder img{
margin:5px 5px 5px 0;
border:1px solid #e7e7e7;
padding:3px;
background:#F7F7F7;
}
.yjwm_scproduct p{
/*text-align:left;*/
padding:0 5px;
font-weight:normal;
font-size:11px;
}
.yjwm_showcase_holder .yjwm_scproduct span{
display:block;
clear:both;
margin:5px;
color:#666666;
font-weight:bold;
}
.yjvmsc_price_cart{
height:29px;
width:100%;
display:block;
clear:both;
}
.yjwm_scproduct .title{
text-align:left;
}
.yjwm_scproduct .price{
/*text-align:left;*/
}
.yjwm_showcase_holder .price{
overflow:hidden;
font-weight:bold;
font-size:11px;
/*text-align:left;*/
height:29px;
line-height:29px;
float:left;
display:block;
padding:23px 0 0 3px;
}
.yjvmsc_products_cart{
height:29px;
width:76px;
display:block;
float:right;
overflow:hidden;
}
.yjvmsc_products_cart .yjvmsc_addtocart_button{
cursor:pointer;
font-size:9px;
border:1px solid #ccc;
}