body
{
background-image: url('storeImage/layout1_bg_xmas.jpg');
background-repeat: repeat-y;
background-position: 110px;
background-color: white;
margin-left: 0cm;
margin-top: 0cm;
}

img
{
border-color: black
}

.margin_4cm
{
margin-left: 4cm;
}

.margin_1cm
{
margin-left: 1cm;
}

.underline
{
text-decoration: underline;
}

h1
{
font-size: 20px;
font-family: arial,sans-serif;
font-weight:bold;
text-decoration: underline;
}

h2
{
font: 17px arial,sans-serif;
font-weight: bold;
background-color: gray;
}

h3
{
font: 15px times,sans-serif;
font-weight:bold;
color:blue;
}

p
{
font: 12px arial,sans-serif;
}

span
{
font: 12px arial,sans-serif;
}

span.chinese
{
font: 13px arial,sans-serif;
}

span.white
{
text-decoration: none;
color: white;
font-weight: bold;
font-family: arial,sans-serif;
font-size: 12px;
}

span.blink
{
font: 12px arial,sans-serif;
font-weight: bold;
text-decoration: blink;
background-color: black;
color: red;
}

a
{
text-decoration: none;
color: black;
font-weight: bold;
font-family: arial,sans-serif;
font-size: 12px;
cursor:pointer;
}

a.black
{
text-decoration: none;
color: black;
font-weight: bold;
font-family: arial,sans-serif;
font-size: 12px;
cursor:pointer;
}

div.left {
text-align: center;
position: absolute;
top: 90px;
left: 0;
width: 110px;
height: 3400px;
//background-image: url('bg_rest_v.jpg');
//background-image: url('bg_sv_v.jpg');
background-image: url('storeImage/layout1_bg_xmas.gif');
overflow: hidden;
}


div.center {
position: absolute;
top: 90px;
left: 160px;
min-width: 10px;
width: 680px;
height: 3400px;
overflow: hidden;
}

div.centerex {
position: absolute;
top: 90px;
left: 160px;
min-width: 10px;
width: 710px;
height: 3400px;
overflow: hidden;
}

div.right {
text-align: center;
position: absolute;
border-style: solid;
border-left-width: 2px;
border-top-width: 0px;
border-right-width: 2px;
border-bottom-width: 0px;
top: 90px;
left: 844px;
width: 152px;
height: 3400px;
overflow: hidden;
}

div.rightex {
text-align: center;
position: absolute;
border-style: solid;
border-left-width: 5px;
border-top-width: 0px;
border-right-width: 5px;
border-bottom-width: 0px;
top: 90px;
left: 880px;
width: 110px;
height: 3400px;
//background-image: url('bg_rest_v.jpg');
//background-image: url('bg_sv_v.jpg');
background-image: url('storeImage/layout1_bg_xmas.gif');
overflow: hidden;
}


a:hover
{
color: red; font-weight: bold; font-family:arial,sans-serif; font-size:12px;
}
