@charset "utf-8";

#outer {
min-height: 100%;
}
* html #outer {
height: 100%;
}
.comparePrices {
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	background: url(../img/backgroundGradient.jpg) repeat-x; 
	background-color:#EFEEEE;
	margin: 0px;
}


html, body {
height: 100%;
}


a {
	/*text-decoration: none;
	border-bottom: 1px dotted #cee07f;;
	*/
	color:#5f740a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#5f740a;
}


.clearFloat {
	clear: left;
}

.boldText {
	font-weight: bold;
}

.outer {
	background: url(../img/snowfall.jpg) no-repeat top right;
	background-color:#fff;
	position:relative;
	padding: 0 15px;
}


#staticPage {
	width:62.3em;
	float:left;
}

.content {
	position: relative;
}

#logo {
	margin: 16px 0 5px;
}


.strapLine {
	position: absolute;
	top: 55px;
	left: 45px;
	color:#3f301f;
	font-weight:bold;
	font-size:1em;
}

#mainMenu, #footer, .resultsAmazon {
  background:#3f301f;
  color: #FFF;
}

.rightColumnHeader, .related, .homeHeader, .homeBoxHeader, .commentsHeader, .catPageHeader {
  background:#C5DA6E;
} 

.headerLightText {
	color: #fff
}

h2 {
	font-size: 1.4em;
	color:#C5DA6E;
	font-weight:bold;
	margin-bottom: 5px;

}

h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.homeLeftColumn {
	float:left
}

.leftColumn {
	float:left;
}

.homeRightColumn {
	float:left;
	margin-left: 35px;
	width: 21em;
}

.jump {
        color: #fff;
        font-size: 1.5em;
        font-face: verdana;
        text-align: center;
        margin-top: 100px;
}

/* CONTENT WIDTHS */

.outer, .content, .searchTopSection, .searchBottomSection, .topBannerAd {

	width: 86em;
	margin: 0 auto;
}

#contentWidth {
	width: 59em;
	margin: 0;
}

.contentBox, .banner, .resultRecord, .resultsAmazon, .related, .prices, .homeHeader, .ratings, .reviewSeparator, #loginContent, .homeLeftColumn, .leftColumn, #disqus_thread, .productComments, .commentsHeader {
	width: 61.5em;
	margin: 0;
}

#mainMenu {
	width: 84.5em;
	margin: 0;
}

/* ROUNDED CORNERS */	


#mainMenu, #footer, .contentBox, .rightColumnHeader, .searchResultsImage, .productMainImage, .rightColumnContent, .comparePrices, .comparePricesMain, .buyNowMain, .visitStore, .priceMain, .resultRecord, .resultRecordStore, .comparePricesResultsList, .infoPricesResultsList,.resultRecord, .resultsListPrice, .resultsAmazon, .related, .homeHeader, .homeBoxHeader,.reviewProduct, .shareDiv, .fullDetailsBestPrice, .fullDetailsStore, .fullDetailsStoreSpan, .prices, .ratings, .homeProductBoxMain, .categoryBox, .categoryBoxMedium, .categoryBoxWide, .productComments, .commentsHeader, .homeBoxLeft, .homeBoxRight, .related, .catPageContent, .catPageHeader, .catContentBox, .catPageBox, .detailprice, .detailcurrency, .storeHomeBox, .storeHomeBoxWide {
  /* Do rounding (native in Firefox and Safari, not IE) */
  border:0px;
  padding:5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
 }


/* NAVIGATION */

#mainMenu {
}

#mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainMenu li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

#mainMenu li a {
	color: #fff;
	text-decoration: none;
}

#mainMenu li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* PAGINATION */

.navigation {
	padding: 20px 0;

}

.navigation a{
	padding:3px;
	margin: 0px;
	text-decoration: none;
	background-color: #EFEEEE;
	color: #3F301F;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
  }

.navigation a:hover{
	text-decoration: underline;
}

.disabled {
	padding:3px;
	margin: 0 1px;
	background-color:#C5DA6E; 
	color: #3F301F;
  	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
}


/* SEARCH */
#mainSearch {
	height:25px; 
	line-height:25px;
	position:relative;
	width:50em;
	margin-top:30px;
}
#searchGS{
	margin: 15px 0 0 0;	
	padding: 0;	
}


