/*
Theme Name: Hainault Shop
Version: 1.0.1
Author: Mediajuice
Author URI: http://www.mediajuice.com/
Tags: two columns, e-commerce, shop, cart
Description: Custom Design
Licence: All rights reserved.
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #2d2d2d;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #176da2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2, .prod h3 {
	letter-spacing:-1px;
}

/* LAYOUT
========================================== */
body {
	font-size: 70%;
	line-height: 150%;
	background: url('../images/bg.jpg') repeat-x left top;
	background-color: #ffffff;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
}

div.container {
	width: 1000px;
	margin: 0 auto;
}
div.footer {
	width: 100%;
	margin: 0 auto;
	clear:both;
	background: url('../images/footerbg.jpg') repeat-x left top;
	height:62px;
	text-align:center;
}
div.small {
	width: 260px;
	float: right;
}

div.large {
	width: 722px;
	float: left;
}

div.full {
	width: 100%;
	float: left;
}
#header div.container div.logo h1, #header div.container div.logo h1 a{
	visibility:hidden;
}
#content div.container.body .large {
	padding-top: 8px;
	padding-bottom: 15px;
	min-height:300px;
	font-size:110%;
}
.bspace {
	margin-bottom:20px;
	}
#content div.container.body .small {
	padding-top: 8px;
	padding-bottom: 15px;
	min-height:300px;
}
/* HEADER
========================================== */
#header {
	width: 100%;
	margin: 0 auto;
	height:98px;
}

#header .container {
	padding:0 0;
	background: url('../images/logo.jpg') no-repeat left bottom;
	height:98px;
}

#header h1,
#header h4 {
	text-transform: none;
}

#header h1,
#header h4,
#header h1 a {
	color: #666;
}

#header h1 {
	display: block;
	font-weight: normal;
	float: left;
	padding: 0 20px 1px 0;
	margin: 0 12px 0 0;
	width: 200px;
	text-align: left;
}
#header h1:first-line {
	font-weight: bold;
}
#header h1 a,
#header h1 a:visited {
	display: block;
	padding-left: 30px;
	color: #4D3F44;
	text-decoration: none;
	width: auto;
}

#header h4 {
	font-size: 120%;
	float: right;
	letter-spacing: 1px;
	padding: 0;
	line-height: 100%;
	text-transform: uppercase;
}

/* SUB HEADER
========================================== */
#sub-header {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #DA424E;
}
#sub-header ul {
	padding: 6px 70px 6px 12px;
	height: 100%;
	overflow: auto;
	color: #fff;
	font-weight: bold;
}
#sub-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0;
}
#sub-header ul li.first {
	border-left: 0;
}
#sub-header ul li a {
	color: #ddd;
	display: block;
	line-height: 100%;
	float: left;
	padding: 5px 10px 5px;
}
#sub-header ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#sub-header ul li.current-cat a {
	color: #fff;
	text-shadow: none;
}
#sub-header ul li ul {
	display: none;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 15px 0 auto;
	
}
#navigation .container {
	height: 42px;
	overflow: visible;
}
#menubar {
	float:right;
	margin-top:35px;
	width:400px;
}
#nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	text-align: left;
	line-height: 100%;
}
#nav li {
	position: relative;
	float: left;
	height: 34px;
	font-size: 120%;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
		background: transparent url(../images/menubg.jpg) repeat-x left top;
	padding: 10px 20px 10px 20px;
	margin-left:5px;
	color: #248dbd;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #e3e3e3;	
text-shadow: white 1px 1px 1px;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #ffffff;
	background: transparent url(../images/menuover.jpg) repeat-x left top;
	text-shadow: #357ea7 -1px -1px 1px;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #DA444F;
}

#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content h1 {
	color: #503D43;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #666;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #DA444F;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
	font-size:16px;
	font-weight:bold;
}

#content h4 a,
#content h4 a:visited {
	color: #176da2;
	font-size:14px;
	font-weight:bold;
	text-shadow:#ffffff 0px 1px 1px;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('../images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.maincat, .subcat, .prod {
	width:215px;
	margin-right:38px; margin-bottom:20px;
	display:inline; float:left;
}
.maincat_last, .subcat_last, .prod_last {
	width:215px; margin-bottom:20px;
	display:inline; float:left; clear:right;
}
.subcat, .subcat_last {
	margin-bottom:0px;
}
.maincat .catf, .maincat_last .catf, .subcat .catf, .subcat_last .catf {
	width:215px; height:310px; text-align:center;
}

