body {
	background-color: #1A1A1A;
	font-family: Gill Sans MT, Arial MT, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; color: black; }
a:hover { color: #999; }

h1, h2, h3 { margin: 1px 0; }
h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.1em;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

img { border: none; }

li { margin: 0 10px; }

.container {
	margin: 0 auto;
	width: 760px;
}

#header {
	background-image: url(../images/head_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: white;
	text-align: left;
	padding: 5px;
}
#header img { margin: 0 0 5px 0; }

#nav {
	background-color: #52575B;
	text-align: center;
	width: 100%;
	height: 18px;
}
#nav a, #hit a:hover { color: white; }
#nav a:hover, #hit a { color: black; }
#nav h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.12em;
	line-height: 0.3em;
}

#content {
	background-color: white;
	width: 100%;
	margin: 0 auto;
}
#content .container {
	border-bottom: solid 2px #52575B;
	padding-bottom: 5px;
}

#col_1 {
	text-align: left;
	width: 500px;
}
#col_1 img {
	float: left;
	padding: 4px 4px 4px 0;
}

#col_2 {
	text-align: right;
	padding: 0 0 0 10px;
	width: 250px;
}

#footer {
	border-top: solid 2px #52575B;
	color: #999;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	width: 760px;
	margin: 0 auto;
}
#footer a { color: #999; }
#footer a:hover { color: white; }

#home_txt {
	border-bottom: solid 2px #AAA;
	height: 135px;
	overflow: auto;
	margin: 0 0 5px 0;
	clear: both;
}

#home_event {
	border-left: solid 2px #52575B;
	float: right;
	height: 250px;
	padding-left: 5px;
}

#home_spec, #home_event {
	width: 245px;
	height: 265px;
	position: relative;
	overflow: hidden;
}
#home_spec a, #home_event a { color: #666; }
#home_spec div, #home_event div {
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	right: 5px;
}

.list_obj {
	height: 30px;
	padding: 2px;
}

#prod_list {
	border: solid 2px #52575B;
	height: 300px;
	overflow: auto;
}

.btn {
	border: none;
	background-color: #52575B;
	font-family: Gill Sans MT, Arial MT, Arial, sans-serif;
	color: white;
	padding: 0 5px;
}
.btn:hover { background-color: #1A1A1A; }

.thumb { width: 34px; }
.label { }
.rrp { width: 70px; }
.qty, .qty input {
	width: 30px;
	text-align: center;
}
.add {
	width: 55px;
	text-align: right;
}

.inp_txt {
	float: right;
	width: 400px;
	clear: right;
}

#msg_txt {
	width: 100%;
	height: 60px;
	margin: 5px 0;
}

#con_frm { float: right; }

#con_txt, #con_frm {
	width: 245px;
	margin: 10px 0 0 0;
}

#con_txt {
	border-right: solid 2px #52575B;
	padding-right: 5px;
}

.con_inp { clear: both; }

.con_inp input {
	float: right;
	width: 180px;
}