#searchLabel{
	background-color:#C5DA6E;
 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  	display: inline;
	padding: 0px 12px;
	position: relative;
	float:left;
}

#searchArrow{
	position: absolute;
	top: 0px;
	right: -12px
}

#searchBox {
	border: 1px solid #C5DA6E;
	border-right: 0px;
	border-left: 0px;
	width: 31.5em;
	text-indent: 20px;
	margin: 0;
	height:20px;
	background-color: #f4fadc;
	color:#333;
}

#gsSearchSubmit {
	position: absolute;
	top: 0px;
	right: 0px
}



/* AUTOSUGGEST */

#autoResults{
	width:260px; 
	border:solid 1px #DEDEDE; 
	display:none;
}

#autoResults ul, #results li{
	padding:0; 
	margin:0; 
	border:0; 
	list-style:none;
}

#autoResults li {
	border-top:solid 1px #DEDEDE;
}

#autoResults li a{
	display:block; 
	padding:4px; 
	text-decoration:none; 
	color:#000000; 
	font-weight:bold;
}

#autoResults li a small{
	display:block; 
	text-decoration:none; 
	color:#999999; 
	font-weight:normal;
}

#autoResults li a:hover{
	background:#FFFFCC;
}

#autoResults ul {
	padding:6px;
}



/* HOMEPAGE */

h1 {
	font-size: 1.4em;
	color:#C5DA6E;
	font-weight:bold;
	margin-bottom: 5px;
}

#promoImage {
	border:0;
}

.contentBox {
	background: #EFEEEE;
	margin-bottom: 20px; 
}

#contentBoxHome {
	padding: 15px 0px 15px 15px;
	width: 61.75em;
}


.sortProductThumbs {
	float: left;
	padding: 1px 10px 2px;
 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:.8em;
	margin: 10px 10px 20px 0;
	position:relative;
}

.sortProductThumbs a{
	text-decoration:none;
	color: #333;
}

.sortProductThumbs img{
	position:absolute;
	top: 14px;
	left: 10px;
}

#bestSellerProductThumbs {
	background-color: #c5da6e
}


#highestRatedProductThumbs {
	background-color: #dcdbdb
}

#mostCommentedProductThumbs {
	background-color: #dcdbdb
}

.homeProductBox {
	display:block;
	margin: 0 0px 10px 0;
	background:url(../img/productSmallBackground.jpg) no-repeat;
	width: 82px;
	height: 72px;
	text-align:center;
	padding-top:10px;
}

.homeProductBox img{
	max-width: 61px;
	max-height: 65px;
}


.homeProductBoxContainer {	
	margin: 0 32px 20px 0;
	font-size:.8em;
	float: left;
}

.homeProductBoxContainer a{
	text-decoration: none;
	color: #5f740a;	
}

.homeProductBoxContainer a:hover{
	text-decoration: underline;
}

.homeProductBox img{
	border: 0;
}


.comparePrices {
	padding: 2px 4px;
	margin-top: 2px;
	background-color: #C5DA6E;
	color:#3F301F;
	letter-spacing: 0px;
	word-spacing:1px;
	display:block;
}

.comparePrices a{
	color:#3F301F;
}


.review_detail_div {
	height:1px;
	margin-bottom: 5px;
}

/* FEATURED MAIN */


#contentBoxHomeMain {
	padding: 15px 0px 0px 15px;
	width: 61.75em;
}

.homeProductBoxMain {
	display:block;
	margin: 0 10px 10px 0px;
	width: 165px;
	height: 165px;
	text-align:center;
	background-color:#FFF;
	border: 4px solid #fff
}

.homeProductBoxMain img{
	max-width: 165px;
	max-height: 165px;
}


.homeProductBoxContainerMain {	
	margin: 8px 23px 20px 5px;
	float: left;
	width: 17.5em;
}


.homeProductBoxContainerMain a{
	text-decoration: none;
	color:#5f740a
}

.homeProductBoxContainerMain a:hover{
	text-decoration: underline;
}


.homeProductBoxMain img{
	border: 0;
}


.homeProductDetailsMain{

}

.comparePricesMain {
	padding: 4px 8px;
	background-color: #C5DA6E;
	color:#3F301F;	
	margin:10px 0 10px 0;
	border: 0 1px 1px 0;
	border-color:#000;
}

.comparePricesMain a{
	color:#3F301F;
	text-decoration:none;
	margin-bottom:5px;
	font-weight:bold;
}

