#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
font-size:9px;
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.shop_dani_conteiner {
width:650px;
float:left;
overflow:hidden;

}

.shop_dani_product{
width:150px;
float:left;
margin-bottom:25px;
padding:0px;
}

.shop_dani_product a img{
border:none;
margin:0px;
padding:0px;
}

.shop_dani_product span{
margin-top:8px;
display:inline;
overflow:hidden;}

.shop_dani_product span a{
color:#666666;
font-size:10px;
}

.shop_dani_product span a:hover{
color:#666666;
text-decoration:underline;
}

.c1{
	float:left;
	width:16px;
	height:20px;
	background-image: url(http://colorsa.com/wp-content/themes/Green_Light/images_shop/cart.jpg);
	background-repeat: no-repeat;
}
.c2{
width:134px;
float:left;}

.shop_dani_blank{
width:16px;
height:40px;
float:left;
margin-bottom:100px;
}

/* Dani COA Edition */
.coa_main {
margin:0;
padding:0;
width:100%;
height:800px;


}
.coa_main h4{
margin:0;
padding:2px 0;
background-color:#ac9576;
width:100%;
color:#FFFFFF;
font-size:12px;
}

.coa_main p{
font-size:11px;
margin:5px 0;
padding:0;

}

.coa_main_bl_left{
width: 48%;
float:left;
}

.coa_main_bl_right{
	width: 48%;
	float:right;
	
}

.coa_main_bl_center {
        margin:10px 0;
       	width: 100%;
	float:left;
	
}

.blanck_up{
width:100%;
height:15px;
}
