/*

  Site Name: S.G.Baker
  Site URL: http://www.sgbaker.co.uk/
  Author: Christopher Leckie
  Author URL: http://www.mtcmedia.co.uk
  
*/

/*---------- CSS Reset ----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}

/*---------- Layout ----------*/

body{
	background: #fff;
	font-size: 13px; /* Base Font Size */
	line-height: 1.462; /* 19px */
	color: #525252;
	font-family: "Helvetica",Arial,sans-serif;
	}
	
a{
	color: #10b5da;
	text-decoration: none;
	-o-transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;	
	}
	
a:hover{
	color: #10b5da;
	text-decoration: underline;
	}
	
#wrapper{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
	
#header{
	width: 960px;
	height: 90px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 500;
	}
	
	#header a.logo{
		position: absolute;
		bottom: 0;
		left: 0;
		}
		
		#header a.logo img{
			float: left;
			}
		
	#navigation{	
		position: absolute;
		bottom: 0;
		left: 265px;
		}
		
		#navigation li{
			float: left;
			margin: 0 10px 0 0;
			position: relative;
			z-index: 0;
			}
			
		#navigation li.dropdown{
			z-index: 999;
			}
			
			#navigation li a{
				color: #868686;
				padding: 0 15px 0 0;
				border-bottom: 3px solid #00aed7;
				line-height: 20px;
				float: left;
				font-size: 0.923em;
				}
				
			#navigation li a:hover,
			#navigation li.selected a{
				border-bottom: 3px solid #ec161b;
				text-decoration: none;
				}
				
			/* Drop Down */
			
			#navigation li ul.submenu{
				position: absolute;
				top: 20px;
				left: 0;
				z-index: 9999;
				display: none;
				background: #1DA6E0;
				border-top: 3px solid #ec161b;
				width: 200px;
				}
				
				#navigation li ul.submenu li{
					margin: 0;
					float: left;
					width: 100%;
					}
					
					#navigation li ul.submenu li a{
						color: #fff;
						padding: 0 0 0 5px;
						border-bottom: 1px solid #4eb3de;
						float: left;
						width: 195px;
						}
						
					#navigation li ul.submenu li a:hover{
						background: #198dbe;
						border-bottom: 1px solid #4eb3de;
						}
						
			/* Third Level */
			
			#navigation li ul.submenu ul{
				display: none;
				left: 200px;
				border: none;
				top: 0;
				}
				
			#navigation li ul.submenu ul.border{
				top: -3px;
				border-top: 3px solid #ec161b;
				}
			
			/*
#navigation li ul{
				position: absolute;
				top: 20px;
				left: 0;
				z-index: 9999;
				display: none;
				background: #1DA6E0;
				border-top: 3px solid #ec161b;
				width: 200px;
				}
				
				#navigation li ul li{	
					float: none;
					margin: 0;
					
					}
					
				#navigation li ul li:hover{
					background: #198dbe;
					}
					
					#navigation li ul li a, #navigation li.selected ul li a{
						border: none;
						border-bottom: 1px solid #4eb3de;
						float: none;
						line-height: normal;
						padding: 5px;
						color: #fff;
						text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
						display: block;
						}
						
					#navigation li ul li a:hover{
						background: #198dbe;
						border: none;
						}
						
						#navigation li ul li ul{
							top: 0;
							left: 200px;
							border: none;
							}
							
						#navigation li ul li ul.border{
							top: -3px;
							border-top: 3px solid #ec161b;
							}
							
							#navigation li ul li ul li{
								background: #198dbe;
								}
								
							#navigation li ul li ul li a:hover,
							#navigation li ul li ul li:hover{
								background: #13759e;
								}
*/
						

			
	#search{
		position: absolute;
		bottom: 0;
		right: 0;
		overflow: hidden;
		}
		
		#search input{
			float: left;
			margin: 0 0 0 3px;
			}
		
		#search input.text{
			background: #ffffff;
			border: none;
			height: 20px;
			color: #9c9c9c;
			width: 131px;
			padding: 0 2px;
			border:1px solid #9C9C9C;
			}
		
	#client_login{
		position: absolute;
		top: 30px;
		right: 0;
		}
		
		#client_login input,
		#client_login label{
			float: left;
			margin: 0 0 0 3px;
			}
			
		#client_login label{
			font-size: 0.923em;
			line-height: 20px;
			margin: 0 3px 0 0;
			}
		
		#client_login input.text{
			background: #fff;
			border: 1px solid #b8b8b8;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			height: 18px;
			color: #9c9c9c;
			width: 131px;
			padding: 0 2px;
			}
			