.homeProductDetailsMainPrice {
	font-weight: bold;
	color:#FFF;
	padding:5px;
	background-color: #990000;
}

.buyNowMain {
	padding: 4px 8px;
	background-color: #990000;
	margin:10px 0 10px 0;
	border: 0 1px 1px 0;
	border-color:#000;
} 

.buyNowMain a{
	color:#FFF;
	text-decoration:none;
	margin-bottom:5px;
	font-weight:bold;
} 

.priceMain {
	padding: 4px 8px;
	background-color: #fff;
	color: #403020;
	margin:5px 5px 5px 0;
	border: 0 1px 1px 0;
	border-color:#000;
	font-weight:bold;
} 

.priceMain a{
	text-decoration:none;
	margin-bottom:5px;
}

#moreInfoLinkHome img{
	border: 0;
	margin-right: 5px;
	margin-bottom: -2px
}

#reviewLinkHome img{
	border: 0;
	margin-right: 3px;
	margin-bottom: -2px
}

#reviewLinkHome, #moreInfoLinkHome {
}

.nameMain {
	font-weight:900;
}


/* LOGIN 

.loginUsername, .loginPassword {
 width:8em;
 display: block;
 margin: 0 10px 10px 0;
 border:#333333 solid 1px;
}
*/
.loginUsernameInput, .loginPasswordInput, .loginEmailInput {
	border: solid 1px #C5DA6E;
	width:20em;
}

/* RATINGS */

.ratings {
	background: #EFEEEE;
}

.ratingsCopy {
	float:left;
	width:22em;
	height:15em;
	margin-right: 20px;
	padding:10px;
}

.ratingsForm {
	padding:10px;
	float:left;
	width:32em;
}

.ratingsForm p{
	margin:0px;
}

.reviewSeparator {
	border-bottom: solid 1px #C5DA6E;
	display:block;
	margin-bottom: 20px;
}


.ratings form textarea{
	border: solid 1px #C5DA6E;
	width:30em;
}

.ratings form input{
	border: solid 1px #C5DA6E; 
}

.ratings form span{
	width: 10em;
	display:block;
}



/* */

.rateProductDiv {
float:left;
margin-right:80px;
height: 50px;
width: 115px;
}

/*  */

#tooltip{
	position:absolute;
	border:0px solid #3F301F;
	background:#C5DA6E;
	padding:8px 15px;
	color:#3F301F;
	display:none;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
}	


/*  */


.banner {
	margin-bottom:15px;
}






/*  RIGHT COLUMN

.rightColumn {
	float:left;
	width: 21em;
	border:0px;
	margin-left: 30px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
}

 */

.rightColumn {
	width: 21em;
	border:0px;
	margin-left: 30px;
	
	position:absolute;
	right:0em; 
	height:300px;
	width:21em;
	
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;     
}


.rightColumnHome {
	float:left;
	width: 21em;
	border:0px;
	margin-left: 37px;
    margin-top: 0px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;      
}

.rightColumn2 {
	float:left;
	width: 21em;
	border:0px;
	margin-left: 30px;
    margin-top: 0px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;      
}

.rightColumnContent {
	padding: 10px;
	background: #EFEEEE;
	margin-bottom: 15px;
}

.rightColumnContent img{
	border: 0px;
	margin: 5px 0px;
}


.dottedLine {
       border-top: 1px dashed #c5da6e;
       margin: 8px 0px;
}

/* FEEDSWEEP */

.feedsweep {
}
.feedsweep_link {
}
.feedsweep_title {
	margin-bottom: 15px;
	font-weight:bold;
}
.feedsweep_item {
	margin-bottom: 15px
}
.feedsweep_date {
}
.feedsweep_headline {
}
.feedsweep_body {
}
/* FEESWEEP */


/* FOOTER */

#footer {
	padding: 10px 20px;
	bottom: 0px;
        width: 85em;
        margin: 10px auto 0; 
}

.footerDiv{
	margin: 0 20px 0 0;
	width: 18em;
	display: inline;
	float:left;
        border-right: solid 1px #725b41;
}

.footerDivHeader {
        font-weight: bold;
        color: #eaf2cb;
}

.footerDiv ul{
	list-style: none;
	margin: 0;
	padding:0;
}

.footerDiv li{
	margin-bottom: 5px;
}