.catf .frontcat {
	width:215px; height:310px;
	background:url(../images/maincatbg.jpg) top left no-repeat;
	text-align:center;
	margin-bottom:20px;  clear:both;
}
.catf .backcat {
	width:215px; height:310px;
	background:url(../images/maincatbg2.jpg) top left no-repeat;
	text-align:left;
	margin-bottom:20px; clear:both;
}
.subcat .catf, .subcat_last .catf, .subcat .catf .frontcat, .subcat_last .catf .frontcat {
	height:285px;
}
.backcat .links {
		width:189px; height:270px;
		padding:20px 17px 0px 17px;
}
.maincat a img, .maincat_last a img, .subcat a img, .subcat_last a img {
	margin-top:26px;
	margin-bottom:30px;
}
.prod img, .prod_last img{
	float:left; padding-right:10px; padding-bottom:20px;
}
.prod p, .prod_last p{
	font-size:90%;
	
}
img.pr_img  {
	float:left;
	padding-right:25px;
	padding-bottom:20px;
}
img.pr_img_sec  {
	margin-right:25px;
	margin-bottom:25px;
	padding:1px;
	border:solid 1px #CCC;
}
img.pr_img_sec:hover {
	border:solid 1px #333;
}
#pbasketblock {
	float:left;
	width:68%;
	padding-bottom:20px;
}

.pcode, .psize, .pprice, .pqty, .pbut {
	float:left;
	padding:5px 0px 5px 0px;
	height:20px;
}
.pcode {	width:100px; }
.psize {	width:140px; }
.pprice {	width:70px; }
.pqty {	width:60px; }
.pbut {	width:90px; }

.pqty select {
	height:18px;
	font-size:11px;
}

.contenthidden {
	display:none;
}
/*BREADCRUMB*/
h2 .breadcrumb {
	clear:both;
	font-size:45%;
	margin-top:-20px;
	margin-bottom:20px;
	letter-spacing:0px;
	line-height:16px;
}
h2 {
	margin-bottom:20px;
}
/*BASKET WIDGET*/
#basket {
	padding:10px 0px 20px 18px;
	margin-right:31px;
	width:auto;
	background:transparent url(../images/basketbg.png) top right no-repeat;
}
#basket h4 a{
	margin:5px 0px 10px 0px;
}
#basket p {
	padding:10px 0px 10px 0px;
	line-height:14px;
}
a.button, a.largebutton, a.add_basket, a.quickFlipCta {

		background:url(../images/menubg.jpg) left top repeat-x;
	padding: 3px 12px 3px 12px;
	color: #248dbd;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border: 1px solid #acacac;	
text-shadow: white 0px 1px 1px;
margin:20px 5px 0px 0px;
}
a.button:hover, a.largebutton:hover, a.quickFlipCta:hover, a.add_basket {
	color: #ffffff;
	background: transparent url(../images/menuover.jpg) repeat-x left top;
	text-shadow: #357ea7 0px -1px 1px;
}
a.largebutton, a.quickFlipCta {
	padding:8px 68px 8px 68px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
	
color:#FFF;
text-shadow: #357ea7 0px -1px 1px;
background: transparent url(../images/menuover.jpg) repeat-x left top;
}
a.largebutton:hover, a.quickFlipCta:hover{
	background:#369 none;
}
a.add_basket {
color:#248dbd;
text-shadow: white 0px 1px 1px;
background: transparent url(../images/add_cartbg.jpg) no-repeat left top;
padding-left:22px; padding-right:5px;
margin-top:10px;
}
a.add_basket:hover {
	color:#FFF;
text-shadow: #357ea7 0px -1px 1px;
	background: transparent url(../images/add_cartbgover.jpg) no-repeat left top;
}

input.contact-input {
	width:250px;
	padding:10px;
	font-size:12px;
	height:18px;
	border:solid 1px #999;
}
.contact-page {
	margin:0 0 0 0; padding:0 0 0 0;
	float:left;
	width:70%;
	padding-right:20px;
}
.contact-page form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/*BASKET AREA*/
#basket-list {
	float:left;
	clear:both;
	width:100%;
	margin 20px 0px 20px 0px;
}
.bdel, .bno, .bname, .bprice, .bqty, .btotal, .bupdate {
	padding:5px 0px 5px 0px; float:left; height:30px; line-height:30px;
	border-bottom:solid 1px #CCC;
}
.bdel { width:8%; }
.bno { width:8%; }
.bname { width:37%; }
.bprice { width:12%; }
.bqty { width:10%; }
.bqty input{ 
  height:16px; font-size:11px; width:40%; padding:0px 5px 0px 5px;
}
.btotal { width:15%; }
.bupdate {
	width:10%;
}
.bpay {
	float:right; width:32%;
	padding:10px 0px 10px 0px;
}
.bempty {
	float:right; width:18%;
	padding:15px 0px 10px 0px;
}
.bpostage {
	float:right; width:8%;
	padding:18px 0px 10px 0px;
}
.bpostagevalues {
	float:right; width:37%;
	padding:15px 0px 10px 0px;
}
.bpostagevalues select{ 
  height:20px; font-size:11px; width:90%; padding:0px 0px 0px 0px;
}
/* ADS */
#ad_telephone {
		background: transparent url(../images/ad_telephone.png) no-repeat left top;
		height:72px;
		margin-bottom:10px;
}
#ad_contact {
		background: transparent url(../images/ad_contact.jpg) no-repeat left top;
		height:105px;
		margin-top:10px;
}
#payment_logos {
	height:105px;
	text-align:center;
	font-size:11px;
	margin-top:10px;
	float:left; position:relative; width:261px;
}
/* RIGHT MENU */
#rightmenu {
		background: transparent url(../images/rightmenu_bg.jpg) repeat-y left top;
		float:left; position:relative; clear:both;	width:261px;
}
#rightmenu .top {
			background: transparent url(../images/rightmenu_top.jpg) no-repeat left top;
			height:20px;
		float:left; position:relative; clear:both;	width:261px;
}
#rightmenu .bottom {
			background: transparent url(../images/rightmenu_bottom.jpg) no-repeat left top;
			height:20px;
		float:left; position:relative; clear:both;	width:261px;			
}
ul#smenu, ul#smenu ul {
  list-style-type:none;
  margin: 0 14px 0 18px;
  padding: 0;
  width: 229px;
  text-align:left;
  float:left; position:relative; clear:both;
}