#shopping_link{
	float: left;
	width: 960px;
	margin: 0 0 10px 0;
	}
	
	#shopping_link a{
		float: right;
		}
		
		#shopping_link a img{
			float: left;
			}
		
#footer{
	float: left;
	width: 960px;
	border-top: 3px solid #a8a8a8;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	font-size: 1.077em;
	position: relative;
	}
	
	#footer ul{
		float: left;
		width: 800px;
		}
		
		#footer ul li{
			float: left;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			border-right: 1px solid #c9c9c9;
			color: #c9c9c9;
			line-height: 15px;
			}
			
		#footer ul li.last{
			border: none;
			}
			
			#footer ul li a{
				color: #c9c9c9;
				}
				
			#footer ul li a:hover{
				color: #10b5da;
				text-decoration: none;
				}
				
	#footer a.email{
		position: absolute;
		top: 15px;
		right: 0;
		line-height: 15px;
		color: #c9c9c9;
		text-decoration: underline;
		}
		
	#footer a:hover.email{
		color: #10b5da;
		}
			
/*---------- Homepage ----------*/

#homepage_gallery,
.orbit-wrapper{
	position: relative;
	float: left;
	display: inline;
	width: 510px;
	height: 320px;
	z-index: 0;
	}
	
	#homepage_gallery img{
		position: absolute;
		top: 0;
		left: 0;
		}
		
#sales_desk{
	float: left;
	width: 130px;
	margin: -4px 0 0 4px;
	}
	
	#sales_desk li{
		background: #1da6e0;
		margin: 4px 0 0 0;
		height: 158px;
		float: left;
		display: inline;
		width: 130px;
		}
		
	#sales_desk li img{
		margin: 3px 0 3px 3px;
		float: left;
		display: inline;
		}
		
	#sales_desk li h2 a{
		float: left;
		margin: 0 3px 0 3px;
		color: #fff;
		line-height: 17px;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
		}
		
#welcome{
	float: right;
	width: 290px;
	height: 320px;
	position: relative;
	}
	
	#welcome h1{
		font-size: 2em;
		color: #10b5da;
		line-height: 1;
		margin: 0 0 10px 0;
		font-weight: normal;
		}
	
	#welcome p{
		text-align: justify;
		margin: 0 0 10px 0;
		}
	
	#welcome a.special_offers{
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 2em;
		color: #ec1018;
		display: block;
		width: 288px;
		border: 1px solid #ec1018;
		line-height: 45px;
		text-align: center;
		}
		
	#welcome a:hover.special_offers{
		background: #f7e0e1;
		text-decoration: underline;
		}
		
#product_types{
	float: left;
	margin: 20px 0;
	display: inline;
	}
	
	#product_types li{
		float: left;
		width: 175px;
		margin: 0 30px 0 0;
		}
				
	#product_types li.green{
		border-bottom: 20px solid #bed62f;
		}
		
	#product_types li.purple{
		border-bottom: 20px solid #2e3192;
		}
		
	#product_types li.orange{
		border-bottom: 20px solid #f7941e;
		}
		
	#product_types li.pink{
		border-bottom: 20px solid #bb88bd;
		}
		
	#product_types li h3{
		font-weight: normal;
		font-size: 1.231em;
		margin: 0 0 3px 0;
		}
		
	#product_types li.green h3{
		color: #bed62f;
		}
		
	#product_types li.purple h3{
		color: #2e3192;
		}
		
	#product_types li.orange h3{
		color: #f7941e;
		}
		
	#product_types li.pink h3{
		color: #bb88bd;
		}
		
	#product_types li img{
		float: left;
		}
	
	#product_types li .info{
		margin: 5px 0;
		font-size: 1.077em;
		float: left;
		}
		
/*---------- Second Level ----------*/

