.bic-desc{
	/*background: none repeat scroll 0 0 #E7F1F8;*/
	background:url(/images/bg-line-gray.gif);
    /*border: 1px solid #BBD9EE;*/
	padding:10px;
	margin-bottom:10px;
	font-weight:bold;
}

.bic-desc-white{
	background:#FFFFFF; 
	padding:15px ;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.bic-desc-white h1{margin:0;}

.bic-desc img.country_flag{width:100px; float:left; margin-right:15px; border:1px solid #cccccc; /*#EFEFEF*/}
.bic-desc div.country_desc{float:left; padding:0; width: 550px;}

a.bic_link:link,
a.bic_link:active,
a.bic_link:visited
{
	display: inline-block;
	background:#0099ff url(link-to-BIC.png) left center no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding:15px 20px 15px 55px;
	margin:0 0 30px 0;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*
a.bic_link:hover{
	background:#0099ff url(link-to-BIC.png) left center no-repeat;
}
*/
.bic-item{
	float:left;
	padding:5px 10px;
	color:#565656;
	font-size:12px;
	width:340px;
	height:200px;
	overflow:hidden;
}

.bic-item h3{
	padding:5px 0;
	margin:0;
	color:#006699;
	font-size:15px;
}

.bic-item p.item_detail{
	padding:2px 0 2px 10px;
	margin:0;
}

/*	Tablet Layout: 768px. set=740px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.bic-item{
	float:none;
	width: auto;
	height:auto;
	overflow:hidden;
}
.bic-desc div.country_desc{float:left; padding:0; width: 420px;}
}

/*Mobile Layout: 320px. set=300px*/
@media only screen and (max-width: 767px) {
.bic-item{
	float:none;
	width: auto;
	height:auto;
	overflow:hidden;
}
.bic-desc div.country_desc{float:left; padding:0; width: 240px; padding-top:25px;}
}

/*		Wide Mobile Layout: 480px. set=460px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.bic-item{
	float:none;
	width: auto;
	height:auto;
	overflow:hidden;
}
.bic-desc div.country_desc{float:left; padding:0; width: 380px; padding-top:15px;}
}