@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'supermarketregular';
    src: url('supermarket-webfont.eot');
    src: url('supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('supermarket-webfont.woff') format('woff'),
         url('supermarket-webfont.ttf') format('truetype'),
         url('supermarket-webfont.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#sp_box8 {
    float:right;
	margin-right:12%;
    width: 17.7%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgb(248, 248, 248);
	height: auto;
	padding-top:10px;
	box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
}

/*search*/

#sp_box8 .Search_box 
{
	width: 200px;
	margin:auto;
	margin-top:20px;

}
#sp_box8 .Search_title
{
	width: 200px;
	height:25px;
	color:#999999;
	font-family:'supermarketregular', "Times New Roman", Times, serif;
	font-weight:600;
	font-size:20px;
}

#sp_box8 .form-container {
	width: 200px;
	height: 25px;
	margin: 0 auto ;
	padding: 0;
	padding-top:3px;
	padding-bottom:5px;
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
	-moz-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
}

#sp_box8 .search-field {
	float: left;
	width: 160px;
	height: 23px;
	margin-left:2px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #888;
	font-style: italic;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(top, #f5f5f5, #ffffff);
	-moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}

#sp_box8 .search-field:focus {
	outline: 0;
	color: #666;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #dadada inset;
	-webkit-box-shadow: 0 1px 1px #dadada inset;
	box-shadow: 0 1px 1px #dadada inset;
}

#sp_box8 .submit-container {
	float: left;
	width: 23px;
	height: 23px;
	margin: 2px 0 0 3px;
	padding: 0;
	cursor: pointer;
	background: #e63c0d;
	border: 1px solid #d62700;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55f15), to(#e63c0d));
	background-image: -webkit-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -moz-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -ms-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -o-linear-gradient(top, #f55f15, #e63c0d);
	background-image: linear-gradient(top, #f55f15, #e63c0d);
	-moz-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
}

#sp_box8 .submit-container:hover, .submit-container:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
	background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
	background-image: linear-gradient(top, #e63c0d, #f55f15);
	-moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
}

#sp_box8 .submit-container:active {
	outline: 0;
	-moz-box-shadow: 0 1px 6px #e4340b inset;
	-webkit-box-shadow: 0 1px 6px #e4340b inset;
	box-shadow: 0 1px 6px #e4340b inset;
}

#sp_box8 .submit {
	float: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0px solid #000;
	background: url(../img/magnifier.png) 3px 3px no-repeat;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

/*menu*/

#sp_box8 .menu_box
{
	width: 200px;
	min-height:230px;
	margin:auto;
	margin-top:15px;

}

#sp_box8 .menu {
float:left;
	width: 200px;
	height: 35px;
    margin-top: 20px;
    clear: none;
    border-radius: 5px;
	background-color: rgb(208, 208, 208);

}


#text {
    float: left;
    font-size: 1em;
    color: rgb(83, 83, 83);
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 12px;
    clear: none;
    min-height: 0px;
    min-width: 0.5em;
    text-shadow: rgba(0, 0, 0, 0.148438) 3px 3px 3px;
}

a:hover #text {
	color:#333;
	font-weight:bold;
}

.actives{
	float: left;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 12px;
    clear: none;
    min-height: 0px;
    min-width: 0.5em;
    text-shadow: rgba(0, 0, 0, 0.148438) 3px 3px 3px;
	color:#333;
	font-weight:bold;
}



/*poppula*/

/*vdo*/
#sp_box8 .vdopop_box 
{
	width: 200px;
	min-height:120px;
	margin:auto;
	margin-top:15px;

}
#sp_box8 .vdopop_title
{
	padding-top:5px;
	width: 200px;
	height:25px;
	color:#999999;
	font-family:'supermarketregular', "Times New Roman", Times, serif;
	font-weight:600;
	font-size:20px;
}

#sp_box8 .vdopop_thum
{
	border-radius: 5px;
	padding: 5px;
	margin:3px;
    background-color: #CCC;
}


#sp_box8 .vdopop_text
{
	padding: 5px;
	margin:3px;
}



/*image*/
#sp_box8 .imgpop_box 
{
	width: 200px;
	min-height:120px;
	margin:auto;
	margin-top:5px;
}
#sp_box8 .imgpop_title
{
	width: 200px;
	height:25px;
	color:#999999;
	font-family:'supermarketregular', "Times New Roman", Times, serif;
	font-weight:600;
	font-size:20px;
}

#sp_box8 .imgpop_thum
{
	border-radius: 5px;
	padding: 5px;
	margin:3px;
    background-color: #CCC;
}

#sp_box8 .imgpop_text
{
	padding: 5px;
	margin:3px;
}