#content .left h2{
	margin: 30px 0 5px 0;
	font-size: 1.692em;
	font-weight: normal;
	color: #10b5da;
	line-height: 1;
	float: left;
	width: 190px;
	}

#content .left{
	float: left;
	width: 190px;
	margin: 30px 0 0 0;
	}
	
#sub_navigation{
	overflow: hidden;
	width: 190px;
	border-top: 1px solid #666666;
	font-size:11px;
	}
	
	/* First Level */	
	#sub_navigation li{
		border-bottom: 1px solid #666666;
		}
		
		#sub_navigation li a{
			margin: 0 0 0 5px;
			color: #666666;
			padding-left:10px;
			}
			
		#sub_navigation li a:hover {
		color: #ee292c;
		text-decoration: none;
		}
		
		#sub_navigation li a.selected{
			color: #ee292c;
			text-decoration: none;
			background: url(../images/layout/second_level.jpg) no-repeat left center #fff;
			
			}
		
	/* Second Level */
	#sub_navigation li li{
		border-bottom: none;
		font-size: 0.923em;
		}
		
		#sub_navigation li li a{
			margin: 0 0 0 10px;
			padding: 0 0 0 15px;
			font-size:11px;
			}
			
            
      /*
  #sub_navigation li a.selected{
			background: url(../images/layout/second_level.jpg) no-repeat left center #fff;
            
	    }
*/
		
		#sub_navigation li li a.selected{
			background: url(../images/layout/second_level.jpg) no-repeat left center #fff;
			}
			
	/* Third Level */
	#sub_navigation li li li{
		font-size: 1em;
		}
		
		#sub_navigation li li li a{
			margin: 0 0 0 30px;
			background: url(../images/layout/third_level.jpg) no-repeat left center #fff;
			}
			
#content .right{
	float: right;
	display: inline;
	width: 750px;
	margin: 30px 0 0 0;
	text-align:justify;
	}
	
	#content .right h1{
		line-height: 30px;
		padding: 0 10px;
		background: #1ba6df;
		color: #fff;
		font-size: 1.231em;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
		margin: 0 0 22px 0;
	}
    
    #content .toplevel h1 {
		font-size: 2em;
		color: #c0d638;
		line-height: 1;
		margin: 0 0 10px 0;
		font-weight: normal;
		padding: 0px;
		background: transparent;
		text-shadow: 0;
		margin: 0 0 22px 0;
        padding-left:13px;
        text-shadow: none;
    }
            
   #content .toplevel h1.blue {
    color:#303192 !important;
   }    
   #content .toplevel h1.orange {
    color:#f7941d !important;
   }
   
   #content .toplevel h1.purple {
    color:#BB88BD !important;
   }
		
		
	#content .right .copy{
		float: left;
		display: inline;
		width: 485px;
		}
		
		#content .right .copyfull{
		float: left;
		display: inline;
		width: 645px;
		}
		
		#content .right .copyfullwidth{
		float: left;
		display: inline;
		width: 745px;
		background-image:url(../images/layout/recycle-bg.gif)
		}
		
		#content .right .copyfullwidthnobg{
		float: left;
		display: inline;
		width: 745px;
		}
        
        
	#content .right .toplevelproducts{
    	width: 750px;
	}
    
    #content .right .toplevelproducts ul#productgrid li{
    	list-style:none;
        width:160px;
        margin-right:15px;
        margin-bottom:25px;
        float:left;
		text-align:left;
	}
    #content .right .toplevelproducts ul#productgrid li.last {
        margin-right:0px;
    }
    
    
    #content .right .toplevelproducts ul#productgrid li.first {
        clear:both;
    }
    
    
    
    
    #content .right .toplevelproducts ul#productgrid li h3 {
        color:#666;
        font-weight:normal;
    }
		
		#content .right .copy p, #content .right .contact-left p, #content .right .contact-right p{
			margin: 0 0 10px 0;
			}
			
            #content .right .contact-left, #content .right .contact-right {
                width:275px;
                float:left;
                margin-right:50px;
            }
            
		#content .right .copy h2, #content .right .contact-left h2, #content .right .contact-right h2{
			line-height: 25px;
			padding: 0 10px;
			background: #1ba6df;
			color: #fff;
			text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
			margin: 0 0 10px 0;
			}
			
		#content .right .copy ul li{
			list-style: disc;
			margin: 0 0 0 15px;
			}
		
	#content .right .images{
		float: right;
		width: 200px;
		}
		
		#content .right .images img{
			float: left;
			margin: 0 0 10px 0;
			}
            
            .nomargin a {
                margin-left:0px !important;
                padding-left:15px !important;
            }
            
