
body.itemid-183 #sidebar-left,
body.itemid-102 #sidebar-left,
body.itemid-162 #sidebar-left,
body.itemid-163 #sidebar-left {
	width: 28%;
}

body.itemid-183 #sidebar-left ul,
body.itemid-102 #sidebar-left ul,
body.itemid-162 #sidebar-left ul,
body.itemid-163 #sidebar-left ul {
	margin-left: 0;
	margin-bottom: 0;
}

body.itemid-183 #major,
body.itemid-102 #major,
body.itemid-162 #major,
body.itemid-163 #major {
	float: right;
	width: 70%;
}

body.itemid-183 ul.category-module > li,
body.itemid-102 ul.category-module > li,
body.itemid-162 ul.category-module > li,
body.itemid-163 ul.category-module > li {
	margin-bottom: 20px;
	background-color: #fff;

	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

body.itemid-183 ul.category-module li h5,
body.itemid-102 ul.category-module li h5,
body.itemid-162 ul.category-module li h5,
body.itemid-163 ul.category-module li h5 {

	background-image: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);

	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	
	color: #555;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #f5f5f5;
	border-color: #d4d4d4;
	margin-top: 0px;
	margin-bottom: 0px;
}

body.itemid-183 ul.category-module li h6,
body.itemid-102 ul.category-module li h6,
body.itemid-162 ul.category-module li h6,
body.itemid-163 ul.category-module li h6 {
	font-size: 14px;
	font-weight: normal;
}

body.itemid-183 ul.category-module li h6 a,
body.itemid-102 ul.category-module li h6 a,
body.itemid-162 ul.category-module li h6 a,
body.itemid-163 ul.category-module li h6 a {
	color: #555;
}

body.itemid-183 ul.category-module li h6 a:hover,
body.itemid-102 ul.category-module li h6 a:hover,
body.itemid-162 ul.category-module li h6 a:hover,
body.itemid-163 ul.category-module li h6 a:hover {
	color: #0096d7;
	text-decoration: none;
}

body.itemid-183 ul.category-module li ul,
body.itemid-102 ul.category-module li ul,
body.itemid-162 ul.category-module li ul,
body.itemid-163 ul.category-module li ul {
	padding: 10px 15px;
}

body.view-category.itemid-183 #sidebar-left {
	width: 100%;
	float: left;
	margin: 0px;
}

body.view-category.itemid-183 #sidebar-left ul.category-module {
	float: left;
}

body.view-category.itemid-183 ul.category-module > li {
	float: left;
	width: 480px;
	margin: 0px 4px 20px 4px;
	max-height: 300px;
}

.alert-warning {
	font-weight: normal;
	background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
	background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e;
}

.alert-info {
	font-weight: normal;
	background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
	background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea;
}

body.itemid-183.view-article .alert {
	display: none;
}

body.itemid-183 #major .item-page,
body.itemid-102 #major .item-page,
body.itemid-162 #major .item-page,
body.itemid-163 #major .item-page {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

body.itemid-183 #major .page-header {
	margin-top: 0;
	margin-bottom: 20px;
}

body.itemid-183 #major .page-header h2 {
	font-size: 22px;
	margin: 0;
}

.mod-articles-category-hits {
	display: none;
}

body.itemid-183 .item-page img {
	width: 100%;
}