/* CUSTOM */
#SideCategoryList, #SideShopByBrand, #SideNewProducts, #SidePopularProducts, #SearchForm, #SideNewsletterBox, .TopSellers, .SideRecentlyViewed {
	display: none;
}


#Homepage p { width: 500px; text-align: justify; }

#Footer {
	background:#55595C url('images/background.jpg') no-repeat top left;
}

#Header .TopMenu li {
	float: right;
}

#Header {	
	background:#55595C url('images/background.jpg') no-repeat top left;	
	height: 132px;	
	position: relative;
}

#Logo h1 {	
	background: none;
	padding: 0 0 0 0;
	/*position: absolute;
	margin-top: -260px;
	margin-left: 85px;*/
}

#Logo img {
	padding-right: 30px;
}

#Menu {
	left: 150px;
}


#Menu li a {
	background:transparent url('images/GS-MenuLeftBg.gif') no-repeat left top;
	color:#262B2F;
}

.BookReview {
	background-color: #c7c8ca;
}


.Content {
	width: 620px;
	padding-top: 25px;
	margin-left: 150px;	
}

.WideWithLeft {
	margin-left: 0px;
	width: 590px;
	padding-left: 25px;
}

.Content.Widest {
	width: 620px;
	margin-left: 150px;
}


.BlockContent .ProductMain, .BlockContent .h2 {
	width: 350px;
	float: right;
}

.green-tick h2 {
	font-size: 1px;
}

#PageContent h2, .ProductMain h2 {
	padding-bottom: 20px;
}

#PageContent img {
	border: 1px solid black;
}

.GadgetTip {
	background: transparent url('images/gadget-tip.gif') no-repeat top left;
}

.spacer {
	height: 75px;
}

.topPadding { padding-top: 18px; }

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
	padding: 10px 0 0 10px;
}

.alignCenter {
	padding-left: 65px;
}

.alignHigh {
	padding-top: -20px;
}

.floatLeft {
	float: left;
}

.floatUp {
	margin-top: -10px;
}

#s3slider { 
   width: 750px; /* important to be same as image width */ 
   height: 270px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

.narrow-slider {
	height: 192px;
}

#s3sliderContent {
   width: 750px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
	list-style: none;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}