.catHeaderNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.catHeaderNav a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.catHeaderNav a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.catHeaderNav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.catHeaderNav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.show_more_box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* Category Boxes */
.categoryFloat {
	float:left;
	width:200px;
	margin: 1px 1px;
	padding: 1px 1px 1px 1px;
	display:block;
	background-color:#CCCCCC;
}
.categoryFloat table {
}
.categoryFloat td {
	background-color:#FFFFFF;
}

.catResults {
	cursor: pointer;
	background-color: white;
	text-align: center;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.catResults a:link {
	color:#1C3F94;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.catResults a:active {
	color:#1C3F94;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.catResults a:visited {
	color:#1C3F94;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.catResults a:hover {
	color:#0000ff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.cat_name, .cat_img, .cat_quantity {
	display: inline-block; 
	width: 100%;
}

.cat_img img {
	border: 1px solid white;
}

.cat_name, .cat_quantity {
	font-size: 12px; 
	padding-bottom: 2px;
}

.cat_quantity {
	font-weight: bold;
}


/* Product Results Boxes */
.productFloat {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	margin: 0px 3px 3px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: 1px solid #ccc;
}

.prod_category {
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	color: #666;
	height: 10px;
}

.prod_brand_id {
	padding: 4px 0px 0px 0px;
	font-weight: bold;
	color: #666;
	height: 10px;
	font-size: 10px;
}

.prod_brand {
}

.prod_id {
}

.prod_img {
	display: block;
	width: 100%;
	padding: 6px 0px 0px 0px;
}
.prod_img img {
	border: 1px solid white;
	height: 100px;
}

.prod_name {
	position: relative;
	display: block;
	width: 190px;
	padding: 8px 3px 0px 3px;
}

.prod_cat_price {
	position: relative;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	width: 99%;
}

.prod_btns {
	margin: 8px 10px 2px 10px;
}

.prod_alert {
	font-size: 11px;
	display: inline-block;
	width: 100%;
	padding-bottom: 2px;
	color: red;
}

.onSpecial {
	color: red;
	font-weight: bold;
}

#control_overlay {
	background-color: #666;
}


/* Details popup CSS */
.details {
	border: 1px solid #ccc;
	background-color: #dee1e7; /*#dee1e7;*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;
}

#detailsCloseBox {
	float: right;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
#detailsClose {
	border: 1px solid #999;
	padding: 0px 0px 0px 0px;
	background-color: #aaa;
	width: 15px;
	text-align: center;
	cursor: pointer;
}
#detailsCloseBox a:link {
	color:#1C3F94;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#detailsCloseBox a:active {
	color:#1C3F94;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#detailsCloseBox a:visited {
	color:#1C3F94;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#detailsCloseBox a:hover {
	color:#0000ff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#detailsDescr {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid gray;
	background-color: white;
	font-size: 11px;
}

#detailsHeading {
	text-align: left;
	color: #2d315e;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#detailsProdID {
	font-weight: bold;
	color: #666;
	margin: 5px 0px 0px 0px;
}

#detailsImg {
	margin: 5px 0px 5px 0px;
	text-align: center;
}

#detailsDescr ul {
	list-style-type: disc;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#detailsDescr ul li {
	padding: 2px 0px 2px 0px;
}

#detailsColors {
	margin-top: 10px;
	padding-top: 0px;
}

.detailsColorsHeading {
	font-weight: bold;
}

#detailsPricing {
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#detailsPricing table {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	background-color: white;
}

#detailsPricing table tr td {
	border: 1px solid gray;
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-size: 11px;
}

.detailsPricingHeading {
	font-weight: bold;
	text-align: right;
}

#detailsAttribs {
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#detailsAttribs img {
	margin: 0px 5px 0px 5px;
}

#detailsButtons {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

/* Menus */
#more_actions_btn, #more_actions_btns a {
	width: 85px;
	text-align:	left;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#more_actions_btns a {
	float: left;
	clear: both;
}

.favorites_menu {
	border: 0px solid #aaa;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;
}

#favorites_dropdown .anchor_button {
	width: 192px;
	border-bottom: 0px;
}

#favorites_dropdown .bottom {
	border-bottom: 1px solid #aaa;
}

.fav_visibility {
	float: right;
	color: #aaa;
}

#create_list_inline, #created_list_opt, #show_list_opt, #remove_check {
	background-color: #f0f0f0;
	width: 202px;
	border: 1px solid #aaa;
	border-top: 0px;
	border-bottom: 0px;
}

.menu_subbutton {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#listing_descr {
	margin: 10px 10px 0px 10px;
	font-weight: normal;
}