/* Container window CSS styles */

table.wContainer {
	padding: 1px;
}
table.wContainer td {
	text-align: left;
	vertical-align: top;
}

table.wContainerSpanner {
	height: 100%;
	width: 100%;
	/*border: 1px solid red; */
}
table.wContainerSpanner td {
	/*border: 1px solid red; */
}
table.wContainerSpanner td {
	vertical-align: middle;
}
/* Top tabs */
td.wc_tabs_top_left {
	width: 16px;
	height: 24px;
	background: url(../../images/public/wContainer/wc_glow_left.png) no-repeat right bottom;
}

td.wc_tabs_top_center {
	width: auto;
	height: 24px;
	background: url(../../images/public/wContainer/wc_glow_center.png) repeat-x bottom;
}

td.wc_tabs_top_right {
	width: 16px;
	height: 24px;
	background: url(../../images/public/wContainer/wc_glow_right.png) no-repeat left bottom;
}
table.wt_table {
	width: auto;
}
table.wt_table td {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;	
}

td.wt_left {
	width: 17px;
	height: 24px;
	background: url(../../images/public/wContainer/wt_left_active.png) no-repeat right bottom;
}
td.wt_left#unselected {
	width: 9px;
	height: 24px;
	background: url(../../images/public/wContainer/wt_left.png) no-repeat right bottom;
}
td.wt_right {
	width: 9px;
	height: 24px;
	background: url(../../images/public/wContainer/wt_right_active.png) no-repeat left bottom;
}
td.wt_right#unselected {
	width: 9px;
	height: 24px;
	background: url(../../images/public/wContainer/wt_right.png) no-repeat left bottom;
}

td.wt_center {
	width: auto;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(../../images/public/wContainer/wt_center_active.png) repeat-x bottom;
	color: #404848;
}
td.wt_center a {
	color: #404848;
	text-decoration: none;
}
td.wt_center#unselected {
	width: auto;
	height: 24px;
	background: url(../../images/public/wContainer/wt_center.png) repeat-x bottom;
	color: #839090;
}
td.wt_center#unselected a {
	color: #839090;
	text-decoration: none;
}
td.wt_center#unselected a:hover {
	color: #404848;
}
/* Title */
td.wc_title_left {
	width: 16px;
	height: 33px;
	background:url(../../images/public/wContainer/wc_title_left.png) no-repeat right bottom;
}

.wc_title_center {
	width: auto;
	height: 33px;
	background:url(../../images/public/wContainer/wc_title_center.png) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #418224;
	text-align: left;
	vertical-align: middle;
}

td.wc_title_right {
	width: 16px;
	height: 33px;
	background:url(../../images/public/wContainer/wc_title_right.png) no-repeat left bottom;
}

td.wc_corner_left {
	width: 16px;
	height: 14px;
	background:url(../../images/public/wContainer/wc_corner_left.png) no-repeat right top;
}
td.wc_corner_right {
	width: 16px;
	height: 14px;
	background:url(../../images/public/wContainer/wc_corner_right.png) no-repeat left top;
}
td.wc_corner_center {
	width: auto;
	height: 14px;
	background:url(../../images/public/wContainer/wc_corner_center.png) repeat-x top;
}
/* Cart */
.wc_cart_table {
	width: 100px;
}

.wc_cart_left {
	width: 17px;
	height: 20px;
	background:url(../../images/public/wContainer/wc_cart_left.png) no-repeat right center;
}
.wc_cart_right {
	width: 28px;
	height: 20px;
	background:url(../../images/public/wContainer/wc_cart_right.png) no-repeat left center;
}
.wc_cart_center {
	width: 2px;
	height: 20px;
	background:url(../../images/public/wContainer/wc_cart_center.png) repeat-x center;

	text-align: center;
}
.wc_cart_center a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e3efbd;
	font-weight: normal;
	text-decoration: none;
}
/* Content */

td.wc_content_left1 {
	width: 16px;
	height: 167px;
	background-image: 	url(../../images/public/wContainer/wc_content_left1.png);
	background-repeat:	repeat;
}

td.wc_content_right1 {
	width: 16px;
	height: 167px;
	background-image: 	url(../../images/public/wContainer/wc_content_right1.png);
	background-repeat:	repeat;
}

td.wc_content_left2 {
	width: 16px;
	height: 167px;
	background-image: 	url(../../images/public/wContainer/wc_content_left2.png);
	background-repeat: 	no-repeat;
	background-position:right bottom;
}

td.wc_content_right2 {
	width: 16px;
	height: 167px;
	background-image: 	url(../../images/public/wContainer/wc_content_right2.png);
	background-repeat: 	no-repeat;
	background-position:left bottom;
}

td.wc_content_center {
	width: auto;
	height: 167px;
	background: #f9f9fa url(../../images/public/wContainer/wc_content_center.png) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 25px;
}


/* IN CONTENT VLAUES */

.wc_contentHeader {
	padding: 20px;
	border-bottom: 1px dotted #989898;
	margin-bottom: 20px;
}
.wc_contentHeader table td {
	vertical-align: middle;
	padding-right: 20px;
}

.wc_contentTopicTitle {
	width: 100%;
	border-bottom: 1px dotted #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #418224;	
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.wc_contentBigTitle {
	font-size: 14px;
	font-weight: bold;
	color: #535353;
	padding-bottom: 10px;
}
.wc_contentSmallTitle {
	font-size: 12px;
	font-weight: bold;
	color: #3b1d27;
	padding-bottom: 3px;
}

.wc_contentText {
	padding: 5px;
	text-align:justify;
	vertical-align: top;
	/*border-bottom: 1px dotted #989898;*/
	margin-bottom: 20px;
}

.wc_contentLink {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	text-align: left;
}
.wc_contentLink a {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}
.wc_contentLink a:hover {
	text-decoration: underline;
}
.wc_contentSpacer {
	clear: both;
}