@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;
}

/* imgs */
div.ilust {
	width: 90px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 20px 20px 0;
}
div.ilust_image {
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
	overflow: hidden;
}
img.ilust_thumb {
	position: absolute;
}

/* cds */
table.col {
	width: 100%;
}
td.col_img {
	width: 210px;
	vertical-align: top;
}
td.col_name img {
	vertical-align: middle;
}
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_controls {
	margin-top: 1em;
}

/* infobox */
h3 {
	color: #666;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 2em; 
}
form#infobox fieldset {
	padding: 15px;
	border: 1px solid #ccc;
}
form#infobox legend {
	color: #f00;
	font-size: larger;
}
form#infobox label {
	color: #666;
}
form#infobox textarea {
	width: 100%;
	height: 10em;
}
input.t1 {
	width: 100%;
}
span#goback {
	font-weight: bold;
	font-size: x-small;
}
