@charset “UTF-8”;

/* reset */

* {
margin: 0;
padding: 0;
}

img {
border:none;
}

/* general */

.right {
float:right;
}

.left {
float:left;
}
.clear {
clear:both;
}

a {
text-decoration: none;
color: #0b7783;
}

h1 {
font-size: 22px;
line-height: 130%;
margin-bottom: 16px;
font-weight:normal;
color: #0b7783;
}

h2 {
font-size: 16px;
line-height: 130%;
margin-bottom: 5px;
font-weight:normal;
color: #0b7783;
}

h3 {
font-size: 1.2em;
line-height: 150%;
font-weight:normal;
color: inherit;
}
h3 a {
color: inherit;
}

h4 {
font-size: 1em;
line-height: 150%;
font-weight:bold;
color: inherit;
}
h4 a {
color: inherit;
}

p {
line-height: 150%;
margin-bottom: 1.2em;
}

ul {
list-style-position: outside;
padding: 0.3em 0 1em 1.6em;
}
li {
padding: 0.2em 0 0.2em 0;
}

body {
background-color: #c8bfa4;
background-image: url(images/shimi/background.jpg);
background-repeat: repeat;
background-position: center top;
font: 12px Georgia, "Times New Roman", Times, serif;
color: #333333;
}

#wrapper {
margin: 0 auto;
width:950px;
}

#header {
padding:25px 0 5px 0;
}

#content {
clear:both;
}
#leftnav {
width:195px;
float:left;
}
#main {
width:755px;
float:right;
}
#mainbox-top {
height:10px;
background-image: url(images/shimi/mainboxbg_top.png);
_background-image: url(images/shimi/mainboxbg_top.gif);
background-repeat: no-repeat;
background-position: left top;
overflow:hidden;
}
#mainbox-mid {
min-height: 500px;
padding: 10px 30px 10px 30px;
background-image: url(images/shimi/mainboxbg_mid.png);
_background-image: url(images/shimi/mainboxbg_mid.gif);
background-repeat: repeat-y;
background-position: left;
overflow:hidden;
}
#mainbox-bot {
height:10px;
background-image: url(images/shimi/mainboxbg_bot.png);
_background-image: url(images/shimi/mainboxbg_bot.gif);
background-repeat: no-repeat;
background-position: left top;
}
#breadcrumb {
padding-bottom: 5px;
text-align: right;
font-size: 11px;
}

#footer {
padding: 30px;
text-align: center;
font-size: 10px;
line-height: 150%;
color: inherit;
clear:both;
}
#footer a {
color: #333;
}
/* shop settings */

#shopset {
margin: 0 auto;
text-align: right;
clear:both;
font-size: 11px;
}
#shopset ul {
padding: 3px 10px 3px 0;
list-style: none;
}
#shopset ul li {
padding-left: 7px;
display: inline;
}
#shopset ul form {
display: inline;
}
#shopset ul select {
font-size: 10px;
}
#shopset img {
vertical-align: bottom;
}

/*  left navigation */

a.title {
width:187px;
height:0;
margin-top: 5px;
padding-top:60px;
display:block;
background-image: url(images/shimi/logo.png);
_background-image: url(images/shimi/logo.gif);
background-repeat: no-repeat;
background-position: left top;
overflow:hidden;
}
#leftnav ul {
margin:20px 0 0 5px;
padding: 0 0 40px 15px;
background-image: url(images/shimi/menubg.png);
_background-image: url(images/shimi/menubg.gif);
background-repeat: no-repeat;
background-position: left bottom;
list-style: none;
z-index:1000;
position: relative; 
}
#leftnav li {
padding-bottom:7px;
font-size:14px;
}
#searchbox {
height:120px;
padding: 10px 5px 0 25px;
background-image: url(images/shimi/searchbox.png);
_background-image: url(images/shimi/searchbox.gif);
background-repeat: no-repeat;
background-position: center top;
z-index:10;
position: relative; 
top:-20px;
}
#searchbox h3 {
font-size:12px;
margin-bottom: 5px;
}

/* information */
#infobot {
margin: 0 auto;
text-align: center;
clear:both;
}
#infobot ul {
padding: 30px 0 10px 0;
list-style: none;
word-break:keep-all;
}
#infobot li {
padding-right:10px;
display: inline;
}

/* store top */

#specials {
width:545px;
float:left;
}

#stayintheknow a {
width:150px;
height:120px;
margin-top: 40px;
padding-top:60px;
background-image: url(images/shimi/stayintheknow.png);
_background-image: url(images/shimi/stayintheknow.gif);
background-repeat: no-repeat;
background-position: center top;
text-align:center;
display:block;
float:left;
}

/* product info */

#product_deatail {
width:235px;
padding-right:10px;
float:left;
}
#product_deatail .price {
padding: 0 5px 5px 0;
font-size: 14px;
text-align: right;
display: block;
}
#product_deatail .addtocart {
padding: 5px 0 5px 0;
text-align: right;
display: block;
}
#product_photo {
width:450px;
float:left;
}
#option_img {
    padding: 5px;
	clear:both;
	text-align: left;
	font-size: 13px;
	line-height: 100%;
}
#option_img div.optionimgbox {
	font-size: 10px;
	width: 70px;
	height: 50px;
	padding: 2px;
	display: block;
	float:left;
}
.optionimgbox img {
	vertical-align:middle;
}
#also {
padding-top: 20px;
clear:both;
}
#also a {
padding:10px;
display: block;
float:left;
text-align:center;
}

/* account */

#register-login {
width: 250px;
padding: 10px;
border: dotted 1px #333;
font-size: 0.9em;
}
#register-form {
width:420px;
}

.inputRequirement {
}
.markProductOutOfStock {
color:#ff0000;
font-weight:bold;
}
.alignright {
	text-align: right;
}

.maincolumn {
}
.sidecolumn {
}
.submit {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.back {
	margin-top: 15px;
	margin-bottom: 10px;
}

