/*Generic Styles for Products Module to be included on all pages, like Widgets styles*/
.widget_title{
	border-bottom: 1px dotted #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.widget_input_short{}
#list_widget_top{
	overflow: hidden;}
#list_widget_top h3{
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	padding-left: 0px;
}
#list_widget_top .block{
	clear: both;
	padding-bottom: 15px;
	overflow: hidden;
}
#list_widget_top img{
	float: left;
	width: 60px;
}
#list_widget_top .number{
	float: left;
	font-size: 32px;
	color: #333333;
	text-align: center;
	font-family: "Lucida Sans Unicode", Arial, Verdana, Helvetica;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 36px;
	line-height: 32px;
	text-align: center;
	margin-right: 10px;
	padding-top: 2px;
	height: 32px;
	background: #9B9B9B;
	padding-bottom: 4px;
}
#list_widget_top .name{
	float: left;
	width: 200px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
/*featured widget*/
#featured_widget{
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
#featured_widget img{
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #333;
	box-shadow: 2px 2px 4px #666;
   -webkit-box-shadow: 2px 2px 4px #666;
   -moz-box-shadow: 2px 2px 4px #666;
}
#featured_widget .name{font-weight: bold;}
#featured_widget .desc{
	margin-top: 5px;
	margin-bottom: 10px;
}
.banner_top{background: url(images/top10.png) no-repeat right top;float: right;
	height: 35px;
	width: 90px;
	overflow: visible;}
    
/*LIST CAROUSEL*/
#listcar-container{
    width:920px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}    

#listcar-left-arrow-container{
    width:38px;
    float:left;
}

#listcar-left-arrow{
    width:38px;
    height:200px;    
    background-image:url(images/listcar-left.png);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor:pointer;
}

#listcar-content{
    width:844px;
    height:400px;
    float:left;
    overflow:hidden;
    position:relative;
}

#listcar-content-inner{
    position:absolute;
    top:0px;
    left:0px;   
    padding-top:10px;
}

.listcar-item{
	float:left;
	width:170px;
	height:350px;
	margin-right:21px;
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #a09f9f;
	-webkit-box-shadow: 2px 2px 4px #a09f9f;
	-moz-box-shadow: 2px 2px 4px #a09f9f;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}

.listcar-item-picture{
    width:170px;
    text-align:center;
}

.listcar-item-picture img{
	width:130px;
	border:1px none #333;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	-moz-box-shadow: 2px 2px 4px #666;
}

.listcar-item-title{
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

#listcar-right-arrow-container{
    width:38px;
    float:left;
}

#listcar-right-arrow{
    width:38px;
    height:200px;    
    background-image:url(images/listcar-right.png);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor:pointer;    
}

#listcar-pages{
    width:100%;
    float:left;
    text-align:center;
    margin-top:4px;
    margin-bottom:10px;
}

#listcar-pages-inner{
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

.listcar-page{
    cursor:pointer;
    background-image: url(images/list-carousel-page.png);
    background-position: 0 -8px;
    width:8px;
    height:8px;
    margin-right: 3px;
    margin-left:3px;
    float:left;
}

.listcar-page-current{
    background-position: 0 0px;
}
.listcar-item-button{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
}