@charset "iso-8859-1";

/* split into two collumns - left content and right menu */
div#leftcontent, div#rightcontent {
	padding: 0 15px 0 15px;
}
div#leftcontent {
	width: 510px;
	float: left;
}
div#rightcontent {
	margin-left: 542px;
	border-left: 1px dotted #ccc;
}
div#content>div#rightcontent {
	border-left-color: #999;
}

/* right menu */
input.int_txt, input#sub_btn {
	font-size: x-small;
	margin: 1px 0 1px 0;
}
input.in_txt {
	width: 95%;
}
input#sub_btn {
	background-color: #fff;
	color: #666;
	padding: 1px 3px 1px 3px;
}
a.rc_item {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 2px 0 2px 0;
	margin: 5px 0 5px 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
a.rc_item:hover {
	color: #f00;
}
a.nline {
	margin-top: 25px;
}

/* left content */
p#gen_desc {
	margin-bottom: 2em;
}
img#col_detail {
	float: left;
	margin-bottom: 2em;
}
div#col_desc {
	margin-bottom: 2em;
	margin-left: 310px;
}
div#inner_desc {
	margin-bottom: 2em;
}
div#inner_desc p {
	margin-bottom: 1em;
}
div#inner_desc li {
	margin-left: 1.2em;
}
table.col {
	width: 100%;
}
td.col_img {
	width: 210px;
	vertical-align: top;
}
td.col_name {
	/*width: 200px;*/
}
td.col_name img {
	vertical-align: middle;
}
tr.shd {
	background-color: #f4f4f4;
}
div.cat_image {
	width: 190px;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}
img.cat_thumb {
	position: absolute;
}
p.col_lbl a {
	color: #f00;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}
p.col_lbl a:hover {
	color: #c00;
}
p.col_price {
	margin-top: 0.5em;
	font-weight: bold;
	color: #000;
}
p.col_controls {
	margin-top: 1em;
}
div#leftcontent h3 {
	color: #666;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
}
p.hrule2 {
	border-top: 1px solid #ccc;
	margin: 2em 0 2em 0;
}

/* pitures */
div#pics {
	
}
div.ilust {
	width: 90px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 20px 20px 0 0;
}

div.ilust_image {
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
	overflow: hidden;
}
img.ilust_thumb {
	position: absolute;
}

/* bottom controls */
form#controls {
	padding: 30px 0 20px 0;
}
form#controls select {
	width: 50px;
}
form#controls select, form#controls input {
	font-size: 95%;
}
form#controls a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}
form#controls a:hover {
	color: #000;
}
form#controls {
	color: #666;
}
/* news */
div#news {
	margin-top: 4em;
}
div#news a {
	display: block;
	margin-bottom: 1em;
}