body{
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#fcfcfc;
	font-family:Helvetica,Arial,Verdana,sans-serif !important;
	font-size:12px !important;
	overflow:auto !important;
}
input {
	border:1px solid #7F9DB9;
	background-color:#ffffff;
	color:#444444;
}
textarea {
	border:1px solid #7F9DB9;
	background-color:#ffffff;
	color:#444444;
}
a {
	color:#666666;
	text-decoration:none;
}

.submenu_item {
	display:none;
}
.main_top {
	width:1000px;
	/* min-height:600px; */
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	margin:0 auto;
}
.main{
	width:934px;
	margin:0 auto;
	text-align:left;
	overflow:auto;
}
.main_content{
	min-height:200px;
}
.top_bar {
	height:122px;
}
.logo_container {
	padding-left:25px;
	padding-top:6px;
	float:left;
}
.top_right{
	float:right;
	height:122px;
	width:460px;
}
.right_buttons{
	margin-right:15px;
	height:86px;
}
.right_buttons .button{
	float:right;
	height:20px;
	width:176px;
	padding-top:2px;
	margin-left:8px;
	background-image:url(images/yellow-button.png);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#666666;
	text-align:center;
}
.right_buttons .button:hover{
	padding-top:10px;
}
.right_buttons .button a {
	text-decoration:none;
	color:#666666;
}
.shopping_cart{
	background-image:url(images/cart.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
}
.plus{
	background-image:url(images/plus.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
}

.top_right .forum{
	background-image:url(images/plus.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
}

.grey_menu{
	height:37px;
	margin-right:23px;
}
.grey_menu .item {
	float:right;
	margin-left:6px;
	margin-top:17px;
	background-image:url(images/grey-button.png);
	cursor: pointer;
	padding:0 !important;
	height:19px;
}
.grey_menu .item:hover{
	margin-top:12px;
	height:24px;
}
.grey_menu .item div {
	background-image:url(images/grey-button-right.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:2px;
	padding-bottom:3px;
	*padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	height:14px !important;
}
.grey_menu .item div:hover {
	padding-bottom:8px;
	margin-top:0px;
}
.grey_menu .item div a {
	text-decoration:none;
	color:#666666;
}

.grey_menu .submenu_item {
	display:none;
}
.grey_menu .submenu_separator {
	display:none;
}

.menu_bar {
	width:903px;
	padding-left:30px;
	height:31px;
	background-image:url(images/blue-bar.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.menu_bar .item{
	float:left;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#ffff99;
	height:23px;
	padding-top:7px;
	padding-left:14px;
	padding-right:14px;
	margin-left:1px;
	margin-right:1px;
	cursor: pointer;
}
.menu_bar .item:hover{
	border:1px solid #b3b3b3;
	height:22px;
	background-image:url(images/menu-item-hover.png);
	background-repeat:repeat-x;
	color:#333333;
	margin-left:0px;
	margin-right:0px;
}
.menu_bar .item a {
	text-decoration:none;
	color:#ffff99;
}
.menu_bar .item:hover > div > a{
	color:#333333;
}
.menu_bar .separator{
	float:left;
	height:17px;
	margin-top:6px;
	width:2px;
	background-image:url(images/separator.png);
}

.menu_bar .submenu_item {
	display:none;
	position:absolute;
	opacity: .9;
	filter: alpha(opacity=90);
	background-image:url(images/blue_bar_background.png);
	background-repeat:repeat-x;
	background-align:middle;
	font-weight:bold;
	height:21px;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	cursor: pointer;
}
.menu_bar .submenu_item:hover{
	background-image:url(images/menu-item-hover.png);
	background-repeat:repeat-x;
	color:#333333;
}
.menu_bar .submenu_item:hover > div > a{
	color:#333333;
}
.menu_bar .submenu_item a {
	text-decoration:none;
	color:#ffff99;
}

#secondary_bar {
	display:none;
	height:25px;
	width:880px;
	margin:0 auto;
}
#secondary_bar .breadcrumbs {
	float:left;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}
#secondary_bar .breadcrumbs a{ 
	color:#666666;
	font-size:11px;
	text-decoration:none;
	cursor: pointer;
}
#secondary_bar .breadcrumbs span{ 
	cursor: default;
}
#secondary_bar .search{
	float:right;
	font-size:14px;
	font-weight:bold;
}
#secondary_bar .search input {
	font-size:12px;
	border:1px solid #666666;
}
#white_position{
	display:none;
	overflow:auto;
	margin:0 auto;
	width:900px;
	margin-bottom:10px;
}
#white_position .module {
	
	padding-bottom:10px;
	font-size:11px;
	color:#6f6f6f;
	/*line-height:15px;*/
}

#white_position .module .title{
	font-size:16px;
}
#white_position .first {
	display:none;
	/*float:left;*/
	width:200px;
	padding:11px;
	border:1px solid #e6e6e6;
	background-color:#f7f7f7;
}
#white_position .first .title{
	margin-bottom:10px;
}

.quicklinks .item div{
	height:22px;
}
.quicklinks a{
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	background-position: center left;
	font-weight: bold;
}
#white_position .second {
	display:none;
	/*float:left;*/
	text-align:left;
}
#white_position .second .title{
	font-size:16px;
	font-weight:bold;
	/*margin-top:10px;*/
}