ul#smenu a {
  display: block;
  text-decoration: none;	
}

ul#smenu li {
	/*float:left;*/
margin 0 0 0 0;
padding: 0 0 0 0;
text-align:left;
	list-style-type:none;
	background:none;
	border-bottom:solid 0px #5db4d8;
			float:left; position:relative; clear:both;	width:229px;
}
ul#smenu li {
	border-bottom:solid 0px #5db4d8;	
}
ul#smenu ul {
	border-top:solid 1px #5db4d8;
	border-bottom:solid 1px #5db4d8;
	padding-bottom:5px;
	padding-top:5px;
	margin: 0 0 0 0;
		float:left; position:relative; clear:both;	width:229px;	
}

ul#smenu li a {
  font-family:Arial, Helvetica, sans-serif;
  color: #ffffff;	
  padding:10px  18px 10px 14px;
  font-size:14px;
  font-weight:bold;
  line-height:16px;
  letter-spacing:0px;
  background:none;
  		float:left; position:relative; clear:both;	width:197px;

}

ul#smenu li a:hover {
  background:#5db4d8;
  color:#ffffff;
  text-decoration:none;
}
ul#smenu li ul li {
	margin-bottom:0px;
	margin-top:0px;
		float:left; position:relative; clear:both;	width:191px;		
}
ul#smenu li ul li a {
  background: none;
  color: #ffffff;
  padding-top:2px;
  padding-bottom:2px;
	padding-left:18px;
  font-size:12px;
  font-weight:bold;
		float:left; position:relative; clear:both;	width:191px;
}

ul#smenu li ul li a:hover {

  /*border-left: 1px #eaeaea solid;*/

}
#footermain {
	width:970px;
	margin:0 auto;
	padding:16px;
	height:27px;
}
#footermain #copy {
	
	color:#7d9ab7;
	padding-left:13px;
	padding-top:8px;
}
/*SPECIAL OFFER*/
#special {
		background: transparent url(../images/special_mid.jpg) repeat-y left top;
		margin-top:10px;
		  		float:left; position:relative; clear:both;	width:261px;
}
#special .top {
			background: transparent url(../images/special_top.jpg) no-repeat left top;
			padding:32px 60px 0px 30px;
			width:auto;
		  		float:left; position:relative; clear:both;	width:171px;			
}
#special .top img {
	float:left;
	padding:2px 10px 15px 0px;
}
#special .top p {
	font-size:100%;
	line-height:110%;
}
#special .secondary {
			background: url(../images/special_mid1.jpg) repeat-y left top;
			padding-top:15px;
			padding-left:30px;
			width:231px;
			position:relative;
			float:left;
			clear:both;
}
#special .secondary ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}
#special .secondary ul li{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:none;
	 width:15px; float:left;
	position:relative;
	 padding-right:13px;
	 
	
}
#special .secondary ul li a {
 padding-right:13px;
}
#special .secondary ul li a:hover {
 padding-right:13px;
}
#special .bottom {
	clear:both;
			background:url(../images/special_bottom.jpg) no-repeat left top;
			height:16px;
}
hr {
	clear:both;
	border:none;
	border-top:solid 1px #dedede;
	margin:20px 0 20px 0;
}
/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #DCC49A;
	border-width: 0 1px 1px 0;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 110px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}
.msep {
	margin-top:10px;
	clear:both;
}

/*SLIDER*/

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

#slider {
	position:relative;
	margin-bottom:20px;
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
