@charset "utf-8";
/* CSS Document */

/* general tags ######################################################################### */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	background-image:url(../graphic/bg.jpg);
	background-repeat:repeat;
	font-size:12px;
	color:#333;
	margin-top:0px;
	margin-right:0px; 
	margin-left:0px;
}

h1{
	margin-top:0px;
	margin-bottom:5px;
	color:#333;
	font-size:22px;
}

a{
	font-size:12px;
	color:#CC3300;
	text-decoration:none;
}

a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
/* general tags ######################################################################### */


/* Main Container */
#wrapper {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	height:auto;
	background-color:#FFF;
}

#headerWrapper{
	height:auto;
	width:950px;	
	background-color:#FFF;
}

#logo{
	padding-top:15px;
	margin-left:15px;
	width:474px;
}

#amazonShop{
	float:right;
	width:155px;
	height:63px;
	margin-right:20px;
	margin-top:15px;
}


#gold4less{
	float:right;
	width:91px;
	height:63px;
	margin-right:20px;
	margin-top:15px;
}

/* MAIN MENU //////////////////////////////////////////////////////////////// */
#menu{
	float:right;
	width:950px;
	height:auto;
	background-color:#FFF;
}

#ulMenu{
	float:right;
	margin-top:5px;
	margin-right:10px;
	list-style:none;
	margin-bottom:0px;
	width:300px;
}

.liMenu{
	float:left;
	width:93px;
	margin-left:2px;
	margin-top:0px;
}

#btnHome a{
	background:url(../graphic/btnHome.jpg);
	display:block;
	width:93px;
	height:21px;
}

#btnHome a:hover{
	background-position: 0px -21px;
}

#btnOffers a{
	background:url(../graphic/btnOffers.jpg);
	display:block;
	width:93px;
	height:21px;
}

#btnOffers a:hover{
	background-position: 0px -21px;
}

#btnNewsletter a{
	background:url(../graphic/btnNewsletter.jpg);
	display:block;
	width:93px;
	height:21px;
}

#btnNewsletter a:hover{
	background-position: 0px -21px;
}

#btnBlog a{
	background:url(../graphic/btnBlog.jpg);
	display:block;
	width:93px;
	height:21px;
}

#btnBlog a:hover{
	background-position: 0px -21px;
}
/* MAIN MENU //////////////////////////////////////////////////////////////// */

/* Header Random */
.divHeader01{
	background-image:url(../graphic/header01.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:155px;
	float:right;
}

.divHeader02{
	background-image:url(../graphic/header02.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:155px;
	float:right;
}

.divHeader03{
	background-image:url(../graphic/header03.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:155px;
	float:right;
}

.divHeader04{
	background-image:url(../graphic/header04.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:155px;
	float:right;
}

.divHeader05{
	background-image:url(../graphic/header05.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:155px;
	float:right;
}

.divHeader06{
	background-image:url(../graphic/header06.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:155px;
	float:right;
}



/* Merchant's logo in the header*/
#rolloverMerchant{
	width:150px;
	margin-left:220px;
	margin-top:80px;
}


/* General Div for all middle contents */
#middleWrapper{
	float:right;
	width:948px;
	height:auto;
	border-top:0px;
	border-right:dashed;
	border-left:dashed;
	border-color:#CCC;
	border-width:thin;
	background-color:#FFF;
}

/* Form Search */
#searchForm{
	float:right;
	width:517px;
	height:42px;
	background-image:url(../graphic/bgSearchForm.jpg);
	background-repeat:no-repeat;
	margin-right:15px;
	margin-top:2px;
}

#formSearch{
	margin-top:7px;
	margin-left:40px;
}
/* Form Search */



/* Main Text Contents */
#textContents{
	float:right;
	width: 700px;
	margin-top:50px;
	margin-right:20px;
}

#textContentsPrds{
	float:right;
	width: 700px;
	margin-top:10px;
	margin-right:20px;
}

#textContentsIndex{
	float:right;
	width: 700px;
	margin-top:40px;
	margin-bottom:10px;
	margin-right:20px;
}


/* SECTION OFFER INDEX PAGE */

#offers{
	float:right;
	width:250px;
	margin-right:470px;
	margin-bottom:15px;
	margin-top:10px;
	color:#CC3300;
	font-size:20px;
	font-weight:bold;
}

