@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 */

div#galleries {
	margin-top: 1em;
}

/* expand, colapse galleries */
a#exp_gal, a#col_gal  {
	color: #f00;
	text-decoration: none;
}
a#exp_gal:hover, a#col_gal:hover  {
	color: #c00;
}
a#exp_gal {
	display: none;
}

/* cathegory */
div.cat {
	width: 190px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
div.cat_secol {
	margin-left: 40px;
}
div.cat_image {
	width: 190px;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}
img.cat_thumb {
	position: absolute;
}
a.cat_desc {
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	color: #666;
}
a.cat_desc:hover {
	color: #f00;
}

/* pitures */
div#pics {
	
}
div.ilust {
	width: 90px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 20px 20px 0 0;
}
p.ilust_price {
	color: #666;
}
div.ilust_image {
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
	overflow: hidden;
}
img.ilust_thumb {
	position: absolute;
}
p.ilust_cart {
	
}

/* 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;
}