﻿@charset "utf-8";

.category {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	/*padding:10px;
	border:1px solid #fff;*/
}
/*.category:hover {
	background-color:#f2f3ee;
	border:1px solid #ebede5;
	}*/

.category h2 {
	text-transform: lowercase;
}

.category img.icon {
	float: right;
	display: inline;
	position:relative;
	margin-bottom: 10px;
	margin-left:10px;
}

.category a.goTo {
	clear: both;
	padding: 6px 32px 0 6px;
	width: 139px;
	background: url(/Artwork/shared/bg_grey_button.jpg) no-repeat top left;
	float: right;
	display: inline;
	text-align: right;
	height: 20px;
	color: #546E89;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-size: 11px;
	cursor:pointer;
}

.category .b1, .category .b2, .category .b3, .category .b4{font-size:1px; overflow:hidden; display:block;}
.category .b1 {height:1px; background:#fff; margin:0 5px;}
.category .b2 {height:1px; background:#fff; border-right:2px solid #fff; border-left:2px solid #fff; margin:0 3px;}
.category .b3 {height:1px; background:#fff; border-right:1px solid #fff; border-left:1px solid #fff; margin:0 2px;}
.category .b4 {height:2px; background:#fff; border-right:1px solid #fff; border-left:1px solid #fff; margin:0 1px;}
.category .contentb {background: #fff; border-right:1px solid #fff; border-left:1px solid #fff; overflow:auto; cursor: default}

.category:hover .b1, .category:hover .b2, .category:hover .b3, .category:hover .b4{font-size:1px; overflow:hidden; display:block;}
.category:hover .b1 {height:1px; background:#ebede5; margin:0 5px;}
.category:hover .b2 {height:1px; background:#f2f3ee; border-right:2px solid #ebede5; border-left:2px solid #ebede5; margin:0 3px;}
.category:hover .b3 {height:1px; background:#f2f3ee; border-right:1px solid #ebede5; border-left:1px solid #ebede5; margin:0 2px;}
.category:hover .b4 {height:2px; background:#f2f3ee; border-right:1px solid #ebede5; border-left:1px solid #ebede5; margin:0 1px;}
.category:hover .contentb {background: #f2f3ee; border-right:1px solid #ebede5; border-left:1px solid #ebede5;}
.contentb div {padding:10px; margin-left: 5px; overflow:auto; cursor: default}
.contentb div.bottom {clear:both; padding:0; height:1px; font-size:1px; border:none; background:none; visibility:hidden;}

#whatsnew {
	width:261px;
	background-image:url(/Artwork/home/whats-new-bg.gif);
	background-repeat:repeat-y;
	}
#whatsnew ul {
	margin:0;
	padding:0 13px 0 8px;
	list-style-type:none;
	}
#whatsnew ul li {
	list-style-type:none;
	padding:7px 9px;
	}
#whatsnew ul li.odd {
	background-color:#EFEFEF;
	}
#whatsnew ul li a {
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#whatsnew ul li a:hover {
	color:#DD8F16;
	}