.boxOffers{
	float:right;
	background-color:#E4E4E4;
	width: 702px;
	height:auto;
	margin-right:20px;
	border-bottom:solid;
	border-bottom-width:medium;
	border-bottom-color:#000;
	
}
.offerTitleDate{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-size:12px;
	padding-top:15px;
	margin-left:10px;
	font-weight:bold;
}

.offerTitleDate a{
	text-decoration:none;
	color:#CC3300;
	font-weight:normal;
}

.offerTitleDate a:hover{
	text-decoration:none;
	color:#666;
	font-weight:normal;
}

.offerImage{
	float:left;
	margin-left:10px;
	margin-top:25px;
	background-color:#FFF;
	text-align:center;
	border:dashed;
	border-width:thin;
	border-color:#999999;
	padding:10px;
	height:auto;
	width:150px;
}

.offerText{
	float:right;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	width:490px;
}

.offerText a{
	color:#CC3300;
	text-decoration:none;
}

.offerText a:hover{
	color:#666;
	text-decoration:underline;
}
/* SECTION OFFER INDEX PAGE */


/* AMAZON PAGE */
#amazonPage{
	float:right;
	width: 650px;
	margin-right:60px;
	margin-top:40px;
}

#amazonOffersBox{
	float:left;
	width: 350px;
	margin-top:30px;
	margin-left:40px;
}

#amazonShopPage{
	float:right;
	width:350px;
	height:440px;
	margin-top:30px;
}

#amazonPermanet{
	float:left;
	margin-top:20px;
	padding-left:40px;
	width:234px;
	height:100px;
}

.amazonBest{
	float:left;
	margin-top:20px;
	padding-left:30px;
	width:500px;
	height:auto;
}

.amazonBestIndex{
	float:left;
	margin-left:15px;
	margin-top:5px;
	width:600px;
}


#merchantDescrAmazon{
	float:right;
	width:700px;
	margin-right:20px;
	margin-top:20px;
	border-bottom:dashed;
	border-bottom-width:thin;
	border-bottom-color:#666;
	padding-bottom:15px;

}


/* PRODUCTS ###################################### */
.products{
	float:left;
	width:230px;
	height:auto;
	padding-bottom:25px;
	margin-top:20px;
}

.prdPrice{
	background-color:#1F1F1F;
	margin-top:5px;
	margin-left:15px;
	width:200px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
}

.prdTitle{
	margin-top:5px;
	margin-left:15px;
	width:200px;
	padding:3px;
}

.prdTitle a{
	font-size:10px;;
	color:#666;
	text-decoration:none;
}

.prdTitle a:hover{
	font-size:10px;
	color:#F90;
	text-decoration:none;
}


.prdImage{
	margin-top:5px;
	margin-left:15px;
	width:200px;
	height:200px;
	border:dashed;
	border-width:thin;
	border-color:#CCC;
}

.prdBuyNow{
	margin-top:5px;
	margin-left:15px;
	width:200px;
	text-align:right;
}

#merchantName{
	font-size:24px;
	font-weight:bold;
	float:right;
	width:700px;
	margin-top:50px;
	margin-right:20px;
}

#merchantDescr{
	float:right;
	width:600px;
	margin-right:118px;
	margin-top:20px;
}

#categoryName{
	font-size:24px;
	color:#CC3300;
	font-weight:bold;
	float:right;
	width:600px;
	margin-right:118px;
	margin-top:20px;
}

#totalProducts{
	font-size:12px;
	color:#333;
}

#zeroProducts{
	font-size:12px;
	color:#F00;
}

#merchatLogo{
	float:right;
	text-align:right;
	margin-right:20px;
	width:150px;
}

#pagingOffers{
	float:right;
	text-align:right;
	margin-top:20px;
	margin-right:20px;
	padding-right:12px;
	width:480px;
	border:dotted;
	border-width:thin;
	border-color:#666;
}

.pagingProducts{
	float:right;
	text-align:right;
	margin-top:20px;
	margin-right:35px;
	padding-right:12px;
	width:390px;
	border:dotted;
	border-width:thin;
	border-color:#666;
}

.jumpPage{
	float:right;
	text-align:right;
	margin-top:5px;
	margin-right:35px;
	padding-right:12px;
	width:390px;
	border:dotted;
	border-width:thin;
	border-color:#666;
}



