
/*----------------------- STORE -------------------------*/

body {
background-color:#e8ebef; 
margin: 0px; 
padding: 20px 20px 0 40px; 
width: 85%; 
}

div.store_row {
width: 100%; 
float: left; 
margin-bottom: 1.5em;
}


div.wrapper_store{
border: 2px solid #194b7c;
font: bold normal 18px Myriad Pro Cond, Myriad Pro, sans-serif;
color: #000;
/*margin: 10px 0px; 
padding: 10px 4px 10px 10px;*/
margin: 0px 0px;
padding: 10px 4px 10px 10px;
text-align: left; 
display: block;
background-color: #FFF;
/*height: 124px;*/
}


div.store_tmb {
background-position: middle left; 
background-repeat: no-repeat; 
width: 92px; height: 92px;
float: left; 
margin: 0px 0px 0px 0px; 
vertical-align: middle;
}

div.store_tmb img {
border: 2px solid #2f920b;
text-align: center;
vertical-align: middle;
margin: 0 auto;
}

div.store_title {
font: normal bold 12px Arial, Helvetica, sans-serif;
color: #194b7c;
font-style: normal;
font-weight: bold;
text-align: right; 
vertical-align: top; 
margin-left: 112px; 
padding: 0px 4px 10px 0;
}

div.store_title a {
color: #FFF;
text-decoration: none;
}
div.partner_title a:hover {
color: color: #CC0000;
text-decoration: none;
}


div.store_txt {
font: normal normal 11px Arial, Helvetica, sans-serif;
text-align: right; 
vertical-align: top; 
margin-left: 112px; 
padding: 0px 4px 0px 0;
color: #2e5882;
}
/*a:link */
div.store_txt a { 
text-decoration: underline;
}

/* ---------  DIV SCROLL BOX  --------------------- */

div.scrollbox1 {
height: 330px; overflow: auto; margin: 0; padding: 0;
vertical-align: top; background: #FFF;
width: 745px; /*padding: 30px 20px 20px 12px; */
}


/*  anchors
**********************************************************/
a:link, a:visited {
	text-decoration: underline;
	color: #2f920b;
	/*color: #13669b;*/
}
a:hover {
	color: #4EA92E; 
}
a:active {
	color: #4EA92E; 
} 