#white_position .second .title a{
	color:#6f6f6f;
	text-decoration:none;
}

#white_position .second .content{
	margin-bottom:15px;
	overflow: auto;
	clear:both;
}
#white_position .second a{
	
	text-decoration:none;
}
#yellow_position {
	display:none;
	border:1px solid #d8d8d8;
	background-image:url(images/background-yellow.png);
	background-repeat:repeat-x;
	width:900px;
	margin:0 auto;
	text-align:left;
	margin-bottom:10px;
	overflow:auto;
}
#yellow_position .module{
	float:left;
	color:#666666;
	padding:10px;
}

#yellow_position .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

#yellow_position .title a{
color:#2D4C70 !important;
}

#yellow_position .summary{
	float:left;
	color:#666666;
	padding:10px;
}

#yellow_position .big {
	width:480px;
}
#yellow_position .big {
	width:100%;
}
#yellow_position .medium {
	width:270px;
}
#yellow_position .small {
	width:170px;
}
#yellow_position .module .title {
	color:#2d4c70;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#yellow_position .module .red {
	color:#c00000;
	font-size:14px;
	font-weight:bold;
}
#yellow_position .module a {
	color:#666666;
	text-decoration:none;
}
#white2_position{
	display:none;
	overflow:auto;
	margin:0 auto;
	width:900px;
	margin-bottom:10px;
}
#white2_position .module{
	float:left;
	width:440px;
	margin-bottom:10px;

}
#white2_position .module .title {
	color:#2d4c70;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
#white2_position .first{
	margin-right:20px;
}
.playlist{
	background-color:#eeeeee;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
}
.playlist .item{
	height:72px;
	padding-top:12px;
	padding-left:12px;
	line-height:16px;
	color:#7c6690;
}
.playlist .item img{
	margin-right:10px;
}
.playlist .item .title {
	color:#713333;
	font-size:14px;
	font-weight:normal;
}
.playlist .item .published {
	font-size:10px;
}

.playlist .dark{
	background-image:url(images/background-playlist.png);
	background-repeat:repeat-x;
}
.playlist .navbar {
	color:#c00000;
	font-size:10px;
	text-align:center;
}
#grey_position{
	display:none;
	border:1px solid #d8d8d8;
	background-image:url(images/background-grey.png);
	background-repeat:repeat-x;
	background-color:#f0f0f6;
	width:900px;
	margin:0 auto;
	text-align:left;
	overflow:auto;
}

#grey_position .module {
	float:left;
	width:160px;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
	line-height:15px;
	font-size:11px;
}
#grey_position .module .title {
	color:#000066;
	font-size:13px;
	font-weight:bold;
	padding-left:2px;
	margin-bottom:3px;
}
#grey_position .module a {
	text-decoration:none;
	color:#000000;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
}
#grey_position .module a:hover {
	text-decoration:none;
	color:#000000;
	font-size:11px;
	background-color:#ffff88;
	border:1px solid #cccc99;
	padding-left:1px;
	padding-right:1px;
}
#footer {
	display:none;
	text-align:center;
	color:#2d4c70;
	padding-top:15px;
}
.pagination {
	margin-top:10px;
	text-align:center;
}
.pagination a{
	text-decoration:none;
	padding: 0 2px 0 2px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.pagination span{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	cursor:default;
}
.pagination .inactive{
	color:#bbbbbb;
	cursor:default;
	
}
.main_bottom {
	width:1000px;
	height:30px;
	background-image:url(images/background-bottom.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

.comments {
	border-top:1px solid #7F9DB9;
	margin-top:20px;
	padding-top:10px;
	color:#555555;
}
.comments .content{
	margin-left:20px;
	padding-bottom:5px;
	border-bottom:1px dashed #999999;
	
}
.comments .author{
	margin-left:20px;
	font-weight:bold;
	padding-left:27px;
	padding-top:8px;
	background-image:url('images/comment.png');
	background-repeat:no-repeat;
	background-align:top;
	height:20px;
}
.comments .title {
	font-size:13px !important;
	margin-bottom:5px;
}
.date {
	font-size:11px;
	color:#999999;
	font-weight:normal;
}
.comments form textarea {
	width:500px;
}
.rss_div {
	margin-right: 15px;
	padding-left:18px;
	float:left;
	background-image:url('images/rss.png');
	background-repeat:no-repeat;
	background-align:left;
}
.rss_div a {
	text-decoration:none;
}


#repositoryItemDetails .title {
	font-size:14px;
	color:#333333;
	margin-bottom:5px;
	font-weight:bold;
}
#repositoryItemDetails .description {
	font-size:11px;
	margin-top:10px;
}
#repositoryItemDetails .itemRating {
	font-size:11px;
	color:#666666;
}
#repositoryItemDetails .itemSize {
	font-size:11px;
	color:#666666;
}
#repositoryItemDetails .description div {
	font-size:12px;
	color:#333333;
	margin-bottom:5px;
	font-weight:bold;
}
#repositoryItemDetails .description div a {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
