@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------------- Search block style */
.myspbasebox { padding-top:50px; }

.myspredboxheader { float:left; width: 200px; height: auto; padding: 5px 0; margin: 10px 140px 20px 0; border: #C6262C solid 2px; color: #000000; font-size: 20px; font-weight: 400; text-align: center; max-width: 320px; }

.myspsearchartbox { float:left; display:block; width: calc(100% - 340px); max-width:320px; height: auto; margin:0 auto 70px 0; }

.myspclearbtn { clear:both; float: left; width:auto; height:auto; margin-top:15px; padding:10px 20px; color:#FFFFFF; font-size:16px; font-weight:bold; background-color: #990000; border:1px #990000 solid; border-radius: 3px; }

.myspsearchbtn { float: right; width:auto; height:auto; margin-top:15px; padding:10px 20px; color:#FFFFFF; font-size:16px; font-weight:bold; background-color:#009966; border:1px #009966 solid; border-radius: 3px; }

.myspoptionbox { width: 100%; height: auto; margin: 10px 0; border:2px solid #CCCCCC }
.mysplisttexttxt { display: inline-block; width: 40%; height: auto; margin: 0; padding: 7px 7px; font-size: 14px; color: #555555; background-color: #cccccc; }
.myspselectcaract { width: 59%; height: auto; padding:5px 0; background-color:#FFFFFF; }
.myspoptioncaract {  }
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- Result block style */
#listmysarticles { list-style-type: none; list-style-position:inside; margin: 0; padding:0; font-family: Arial; font-size:1em; font-weight: normal; color:#333333;}
.listmysaitems { border-top:#CCCCCC 1px solid; }
.listmysaitemsurl  { color:#333333; }

.listmysaitemsidtxt { float:left; width:15%; margin:1em 1% .5em 0; }
.listmysaitemsdstxt { float:left; width:73.7%; margin:1em  0 .5em; }
.listmysaitemsdttxt { float: none; width:73%; margin:.5em 0 1em 16%; font-size:.8em; }
.listmysaitemsdtxmrgtxt { margin: .5em 0 1em 24%; }

.listmysaitemsimagetxt { float: left; width: 8%; min-width: 85px; margin: 0 0 0 0; }
.listmysaitemsimageimg { float: left; width: 85px; height: 85px; }
/* ---------------------------------------------------------------------------------------------------------------------------- */
.langotheII { float:left; width: 50px; height: 50px; padding:1em .3em; text-align:center; margin:.1em .3em; border: #CC3300 solid 0px; box-shadow: 0 0 1px rgba(0,0,0,.3); border-radius: 2px; background-color: #CC3300; font-size:.8em; font-weight:bold; color:#FFF; text-align:center; }

@media only screen and (max-width: 950px)
	{ 
	.myspbasebox { padding-top:0px; }
	/* --------------------------------------------------------------------------------------------------------- Search block style */
	.myspredboxheader { float:none; width: auto; height: auto; padding: 5px 0; margin: 50px auto 20px; border: #C6262C solid 2px; color: #000000; font-size: 20px; font-weight: 400; text-align: center; max-width: 320px; }
	.myspsearchartbox { float:none; display:block; width: 100%; max-width:320px; height: auto; margin:0 auto; }
	/* ---------------------------------------------------------------------------------------------------------------------------- */
	/* --------------------------------------------------------------------------------------------------------- Result block style */
	.listmysaitemsidtxt { float:none; width: 100%; margin:1em 0 .4em 0; color:#666666; }
	.listmysaitemsdstxt { float:none; width: 100%; margin:.3em 0; }
	.listmysaitemsdttxt { float:none; width: 100%; margin:.3em 0; }
	/* ---------------------------------------------------------------------------------------------------------------------------- */
	}
@media only screen and (max-width: 500px)
	{ 
	/* --------------------------------------------------------------------------------------------------------- Search block style */
	.myspclearbtn {  }
	.myspsearchbtn {  }

	.myspoptionbox {  }

	.myspoptionbox {  }
	.mysplisttexttxt { padding: 8px 7px; font-size: 12px; }
	.myspselectcaract { width: 58%; }
	.myspoptioncaract {  }
	/* ---------------------------------------------------------------------------------------------------------------------------- */
	/* --------------------------------------------------------------------------------------------------------- Result block style */
	.listmysaitemsidtxt { float:none; width: 100%; margin:1em 0 .4em 0; color:#666666; }
	.listmysaitemsdstxt { float:none; width: 100%; margin:.3em 0; }
	.listmysaitemsdttxt { float:none; width: 100%; margin:.3em 0; }
	/* ---------------------------------------------------------------------------------------------------------------------------- */
	.langotheII { float:left; width: auto; height:auto; padding:1em .6em; margin:.1em .3em; border: #000 solid 2px; box-shadow: 0 0 1px rgba(0,0,0,.3); border-radius: 2px; background-color: #990000; font-size:.8em; font-weight:bold; color:#FFF; text-align:center; }
	}