/* CSS Document */
@import url(extras.css);

html {
	height: 100%;
}

form {
	margin: 0px;
}

body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #404040;
}

a:focus {
	outline: none;
}

a:hover {
	color: #C06;
}

H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #3A3A3A;
	margin-top: 10px;
	margin-bottom: 14px;
}

H2 {
	color: #3A3A3A;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3A3A3A;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

H4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 8px;
	color: #3A3A3A;
	margin-top: 32px;
}

.clear {
	clear: both;
	float: none;
}

.pageBg {
	background-color: #eaeaea;
}

.pageContainer {
	margin: auto;
	width: 985px;
	background-color: #FFF;
}

.pageHeader .logo {
	width: 453px;
}

.pageHeader .bannerContainer {
	text-align: right;
	vertical-align: middle;
}

.navbar {
	background-image: url(/images/template/bar1.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

.navbar .fwPopupMenuH li a {
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 9px;
	padding-bottom: 8px;
	color: #FFF;
}

.navbar .fwPopupMenuH li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #878787;
}

.navbar .fwPopupMenuH a:hover {
	background-color: #525252;
}

.navbar .fwPopupMenuH li.active {
	background-color: #626262;
}

.navbar .fwPopupMenuH li ul {
	position: absolute;
	z-index: 999;
	top: 31px;
	left: -1px;
	display: none;
	background-color: #535353;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #878787;
	width: auto !important;
	width: 150px;
}

.navbar .fwPopupMenuH li ul li {
	border-right-style: none;
	width: auto;
}

.navbar .fwPopupMenuH li ul a {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar .fwPopupMenuH li ul li+li {
	border-bottom-style: none;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #878787;
}

.navbar .fwPopupMenuH li ul li a:hover {
	background-color: #878787;
}

.searchbar {
	background-image: url(/images/template/bar2.gif);
	background-repeat: repeat-x;
	height: 33px;
}

.searchbar .search {
	color: #FFF;
	text-align: center;
	padding-top: 4px;
}

.searchbar .search .cat {
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #FFF;
}

.searchbar .search .key {
	vertical-align: middle;
	font-size: 13px;
	border: 1px solid #FFF;
	width: 260px;
}

.searchbar .txt {
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 0px;
}

.contentContainer {
	margin-top: 25px;
}

.contentBlock {
	float: left;
	width: 781px;
}

.middleCol {
	clear: none;
	float: right;
}

.mainContent {
	width: 582px;
}

.mainContentNoR {
	width: 775px;
	margin-right: 12px;
	margin-left: -12px;
}

.mainContent H1.lineageBelow {
	margin-bottom: 6px;
}

.btnBack {
	background-image: url(/images/template/arrow_red_left.gif);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	color: #964068;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.btnBack:hover {
	color: #3A3B3B;
	text-decoration: underline;
}

.subcatBlock {
	font-size: 11px;
}

.subcatBlock .subcatCol {
	float: left;
	margin-left: 24px;
	width:175px;
	
}

.subcatBlock .subcatCol a {
	display: block;
	background-image: url(/images/template/arrow_red_right.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #545454;
}

.subcatBlock .subcatCol a:hover {
	text-decoration: none;
	color: #A2456F;
}

.subcatBlock .firstCol {
	float: left;
	margin-left: 0px;
}

.catLineage {
	font-size: 11px;
	margin-top: 0px;
}

.catLineage a {
	color: #535353;
	text-decoration: none;
}

.catLineage a:hover {
	color: #A2456F;
}

.catLineage b   a {
	text-decoration: none;
	font-weight: normal;
}

.chooseSubcat {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}

.featuredProducts .item {
	float: left;
	width: 130px;
	display: block;
	margin-right: 12px;
	margin-bottom: 12px;
}

.similarProducts .item {
	float: left;
	width: 130px;
	display: block;
	margin-right: 14px;
	margin-bottom: 14px;
}

.alternativeProducts .item {
	float: left;
	width: 130px;
	display: block;
	margin-right: 14px;
	margin-bottom: 14px;
}

.alternativeProducts .seeMore {
	font-weight: bold;
	font-size: 14px;
}

.productDisplay .mainImgHolder {
	float: left;
	margin-right: 14px;
	width: 260px;
	overflow: hidden;
	margin-top: 14px;
}

.productDisplay .detailHolder {
	float: right;
	width: 280px;
}

.productDisplay .mainImgHolder img {
	max-width: 250px !important;
}

.productDisplay .vendorImg .border {
	border: 1px solid #CCC;
}

.productDisplay .pricing {
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	text-align: right;
}

.productDisplay .pricing p {
	margin-bottom: 0px;
	margin-top: 8px;
}

.productDisplay .price {
	font-size: 18px;
	text-decoration: none;
	color: #3A3A3A;
	font-weight: bold;
}

.productDisplay .btnBack {
	line-height: 24px;
}

.productDisplay .reviewStars {
	display: inline;
	color: #3b3b3b;
}

.productDisplay .alternatives {
	font-weight: bold;
	color: #A2456F;
}

.productDisplay .voucherCodes {
	background-color: #EAEAEA;
	padding: 6px;
	margin-top: 12px;
}

.productDisplay .voucherCodes a.offer {
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 12px;
	display: block;
	text-decoration: none;
	background-image: url(/images/template/arrow_red_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.productDisplay .voucherCodes p.title {
	color: #ea2a6f;
	margin-bottom: 2px;
	margin-top: 2px;
}

.productDisplay .voucherCodes p.disclaimer {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 6px;
}

.productBlock {
	border: 1px solid #C0C0C0;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 4px;
}

.productBlock:hover {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.productBlock a {
	text-decoration: none;
}

.productBlock .name, .article .productBlock .name {
	height: 42px;
	font-size: 11px;
	text-decoration: none;
	color: #999;
	overflow: hidden;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 12px;
}

.productBlock .price {
	font-size: 12px;
	text-decoration: none;
	color: #3A3A3A;
	font-weight: bold;
}

.productBlock .thumbHolder {
	height: 110px;
	vertical-align: middle;
	width: 100%;
	padding: 0px;
}

.productBlock .thumbHolder td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.productBlock .thumbImg {
	vertical-align: middle;
}

.searchResults {
	
}

.searchResults .navigation {
	
}

.searchResults .navigation a:hover {
	color: #A2456F;
}

.searchResults p.pageCount {
	float: left;
	margin-bottom: 14px;
}

.searchResults p.pages {
	color: #C0C0C0;
	text-align: right;
	float: right;
	margin-bottom: 14px;
}

.searchResults .currentPage {
	color: #9F426C;
	font-weight: bold;
}

.searchResults .itemsPerPage {
	margin-bottom: 14px;
}

.searchResults a {
	color: #3A3A3A;
}

.searchResults .resultTable {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.searchResults th {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #f0f0f0;
}

.searchResults th a {
	text-decoration: none;
	color: #3A3A3A;
}

.searchResults .currentSortDESC a {
	background-image: url(/images/template/arrow_red_down.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	padding-right: 18px;
}

.searchResults .currentSortASC a {
	background-image: url(/images/template/arrow_red_up.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	padding-right: 18px;
}

.searchResults td {
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
}

.searchResults td.thumbnail {
	width: 118px;
	text-align: center;
	vertical-align: top;
}

.searchResults .product {
	vertical-align: top;
	padding-right: 16px;
	padding-left: 8px;
}

.searchResults .pricing {
	vertical-align: top;
	text-align: center;
	width: 110px;
}

.searchResults .pricing .btnBuyInfo {
	margin-top: 6px;
}

.searchResults .compareLink {
	margin-left: 12px;
}

.searchResults .vendorImg {
	width: 70px;
	margin-top: 4px;
}

.searchResults .price {
	font-size: 14px;
	font-weight: bold;
	color: #3A3A3A;
	margin-top: 0px;
}

.catMatches a {
	display: block;
	font-size: 11px;
}

.catMatches {
	margin-bottom: 8px;
}

.seeMore {
	font-size: 14px;
	font-weight: bold;
}

.seeMore a {
	color: #C06;
}

.searchResults H1,.searchResults .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

.searchResults H1 a {
	color: #3A3A3A;
}

.searchResults .description {
	font-size: 11px;
	margin-top: 0px;
	color: #707070;
	margin-bottom: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.searchResults .lineage {
	font-size: 10px;
	margin-top: 0px;
	color: #A2A2A2;
}

.searchResults .lineage a {
	font-size: 10px;
	margin-top: 0px;
	color: #A2A2A2;
	font-weight: normal;
	text-decoration: none;
}

.searchResults .itemsPerPage {
	text-align: left;
	float: none;
}

.searchResults .itemsPerPage select {
	font-size: 12px;
	border: 1px solid #CCC;
}

.voucherCode .voucherShape {
	border: 1px dashed #A2456F;
	padding: 12px;
	background-color: #EAEAEA;
}

.voucherCode .voucherShape img {
	padding: 12px;
	border: 1px solid #B4B4B4;
	background-color: #FFF;
}

.voucherCode .code {
	color: #A2456F;
	font-weight: bold;
}

.voucherCode .standardTerms {
	font-size: 11px;
}

.specialOffer {
	font-size: 11px;
	color: #F58426;
	margin-top: -1em;
}

.hasVCode a {
	color: #ea2a6f;
	font-size: 11px;
	text-decoration: none;
}

.review {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 18px;
}

.reviewForm .field {
	border: 1px solid #A3A3A3;
}

.reviewForm form table td {
	padding-top: 6px;
	padding-bottom: 6px;
}

.noResults {
	font-size: 14px;
	font-weight: bold;
	color: #A2456F;
}

.filterBox {
	background-color: #F0F0F0;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 1px;
	position: static;
}

.filterBox h3 {
	position: relative;
}

.filterBlock {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.filterBlock select {
	min-width: 180px;
	width: 180px;
}

.filterBlock label {
	display: block;
	font-size: 11px;
	margin-bottom: 3px;
}

.filterBlock .field {
	border: 1px solid #D7D7D7;
	font-size: 11px;
}

.filterBlock option {
	width: 100%;
}

.filterRow {
	clear: both;
	float: none;
}

.reviewStars {
	margin-top: 6px;
	display: block;
}

.leftCol {
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.leftCol .fwExpandingMenu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-type:none;
}

.leftCol .fwExpandingMenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left: 0px;
	padding-bottom: 0px;
}

.leftCol .fwExpandingMenu ul li ul li {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.leftCol .fwExpandingMenu ul li a {
	color: #3b3b3b;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.leftCol .fwExpandingMenu ul li ul li a {
	font-weight: normal;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #484848;
}

.leftCol .fwExpandingMenu a.active {
	background-image: url(/images/template/arrow_red_right.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

.leftCol .fwExpandingMenu ul li ul li a.active {
	background-position: left 5px;
}

.leftCol .fwExpandingMenu a:hover {
	color: #A84A74;
}

.leftCol .fwExpandingMenu  #sidemenuHome li {
	border:none;
}

.leftCol .fwExpandingMenu  #sidemenuHome a {
	background-color:#CFCFCF;
	border-bottom: solid 1px white;
}

.leftCol .fwExpandingMenu  #sidemenuHome li ul li a {
	background-color:#EFEFEF;
	font-size:11px;
	
	
}

.rightCol {
	float: right;
	width: 160px;
	margin-right: 10px;
}

.rightCol h4 {
	margin-top: 0px;
}

.rightCol a.blockLink {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3A3A3;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}

.rightCol a.blockLink:hover {
	background-color: #F0F0F0;
}

.colEdge {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8c8c8c;
}

p.colEdge {
	margin-top: 32px;
	padding-top: 10px;
}

.pageFooter {
	margin-top: 25px;
	padding-bottom: 25px;
}

.pageFooter .footContent {
	text-align: center;
	margin-right: 14px;
	margin-left: 14px;
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8c8c8c;
}

.whatMatched {
	color: #9F426C;
}

.notes {
	font-size: 11px;
	color: #999;
}

#loading {
	z-index: 300;
	left: 0px;
	height: 40px;
	font-size: 1.5em;
	position: fixed !important;
	position: absolute;
	margin: auto;
	left: 0px;
	top: 50%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}

#loading .loader {
	z-index: 350;
	width: 120px;
	padding-left: 96px;
	padding-top: 16px;
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 32px center;
	background-color: white;
	margin: auto;
	height: 30px;
	border: 6px solid #c0c0c0;
	padding-right: 16px;
	padding-bottom: 16px;
}

.captchaRefresh,.captchaAudio {
	font-size: 11px;
	text-decoration: underline;
	margin-right: 0px;
	margin-left: 8px;
	color: #999;
}

.captchaImage {
	vertical-align: text-top;
}

#fwNotifier h4 {
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#fwNotifier {
	padding-right: 16px;
	padding-left: 16px;
	background-color: #F0F0F0;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.banner {
	text-align: center;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#hcAd2 {
	margin-top: 32px;
}

#hcAd1 .banner {
	margin-top: 0px;
}

.stdForm td {
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
	padding-right: 12px;
}

.stdForm td.label {
	width: 150px;
}

.stdForm .field {
	border: 1px solid #A3A3A3;
}

hr {
	color: transparent;
	background-color: transparent;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}

a.arrow {
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 12px;
	display: block;
	text-decoration: none;
	background-image: url(/images/template/arrow_red_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.quickLinks a.arrow {
	font-size:10px;
}

.homePage .intro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 24px;
	width: 160px;
	position: absolute;
}

.homePage h2 {
	border-top-color: #C5C5C5;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 24px;
	padding-top: 16px;
}

.latestArticles td {
	vertical-align: top;
	color: red;
}

.latestArticles div.article {
	margin-bottom: 16px;
	font-size: 11px;
}

.latestArticles .article p.headline {
	margin: 0px;
	font-weight: bold;
}

.latestArticles .article p.summary {
	margin: 0px;
}

.latestArticles .article p.date {
	font-size: 10px;
	color: #B3B3B3;
	margin: 0px;
}

.contentBlock .article {
	color:#3a3a3a;
}

.contentBlock .article h1 {
	font-size:20px;
	font-weight:normal;	
}

.contentBlock .article h2 {
	font-size:16px;
	font-weight:normal;
	#3a3a3a;
}

.contentBlock .article h3 a, .contentBlock .article H3 {
	font-size: 14px;
	font-weight: normal;
	margin: auto;
	border:none;
}

.contentBlock .article h4, .contentBlock .article h4 a{
	font-size:14px;
	color: #964068;
	border:none;
}



.article .fwComments h3 {
	font-size:14px;
	font-weight:bold;
}

.article .fwComments #newComment {
	background-image: none;
	display:inline;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	height: auto;
	width: auto;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-decoration: underline;
}

.colour1_ {
	color: #9F426C;
}

.floatLeft_ {
	float: left;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 12px;
}

.floatRight_ {
	float: right;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 24px;
}

.clear_ {
	clear: both;
	float: none;
}

.ruleAbove_ {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c5c5c5;
	clear: both;
	float: none;
	padding-top: 1em;
}

.cols-2-left {
	float: left;
	width: 48%;
}

.cols-2-right {
	float: right;
	width: 45%;
}

.article h1.headline {
	margin-bottom: 30px;
}

.stdArticles_ {
	
}

.stdArticles_ h3,
.stdArticles_ h3 a,
.stdArticles_ h2 a,
.stdArticles_ h2 {
	border-top-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #c5c5c5 !important;
	clear: both !important;
	float: none !important;
	padding-top: 1em !important;
	font-size:16px !important;
}

.stdArticles_ img {
	float: right;
	margin-top: 12px;
	margin-left: 24px;
	margin-bottom: 12px;
}



.oofeature a {
	color: #B2537F;
}

.rightInset {
	width: 200px;
	border: none 0px #6D6E68;
	padding: 10px;
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
	background-color: #F0F0F0;
}

a.vidlink {
	background-image: url(/_assets/images/buttons/play.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

p.vidpara {
	text-align: right;
}

.fwComments {
	
}

.fwComment.unapproved {
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #C00;
}

.fwCommentForm {
	border: 1px solid #888888;
	padding: 8px;
	background-color: #EAEAEA;
	margin-bottom: 32px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.fwCommentForm h2 {
	color: #A74068;
	margin-top: 0px;
}

.fwCommentForm input[type=text],.fwCommentForm textarea {
	border: 1px solid #FFF;
	background-color: #FFF;
}

.fwCommentForm .bbEditControls {
	margin-bottom: 8px;
}

.fwCommentForm .fwCommentExpander {
	
}

.fwCommentForm #fwNotifier {
	background-color: transparent;
}

.fwCommentForm .bbPreviewField {
	background-color: #FFF;
	padding: 8px;
}

.fwCommentForm li.error {
	color: #B14068 !important;
}

.fwComment {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 18px;
}

.fwComment .commentMeta {
	font-size: 12px;
	font-style: normal;
	margin-bottom: 12px;
}

.hcTabs {
	
}

.hcTabControls {
	position: relative;
	z-index: 300;
	padding-left: 14px;
}

.hcTabControls a {
	background-image: url(/images/template/tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 88px;
	display: inline-block;
	text-decoration: none;
	margin-right: 4px;
	text-align: center;
}

.hcTabControls a b {
	display: block;
	margin-top: 6px;
	kpadding-left: 12px;
	font-weight: normal;
}

.hcTabControls a.active {
	background-image: url(/images/template/tab1.gif);
}

.hcTabBody {
	border: 1px solid #CCC;
	margin-top: -1px;
	padding: 12px;
}

.hcTabItem {
	display: none;
}

.fwComments #newComment {
	background-image: url(/images/template/write_comment.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	height: 26px;
	width: 128px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

.fwComments a.moreComments {
	text-indent: -9999px;
	height: 26px;
	width: 128px;
	overflow: hidden;
	background-image: url(/images/template/see_all_comments.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.commentSubmitted h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.commentSubmitted p {
	margin: 8px 0px 0px;
}

.commentSubmitted {
	background-color: #9F436C;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.type1 {
	
	padding-top:1px;
	padding-bottom:1px;
	
}

.type1 .articleFeature {
	padding-left: 204px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom:1px;
}

.type1 .articleFeature+.articleFeature {
	border-top: dotted 1px #c5c5c5;
}

.type1 .articleFeature .thumb {
	margin-left: -204px;
	width: 184px;
	height: 144px;
	float: left;
}

.type1 .articleFeature h4 {
	border: none;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

.type1 .articleFeature h4 a {
	text-decoration: none;
}

.type1 .articleFeature .readMore {
	background-image: url(/images/template/read_article.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	height: 26px;
	width: 128px;
	overflow: hidden;
	margin-top: 12px;
	padding: 0px;
	text-indent: -9999px;
}

.type2 {
	margin-right: -14px;
	zoom: 1;
	float: none;
	clear: both;
}

.type2 .articleFeature {
	width: 184px;
	margin: 0px 14px 24px 0px;
	float: left;
	font-size: 11px;
}

.type2 .articleFeature .thumb {
	width: 184px;
	height: 144px;
	display: block;
}

.type2 .articleFeature h4 {
	border: none;
	margin: 6px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
}

.type2 .articleFeature h4 a {
	text-decoration: none;
}

.type2 .articleFeature .readMore {
	color: #777777;
	margin-top: 6px;
	display: block;
}

.type3 {
	
}

.type3 .articleSlider {
	width: 582px;
}

.type3 .sliderContent {
	margin-left: 0px;
	margin-right: 0px;
}

.type3 .sliderButtonLeft {
	margin-left: -18px;
}

.type3 .sliderButtonRight {
	margin-right: -18px;
}

.type3 .sliderButtonLeft a {
	margin-top: 48px;
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	background-image: url(/images/template/scrollLeft.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

.type3 .sliderButtonRight a {
	margin-top: 48px;
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	background-image: url(/images/template/scrollRight.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
}

.type3 .articleFeature {
	width: 184px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 11px;
}

.type3 .articleFeature+.articleFeature {
	margin-left: 14px;
}

.type3 .articleFeature h4 {
	border: none;
	margin: 6px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
}

.type3 .articleFeature h4 a {
	text-decoration: none;
}

.type3 .articleFeature .readMore {
	color: #777777;
	margin-top: 6px;
	display: block;
}

.hcSlider {
	
}

.hcSlider .sliderContent {
	margin-left: 12px;
	margin-right: 12px;
	width:698px;
	float:left;
	overflow:hidden;
}

.hcSlider .panel {
	width:698px;
	color:3d3d3d;
	padding: 18px 0px 18px 0px;
	height:230px;
	overflow:hidden;
}

.hcSlider .panel h2 {
	
	color: #9F426C; 
	
}

.hcSlider .sliderButtonLeft a {

	margin-top: 120px;
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	background-image: url(/images/template/scrollLeft.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

.hcSlider .sliderButtonRight a {
	margin-top: 120px;
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	background-image: url(/images/template/scrollRight.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
}
#hcInfoPanel .panel{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}
#hcInfoPanel .panel .panelContent {
	padding-top: 0px;
}

#fancybox-outer {
	background: #FFFFFF !important;
}

  .offerTable_ {
  width:100%;
  border-spacing: 14px 0px;
  margin-left:-14px;
  }
  .offerTable_ td {
  vertical-align:center;
  text-align:center;
  width:193px;
  }
  
  .offerTable_ .pictures_ td {
  border: solid 1px #C0C0C0;
  border-bottom: none;
  }
  
  .offerTable_ .titles_ td {
  background-color:white;
  font-size:14px;
  font-weight:normal;
  color:white;
  vertical-align:top;
  border: solid 1px #C0C0C0;
  border-top: none;
  }
  .offerTable_ .titles_ td a {
  color:#ac4d79;
  text-decoration:none;
  }
  .offerTable_ p {
  margin:0px;
  }
  
  ul.dealList_ {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	  
  }
  
  ul.dealList_ li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	  
  }
  
  
  
  ul.dealList_ a {
	 display:block;
	 padding:6px 6px 6px 6px; 
	 text-decoration:none;
  }
  
  ul.dealList_ a:hover {
	background-color:#EAEAEA;  
  }
  



