@charset "utf-8";

/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}


fieldset,img{
	border: 0;
}


address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

caption,th{
	text-align: left;
}

#header ul,#sub_static ul,#footer ul{
	list-style: none;
}
#header ol,#sub_static ol,#footer ol{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


q:before,q:after{
	content: ”;
}


abbr,acronym{
	border: 0;
}
 

/* body and base setting
----------------------------------------- */
body{
	padding: 0px;
	margin: 0px;
	color: #363636;
	text-align: center;
	background-color: #BBE0F3;
	background-image: url(/en/shop/images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/* general style
----------------------------------------- */

p{

}


img{
	vertical-align: bottom;
}


/* link style
----------------------------------------- */
a:link{
	color: #3184AE;
	text-decoration: underline;
	outline: none;
}


a:visited{
	color: #3184AE;
	outline: none;
}


a:hover{
	color: #EB3884;
	text-decoration: none;
	outline: none;
}


a:active{
	color: #EB3884;
	outline: none;
}


/* layout parts
----------------------------------------- */
.clear{
	clear: both;
}


.center{
	text-align: center;
}


.right{
	text-align: right;
}


.left{
	text-align: left;
}


img.left{
	float: left;
	clear: both;
	margin-right: 15px;
}


img.center{
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}


img.right{
	float: right;
	clear: both;
	margin-left: 15px;
}
