/* Widget Gallery Styles */

#wg-feature-box {
	margin-top: 20px;
	padding: 0px;
	width: 948px;
	height: 395px;
	background: #1D1D1D;
	border: inset 3px #999999;
	color: #DEDEDE;
	overflow: auto;
}

#wg-feature-box a{color:#2ca4e3;outline:none;text-decoration:none;}

#wg-feature-box a:hover{color:#ed1e24;text-decoration:none;}

#wg-feature-box p a:hover{color:#ed1e24;text-decoration:underline;}

#wg-tab-box {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 100%;
}

.wg-feature {
	margin-left: 150px;
	text-align: center;
	vertical-align: middle;
	height: 395px;
}

.wg-feature img {
	margin-top:40px;
}
.screen_img{
	float:right;
margin-right:45px;
}

.wg-feature .wg-description-column img {
	margin-top:0px;
}

.wg-description-column {
	float: left;
	margin-left: 20px;
	padding: 30px 20px 0px 20px;
	width: 30%;
	text-align: left;
	/*background: red;*/
}

.wg-comment-column {
	float: left;
	margin: 0px;
	padding: 30px 20px 0px 20px;
	width: 30%;
	text-align: left;
	/*background: green;*/
}

#wg-catalog-box {
	margin-top: 20px;
	padding: 0px;
	overflow: auto;
	/*background: #CCCCCC;*/
}

#wg-catalog-box a {
	text-decoration: none;
}

#wg-catalog-box ul {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#wg-catalog-box li {
	margin-left: 40px;
	padding: 0;
	float: left;
	list-style: none;
	text-align:	center;
	/*background: #666666;*/
}

.wg-tab {
	margin: 0px;
	padding: 10px;
	width: 125px;
	height: 77px;
	background: #EEEEEE url(images/nav.png) repeat-x scroll left bottom;
	border-bottom: outset 1px #999999;
	border-left: inset 1px #999999;
	border-right: outset 2px #999999;
}

.wg-tab:hover {
	background: #EEEEEE;
}

.wg-tab.wg-top {
	border-top: inset 1px #999999;
	height: 78px;
}

.wg-tab.wg-top.wg-active {
	border: none;
	height: 81px;
}

.wg-tab.wg-active {
	width: 130px;
	border:none;
	background: none;
	height: 79px;
}

.wg-tab.wg-active a:link {
	color: #DEDEDE; 
}

.wg-tab h4 {
	margin: 0px;
}

.wg-tab p {
	color: #4E4E4E;
	font-weight: bold;
	font-style: italic;
}

.wg-tab.wg-active p {
	color: #DEDEDE; 
}


.wg-comment {
	font-style: normal;
}

.wg-source {
	font-style: italic;
}

/* Widget Detail Styles */

#wg-title-area {
	margin-top: 20px;
	width: 100%;
	height: 100px;
}

#wg-title-area h1{
	font-size: 350%;
	margin-left: 0.4em;
	margin-top: 0.6em;
}

#wg-title-area p {
	margin-top: 4.2em;
}

#wg-gallery-link {
	float: right;
	text-align:right;
	margin-right: 40px;
}

#wg-content-area {
	width: 100%;
	height: 100%;
}

#wg-feedback-area {
	clear: both;
}

#wg-screenshot {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 40px;
}

.wg-comment-box {
	margin-top: 10px;
	margin-right: 40px;
	padding: none;
	border: inset 1px #EEEEEE;
	text-align: center;
}

.wg-source-box {
	margin: none;
	padding: none;
	height: 100%;
	text-align: right;
	background: #EEEEEE url(images/nav.png) repeat-x scroll left bottom;
}

.wg-source-box p{
	margin-bottom: 0;
	text-align: center;
}