.footerDiv a{
	color:#FFF;
}

.footerDivEnd{        
        border-right: 0px;;
}



/* PRODUCT */

#contentBoxProduct {
	padding: 15px 0px 15px 15px;
	width: 61.75em;
	float: left;
}


.productDetails {
	max-height: 210px;
	overflow:auto;
	width: 35em;
	margin:0 0 20px 0;
	padding:0 10px 0 0; 
}

.descriptionContainerGradient {
	width: 35em;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image:url(../img/prodDescScroll.png) no-repeat;
}

.productMainImage {
	float: left;
	width: 250px;
	height: 250px;
	background-color:#fff;
	margin: 0 15px 10px 0;
	text-align:center;
	line-height:250px;
}

.productMainImage img {
	max-height: 250px;
	max-width: 250px;
	margin-right: 15px;
}

.productDetails {

}

.productPrice {
	float:left;
}

.productStore {

}



/* RATING / REVIEWS  */

.reviewProduct {
	padding: 4px 8px;
	background-color: #003399;
	position:absolute;
	left: 14.5em;
	top: 34.5em;
}

.reviewProduct a{
	color:#fff;
	text-decoration:none;
}

.reviewProduct img{
	border:none;
}

/* PRODUCT PRICE / SHARE BUTTON / ETC */


.voucherDiv {
	margin-left: 20px;
	float:left;
	padding: 4px 8px;
	background-color: #fff;
}

.shareDiv a{
	text-decoration:none;
	color: #FFF;
}

.fullDetailsBestPrice{
	float:left;
	margin-right: 0px;
	padding: 4px 0px 4px 8px;
	background-color: #fff;
	color:#3F301F;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
  	-moz-border-top-right-radius: 0px;	
  	-moz-border-bottom-right-radius: 0px;	
}

.fullDetailsStore {
	/* margin-right: 10px; 
	position:relative;*/
	float:left;
	padding: 4px 8px 4px 6px;
	background-color: #fff;
	color:#3F301F;
	margin-bottom:10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
  	-moz-border-top-left-radius: 0px;	
  	-moz-border-bottom-left-radius: 0px;	
} 

.fullDetailsStoreSpan {
/*	position:relative;
	padding-bottom:6px;
	padding: 4px 8px 4px 2px;
	background-color: #fff;
	color:#3F301F;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
  	-moz-border-top-left-radius: 0px;	
  	-moz-border-bottom-left-radius: 0px;	
*/
} 


.visitStore {
	float:right;
	padding: 4px 8px;
	background-color: #990000;
	color: #fff;
	margin-right:10px;
	border: 0 1px 1px 0;
	border-color:#000;
} 

.visitStore span{
	font-size: 16px;
} 

.visitStore a{
	color:#FFF;
	text-decoration:none;
	margin-bottom:5px;
	font-weight:bold;
} 


.visitStore a:hover{
	color:#FFF;
	text-decoration:underline;
	margin-bottom:5px;
	font-weight:bold;
} 

.bestPrice {
	/*color:#FFF;
	padding: 4px;
	background-color:#75881E;*/
}


/* PRICES LIST */


.prices {
	margin-bottom: 20px;
	background: #EFEEEE;

}

.pricesStockist, .pricesCatName, .pricesPrice, .pricesVisitStore {
	float: left;
	padding: 4px 8px;
}

.pricesStockist, .pricesCatName {
	width: 20em
}

.pricesVisitStore {
	float: right;
}

.pricesVisitStore a{
	font-weight: bold;
}

#pricesStockist, #pricesCatName, #pricesPrice, #pricesVisitStore {
	font-weight: bold;
}


/* SEARCH RESULTS */

.resultRecord {
	margin: 10px 0 5px 0;
	background-color:#EFEEEE;
	margin: 0 0 10px 0;
	padding: 10px
}

.searchResultsImage {
	float: left;
	height: 80px;
	width: 80px;
	background-color:#fff;
	margin-right:10px;
}

.searchResultsImage img{
	max-height: 80px;
	max-width: 80px;
}

.searchResultsDescription {
	float: left;
	width:40em;
}

.searchResultsPriceInfo {
	float: left;
	margin-left: 10px;
	color:#3F301F;
}


.comparePricesResultsList {
	padding: 4px 8px;
	background-color: #C5DA6E;
	display:block;
	margin: 4px 0 0 0;
	color:#3F301F;
}

