|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ""> |
|
<html dir="ltr" lang="en" xml:lang="en" xmlns=""> |
|
<head> |
|
<style> |
|
html { |
|
overflow: -moz-scrollbars-vertical; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
body { |
|
color: #000000; |
|
font-family: Arial, Helvetica, sans-serif; |
|
margin: 0px; |
|
padding: 0px; |
|
background:#f1f1f1 url(../image/bg.png) no-repeat top center; |
|
} |
|
body, td, th, input, textarea, select, a { |
|
font-size: 12px; |
|
} |
|
h1, .welcome { |
|
|
|
color: #636E75; |
|
font: Verdana; |
|
margin-top: 0px; |
|
margin-bottom: 20px; |
|
font-size: 32px; |
|
font-weight: normal; |
|
text-shadow: 0 0 1px rgba(0, 0, 0, .01); |
|
} |
|
h2 { |
|
color: #000000; |
|
font-size: 16px; |
|
margin-top: 0px; |
|
margin-bottom: 5px; |
|
} |
|
p { |
|
margin-top: 0px; |
|
margin-bottom: 20px; |
|
} |
|
a, a:visited, a b { |
|
color: #c1006b; |
|
text-decoration: underline; |
|
cursor: pointer; |
|
} |
|
a:hover { |
|
text-decoration: none;color: #c1006b; |
|
} |
|
a img { |
|
border: none; |
|
} |
|
form { |
|
padding: 0; |
|
margin: 0; |
|
display: inline; |
|
} |
|
input[type='text'], input[type='password'], textarea { |
|
background: #F8F8F8; |
|
border: 1px solid #CCCCCC; |
|
padding: 3px; |
|
margin-left: 0px; |
|
margin-right: 0px; |
|
} |
|
select { |
|
background: #F8F8F8; |
|
border: 1px solid #CCCCCC; |
|
padding: 2px; |
|
} |
|
label { |
|
cursor: pointer; |
|
} |
|
|
|
#container { |
|
width: 980px; |
|
margin-left: auto; |
|
margin-right: auto; |
|
text-align: left; |
|
} |
|
#column-left { |
|
float: left; |
|
width: 180px; |
|
} |
|
#column-right { |
|
float: right; |
|
width: 180px; |
|
} |
|
#content { |
|
min-height: 400px; |
|
margin-bottom: 25px; |
|
} |
|
#column-left + #column-right + #content, #column-left + #content { |
|
margin-left: 195px; |
|
} |
|
#column-right + #content { |
|
margin-right: 195px; |
|
} |
|
|
|
#header { |
|
height:70px; |
|
margin-bottom: 7px; |
|
padding-bottom: 4px; |
|
position: relative; |
|
background: url('../image/header.png') bottom repeat-x; |
|
z-index: 99; |
|
} |
|
#header #logo { |
|
position: absolute; |
|
top: 5px; |
|
left: 15px; |
|
} |
|
#language { |
|
position: absolute; |
|
top: 5px; |
|
left: 450px; |
|
width: 75px; |
|
color: #999; |
|
line-height: 17px; |
|
} |
|
#language img { |
|
cursor: pointer; |
|
} |
|
#currency { |
|
width: 150px; |
|
position: absolute; |
|
top: 5px; |
|
left: 530px; |
|
color: #999; |
|
line-height: 17px; |
|
} |
|
#currency a { |
|
display: inline-block; |
|
padding: 2px 4px; |
|
border: 1px solid #CCC; |
|
color: #999; |
|
text-decoration: none; |
|
margin-right: 2px; |
|
margin-bottom: 2px; |
|
} |
|
#currency a b { |
|
color: #000; |
|
text-decoration: none; |
|
} |
|
#header #cart { |
|
position: absolute; |
|
top: -15px; |
|
right: 0px; |
|
z-index: 9; |
|
min-width: 300px; |
|
} |
|
#header #cart .heading { |
|
float: right; |
|
margin-right: 0px; |
|
margin-top: 0px; |
|
padding-left: 38px; |
|
padding-right: 10px; |
|
padding-top:10px; |
|
width:134px; |
|
height:53px; |
|
background: url(../image/cartt.png) no-repeat; |
|
position: relative; |
|
z-index: 1; |
|
} |
|
#header #cart .heading h4 { |
|
color: #333333; |
|
font-size: 15px; |
|
font-weight: bold; |
|
margin-top: 0px; |
|
margin-bottom: 3px; |
|
} |
|
#header #cart .heading a { |
|
color: #c1006b; |
|
font-weight:bold; |
|
text-decoration: none; |
|
} |
|
#header #cart .heading a span { |
|
background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat; |
|
padding-right: 15px; |
|
} |
|
#header #cart .content { |
|
clear: both; |
|
display: none; |
|
position: relative; |
|
top: -15px; |
|
padding: 8px; |
|
min-height: 150px; |
|
border-top: 1px solid #EEEEEE; |
|
border-left: 1px solid #EEEEEE; |
|
border-right: 1px solid #EEEEEE; |
|
border-bottom: 1px solid #EEEEEE; |
|
-webkit-border-radius: 0px 7px 7px 7px; |
|
-moz-border-radius: 0px 7px 7px 7px; |
|
-khtml-border-radius: 0px 7px 7px 7px; |
|
border-radius: 0px 7px 7px 7px; |
|
-webkit-box-shadow: 0px 2px 2px #DDDDDD; |
|
-moz-box-shadow: 0px 2px 2px #DDDDDD; |
|
box-shadow: 0px 2px 2px #DDDDDD; |
|
background: #FFF; |
|
} |
|
|
|
#header #cart.active .heading { |
|
margin-top: 5px; |
|
padding-top: 10px; |
|
padding-bottom: 6px; |
|
border-top: 1px solid #EEEEEE; |
|
border-left: 1px solid #EEEEEE; |
|
border-right: 1px solid #EEEEEE; |
|
-webkit-border-radius: 7px 7px 0px 0px; |
|
-moz-border-radius: 7px 7px 0px 0px; |
|
-khtml-border-radius: 7px 7px 0px 0px; |
|
border-radius: 7px 7px 0px 0px; |
|
} |
|
#header #cart.active .content { |
|
display: block; |
|
} |
|
#header #cart .cart { |
|
border-collapse: collapse; |
|
width: 100%; |
|
margin-bottom: 5px; |
|
} |
|
#header #cart .cart td { |
|
color: #000; |
|
vertical-align: top; |
|
padding: 10px 5px; |
|
border-bottom: 1px solid #EEEEEE; |
|
} |
|
#header #cart .cart .image { |
|
width: 1px; |
|
} |
|
#header #cart .cart .image img { |
|
border: 1px solid #EEEEEE; |
|
text-align: left; |
|
} |
|
#header #cart .cart .name small { |
|
color: #666; |
|
} |
|
#header #cart .cart .quantity { |
|
text-align: right; |
|
} |
|
#header #cart .cart td.total { |
|
text-align: right; |
|
} |
|
#header #cart .cart .remove { |
|
text-align: right; |
|
} |
|
#header #cart .cart .remove img { |
|
cursor: pointer; |
|
} |
|
#header #cart table.total { |
|
border-collapse: collapse; |
|
padding: 5px; |
|
float: right; |
|
clear: left; |
|
margin-bottom: 5px; |
|
} |
|
#header #cart table.total td { |
|
color: #000; |
|
} |
|
#header #cart .content .checkout { |
|
text-align: right; |
|
clear: both; |
|
} |
|
#header #cart .empty { |
|
padding-top: 50px; |
|
text-align: center; |
|
} |
|
#header #search { |
|
position: absolute; |
|
top: -58px; |
|
right: 10px; |
|
width: 298px; |
|
z-index: 15; |
|
} |
|
#header .button-search { |
|
position: absolute; |
|
left: 0px; |
|
background: url('../image/button-search.png') center center no-repeat; |
|
width: 28px; |
|
height: 24px; |
|
border-right: 1px solid #CCCCCC; |
|
cursor: pointer; |
|
} |
|
#header #search input { |
|
background: #FFF; |
|
padding: 1px 1px 1px 33px; |
|
width: 262px; |
|
height: 21px; |
|
border: 1px solid #CCCCCC; |
|
-webkit-border-radius: 3px 3px 3px 3px; |
|
-moz-border-radius: 3px 3px 3px 3px; |
|
-khtml-border-radius: 3px 3px 3px 3px; |
|
border-radius: 3px 3px 3px 3px; |
|
-webkit-box-shadow: 0px 2px 0px #F0F0F0; |
|
-moz-box-shadow: 0px 2px 0px #F0F0F0; |
|
box-shadow: 0px 2px 0px #F0F0F0; |
|
} |
|
#header #welcome { |
|
background:url(../image/login.png) no-repeat top right ; |
|
position: absolute; |
|
top: 45px; |
|
padding-top:10px; |
|
padding-right:25px; |
|
height:45px; |
|
right: 0px; |
|
z-index: 5; |
|
width: 398px; |
|
text-align: right; |
|
color: #999999; |
|
} |
|
#header .links { |
|
position: absolute; |
|
right: 0px; |
|
bottom: 3px; |
|
font-size: 10px; |
|
padding-right: 10px; |
|
} |
|
#header .links a { |
|
float: left; |
|
display: block; |
|
padding: 0px 0px 0px 7px; |
|
color: #38B0E3; |
|
text-decoration: none; |
|
font-size: 12px; |
|
} |
|
#header .links a + a { |
|
margin-left: 8px; |
|
border-left: 1px solid #CCC; |
|
} |
|
#ustmenu{ |
|
background: url(../image/ustmenu.png) no-repeat; |
|
width:980px; |
|
height:67px; |
|
margin-top:0px; |
|
} |
|
#ustmenu ul{ |
|
width:700px; |
|
padding-top:15px; |
|
padding-left:15px; |
|
|
|
} |
|
#ustmenu li{ |
|
float:left; |
|
display:block; |
|
list-style:none; |
|
padding-left:15px; |
|
} |
|
#ustmenu a{ |
|
text-decoration:none; |
|
float:left; |
|
display:block; |
|
list-style:none; |
|
} |
|
|
|
#menu { |
|
background: url(../image/menubg.png) no-repeat; |
|
|
|
height: 67px; |
|
margin-bottom: 0px; |
|
|
|
padding: 0px 5px; |
|
} |
|
#menu ul { |
|
list-style: none; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
#menu > ul > li { |
|
position: relative; |
|
float: left; |
|
z-index: 20; |
|
} |
|
#menu > ul > li:hover { |
|
background:#fff url(../image/hover.png) repeat-x; |
|
height:45px; |
|
border-top:1px solid #ccc; |
|
border-left:1px solid #ccc; |
|
border-right:1px solid #ccc; |
|
-webkit-border-radius: 5px 5px 0px 0px; |
|
-moz-border-radius: 5px 5px 0px 0px; |
|
-khtml-border-radius: 5px 5px 0px 0px; |
|
border-radius: 5px 5px 0px 0px; |
|
} |
|
#menu > ul > li > a { |
|
font-size: 13px; |
|
color: #c1006b; |
|
line-height: 14px; |
|
text-decoration: none; |
|
display: block; |
|
padding: 13px 15px 11px 15px; |
|
z-index: 6; |
|
position: relative; |
|
} |
|
#menu > ul > li > div { |
|
display: none; |
|
background: #FFFFFF ; |
|
position: absolute; |
|
z-index: 5; |
|
margin-top:7px; |
|
padding: 5px; |
|
border-bottom:1px solid #ccc; |
|
border-left:1px solid #ccc; |
|
border-right:1px solid #ccc; |
|
-webkit-border-radius: 0px 0px 5px 5px; |
|
-moz-border-radius: 0px 0px 5px 5px; |
|
-khtml-border-radius: 0px 0px 5px 5px; |
|
border-radius: 0px 0px 5px 5px; |
|
background: url('../image/submenu.png') repeat-x; |
|
} |
|
#menu > ul > li:hover > div { |
|
display: table; |
|
} |
|
#menu > ul > li > div > ul { |
|
display: table-cell; |
|
} |
|
#menu > ul > li ul + ul { |
|
padding-left: 20px; |
|
} |
|
#menu > ul > li ul > li > a { |
|
text-decoration: none; |
|
padding: 4px; |
|
color: #999; |
|
display: block; |
|
white-space: nowrap; |
|
min-width: 125px; |
|
} |
|
#menu > ul > li ul > li > a:hover { |
|
background: #cc0000; |
|
color:#fff; |
|
|
|
|
|
} |
|
#menu > ul > li > div > ul > li > a { |
|
color: #c1006b; |
|
} |
|
.breadcrumb { |
|
color: #CCCCCC; |
|
margin-bottom: 10px; |
|
} |
|
.success, .warning, .attention, .information { |
|
padding: 10px 10px 10px 33px; |
|
margin-bottom: 15px; |
|
color: #555555; |
|
} |
|
.success { |
|
background: #EAF7D9 url('../image/success.png') 10px center no-repeat; |
|
border: 1px solid #BBDF8D; |
|
} |
|
.warning { |
|
background: #FFD1D1 url('../image/warning.png') 10px center no-repeat; |
|
border: 1px solid #F8ACAC; |
|
} |
|
.attention { |
|
background: #FFF5CC url('../image/attention.png') 10px center no-repeat; |
|
border: 1px solid #F2DD8C; |
|
} |
|
.information { |
|
background: #E8F6FF url('../image/information.png') 10px center no-repeat; |
|
border: 1px solid #B8E2FB; |
|
} |
|
.success .close, .warning .close, .attention .close, .information .close { |
|
float: right; |
|
padding-top: 4px; |
|
padding-right: 4px; |
|
cursor: pointer; |
|
} |
|
.required { |
|
color: #FF0000; |
|
font-weight: bold; |
|
} |
|
.error { |
|
display: block; |
|
color: #FF0000; |
|
} |
|
.help { |
|
color: #999; |
|
font-size: 10px; |
|
font-weight: normal; |
|
font-family: Verdana, Geneva, sans-serif; |
|
display: block; |
|
} |
|
table.form { |
|
width: 100%; |
|
border-collapse: collapse; |
|
margin-bottom: 20px; |
|
} |
|
table.form tr td:first-child { |
|
width: 150px; |
|
} |
|
table.form > * > * > td { |
|
color: #000000; |
|
} |
|
table.form td { |
|
padding: 4px; |
|
} |
|
input.large-field, select.large-field { |
|
width: 300px; |
|
} |
|
table.list { |
|
border-collapse: collapse; |
|
width: 100%; |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
margin-bottom: 20px; |
|
} |
|
table.list td { |
|
border-right: 1px solid #DDDDDD; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
table.list thead td { |
|
background-color: #EFEFEF; |
|
padding: 0px 5px; |
|
} |
|
table.list thead td a, .list thead td { |
|
text-decoration: none; |
|
color: #222222; |
|
font-weight: bold; |
|
} |
|
table.list tbody td a { |
|
text-decoration: underline; |
|
} |
|
table.list tbody td { |
|
vertical-align: top; |
|
padding: 0px 5px; |
|
} |
|
table.list .left { |
|
text-align: left; |
|
padding: 7px; |
|
} |
|
table.list .right { |
|
text-align: right; |
|
padding: 7px; |
|
} |
|
table.list .center { |
|
text-align: center; |
|
padding: 7px; |
|
} |
|
table.list .asc { |
|
padding-right: 15px; |
|
background: url('../image/asc.png') right center no-repeat; |
|
} |
|
table.list .desc { |
|
padding-right: 15px; |
|
background: url('../image/desc.png') right center no-repeat; |
|
} |
|
.pagination { |
|
border-top: 1px solid #EEEEEE; |
|
padding-top: 8px; |
|
display: inline-block; |
|
width: 100%; |
|
margin-bottom: 10px; |
|
} |
|
.pagination .links { |
|
float: left; |
|
} |
|
.pagination .links a { |
|
display: inline-block; |
|
border: 1px solid #EEEEEE; |
|
padding: 4px 10px; |
|
text-decoration: none; |
|
color: #A3A3A3; |
|
} |
|
.pagination .links b { |
|
display: inline-block; |
|
border: 1px solid #269BC6; |
|
padding: 4px 10px; |
|
font-weight: normal; |
|
text-decoration: none; |
|
color: #269BC6; |
|
background: #FFFFFF; |
|
} |
|
.pagination .results { |
|
float: right; |
|
padding-top: 3px; |
|
} |
|
|
|
a.button { |
|
display: inline-block; |
|
padding-left: 8px; |
|
background: url('../image/button-left.png') top left no-repeat; |
|
text-decoration: none; |
|
cursor: pointer; |
|
} |
|
a.button span { |
|
color: #FFFFFF; |
|
line-height: 12px; |
|
font-size: 12px; |
|
font-weight: bold; |
|
display: inline-block; |
|
padding: 8px 12px 8px 5px; |
|
background: url('../image/button-right.png') top right no-repeat; |
|
} |
|
a.button:hover { |
|
background: url('../image/button-left-active.png') top left no-repeat; |
|
} |
|
a.button:hover span { |
|
color: #FFFFFF; |
|
background: url('../image/button-right-active.png') top right no-repeat; |
|
} |
|
.buttons { |
|
background: #FFFFFF; |
|
border: 1px solid #EEEEEE; |
|
overflow: auto; |
|
padding: 6px; |
|
margin-bottom: 20px; |
|
} |
|
.buttons .left { |
|
float: left; |
|
text-align: left; |
|
} |
|
.buttons .right { |
|
float: right; |
|
text-align: right; |
|
} |
|
.buttons .center { |
|
text-align: center; |
|
margin-left: auto; |
|
margin-right: auto; |
|
} |
|
.htabs { |
|
height: 30px; |
|
line-height: 16px; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.htabs a { |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
border-right: 1px solid #DDDDDD; |
|
background: #FFFFFF url('../image/tab.png') repeat-x; |
|
padding: 7px 15px 6px 15px; |
|
float: left; |
|
font-family: Arial, Helvetica, sans-serif; |
|
font-size: 13px; |
|
font-weight: bold; |
|
text-align: center; |
|
text-decoration: none; |
|
color: #000000; |
|
margin-right: 2px; |
|
} |
|
.htabs a.selected { |
|
padding-bottom: 7px; |
|
background: #FFFFFF; |
|
} |
|
.tab-content { |
|
background:#fff; |
|
border-left: 1px solid #DDDDDD; |
|
border-right: 1px solid #DDDDDD; |
|
border-bottom: 1px solid #DDDDDD; |
|
padding: 10px; |
|
margin-bottom: 20px; |
|
z-index: 2; |
|
overflow: auto; |
|
} |
|
|
|
.box { |
|
margin-bottom: 20px; |
|
} |
|
.box .box-heading { |
|
|
|
|
|
|
|
background: #ddd url('../image/box_top.png') no-repeat ; |
|
padding: 8px 10px 7px 10px; |
|
font-family: Arial, Helvetica, sans-serif; |
|
font-size: 14px; |
|
font-weight: bold; |
|
height:25px; |
|
line-height: 14px; |
|
color: #fff; |
|
} |
|
|
|
.box .box-heading1 { |
|
|
|
-webkit-border-radius: 7px 7px 0px 0px; |
|
-moz-border-radius: 7px 7px 0px 0px; |
|
-khtml-border-radius: 7px 7px 0px 0px; |
|
border-radius: 7px 7px 0px 0px; |
|
border-left:1px solid #ccc; |
|
border-right:1px solid #ccc; |
|
border-top:1px solid #ccc; |
|
background: #fff url('../image/background.png') repeat-x ; |
|
padding: 8px 10px 7px 10px; |
|
font-family: Arial, Helvetica, sans-serif; |
|
font-size: 14px; |
|
font-weight: bold; |
|
height:20px; |
|
line-height: 14px; |
|
color: #999; |
|
} |
|
.box .box-content { |
|
background: #fff; |
|
border-left:1px solid #ccc; |
|
border-right:1px solid #ccc; |
|
border-bottom:1px solid #ccc; |
|
-webkit-border-radius: 0px 0px 7px 7px; |
|
-moz-border-radius: 0px 0px 7px 7px; |
|
-khtml-border-radius: 0px 0px 7px 7px; |
|
border-radius: 0px 0px 7px 7px; |
|
|
|
padding: 10px; |
|
} |
|
.box .box-content:hover { |
|
background: #f5f5f5; |
|
|
|
-webkit-border-radius: 0px 0px 7px 7px; |
|
-moz-border-radius: 0px 0px 7px 7px; |
|
-khtml-border-radius: 0px 0px 7px 7px; |
|
border-radius: 0px 0px 7px 7px; |
|
|
|
padding: 10px; |
|
} |
|
|
|
.box-product { |
|
width: 100%; |
|
overflow: auto; |
|
text-align:center |
|
} |
|
.box-product > div { |
|
width: 130px; |
|
height:180px; |
|
float: left; |
|
border:1px solid #ccc; |
|
margin-right: 10px; |
|
margin-bottom: 15px; |
|
} |
|
.box-product .image { |
|
display: block; |
|
margin-bottom: 0px; |
|
} |
|
.box-product .image img { |
|
padding: 3px; |
|
|
|
} |
|
.box-product .name a { |
|
color: #38B0E3; |
|
font-weight: bold; |
|
text-decoration: none; |
|
display: block; |
|
margin-bottom: 4px; |
|
} |
|
.box-product .price { |
|
display: block; |
|
font-weight: bold; |
|
color: #333333; |
|
margin-bottom: 4px; |
|
} |
|
.box-product .price s { |
|
color: #F00; |
|
} |
|
.box-product .rating { |
|
display: block; |
|
margin-bottom: 4px; |
|
} |
|
|
|
.box-category { |
|
margin-top: -5px; |
|
} |
|
.box-category ul { |
|
list-style: none; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.box-category > ul > li { |
|
padding: 8px 8px 8px 0px; |
|
} |
|
.box-category > ul > li + li { |
|
border-top: 1px solid #EEEEEE; |
|
} |
|
.box-category > ul > li > a { |
|
text-decoration: none; |
|
color: #333; |
|
} |
|
.box-category > ul > li ul { |
|
display: none; |
|
} |
|
.box-category > ul > li a.active { |
|
font-weight: bold; |
|
} |
|
.box-category > ul > li a.active + ul { |
|
display: block; |
|
} |
|
.box-category > ul > li ul > li { |
|
padding: 5px 5px 0px 10px; |
|
} |
|
.box-category > ul > li ul > li > a { |
|
text-decoration: none; |
|
display: block; |
|
} |
|
.box-category > ul > li ul > li > a.active { |
|
font-weight: bold; |
|
} |
|
|
|
#content .content { |
|
padding: 10px; |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
border: 1px solid #EEEEEE; |
|
} |
|
#content .content .left { |
|
|
|
float: left; |
|
width: 49%; |
|
} |
|
#content .content .right { |
|
float: right; |
|
width: 49%; |
|
} |
|
|
|
.category-info { |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
background:#fff; |
|
} |
|
.category-info .image { |
|
float: left; |
|
padding: 5px; |
|
margin-right: 15px; |
|
border: 1px solid #E7E7E7; |
|
} |
|
.category-list { |
|
background:#fff; |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
} |
|
.category-list ul { |
|
float: left; |
|
width: 18%; |
|
} |
|
.category-list .div a { |
|
text-decoration: underline; |
|
font-weight: bold; |
|
} |
|
|
|
.manufacturer-list { |
|
border: 1px solid #DBDEE1; |
|
padding: 5px; |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
} |
|
.manufacturer-heading { |
|
background: #F8F8F8; |
|
font-size: 15px; |
|
font-weight: bold; |
|
padding: 5px 8px; |
|
margin-bottom: 6px; |
|
} |
|
.manufacturer-content { |
|
padding: 8px; |
|
} |
|
.manufacturer-list ul { |
|
float: left; |
|
width: 25%; |
|
margin: 0; |
|
padding: 0; |
|
list-style: none; |
|
margin-bottom: 10px; |
|
} |
|
|
|
.product-filter { |
|
border-bottom: 1px solid #EEEEEE; |
|
padding-bottom: 5px; |
|
overflow: auto; |
|
} |
|
.product-filter .display { |
|
margin-right: 15px; |
|
float: left; |
|
padding-top: 4px; |
|
color: #333; |
|
} |
|
.product-filter .display a { |
|
font-weight: bold; |
|
} |
|
.product-filter .sort { |
|
float: right; |
|
color: #333; |
|
} |
|
.product-filter .limit { |
|
margin-left: 15px; |
|
float: right; |
|
color: #333; |
|
} |
|
.product-compare { |
|
padding-top: 6px; |
|
margin-bottom: 25px; |
|
font-weight: bold; |
|
} |
|
.product-compare a { |
|
text-decoration: none; |
|
font-weight: bold; |
|
} |
|
.product-list > div { |
|
overflow: auto; |
|
margin-bottom: 15px; |
|
} |
|
.product-list .right { |
|
float: right; |
|
margin-left: 15px; |
|
} |
|
.product-list > div + div { |
|
border-top: 1px solid #EEEEEE; |
|
padding-top: 16px; |
|
} |
|
.product-list .image { |
|
float: left; |
|
margin-right: 10px; |
|
} |
|
.product-list .image img { |
|
padding: 3px; |
|
border: 1px solid #E7E7E7; |
|
} |
|
.product-list .name { |
|
margin-bottom: 3px; |
|
} |
|
.product-list .name a { |
|
color: #000; |
|
font-weight: bold; |
|
text-decoration: none; |
|
} |
|
.product-list .description { |
|
line-height: 15px; |
|
margin-bottom: 5px; |
|
color: #4D4D4D; |
|
} |
|
.product-list .rating { |
|
color: #7B7B7B; |
|
} |
|
.product-list .price { |
|
float: right; |
|
height: 50px; |
|
margin-left: 8px; |
|
text-align: right; |
|
color: #333333; |
|
font-size: 12px; |
|
} |
|
.product-list .price s { |
|
color: #F00; |
|
} |
|
.product-list .price span { |
|
font-size: 12px; |
|
font-weight: normal; |
|
color: #BBBBBB; |
|
} |
|
.product-list .cart { |
|
margin-bottom: 3px; |
|
} |
|
.product-list .wishlist, .product-list .compare { |
|
margin-bottom: 3px; |
|
} |
|
.product-list .wishlist a { |
|
color: #333333; |
|
text-decoration: none; |
|
padding-left: 18px; |
|
display: block; |
|
background: url('../image/add.png') left center no-repeat; |
|
} |
|
.product-list .compare a { |
|
color: #333333; |
|
text-decoration: none; |
|
padding-left: 18px; |
|
display: block; |
|
background: url('../image/add.png') left 60% no-repeat; |
|
} |
|
.product-grid { |
|
width: 100%; |
|
overflow: auto; |
|
} |
|
.product-grid > div { |
|
width: 120px; |
|
height: 220px; |
|
float: left; |
|
margin-right: 20px; |
|
margin-bottom: 15px; |
|
} |
|
.product-grid .image { |
|
display: block; |
|
margin-bottom: 0px; |
|
} |
|
.product-grid .image img { |
|
padding: 3px; |
|
border: 1px solid #E7E7E7; |
|
} |
|
.product-grid .name a { |
|
color: #38B0E3; |
|
font-weight: bold; |
|
text-decoration: none; |
|
display: block; |
|
margin-bottom: 4px; |
|
} |
|
.product-grid .description { |
|
display: none; |
|
} |
|
.product-grid .rating { |
|
display: block; |
|
margin-bottom: 4px; |
|
} |
|
.product-grid .price { |
|
display: block; |
|
font-weight: bold; |
|
color: #333333; |
|
margin-bottom: 4px; |
|
} |
|
.product-grid .price s { |
|
color: #F00; |
|
} |
|
.product-grid .price span { |
|
display: none; |
|
} |
|
.product-grid .cart { |
|
margin-bottom: 3px; |
|
} |
|
.product-grid .wishlist, .product-grid .compare { |
|
margin-bottom: 3px; |
|
} |
|
.product-grid .wishlist a { |
|
color: #333333; |
|
text-decoration: none; |
|
padding-left: 18px; |
|
display: block; |
|
background: url('../image/add.png') left center no-repeat; |
|
} |
|
.product-grid .compare a { |
|
color: #333333; |
|
text-decoration: none; |
|
padding-left: 18px; |
|
display: block; |
|
background: url('../image/add.png') left center no-repeat; |
|
} |
|
|
|
.product-info { |
|
background:#fff; |
|
padding:10px; |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
} |
|
.baslik { |
|
background: url(../image/baslik.png) no-repeat; |
|
margin-right: 0px; |
|
height:40px; |
|
margin-bottom:5px; |
|
padding-left:15px; |
|
} |
|
.product-info > .left { |
|
float: left; |
|
margin-right: 15px; |
|
} |
|
.product-info > .left + .right { |
|
margin-left: 265px; |
|
} |
|
.product-info .image { |
|
border: 1px solid #E7E7E7; |
|
float: left; |
|
margin-bottom: 20px; |
|
padding: 10px; |
|
text-align: center; |
|
} |
|
.product-info .image-additional { |
|
width: 260px; |
|
margin-left: -10px; |
|
clear: both; |
|
overflow: hidden; |
|
} |
|
.product-info .image-additional img { |
|
border: 1px solid #E7E7E7; |
|
} |
|
.product-info .image-additional a { |
|
float: left; |
|
display: block; |
|
margin-left: 10px; |
|
margin-bottom: 10px; |
|
} |
|
.product-info .description { |
|
border-top: 1px solid #E7E7E7; |
|
border-bottom: 1px solid #E7E7E7; |
|
padding: 5px 5px 10px 5px; |
|
margin-bottom: 10px; |
|
line-height: 20px; |
|
color: #4D4D4D; |
|
} |
|
.product-info .description span { |
|
color: #38B0E3; |
|
} |
|
.product-info .description a { |
|
color: #4D4D4D; |
|
text-decoration: none; |
|
} |
|
.product-info .price { |
|
overflow: auto; |
|
border-bottom: 1px solid #E7E7E7; |
|
padding: 0px 5px 10px 5px; |
|
margin-bottom: 10px; |
|
font-size: 15px; |
|
font-weight: bold; |
|
color: #333333; |
|
} |
|
.product-info .price s { |
|
color: #F00; |
|
} |
|
.product-info .price span { |
|
font-size: 12px; |
|
font-weight: normal; |
|
color: #999; |
|
} |
|
.product-info .price .discount { |
|
font-weight: normal; |
|
font-size: 12px; |
|
color: #4D4D4D; |
|
} |
|
.product-info .options { |
|
border-bottom: 1px solid #E7E7E7; |
|
padding: 0px 5px 10px 5px; |
|
margin-bottom: 10px; |
|
color: #000000; |
|
} |
|
.product-info .cart { |
|
border-bottom: 1px solid #E7E7E7; |
|
padding: 0px 5px 10px 5px; |
|
margin-bottom: 20px; |
|
color: #4D4D4D; |
|
overflow: auto; |
|
} |
|
.product-info .cart div { |
|
float: left; |
|
vertical-align: middle; |
|
} |
|
.product-info .cart div > span { |
|
padding-top: 7px; |
|
display: block; |
|
color: #999; |
|
} |
|
.product-info .cart .minimum { |
|
padding-top: 5px; |
|
font-size: 11px; |
|
color: #999; |
|
clear: both; |
|
} |
|
.product-info .review { |
|
color: #4D4D4D; |
|
border-top: 1px solid #E7E7E7; |
|
border-left: 1px solid #E7E7E7; |
|
border-right: 1px solid #E7E7E7; |
|
margin-bottom: 10px; |
|
} |
|
.product-info .review > div { |
|
padding: 8px; |
|
border-bottom: 1px solid #E7E7E7; |
|
line-height: 20px; |
|
} |
|
.product-info .review > div > span { |
|
color: #38B0E3; |
|
} |
|
.product-info .review .share { |
|
overflow: auto; |
|
line-height: normal; |
|
} |
|
.product-info .review .share a { |
|
text-decoration: none; |
|
} |
|
.attribute { |
|
border-collapse: collapse; |
|
width: 100%; |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
margin-bottom: 20px; |
|
} |
|
.attribute thead td, .attribute thead tr td:first-child { |
|
color: #000000; |
|
font-size: 14px; |
|
font-weight: bold; |
|
background: #F7F7F7; |
|
text-align: left; |
|
} |
|
.attribute tr td:first-child { |
|
color: #000000; |
|
font-weight: bold; |
|
text-align: right; |
|
width: 20%; |
|
} |
|
.attribute td { |
|
padding: 7px; |
|
color: #4D4D4D; |
|
text-align: center; |
|
vertical-align: top; |
|
border-right: 1px solid #DDDDDD; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.compare-info { |
|
border-collapse: collapse; |
|
width: 100%; |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
margin-bottom: 20px; |
|
} |
|
.compare-info thead td, .compare-info thead tr td:first-child { |
|
color: #000000; |
|
font-size: 14px; |
|
font-weight: bold; |
|
background: #F7F7F7; |
|
text-align: left; |
|
} |
|
.compare-info tr td:first-child { |
|
color: #000000; |
|
font-weight: bold; |
|
text-align: right; |
|
} |
|
.compare-info td { |
|
padding: 7px; |
|
width: 20%; |
|
color: #4D4D4D; |
|
text-align: center; |
|
vertical-align: top; |
|
border-right: 1px solid #DDDDDD; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.compare-info .name a { |
|
font-weight: bold; |
|
} |
|
.compare-info s { |
|
color: #F00; |
|
} |
|
|
|
.wishlist-product table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
border-right: 1px solid #DDDDDD; |
|
margin-bottom: 20px; |
|
} |
|
.wishlist-product td { |
|
padding: 7px; |
|
} |
|
.wishlist-product thead td { |
|
color: #4D4D4D; |
|
font-weight: bold; |
|
background-color: #F7F7F7; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart { |
|
text-align: center; |
|
} |
|
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock { |
|
text-align: left; |
|
} |
|
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total { |
|
text-align: right; |
|
} |
|
.wishlist-product tbody td { |
|
vertical-align: top; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.wishlist-product tbody .remove { |
|
vertical-align: middle; |
|
} |
|
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart { |
|
text-align: center; |
|
} |
|
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock { |
|
text-align: left; |
|
} |
|
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total { |
|
text-align: right; |
|
} |
|
.wishlist-product tbody .price s { |
|
color: #F00; |
|
} |
|
.login-content { |
|
margin-bottom: 20px; |
|
overflow: auto; |
|
} |
|
.login-content .left { |
|
float: left; |
|
width: 48%; |
|
} |
|
.login-content .right { |
|
float: right; |
|
width: 48% |
|
} |
|
.login-content .left .content, .login-content .right .content { |
|
min-height: 190px; |
|
} |
|
|
|
.order-list { |
|
margin-bottom: 10px; |
|
} |
|
.order-list .order-id { |
|
width: 49%; |
|
float: left; |
|
margin-bottom: 2px; |
|
} |
|
.order-list .order-status { |
|
width: 49%; |
|
float: right; |
|
text-align: right; |
|
margin-bottom: 2px; |
|
} |
|
.order-list .order-content { |
|
padding: 10px 0px; |
|
display: inline-block; |
|
width: 100%; |
|
margin-bottom: 20px; |
|
border-top: 1px solid #EEEEEE; |
|
border-bottom: 1px solid #EEEEEE; |
|
} |
|
.order-list .order-content div { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.order-list .order-info { |
|
text-align: right; |
|
} |
|
.order-detail { |
|
background: #EFEFEF; |
|
font-weight: bold; |
|
} |
|
|
|
.return-list { |
|
margin-bottom: 10px; |
|
} |
|
.return-list .return-id { |
|
width: 49%; |
|
float: left; |
|
margin-bottom: 2px; |
|
} |
|
.return-list .return-status { |
|
width: 49%; |
|
float: right; |
|
text-align: right; |
|
margin-bottom: 2px; |
|
} |
|
.return-list .return-content { |
|
padding: 10px 0px; |
|
display: inline-block; |
|
width: 100%; |
|
margin-bottom: 20px; |
|
border-top: 1px solid #EEEEEE; |
|
border-bottom: 1px solid #EEEEEE; |
|
} |
|
.return-list .return-content div { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.return-list .return-info { |
|
text-align: right; |
|
} |
|
.return-product { |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
} |
|
.return-name { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.return-model { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.return-quantity { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.return-detail { |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
} |
|
.return-reason { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.return-opened { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.return-opened textarea { |
|
width: 98%; |
|
vertical-align: top; |
|
} |
|
.return-remove { |
|
float: left; |
|
width: 33.3%; |
|
padding-top: 90px; |
|
text-align: center; |
|
vertical-align: middle; |
|
} |
|
.return-additional { |
|
overflow: auto; |
|
margin-bottom: 20px; |
|
} |
|
.return-comment { |
|
float: left; |
|
width: 49%; |
|
} |
|
.return-captcha { |
|
float: right; |
|
width: 49%; |
|
} |
|
.download-list { |
|
margin-bottom: 10px; |
|
} |
|
.download-list .download-id { |
|
width: 49%; |
|
float: left; |
|
margin-bottom: 2px; |
|
} |
|
.download-list .download-status { |
|
width: 49%; |
|
float: right; |
|
text-align: right; |
|
margin-bottom: 2px; |
|
} |
|
.download-list .download-content { |
|
padding: 10px 0px; |
|
display: inline-block; |
|
width: 100%; |
|
margin-bottom: 20px; |
|
border-top: 1px solid #EEEEEE; |
|
border-bottom: 1px solid #EEEEEE; |
|
} |
|
.download-list .download-content div { |
|
float: left; |
|
width: 33.3%; |
|
} |
|
.download-list .download-info { |
|
text-align: right; |
|
} |
|
|
|
.cart-info table { |
|
width: 100%; |
|
margin-bottom: 20px; |
|
border-collapse: collapse; |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
border-right: 1px solid #DDDDDD; |
|
} |
|
.cart-info td { |
|
padding: 7px; |
|
} |
|
.cart-info thead td { |
|
color: #4D4D4D; |
|
font-weight: bold; |
|
background-color: #F7F7F7; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.cart-info thead .remove, .cart-info thead .image { |
|
text-align: center; |
|
} |
|
.cart-info thead .name, .cart-info thead .model { |
|
text-align: left; |
|
} |
|
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total { |
|
text-align: right; |
|
} |
|
.cart-info tbody td { |
|
vertical-align: top; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.cart-info tbody .remove { |
|
vertical-align: middle; |
|
} |
|
.cart-info tbody .remove, .cart-info tbody .image { |
|
text-align: center; |
|
} |
|
.cart-info tbody .name, .cart-info tbody .model { |
|
text-align: left; |
|
} |
|
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total { |
|
text-align: right; |
|
} |
|
.cart-info tbody span.stock { |
|
color: #F00; |
|
font-weight: bold; |
|
} |
|
.cart-module .cart-heading { |
|
border: 1px solid #DBDEE1; |
|
padding: 8px 8px 8px 22px; |
|
font-weight: bold; |
|
font-size: 13px; |
|
color: #555555; |
|
margin-bottom: 15px; |
|
cursor: pointer; |
|
background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat; |
|
} |
|
.cart-module .active { |
|
background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat; |
|
} |
|
.cart-module .cart-content { |
|
padding: 0px 0px 15px 0px; |
|
display: none; |
|
overflow: auto; |
|
} |
|
.cart-total { |
|
border-top: 1px solid #DDDDDD; |
|
overflow: auto; |
|
padding-top: 8px; |
|
margin-bottom: 15px; |
|
} |
|
.cart-total table { |
|
float: right; |
|
} |
|
.cart-total td { |
|
padding: 3px; |
|
text-align: right; |
|
} |
|
|
|
.checkout-heading { |
|
background: #F8F8F8; |
|
border: 1px solid #DBDEE1; |
|
padding: 8px; |
|
font-weight: bold; |
|
font-size: 13px; |
|
color: #555555; |
|
margin-bottom: 15px; |
|
} |
|
.checkout-heading a { |
|
float: right; |
|
margin-top: 1px; |
|
font-weight: normal; |
|
text-decoration: none; |
|
} |
|
.checkout-content { |
|
padding: 0px 0px 15px 0px; |
|
display: none; |
|
overflow: auto; |
|
} |
|
.checkout-content .left { |
|
float: left; |
|
width: 48%; |
|
} |
|
.checkout-content .right { |
|
float: right; |
|
width: 48%; |
|
} |
|
.checkout-content .buttons { |
|
clear: both; |
|
} |
|
.checkout-product table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
border-top: 1px solid #DDDDDD; |
|
border-left: 1px solid #DDDDDD; |
|
border-right: 1px solid #DDDDDD; |
|
margin-bottom: 20px; |
|
} |
|
.checkout-product td { |
|
padding: 7px; |
|
} |
|
.checkout-product thead td { |
|
color: #4D4D4D; |
|
font-weight: bold; |
|
background-color: #F7F7F7; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.checkout-product thead .name, .checkout-product thead .model { |
|
text-align: left; |
|
} |
|
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total { |
|
text-align: right; |
|
} |
|
.checkout-product tbody td { |
|
vertical-align: top; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.checkout-product tbody .name, .checkout-product tbody .model { |
|
text-align: left; |
|
} |
|
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total { |
|
text-align: right; |
|
} |
|
.checkout-product tfoot td { |
|
text-align: right; |
|
border-bottom: 1px solid #DDDDDD; |
|
} |
|
.contact-info { |
|
overflow: auto; |
|
} |
|
.contact-info .left { |
|
float: left; |
|
width: 48%; |
|
} |
|
.contact-info .right { |
|
float: left; |
|
width: 48%; |
|
} |
|
.sitemap-info { |
|
overflow: auto; |
|
margin-bottom: 40px; |
|
} |
|
.sitemap-info .left { |
|
float: left; |
|
width: 48%; |
|
} |
|
.sitemap-info .right { |
|
float: left; |
|
width: 48%; |
|
} |
|
|
|
#footer { |
|
clear: both; |
|
overflow: auto; |
|
min-height: 140px; |
|
padding: 20px; |
|
border-top: 1px solid #DBDEE1; |
|
|
|
background: url(../image/footer.png) no-repeat top center; |
|
} |
|
#footer h3 { |
|
color: #000000; |
|
font-size: 14px; |
|
margin-top: 0px; |
|
margin-bottom: 8px; |
|
} |
|
#footer .column { |
|
float: left; |
|
width: 25%; |
|
min-height: 100px; |
|
} |
|
#footer .column ul { |
|
margin-top: 0px; |
|
margin-left: 8px; |
|
padding-left: 12px; |
|
list-style: url('../image/bullet.png'); |
|
} |
|
#footer .column ul li { |
|
margin-bottom: 3px; |
|
} |
|
#footer .column a { |
|
text-decoration: none; |
|
color: #c1006b; |
|
} |
|
#footer .column a:hover { |
|
text-decoration: underline; |
|
} |
|
#powered { |
|
margin-top: 5px; |
|
text-align: right; |
|
clear: both; |
|
} |
|
|
|
.banner div { |
|
text-align: center; |
|
width: 100%; |
|
} |
|
.banner div img { |
|
margin-bottom: 20px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-helper-hidden { display: none; } |
|
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } |
|
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
|
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
|
.ui-helper-clearfix { display: inline-block; } |
|
|
|
* html .ui-helper-clearfix { height:1%; } |
|
.ui-helper-clearfix { display:block; } |
|
|
|
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
|
|
|
|
|
|
|
|
|
.ui-state-disabled { cursor: default !important; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } |
|
.ui-widget .ui-widget { font-size: 1em; } |
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } |
|
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } |
|
.ui-widget-content a { color: #333333; } |
|
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } |
|
.ui-widget-header a { color: #ffffff; } |
|
|
|
|
|
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } |
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; } |
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } |
|
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; } |
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } |
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } |
|
.ui-widget :active { outline: none; } |
|
|
|
|
|
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } |
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } |
|
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } |
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } |
|
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } |
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
|
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
|
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
|
|
|
|
|
|
|
|
|
|
|
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } |
|
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } |
|
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } |
|
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); } |
|
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } |
|
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } |
|
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); } |
|
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); } |
|
|
|
|
|
.ui-icon-carat-1-n { background-position: 0 0; } |
|
.ui-icon-carat-1-ne { background-position: -16px 0; } |
|
.ui-icon-carat-1-e { background-position: -32px 0; } |
|
.ui-icon-carat-1-se { background-position: -48px 0; } |
|
.ui-icon-carat-1-s { background-position: -64px 0; } |
|
.ui-icon-carat-1-sw { background-position: -80px 0; } |
|
.ui-icon-carat-1-w { background-position: -96px 0; } |
|
.ui-icon-carat-1-nw { background-position: -112px 0; } |
|
.ui-icon-carat-2-n-s { background-position: -128px 0; } |
|
.ui-icon-carat-2-e-w { background-position: -144px 0; } |
|
.ui-icon-triangle-1-n { background-position: 0 -16px; } |
|
.ui-icon-triangle-1-ne { background-position: -16px -16px; } |
|
.ui-icon-triangle-1-e { background-position: -32px -16px; } |
|
.ui-icon-triangle-1-se { background-position: -48px -16px; } |
|
.ui-icon-triangle-1-s { background-position: -64px -16px; } |
|
.ui-icon-triangle-1-sw { background-position: -80px -16px; } |
|
.ui-icon-triangle-1-w { background-position: -96px -16px; } |
|
.ui-icon-triangle-1-nw { background-position: -112px -16px; } |
|
.ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
|
.ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
|
.ui-icon-arrow-1-n { background-position: 0 -32px; } |
|
.ui-icon-arrow-1-ne { background-position: -16px -32px; } |
|
.ui-icon-arrow-1-e { background-position: -32px -32px; } |
|
.ui-icon-arrow-1-se { background-position: -48px -32px; } |
|
.ui-icon-arrow-1-s { background-position: -64px -32px; } |
|
.ui-icon-arrow-1-sw { background-position: -80px -32px; } |
|
.ui-icon-arrow-1-w { background-position: -96px -32px; } |
|
.ui-icon-arrow-1-nw { background-position: -112px -32px; } |
|
.ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
|
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
|
.ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
|
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
|
.ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
|
.ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
|
.ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
|
.ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
|
.ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
|
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
|
.ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
|
.ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
|
.ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
|
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
|
.ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
|
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
|
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
|
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
|
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
|
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
|
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
|
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
|
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
|
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
|
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
|
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
|
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
|
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
|
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
|
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
|
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
|
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
|
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
|
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
|
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
|
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
|
.ui-icon-arrow-4 { background-position: 0 -80px; } |
|
.ui-icon-arrow-4-diag { background-position: -16px -80px; } |
|
.ui-icon-extlink { background-position: -32px -80px; } |
|
.ui-icon-newwin { background-position: -48px -80px; } |
|
.ui-icon-refresh { background-position: -64px -80px; } |
|
.ui-icon-shuffle { background-position: -80px -80px; } |
|
.ui-icon-transfer-e-w { background-position: -96px -80px; } |
|
.ui-icon-transferthick-e-w { background-position: -112px -80px; } |
|
.ui-icon-folder-collapsed { background-position: 0 -96px; } |
|
.ui-icon-folder-open { background-position: -16px -96px; } |
|
.ui-icon-document { background-position: -32px -96px; } |
|
.ui-icon-document-b { background-position: -48px -96px; } |
|
.ui-icon-note { background-position: -64px -96px; } |
|
.ui-icon-mail-closed { background-position: -80px -96px; } |
|
.ui-icon-mail-open { background-position: -96px -96px; } |
|
.ui-icon-suitcase { background-position: -112px -96px; } |
|
.ui-icon-comment { background-position: -128px -96px; } |
|
.ui-icon-person { background-position: -144px -96px; } |
|
.ui-icon-print { background-position: -160px -96px; } |
|
.ui-icon-trash { background-position: -176px -96px; } |
|
.ui-icon-locked { background-position: -192px -96px; } |
|
.ui-icon-unlocked { background-position: -208px -96px; } |
|
.ui-icon-bookmark { background-position: -224px -96px; } |
|
.ui-icon-tag { background-position: -240px -96px; } |
|
.ui-icon-home { background-position: 0 -112px; } |
|
.ui-icon-flag { background-position: -16px -112px; } |
|
.ui-icon-calendar { background-position: -32px -112px; } |
|
.ui-icon-cart { background-position: -48px -112px; } |
|
.ui-icon-pencil { background-position: -64px -112px; } |
|
.ui-icon-clock { background-position: -80px -112px; } |
|
.ui-icon-disk { background-position: -96px -112px; } |
|
.ui-icon-calculator { background-position: -112px -112px; } |
|
.ui-icon-zoomin { background-position: -128px -112px; } |
|
.ui-icon-zoomout { background-position: -144px -112px; } |
|
.ui-icon-search { background-position: -160px -112px; } |
|
.ui-icon-wrench { background-position: -176px -112px; } |
|
.ui-icon-gear { background-position: -192px -112px; } |
|
.ui-icon-heart { background-position: -208px -112px; } |
|
.ui-icon-star { background-position: -224px -112px; } |
|
.ui-icon-link { background-position: -240px -112px; } |
|
.ui-icon-cancel { background-position: 0 -128px; } |
|
.ui-icon-plus { background-position: -16px -128px; } |
|
.ui-icon-plusthick { background-position: -32px -128px; } |
|
.ui-icon-minus { background-position: -48px -128px; } |
|
.ui-icon-minusthick { background-position: -64px -128px; } |
|
.ui-icon-close { background-position: -80px -128px; } |
|
.ui-icon-closethick { background-position: -96px -128px; } |
|
.ui-icon-key { background-position: -112px -128px; } |
|
.ui-icon-lightbulb { background-position: -128px -128px; } |
|
.ui-icon-scissors { background-position: -144px -128px; } |
|
.ui-icon-clipboard { background-position: -160px -128px; } |
|
.ui-icon-copy { background-position: -176px -128px; } |
|
.ui-icon-contact { background-position: -192px -128px; } |
|
.ui-icon-image { background-position: -208px -128px; } |
|
.ui-icon-video { background-position: -224px -128px; } |
|
.ui-icon-script { background-position: -240px -128px; } |
|
.ui-icon-alert { background-position: 0 -144px; } |
|
.ui-icon-info { background-position: -16px -144px; } |
|
.ui-icon-notice { background-position: -32px -144px; } |
|
.ui-icon-help { background-position: -48px -144px; } |
|
.ui-icon-check { background-position: -64px -144px; } |
|
.ui-icon-bullet { background-position: -80px -144px; } |
|
.ui-icon-radio-off { background-position: -96px -144px; } |
|
.ui-icon-radio-on { background-position: -112px -144px; } |
|
.ui-icon-pin-w { background-position: -128px -144px; } |
|
.ui-icon-pin-s { background-position: -144px -144px; } |
|
.ui-icon-play { background-position: 0 -160px; } |
|
.ui-icon-pause { background-position: -16px -160px; } |
|
.ui-icon-seek-next { background-position: -32px -160px; } |
|
.ui-icon-seek-prev { background-position: -48px -160px; } |
|
.ui-icon-seek-end { background-position: -64px -160px; } |
|
.ui-icon-seek-start { background-position: -80px -160px; } |
|
|
|
.ui-icon-seek-first { background-position: -80px -160px; } |
|
.ui-icon-stop { background-position: -96px -160px; } |
|
.ui-icon-eject { background-position: -112px -160px; } |
|
.ui-icon-volume-off { background-position: -128px -160px; } |
|
.ui-icon-volume-on { background-position: -144px -160px; } |
|
.ui-icon-power { background-position: 0 -176px; } |
|
.ui-icon-signal-diag { background-position: -16px -176px; } |
|
.ui-icon-signal { background-position: -32px -176px; } |
|
.ui-icon-battery-0 { background-position: -48px -176px; } |
|
.ui-icon-battery-1 { background-position: -64px -176px; } |
|
.ui-icon-battery-2 { background-position: -80px -176px; } |
|
.ui-icon-battery-3 { background-position: -96px -176px; } |
|
.ui-icon-circle-plus { background-position: 0 -192px; } |
|
.ui-icon-circle-minus { background-position: -16px -192px; } |
|
.ui-icon-circle-close { background-position: -32px -192px; } |
|
.ui-icon-circle-triangle-e { background-position: -48px -192px; } |
|
.ui-icon-circle-triangle-s { background-position: -64px -192px; } |
|
.ui-icon-circle-triangle-w { background-position: -80px -192px; } |
|
.ui-icon-circle-triangle-n { background-position: -96px -192px; } |
|
.ui-icon-circle-arrow-e { background-position: -112px -192px; } |
|
.ui-icon-circle-arrow-s { background-position: -128px -192px; } |
|
.ui-icon-circle-arrow-w { background-position: -144px -192px; } |
|
.ui-icon-circle-arrow-n { background-position: -160px -192px; } |
|
.ui-icon-circle-zoomin { background-position: -176px -192px; } |
|
.ui-icon-circle-zoomout { background-position: -192px -192px; } |
|
.ui-icon-circle-check { background-position: -208px -192px; } |
|
.ui-icon-circlesmall-plus { background-position: 0 -208px; } |
|
.ui-icon-circlesmall-minus { background-position: -16px -208px; } |
|
.ui-icon-circlesmall-close { background-position: -32px -208px; } |
|
.ui-icon-squaresmall-plus { background-position: -48px -208px; } |
|
.ui-icon-squaresmall-minus { background-position: -64px -208px; } |
|
.ui-icon-squaresmall-close { background-position: -80px -208px; } |
|
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
|
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
|
.ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
|
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
|
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
|
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } |
|
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } |
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } |
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } |
|
|
|
|
|
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); } |
|
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-resizable { position: relative;} |
|
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } |
|
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } |
|
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } |
|
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } |
|
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } |
|
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } |
|
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
|
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
|
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
|
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-accordion { width: 100%; } |
|
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } |
|
.ui-accordion .ui-accordion-li-fix { display: inline; } |
|
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } |
|
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } |
|
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } |
|
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } |
|
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } |
|
.ui-accordion .ui-accordion-content-active { display: block; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-autocomplete { position: absolute; cursor: default; } |
|
|
|
|
|
* html .ui-autocomplete { width:1px; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-menu { |
|
list-style:none; |
|
padding: 2px; |
|
margin: 0; |
|
display:block; |
|
float: left; |
|
} |
|
.ui-menu .ui-menu { |
|
margin-top: -3px; |
|
} |
|
.ui-menu .ui-menu-item { |
|
margin:0; |
|
padding: 0; |
|
zoom: 1; |
|
float: left; |
|
clear: left; |
|
width: 100%; |
|
} |
|
.ui-menu .ui-menu-item a { |
|
text-decoration:none; |
|
display:block; |
|
padding:.2em .4em; |
|
line-height:1.5; |
|
zoom:1; |
|
} |
|
.ui-menu .ui-menu-item a.ui-state-hover, |
|
.ui-menu .ui-menu-item a.ui-state-active { |
|
font-weight: normal; |
|
margin: -1px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } |
|
.ui-button-icon-only { width: 2.2em; } |
|
button.ui-button-icon-only { width: 2.4em; } |
|
.ui-button-icons-only { width: 3.4em; } |
|
button.ui-button-icons-only { width: 3.7em; } |
|
|
|
|
|
.ui-button .ui-button-text { display: block; line-height: 1.4; } |
|
.ui-button-text-only .ui-button-text { padding: .4em 1em; } |
|
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
|
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
|
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } |
|
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
|
|
|
input.ui-button { padding: .4em 1em; } |
|
|
|
|
|
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } |
|
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } |
|
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } |
|
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
|
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
|
|
|
|
|
.ui-buttonset { margin-right: 7px; } |
|
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
|
|
|
|
|
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } |
|
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } |
|
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } |
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
|
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } |
|
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } |
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } |
|
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } |
|
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
|
.ui-draggable .ui-dialog-titlebar { cursor: move; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-slider { position: relative; text-align: left; } |
|
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } |
|
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } |
|
|
|
.ui-slider-horizontal { height: .8em; } |
|
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } |
|
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } |
|
.ui-slider-horizontal .ui-slider-range-min { left: 0; } |
|
.ui-slider-horizontal .ui-slider-range-max { right: 0; } |
|
|
|
.ui-slider-vertical { width: .8em; height: 100px; } |
|
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } |
|
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } |
|
.ui-slider-vertical .ui-slider-range-min { bottom: 0; } |
|
.ui-slider-vertical .ui-slider-range-max { top: 0; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-tabs { position: relative; padding: .2em; zoom: 1; } |
|
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } |
|
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } |
|
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } |
|
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } |
|
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } |
|
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } |
|
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } |
|
.ui-tabs .ui-tabs-hide { display: none !important; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } |
|
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } |
|
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } |
|
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
|
.ui-datepicker .ui-datepicker-prev { left:2px; } |
|
.ui-datepicker .ui-datepicker-next { right:2px; } |
|
.ui-datepicker .ui-datepicker-prev-hover { left:1px; } |
|
.ui-datepicker .ui-datepicker-next-hover { right:1px; } |
|
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } |
|
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } |
|
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } |
|
.ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
|
.ui-datepicker select.ui-datepicker-month, |
|
.ui-datepicker select.ui-datepicker-year { width: 49%;} |
|
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
|
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
|
.ui-datepicker td { border: 0; padding: 1px; } |
|
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
|
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
|
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
|
|
|
|
|
.ui-datepicker.ui-datepicker-multi { width:auto; } |
|
.ui-datepicker-multi .ui-datepicker-group { float:left; } |
|
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
|
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
|
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
|
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
|
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
|
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
|
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
|
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } |
|
|
|
|
|
.ui-datepicker-rtl { direction: rtl; } |
|
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
|
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
|
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
|
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
|
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
|
.ui-datepicker-rtl .ui-datepicker-group { float:right; } |
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|
|
|
|
|
.ui-datepicker-cover { |
|
display: none; |
|
display: block; |
|
position: absolute; |
|
z-index: -1; |
|
filter: mask(); |
|
top: -4px; |
|
left: -4px; |
|
width: 200px; |
|
height: 200px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-progressbar { height:2em; text-align: left; } |
|
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#fancybox-loading { |
|
position: fixed; |
|
top: 50%; |
|
left: 50%; |
|
width: 40px; |
|
height: 40px; |
|
margin-top: -20px; |
|
margin-left: -20px; |
|
cursor: pointer; |
|
overflow: hidden; |
|
z-index: 1104; |
|
display: none; |
|
} |
|
|
|
#fancybox-loading div { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 40px; |
|
height: 480px; |
|
background-image: url('fancybox.png'); |
|
} |
|
|
|
#fancybox-overlay { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
z-index: 1100; |
|
display: none; |
|
} |
|
|
|
#fancybox-tmp { |
|
padding: 0; |
|
margin: 0; |
|
border: 0; |
|
overflow: auto; |
|
display: none; |
|
} |
|
|
|
#fancybox-wrap { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
padding: 20px; |
|
z-index: 1101; |
|
outline: none; |
|
display: none; |
|
} |
|
|
|
#fancybox-outer { |
|
position: relative; |
|
width: 100%; |
|
height: 100%; |
|
background: #fff; |
|
} |
|
|
|
#fancybox-content { |
|
width: 0; |
|
height: 0; |
|
padding: 0; |
|
outline: none; |
|
position: relative; |
|
overflow: hidden; |
|
z-index: 1102; |
|
border: 0px solid #fff; |
|
} |
|
|
|
#fancybox-hide-sel-frame { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
background: transparent; |
|
z-index: 1101; |
|
} |
|
|
|
#fancybox-close { |
|
position: absolute; |
|
top: -15px; |
|
right: -15px; |
|
width: 30px; |
|
height: 30px; |
|
background: transparent url('fancybox.png') -40px 0px; |
|
cursor: pointer; |
|
z-index: 1103; |
|
display: none; |
|
} |
|
|
|
#fancybox-error { |
|
color: #444; |
|
font: normal 12px/20px Arial; |
|
padding: 14px; |
|
margin: 0; |
|
} |
|
|
|
#fancybox-img { |
|
width: 100%; |
|
height: 100%; |
|
padding: 0; |
|
margin: 0; |
|
border: none; |
|
outline: none; |
|
line-height: 0; |
|
vertical-align: top; |
|
} |
|
|
|
#fancybox-frame { |
|
width: 100%; |
|
height: 100%; |
|
border: none; |
|
display: block; |
|
} |
|
|
|
#fancybox-left, #fancybox-right { |
|
position: absolute; |
|
bottom: 0px; |
|
height: 100%; |
|
width: 35%; |
|
cursor: pointer; |
|
outline: none; |
|
background: transparent url('blank.gif'); |
|
z-index: 1102; |
|
display: none; |
|
} |
|
|
|
#fancybox-left { |
|
left: 0px; |
|
} |
|
|
|
#fancybox-right { |
|
right: 0px; |
|
} |
|
|
|
#fancybox-left-ico, #fancybox-right-ico { |
|
position: absolute; |
|
top: 50%; |
|
left: -9999px; |
|
width: 30px; |
|
height: 30px; |
|
margin-top: -15px; |
|
cursor: pointer; |
|
z-index: 1102; |
|
display: block; |
|
} |
|
|
|
#fancybox-left-ico { |
|
background-image: url('fancybox.png'); |
|
background-position: -40px -30px; |
|
} |
|
|
|
#fancybox-right-ico { |
|
background-image: url('fancybox.png'); |
|
background-position: -40px -60px; |
|
} |
|
|
|
#fancybox-left:hover, #fancybox-right:hover { |
|
visibility: visible; |
|
} |
|
|
|
#fancybox-left:hover span { |
|
left: 20px; |
|
} |
|
|
|
#fancybox-right:hover span { |
|
left: auto; |
|
right: 20px; |
|
} |
|
|
|
.fancybox-bg { |
|
position: absolute; |
|
padding: 0; |
|
margin: 0; |
|
border: 0; |
|
width: 20px; |
|
height: 20px; |
|
z-index: 1001; |
|
} |
|
|
|
#fancybox-bg-n { |
|
top: -20px; |
|
left: 0; |
|
width: 100%; |
|
background-image: url('fancybox-x.png'); |
|
} |
|
|
|
#fancybox-bg-ne { |
|
top: -20px; |
|
right: -20px; |
|
background-image: url('fancybox.png'); |
|
background-position: -40px -162px; |
|
} |
|
|
|
#fancybox-bg-e { |
|
top: 0; |
|
right: -20px; |
|
height: 100%; |
|
background-image: url('fancybox-y.png'); |
|
background-position: -20px 0px; |
|
} |
|
|
|
#fancybox-bg-se { |
|
bottom: -20px; |
|
right: -20px; |
|
background-image: url('fancybox.png'); |
|
background-position: -40px -182px; |
|
} |
|
|
|
#fancybox-bg-s { |
|
bottom: -20px; |
|
left: 0; |
|
width: 100%; |
|
background-image: url('fancybox-x.png'); |
|
background-position: 0px -20px; |
|
} |
|
|
|
#fancybox-bg-sw { |
|
bottom: -20px; |
|
left: -20px; |
|
background-image: url('fancybox.png'); |
|
background-position: -40px -142px; |
|
} |
|
|
|
#fancybox-bg-w { |
|
top: 0; |
|
left: -20px; |
|
height: 100%; |
|
background-image: url('fancybox-y.png'); |
|
} |
|
|
|
#fancybox-bg-nw { |
|
top: -20px; |
|
left: -20px; |
|
background-image: url('fancybox.png'); |
|
background-position: -40px -122px; |
|
} |
|
|
|
#fancybox-title { |
|
font-family: Helvetica; |
|
font-size: 12px; |
|
z-index: 1102; |
|
} |
|
|
|
.fancybox-title-inside { |
|
padding-bottom: 10px; |
|
text-align: center; |
|
color: #333; |
|
background: #fff; |
|
position: relative; |
|
} |
|
|
|
.fancybox-title-outside { |
|
padding-top: 10px; |
|
color: #fff; |
|
} |
|
|
|
.fancybox-title-over { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
color: #FFF; |
|
text-align: left; |
|
} |
|
|
|
#fancybox-title-over { |
|
padding: 10px; |
|
background-image: url('fancy_title_over.png'); |
|
display: block; |
|
} |
|
|
|
.fancybox-title-float { |
|
position: absolute; |
|
left: 0; |
|
bottom: -20px; |
|
height: 32px; |
|
} |
|
|
|
#fancybox-title-float-wrap { |
|
border: none; |
|
border-collapse: collapse; |
|
width: auto; |
|
} |
|
|
|
#fancybox-title-float-wrap td { |
|
border: none; |
|
white-space: nowrap; |
|
} |
|
|
|
#fancybox-title-float-left { |
|
padding: 0 0 0 15px; |
|
background: url('fancybox.png') -40px -90px no-repeat; |
|
} |
|
|
|
#fancybox-title-float-main { |
|
color: #FFF; |
|
line-height: 29px; |
|
font-weight: bold; |
|
padding: 0 0 3px 0; |
|
background: url('fancybox-x.png') 0px -40px; |
|
} |
|
|
|
#fancybox-title-float-right { |
|
padding: 0 0 0 15px; |
|
background: url('fancybox.png') -55px -90px no-repeat; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { |
|
height: expression(this.parentNode.clientHeight + "px"); |
|
} |
|
|
|
#fancybox-loading.fancybox-ie6 { |
|
position: absolute; margin-top: 0; |
|
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); |
|
} |
|
|
|
|
|
|
|
|
|
|
|
.fancybox-ie .fancybox-bg { background: transparent !important; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
<title> |
|
Product not found! |
|
</title> |
|
<base> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
<body> |
|
<div id="container"> |
|
<div id="ustmenu"> |
|
<ul> |
|
<li> |
|
<a> |
|
Home |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Confirm |
|
</a> |
|
</li> |
|
<li> |
|
<a id="wishlist_total"> |
|
Wish List (0) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
My Account |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div id="header"> |
|
<div id="cart"> |
|
<div class="heading"> |
|
<h4> |
|
Shopping Cart |
|
</h4> |
|
<a> |
|
<span id="cart_total"> |
|
0 item(s) - Rp 0 |
|
</span> |
|
</a> |
|
</div> |
|
<div class="content"> |
|
</div> |
|
</div> |
|
<div id="search"> |
|
<div class="button-search"> |
|
</div> |
|
<input name="filter_name" onclick="this.value = '';" onkeydown="this.style.color = '#000000';" type="text" value="Search"> |
|
</div> |
|
<div id="welcome"> |
|
Welcome visitor you can |
|
<a> |
|
login |
|
</a> |
|
or |
|
<a> |
|
create an account |
|
</a> |
|
. |
|
</div> |
|
</div> |
|
<div id="menu"> |
|
<ul> |
|
<li> |
|
<a> |
|
Aromatherapy |
|
</a> |
|
<div style> |
|
<ul> |
|
<li> |
|
<a> |
|
Aromatherapy Balm (0) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Aromatherapy Oil (13) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Essential Oil (42) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Fresh Hot (1) |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</li> |
|
<li> |
|
<a> |
|
Skin Care |
|
</a> |
|
<div style> |
|
<ul> |
|
<li> |
|
<a> |
|
Body Butter (4) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Body Cream (3) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Body Mist (6) |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</li> |
|
<li> |
|
<a> |
|
Healing |
|
</a> |
|
<div style> |
|
<ul> |
|
<li> |
|
<a> |
|
Bug Lotion (2) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Healing Balm (4) |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</li> |
|
<li> |
|
<a> |
|
Natural & Organic |
|
</a> |
|
<div style> |
|
<ul> |
|
<li> |
|
<a> |
|
Coconut Oil & Oils (3) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Raw Organic Cocoa (2) |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</li> |
|
</ul> |
|
</div> |
|
<div id="notification"> |
|
</div> |
|
<div class="container"> |
|
<div id="column-left"> |
|
<div class="box"> |
|
<div class="box-heading"> |
|
Categories |
|
</div> |
|
<div class="box-content"> |
|
<div class="box-category"> |
|
<ul> |
|
<li> |
|
<a> |
|
Aromatherapy (63) |
|
</a> |
|
<ul> |
|
<li> |
|
<a> |
|
- Aromatherapy Balm (0) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Aromatherapy Oil (13) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Essential Oil (42) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Fresh Hot (1) |
|
</a> |
|
</li> |
|
</ul> |
|
</li> |
|
<li> |
|
<a> |
|
Skin Care (13) |
|
</a> |
|
<ul> |
|
<li> |
|
<a> |
|
- Body Butter (4) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Body Cream (3) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Body Mist (6) |
|
</a> |
|
</li> |
|
</ul> |
|
</li> |
|
<li> |
|
<a> |
|
Healing (6) |
|
</a> |
|
<ul> |
|
<li> |
|
<a> |
|
- Bug Lotion (2) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Healing Balm (4) |
|
</a> |
|
</li> |
|
</ul> |
|
</li> |
|
<li> |
|
<a> |
|
Natural & Organic (5) |
|
</a> |
|
<ul> |
|
<li> |
|
<a> |
|
- Coconut Oil & Oils (3) |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
- Raw Organic Cocoa (2) |
|
</a> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<div id="content"> |
|
<div class="breadcrumb"> |
|
<a> |
|
Home |
|
</a> |
|
» |
|
<a> |
|
Face & Hair Cares |
|
</a> |
|
» |
|
<a> |
|
Product not found! |
|
</a> |
|
</div> |
|
<h1> |
|
Product not found! |
|
</h1> |
|
<div class="content"> |
|
Product not found! |
|
</div> |
|
<div class="buttons"> |
|
<div class="right"> |
|
<a class="button"> |
|
<span> |
|
Continue |
|
</span> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<div id="footer"> |
|
<div class="column"> |
|
<h3> |
|
Information |
|
</h3> |
|
<ul> |
|
<li> |
|
<a> |
|
About Us |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Delivery Information |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Privacy Policy |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Workshop Class |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="column"> |
|
<h3> |
|
Customer Service |
|
</h3> |
|
<ul> |
|
<li> |
|
<a> |
|
Contact Us |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Returns |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Site Map |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="column"> |
|
<h3> |
|
Extras |
|
</h3> |
|
<ul> |
|
<li> |
|
<a> |
|
Brands |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Gift Vouchers |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Affiliates |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Specials |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="column"> |
|
<h3> |
|
My Account |
|
</h3> |
|
<ul> |
|
<li> |
|
<a> |
|
My Account |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Order History |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Wish List |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Newsletter |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
|
|
|
|
<div id> |
|
<center> |
|
<br> |
|
<font color="#080808"> |
|
www.angelostoreubud.com | Sugriwa street no.10 Ubud, Bali 80571 | e : [EMAIL REDACTED] |
|
<br> |
|
phone : +62361 903 1907 | hp: +6285 739 121 017 |
|
<br> |
|
<br> |
|
</font> |
|
</center> |
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
<div id="fancybox-tmp"> |
|
</div> |
|
<div id="fancybox-loading"> |
|
<div> |
|
</div> |
|
</div> |
|
<div id="fancybox-overlay"> |
|
</div> |
|
<div id="fancybox-wrap"> |
|
<div id="fancybox-outer"> |
|
<div class="fancybox-bg" id="fancybox-bg-n"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-ne"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-e"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-se"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-s"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-sw"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-w"> |
|
</div> |
|
<div class="fancybox-bg" id="fancybox-bg-nw"> |
|
</div> |
|
<div id="fancybox-content"> |
|
</div> |
|
<a id="fancybox-close"> |
|
</a> |
|
<div id="fancybox-title"> |
|
</div> |
|
<a id="fancybox-left"> |
|
<span class="fancy-ico" id="fancybox-left-ico"> |
|
</span> |
|
</a> |
|
<a id="fancybox-right"> |
|
<span class="fancy-ico" id="fancybox-right-ico"> |
|
</span> |
|
</a> |
|
</div> |
|
</div> |
|
</body> |
|
</html> |
|
|