@charset "utf-8";
/* FirstStreetOnline.com
* CATEGORY Page Blocks
*/

#category_left_block {
	background:#fff url(../images/category_left_block_bg.png) repeat-x bottom;
	width:200px;
	padding:10px;
	font-size:10pt;
	border:1px solid #e2e2e2;
	float:left;
}
#category_left_block .title { text-transform:uppercase; font-weight:bold; }
#category_left_block h1 { font-size:10pt; margin:0; padding:0; }
#category_left_block hr { border:1px thin #eee; }
#category_left_block ul { margin:5px; padding:0; list-style:none; }
#category_left_block li {
	font-size:11pt;
	border-bottom:1px dotted #2d2d2d;
	padding:7px 5px;
	text-transform:capitalize;
	color:#005991;
}
#category_left_block li a { color:#005991; text-decoration:none; }
#category_left_block li a:hover { text-decoration:underline; }
#category_left_block .last { border:none; }
.rc_top_left {
	background:transparent url(../images/corners/round_top_left.png) left no-repeat;
	width:6px; height:5px;
	float:left;
	position:absolute;
	margin:-11px;
}
.rc_top_right {
	background:transparent url(../images/corners/round_top_right.png) left no-repeat;
	width:6px; height:5px;
	float:right;
	position:absolute;
	margin:-11px 0 0 205px;
}
.rc_bottom_left {
	background:transparent url(../images/corners/round_bottom_left.png) left no-repeat;
	width:6px; height:5px;
	float:left;
	position:absolute;
	margin-top:6px;
	margin-left:-11px;
}
.rc_bottom_right {
	background:transparent url(../images/corners/round_bottom_right.png) left no-repeat;
	width:6px; height:5px;
	float:right;
	position:absolute;
	margin-top:6px;
	margin-left:205px;
}
#sub_categories_list { margin:0; padding:0; }
#sub_categories_list td {
	background:#fff url(../images/sub_categories_list_bg.png) repeat-x bottom;
	display:block;
	float:left;
	width:178px;
	min-height:150px;
	text-align:center;
	font-size:11pt;
	padding:10px 0;
	border:1px solid #e2e2e2;
}
#sub_categories_list a { color:#005991; text-decoration:underline; }
#sub_categories_list a:hover { text-decoration:none; }
#category_content {
	width:720px;
	float:left;
	/*border:1px dashed #000;*/
}
#category_content h1 { margin:0; padding:0 0 3px 0; font-size:14pt; color:#005991; }
#category_content h2 { margin:0; padding:0; font-size:13pt; color:#000; }
#category_content td { vertical-align:top; font-size:11pt; }

#main_cat_content {
    background:#fff url(../images/products_list_opt_bg.png) repeat-x bottom;
	width:710px;
	border:1px solid #e2e2e2;
	padding:10px;
	font-size:11pt;
}
#main_cat_content .main_cat_rc_top_left {
	background:transparent url(../images/corners/round_top_left.png) left no-repeat;
	width:6px; height:5px;
	float:left;
	position:absolute;
	margin:-11px;
}
#main_cat_content .main_cat_rc_top_right {
	background:transparent url(../images/corners/round_top_right.png) left no-repeat;
	width:6px; height:5px;
	float:right;
	position:absolute;
	margin:-11px 0 0 715px;
}
#main_cat_content .main_cat_rc_bottom_left {
	background:transparent url(../images/corners/round_bottom_left.png) no-repeat left;
	width:6px; height:5px;
	float:left;
	position:absolute;
	margin-top:6px;
	margin-left:-11px;
}
#main_cat_content .main_cat_rc_bottom_right {
	background:transparent url(../images/corners/round_bottom_right.png) no-repeat right;
	width:6px; height:5px;
	float:right;
	position:absolute;
	margin-top:6px;
	margin-left:715px;
}