/* PRODUCTS ###################################### */




/* Start General Div Left //////////////////////////////////*/
#divLeft{
	float:left;
	margin-top:0px;
	margin-left:2px;
	height:auto;
	width:182px;
}

/* Last Update Box, this is a static div */
#lastUpdate{
	background-image:url(../graphic/lastupdate.jpg);
	background-repeat:no-repeat;
	margin-top:2px;
	width:182px;
	height:92px;
}

/* PHP List Maerchants and Categories //////////////////////////////////*/
#categories_up{
	background-image:url(../graphic/categories_up.jpg);
	background-repeat:repeat-y;
	width:183px;
  height:33px;
	margin-top:3px;
}

#categories_middle{
	background-image:url(../graphic/currentMerchant_middle.jpg);
	background-repeat:repeat-y;
	width:183px;
	padding-top:1px;
	padding-bottom:1px;
}

#categories_down{
	background-image:url(../graphic/categories_down.jpg);
	background-repeat:repeat-y;
	width:183px;
  height:33px;
}

/* Merchants Links style in Current Merchant Box Left Hand Side */

.merchantLinks a{
	font-size:13px;
	color:#333;
	text-decoration:none;
}

.merchantLinks a:hover{
	font-size:13px;
	color:#CC3300;
	text-decoration:none;
}

.liCategories{
	margin-left:-50px;
	list-style:none;
}

.liCategories a{
	color:#CC3300;
	text-decoration:none;
}
.liCategories a:hover{
	color:#666;
	text-decoration:none;
}

.liMerchantName{
	margin-left:-20px;
	font-weight:bold;
	list-style:none;
}


/* Amazon.co.uk Search Box */
#amazonSearchBox{
	width:180px;
	height:750px;
	margin-left:2px;
	margin-bottom:2px;
	margin-top:5px;
}

/* Div With Small Banners */
#promotions_up{
	height:33px;
	width:182px;
	background-image:url(../graphic/promotions_up.jpg);
	background-repeat:no-repeat;	
	margin-top:5px;
}

#promotions_middle{
	background-image:url(../graphic/promotions_middle.jpg);
	background-repeat:repeat-y;
	width:183px;
	height:auto;
	padding-bottom:5px;
}

#promotions_down{
	height:31px;
	width:182px;
	background-image:url(../graphic/promotions_down.jpg);
	background-repeat:no-repeat;	
	margin-top:0px;
}

/* Small Banners */
.awBanners{
	margin-left:33px;
	padding-top:15px;
}



/* Big banner and text on the boottom*/
.bigPromotions{
	float:left;
	width:930px;
	margin-left:5px;
	margin-top:30px;
	padding-bottom:5px;
	border-top:dashed;
	border-top-width:thin;
	border-top-color:#CCC;
}

.bigPromotionTxt{
	margin-bottom:20px;
	margin-top:10px;
}
/* Big banner and text on the boottom*/


/* TOP 5 RANDOM CATEGORIES DIV */
#footerCategories{
	float:left;
	width:930px;
	margin-left:5px;
	border-top:dashed;
	border-color:#CCC;
	border-width:thin;
	margin-top:10px;
}

#badgeTop5{
	float:left;
	background-image:url(../graphic/top5.jpg);
	background-repeat:no-repeat;
	width:98px;
	height:101px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:30px;
}

.rndCategories{
	margin-top:10px;
	float:left;
	width:120px;
	padding-right:40px;
}

.bannerAmazonFooter{
	float:left;
	width:120px;
	height:90px;
	padding-right:10px;
	margin-top:15px;
}

.merchantName{
	font-weight:bold;
	color:#CC3300;
}

.olRndCtg{
	margin-left:-20px;
}

.olRndCtg a{
	color:#333;
}

.olRndCtg a:hover{
	color:#CC3300;
}

.liRndCtg{
	list-style:square;
}

#footerMenu{
	float:left;
	width:930px;
	border-top:dashed;
	border-color:#CCC;
	border-width:thin;
	margin-left:5px;
	padding-top:10px;
	padding-left:10px;
}

#footerCopyright{
	font-size:10px;
	float:left;
	width:930px;
	padding-top:5px;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:15px;
	padding-left:10px;
}

#footerCopyright a{
	font-size:10px;
	color:#369;
}