.innerleft {
    width:220px;
    float:left;
    margin-right:45px;
}

.innerright {
    width:220px;
    float:left;
}

.innerleft p, .innerright p {
    text-align:justify;
}

.innerleft h3, .innerright h3 {
    background: #949599;
    text-align:center;
    line-height:20px;
    font-size:14px;
    color:#fff;
    margin-bottom:16px;
}

.innerleft h4, .innerright h4 {
    color:#000;
    margin-bottom:14px;
	text-align:left;
}

.clear {
    clear:both;
}

.biginnerleft {
    width: 350px;
    float:left;
    margin-right:50px;
}

.biginnerright {
    width: 350px;
    float:left;
}

.intro {
    font-size:18px;
    margin-bottom:14px;
}

.contact-enquiry {
    width:300px;
    float:right;
    background: #e5f0f8;
}

.contact-enquiry h3 {
    padding:15px;
    font-size:18px;
    color:#0069b5;
    padding-bottom:0px;
}

#contactform {
    width:270px !important;
    padding:15px;
}

#contactform label {
    width:100px;
    float:left;
    color:#0069b5;
    font-weight:bold;
    text-align:left;
}

#contactform input, #contactform textarea, #contactform select {
    width:160px;
    float:left;
    margin-bottom:5px;
    font-family: "Helvetica",Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

#contactform textarea#message {
    height:150px;
}

#contactform input#reset, #contactform input#submit {
    width:120px;
    margin-right:25px;
}

#contactform input#reset {
    margin-right:0px;
}

.contact-enquiry p {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
}

/*---------- Meet The People ----------*/

.meet_the_people{
	width: 590px;
	margin: 0 0 0 185px;
	}
	
	.meet_the_people h1{
		line-height: 30px;
		padding: 0 10px;
		background: #01329b;
		color: #fff;
		font-size: 1.231em;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
		margin: 0 0 20px 0;
		}
		
	.meet_the_people h2{
		font-size: 1.231em;
		margin: 0 0 20px 0;
		}
		
	.meet_the_people ul{
		overflow: hidden;
		}
		
		.meet_the_people li{
			float: left;
			width: 264px;
			margin: 0 0 20px 0;
			text-align: center;
			font-size: 0.923em;
			}
			
		#content .meet_the_people li.right{
			float: right;
			margin: 0 0 20px 0;
			width: 264px;
			text-align:center;
			}
			
			.meet_the_people li span{
				display: block;
				text-align: center;
				}
				
			.meet_the_people li a{
				text-align: center;
				}
				
/*---------- Special Offers ----------*/

#specialoffers h1{
	font-size: 1.5em;
	color: #eb020b;
	font-weight: normal;
	margin: 0 0 15px 0;
	}
	
#specialoffers h2{
	background: #a7a9ac;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	color: #fff;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	}
	
#specialoffers li{
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	#specialoffers li .copy{
		float: left;
		width: 460px;
		padding: 0 0 0 10px;
		}
		
		#specialoffers li .copy p{
			margin: 0 0 10px 0;
			}
		
		#specialoffers li .copy .buy{
			text-align: right;
			}
		
	#specialoffers li .image{
		float: right;
		width: 200px;
		}
				
/*---------- Lightbox ----------*/

.jquery-lightbox-overlay
{
  background:#000000;
}

.jquery-lightbox
{
  position:relative;
  padding:17px 0;
}

.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-right
{
  position:absolute;
  height:17px;
  width:12%;
  z-index:7000;
}

.jquery-lightbox-border-top-left
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat 0 0;
  top:0;
  left:0;
}

.jquery-lightbox-border-top-right
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat right 0;
  top:0;
  right:0;
}

.jquery-lightbox-border-top-middle
{
  background:#2b2b2b;
  position:absolute;
  height:7px;
  width:78%;
  top:0;
  left:12%;
  z-index:7000;
  overflow:hidden;
}