.comparePricesResultsList a {
	text-decoration:none;
	color:#3F301F;
}

.infoPricesResultsList {
	padding: 4px 8px;
	background-color: #f4fadc;
	display:block;
	margin: 4px 0 0 0;
	color:#3F301F;
}

.infoPricesResultsList a {
	text-decoration:none;
	color:#3F301F;
}

.resultsListPrice {
	padding: 4px 8px;
	background-color: #fff;
	display:block;
	margin: 4px 0 0 0;
	color:#3F301F;
}

.resultsAmazon {
	margin: 20px 0 10px 0;
}

.merchantLogoResultList {
	margin: 4px 0 0 0;	
	display:block;
	border: 0px;
}

/* CATEGORIES */


.categoryBox {
	width: 12.77em;
	height: 17em;
	margin: 0 15px 15px 0;
	float:left;
	background-color: #EFEEEE;
}

.categoryBoxContent {
	width: 12.59em;
	padding:10px;
	background-color: #EFEEEE;
}

#categoryBoxEnd {
	margin-right: 0px;
}


.categoryBoxMedium {
	width: 28.6em;
	height: 14.46em;
	margin: 0 15px 15px 0;
	float:left;
	background-color: #EFEEEE;
}

.categoryBoxMediumContent {
	width: 28.5em;
	padding:10px;
	background-color: #EFEEEE;
}

.categoryBoxWide {
	width: 60.7em;
	height: 14.46em;
	margin: 0;
	background-color: #EFEEEE;
}

.categoryBoxWideContent {
	width: 60.3em;
	padding:10px;
	background-color: #EFEEEE;
}

.catImage {
	margin: 5px 0;
	background-color:#FFF;
	text-align:center;
}


/* MERCHANT LIST PAGE */

.merchantList {
	  float: left;
      width: 18em;
      height: 10em;
      margin: 0 20px 35px 0;
}

.merchantLogos {
      border: 1px solid #ccc
}

.merchantDescription {
}



/* BRANDS LIST PAGE */


.brandNames {
      float: left;
      margin: 0 20px 10px 0;
	  width: 18em;  
}




.merchantVoucherList {
      margin: 0 20px 35px 0;
}


/* CONTACT PAGE */

.mailform_input {
	margin-bottom: 20px;
}


/* MENU */

#mainMenuCategories {
	background-color: #eaf2cb;
	width: 85.2em;
	margin: 10px 0 0;
  	border:0px;
	padding:5px 10px 5px 0px;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	color: #3f301f
}

#mainMenuCategories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainMenuCategories li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainMenuCategories li a {
	/* color: #3f301f; */
	color: #3f301f;	
	text-decoration: none;
	padding: 0 8px;
}


#mainMenuCategories li a:hover {
	color: #3f301f;
	text-decoration: underline;
	padding: 0 8px;
}

.firstLink {
	padding-left:4px;
}

.mainMenuCategories li {
	display: inline;
	padding: 0;
}

/* BANNER ADS */

.topBannerAd {
	text-align:center;
	vertical-align:middle;
	border:0;
	padding: 10px 15px;
	background-color:#7D7E7D;
}

.sideBannerAd {
	float:right;
	border:#CCC solid 0px;
}

.searchAd {
	margin-top:40px
}

.productAd {
	margin-top:68px
}

.brandAd {
	margin-top:40px
}

.blogAd {
	margin-top:5px
}



.socialLinks {
}


/* COMMENTS */


#dsq-options {
/*	border-bottom:  #CCC 1px dashed !important; 
	padding-bottom: 15px !important;*/
}

.productComments {
	background-color:#EFEEEE;
	margin: 0px;
}

.commentsHeader {
	margin: 0px 0 0 0;
}

#disqus_thread {
}

.viewCommentDiv {
height: 50px;
}

#dsq-comments { 
	border-bottom:  #CCC 1px dashed !important;
	padding-bottom: 15px !important;
}

.dsq-comment-message {
        padding: 5px !important;
        background-color: #fff !important;
        border: solid 1px #ccc !important;
}

/* BLOG POST PAGE TEMPLATE */

.socialBookmarksBlog {
	margin: 20px 0 10px 0;
	padding: 10px 0 10px 0;
	border: dashed 1px #999;
	border-left: 0px;
	border-right: 0px;
}