.jquery-lightbox-border-bottom-left
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat 0 bottom;
  bottom:0;
  left:0;
}

.jquery-lightbox-border-bottom-right
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat right bottom;
  bottom:0;
  right:0;
}

.jquery-lightbox-border-bottom-middle
{
  background:#2b2b2b;
  height:7px;
  width:78%;
  position:absolute;
  bottom:0;
  left:12%;
  z-index:7000;
  overflow:hidden;
}

.jquery-lightbox-title
{
  background:#2b2b2b;
  color:#FFFFFF;
  font-family:verdana,arial,serif;
  font-size:11px;
  line-height:14px;
  padding:5px 8px;
  margin:3px;
  position:absolute;
  bottom:0;
  z-index:7000;
  opacity:0.9;
}

.jquery-lightbox-html
{
  z-index:7000;
  position:relative;
  border:0;
  border-left:7px solid #2b2b2b;
  border-right:7px solid #2b2b2b;
  padding:0px 15px;
  vertical-align:top;
}

.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe
{
  vertical-align:top;
}

.jquery-lightbox-background
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:6999;
  float:left;
  padding:0;
}

.jquery-lightbox-background img
{
  display:block;
  position:relative;
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}


.jquery-lightbox-mode-image .jquery-lightbox-html
{
  z-index:6998;
  padding:0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background
{
  background:#FFFFFF;
}

.jquery-lightbox-mode-html .jquery-lightbox-html
{
  overflow:auto;
}

.jquery-lightbox-loading
{
  background:#FFFFFF url(images/loading.gif) no-repeat center center;
}

.jquery-lightbox-button-close
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -190px -115px;
  position:absolute;
  top:12px;
  right:-26px;
  width:29px;
  height:29px;
}

.jquery-lightbox-button-close:hover
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -220px -115px;
}

.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span
{
  display:none;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close
{
  right:14px;
  z-index:7002;
}

.jquery-lightbox-buttons 
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:7001;
  height:39px;
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init,
.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  width:5px;
  height:39px;
  float:left;
  display:inline;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -151px -153px;
  margin:7px 0 0 7px;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -244px -153px;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -156px -153px;
  width:24px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left:hover
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -156px -194px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-right
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -220px -153px;
  width:24px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right:hover
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -220px -194px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-max
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -182px -153px;
  width:36px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -182px -194px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-min
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -162px -235px;
  width:36px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover
{
  background: url(../images/lightbox/jquery-lightbox-theme.png) no-repeat -207px -235px;
}


.jquery-lightbox-buttons-custom
{
  height:39px;
  float:left;
  display:inline;
  background:#2b2b2b;
  line-height:39px;
  font-size:10px;
  margin:7px 0 0 0;
}

/* Sphider */

#searchpagecontain {
	font-size:12px;
	width: 645px;
	margin: 30px 0 0 160px;
	float: left;
	display: inline;
}

#searchpagecontain h1 {
	background: #1BA6DF;
    color: #FFFFFF;
    font-size: 1.231em;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#searchpagecontain .search{
	border-bottom: 2px solid #1BA6DF;
	width: 100%;
	}
	
#searchpagecontain .search td{
	padding: 0 0 10px 0;
	}
	
#searchpagecontain .search td input{
	float: left;
	display: inline;
	}

.result_item, .result_item_alt {
	padding:10px
}

.result_item {
	background-color:#f4f4f4;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

#searchpagecontain .description{
	color: #868686;
	}

#did_you_mean {
	margin-bottom:15px;
}

#result_report {
	text-align:center;
	font-weight:bold;
	color:#000000;
	padding:5px;
}

#search_textfield {
	background: #FFFFFF;
    border: 1px solid #B8B8B8;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #9C9C9C;
    height: 25px;
    padding: 0 5px;
    width: 530px;
    font-family: "Helvetica",Arial,sans-serif;
    font-size: 13px;
	}
	
input:focus#search_textfield{
	border: 1px solid #8b8b8b;
	color: #525252;
	}

textarea {
    resize: vertical;
}

#other_pages{
	padding: 10px;
	text-align: right;
	}
	
p.sack{
	padding-top:30px;
}

