@import url(reset.css);

body,input,textarea,select { 
font-family: "Arimo", Arial, sans-serif;
color: #747474;
font-weight: 400;
}

strong {
  font-weight: 700;
}

body {
	background: #fff;
	 font-size: 13px; 
	 line-height: 1.5;
	}

a img {
border: 0;
}


#container {
  background: transparent url(../images/container-bg.png) repeat-y center top;
  width: 980px;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
}

#container .container-bottom {
  background: transparent url(../images/container-bottom.png) no-repeat center bottom;
  width: 980px;
  padding: 0 0 40px 0;
}

#container .container-top{
  background: transparent url(../images/container-top.png) no-repeat center top;
  width: 960px;
  padding: 89px 10px 20px;
}

/* Header 
-------------------------------------------------*/

#header {
  background: transparent url(../images/header-bg.png) no-repeat left bottom; 
  position: absolute;
  top: 0;
  left: 10px;
  height: 101px;
  width: 960px;
  z-index: 10;
}

#header .logo-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 150px;
  background: transparent url(../images/logo-tab-bg.png) no-repeat left top;
  z-index: 999999999;
}

a#logo {
  display: block;
  float: left;
  margin: 40px 0 0 50px;
}

/* Menu
-------------------------------------------------*/

#menu {
/*   border: 1px solid red; */
  height: 26px;
  position: absolute;
  top: 63px;
  left: 356px;
  z-index: 999;
}

#menu, #menu ul, #menu ul li, #menu ul li a {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu > ul > li {
  background: transparent url(../images/menu-tabs2-bg.png) no-repeat 0 0;
  margin: 0 0 0 -21px;
  padding: 0;
  color: #999;


}
#menu > ul > li:hover {
  background: transparent url(../images/menu-tabs2-bg.png) no-repeat -200px 0;
  color: #fff;
}

#menu > ul > li > a {
 font-size: 0.9em;
 color: inherit;
 text-decoration: none;
 line-height: 26px;
 height: 26px;
  padding: 0 36px 0 30px;
 display: block;
 }
 
 #menu ul li a:hover {
 color: inherit;
 }
 
#menu ul li.last:hover a {
 background: url(../images/menu-tab-right.png) no-repeat right top;
 }


#menu ul li ul li, #menu ul li ul li a, #menu ul li ul li:hover, #menu ul li ul li a:hover {
  background-image: none;
  color: #fff;
  margin: 0; /* reset to avoid inherited negative margins */
}

/* Mega menu */

#collection-link #collection-menu {
  position: absolute;
  top: 26px;
  left: -999em;
  width: 960px;
  height: 271px;
  padding: 70px 0 10px;
  background: transparent url(../images/mega-menu-without-tab.png) no-repeat left top;
/*   color: #676666; */
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.home #menu #collection-link #collection-menu {
  background: transparent url(../images/mega-menu-with-tab.png) no-repeat left top;
}


#collection-link:hover #collection-menu {
  left: -346px;
  background-position: 0 0;
  color: #fff;
  opacity: 1;
}

#collection-menu a {
  color: inherit;
  text-decoration: none;
}

#collection-menu ul {
  background-color: transparent;
}

#menu #collection-menu li, #menu #collection-menu li a {
  background-image: none;
  background-color: transparent;
  float: none;
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  text-align:left;
}


#menu #collection-menu ul.category-menu {

}

#collection-menu li.category-link {
  width: 191px;
  position: static;
  font-family: "Arimo", Arial, sans-serif;
  float: left;
  clear: left;
  font-weight: 700;
}

#menu #collection-menu li.category-link li.category-link {
  font-weight: 400;
/*   font-family: "ArimoRegular", Arial, sans-serif; */
}

#menu #collection-menu li.category-link a, #menu #collection-menu li.category-link span.no-link {
  padding: 3px 5px 3px 50px;
  line-height: 18px;
}

#menu #collection-menu li.category-link a {
/*   height: 24px; */
}

#menu #collection-menu li.category-link a:hover {
  background-color: #50677c;
}

#collection-menu ul.products-menu {
  position: absolute;
  left: -999em;
  top: 0;
  padding: 70px 0 0 30px;
  width: 700px;
  height: 240px;
/*   background-color: #50677c; */
}

#menu #collection-menu li.category-link:hover > ul.products-menu {
  left: 190px;
}

#menu #collection-menu li.product-link {
  float: left;
  width: 310px;
  padding: 0 20px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
/*   font-family: "ArimoRegular", Arial, sans-serif; */
	font-weight: 400;
  line-height: 18px;

}

#menu #collection-menu li.product-link a {
  padding: 3px 0 3px 20px;
    line-height: 18px;
  display: block;
  color: inherit;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
  
}

#menu #collection-menu li.product-link a:hover {
  background-color: #50677c;
}

#menu #collection-menu li.category-link:hover ul.products-menu li.product-link {
  left: 190px;
  color: #fff;
  opacity: 1;
}

/* Extra menu for all products */

#menu-all-products {
  
}


 
/* Slideshow
-------------------------------------------------*/

#slider {
  position:relative;
  width:960px; /* Change this to your images width */
  height:350px; /* Change this to your images height */
  background: #6c6c6c url(../images/ajax-loader.gif) no-repeat 480px 225px;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/* Content
-------------------------------------------------*/

#content {
  margin: 80px 40px 0 60px;
  min-height: 346px;
}

.shadow {

}

#introduction {
  clear:both;
  padding: 80px 350px 20px 40px;
  position: relative;
  background: transparent url(../images/shadow-lower.png) no-repeat left top;
  z-index: 20;
  overflow:hidden;
	}

.home #content {
  margin: -1px 0 0 0;
  padding: 1px 0 0 0;
  min-height: 260px;
}

.how-to-buy #content {
  margin: 0 0 0 60px;
  min-height: 346px;
  padding: 80px 500px 0 0;
  background: transparent url(../images/distributor-map.png) no-repeat right top;
}

#content h2 {
  line-height: 1.2em;
}
/* Home page */

#introduction h1, .how-to-buy #content h1 {
	font-size: 34px;
	line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
	}

#introduction p {
  font-size: 14px;
  line-height: 21px;
}

#content h3	{
	margin: 20px 0 0 20px;
	color:#8f0000;
	font-size: 1.6em;
	font-weight: 400;
	padding: 0 0 1px 0;
	}

/* Product Lists */


#content h2.category-title {
 color: #acacac;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 margin: 0;
}

#content h2.category-title span{
  font-weight: 700;
}

#content h2.category-title a {
  color: inherit;
  text-decoration: none;
}

#content h2.category-title a:hover {
  color: #6c6c6c;
}


#content ul.product-list	{
	margin: 0 0 0 -40px;
	padding: 0;
	overflow: auto;
	list-style-type: none;
	background-color:transparent;
	}

#content .product-list .ct_products .prod_left {
	background:none;
	border:0px;
	margin: 0 0 20px 36px;
	padding: 0;
	width: 140px;
	height: 120px;
	overflow: hidden;
	float: left;
	text-align: left;
	position: relative;
	}

#content .product-list .ct_products .prod_left h3	{
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 140px;
  color: #747474;
  font-weight: 700;
  font-size: 18px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin:  0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
	}
	
#content .product-list .ct_products .prod_left h3 a	{
  color: inherit;
  text-decoration: none;
  white-space:nowrap;
	}
	
#content .product-list .ct_products .prod_left h3 a:hover	{
	}

#content .product-list .ct_products .prod_left a img	{
	display: block;
	margin: 0;
	border: 0;
	float: left;
	width: 120px;
	}

/* Product page
-------------------------------------------------*/

.product-page #content {
  margin: 80px 0 0 0;
}

.product-page #content h2.category-title{
  margin: 0 0 0 60px;
}
#content h4 {
  margin: 0 0 0 0;
}

div.column-left, div.column-right {
  float: left;
}

div.column-right {
  width: 360px;
  margin: 0 40px 0 0;
}

div.column-left {
  width: 490px;
  margin: 0 40px 0 10px;
}

div.column-right {
  float: left;
  width: 360px;
  margin: 0 40px 0 0;
}

.bigpic-container {
  min-height: 490px;
}
.bigpic-container img
{
	max-width: 530px;
}
.MagicZoom
{
	max-width: 530px!important;
}
.MagicZoomBigImageCont
{
	max-width: 530px!important;
}
.bigpic-container .MagicZoomBigImageCont img
{
	max-width:980px !important;
}
#container h1.product-title {
  font-size: 18px;
  font-weight: 700;
}

#content ul.details, #content ul.details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



#zoom {
  width: 490px;
  }
  
#zoom img	{
	display: block;
	margin: 0;	
	padding: 0;
	}

a#zoom1 {
height: 490px;
overflow: hidden;

}
.bigpic	{
	display: block;
	margin: 0;	
	padding: 0;
	}

.float-left	{
	float: left;
	}

.float-right	{
	float: right;
	}


#content hr	{
	color: white;
	background-color: white;
	height: 1px;
	width: 5px;
	clear: both;
	}
	

 .MagicZoom .bigpic {
  border: 0;
  }

/* If there is no zoom, there is an odd pixel jog on hover */

img.no-zoom-border {
margin: -1px 0 0 -1px;
}


/* Personalisation, decoration etc */ 

ul#personalisation, ul#decoration {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}

ul#personalisation li, ul#decoration li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
  
}
  
/* virtual sample */
  

#extras {
  height: 60px;
  width: 380px;
  margin: 0;
  background-color: #fff;
  }

#extras a {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 0;
  line-height: 13px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  color: #999;
  background-image: url(../images/extras-buttons.png);
  background-repeat: no-repeat;
  }

#extras a span {
  margin-left: -999em;
  }

extras a:hover {
  }

/*
#extras a.virtual-sample        {background-position: 0 -101px;}
#extras a.virtual-sample:hover  {background-position: 0 -1px;}

#extras a.three-sixty           {background-position: -200px -100px;}
#extras a.three-sixty:hover     {background-position: -200px 0;}
*/
#extras a.datasheet             {background-position: 0 -300px;}
#extras a.datasheet:hover       {background-position: 0 -200px;}

#extras a.virtual-sample, #extras a.virtual-sample:hover {
  background: #fff url(../images/scribbling-logo-button.gif) no-repeat left top;
}

#extras a.three-sixty, #extras a.three-sixty:hover  {
  background: #fff url(../images/spinning-360-button.gif) no-repeat left top;
}

#extras a.myep3d, #extras a.myep3d:hover  {
  background: #fff url(../images/EP-3D-button.gif) no-repeat left top;
}


/*
#extras a.virtual-sample:hover {
  background: #fff url(../images/extras-buttons.png) no-repeat -1px 0;
}
*/

/*
#extras a.three-sixty:hover {
  background: #fff url(../images/extras-buttons.png) no-repeat -198px 0;
}
*/

/* Alternative views and carousel */

#content .alternative-views {
  width: 380px;
  height: 120px;
  margin-top: -150px;
  margin-left: 530px;
  padding: 15px 0;
  background: transparent url(../images/alternative-views-bg.png) no-repeat center center;
}

#content #alternative-carousel ul, #content .alternative-views li {
  float: left;
}

#content #alternative-carousel, #content .alternative-views ul {
  width: 380px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

#content #alternative-carousel li, #content .alternative-views li {
  margin: 0;
  padding: 0;
  width: 125px;
  list-style-type: none;

}

/* Related products and carousel */

#content div.related-products-tab {
  background: transparent url(../images/shadow-lower.png) no-repeat left top;
  margin: -30px 0 0;
  padding: 80px 60px 0;
  z-index: 20;
  position: relative;
}

#content div.related-products-tab h4 {
  margin: -20px 0 0;
}

#content div.related-products {
  background: transparent url(../images/related-views-bg.png) no-repeat center center;
  margin: 0;
  z-index: 20;
  padding: 15px 0;
  width: 860px;
  clear: left;
}

#content div.related-products ul, #content div.related-products ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
 
#content div.related-products ul, #content #related-carousel {
  width: 860px;
  margin: 0;
  padding: 0;
}

#content div.related-products ul li, #content #related-products-carousel li {
  width: 172px;
  height: 120px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

#content div.related-products ul li h4 {
  position: absolute;
  top: 105px;
  font-weight: 700;
  width: 145px;
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 15px;
  color: #444;
  text-align: right;
}

#content div.related-products ul li a {
  line-height: 120px;
  display: inline;
  vertical-align: middle;
}


/* swatches*/

#swatches {
	margin: 0 0 0 60px;
	padding: 0;
	width: 590px;
	position: relative;
	clear: left;
	z-index: 50;
}

.colourways a {
	text-decoration: none;
	color: #666;
}

ul.colourways{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 430px;
}

#swatches ul.colourways li {
	width: 22px;
	height: 22px;
	background: transparent url(../images/no-fill.png) no-repeat center center;
	float: left;
	padding: 0;
	margin:	2px 2px 2px 0;
	border: 1px solid #d3d3d3;
	display: inline; /* hack for IE */
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
	color: #666;
	overflow: hidden;
	}
	
ul.colourways li a, ul.colourways li a img {
	display: block;
	margin: 0;
	border: 0;
	}
	
#swatches ul.colourways li a span.swatch-caption {
  position: absolute;
  left: -999em;
  top: -15px;
  color: #999;
}

#content ul.colourways li a:hover span.swatch-caption {
  left: 0;
}


/* **************** Form stuff **************** */

form	{
	width:auto;
	padding:10px 70px;
	}

form.simple {
padding: 10px 0;
}
	
form div	{
	overflow: auto;
	margin: 0.5em 0 0.5em 20px;
	padding: 0.2em 0;
	}

form.simple div {
  margin-left: 0;
}

label	{
	width: 120px;
	display: block;
	float: left;
	font-weight: 700;
	padding-top: 3px;
	}
	
.search label {
  width: 420px;
}

input, select, option 	{
	font-size: 1em;
	}
	
fieldset {
	padding: 2em;

	}

legend	{
	font-size: 1.3em;
	font-weight: 700;
	font-style: oblique;
	padding: 0.5em;
	background-color: white;
	color: #65bbe0;
	}
	
		
/* Downloads
-------------------------------------------------*/
	
.downloads #content ul.brochures {
  float: left;
  margin: 0 0 0 -40px;
  padding: 0;
  list-style-type: none;
}
	
.downloads #content ul.brochures li {
  float: left;
  width: 140px;
  height: 103px;
  margin: 0 0 30px 40px;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.downloads #content ul.brochures li h3 {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 140px;
  color: #747474;
  font-weight: 700;
  font-size: 18px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin:  0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.downloads #content ul.brochures li a img {
  display: block;
  -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.downloads #content ul.brochures li a img:hover { 
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -moz-transform:scale(1.2) rotate(-7deg);
  -webkit-transform:scale(1.2) rotate(-7deg);
  -o-transform:scale(1.2) rotate(-7deg);
  transform:scale(1.5) rotate(-7deg);
  /*
top: -2px;
  left: -2px;
*/
  }

/* Search */

.search #content p.border {
margin: 2em 0;
padding-bottom: 2em;
border-bottom: 2px solid #acacac;
}

.search #content form {
  width: 860px;
  padding: 0;
  margin: 0 0 1em;
}

.search #content form .field {
  overflow: visible;
  margin: 0;
}

.search #content form .field select {
  width: 380px;
  float: right;
}

.search input.submit {

}

/* Distributors contact form */

#webcontact {
  width: 860px;
  padding: 0;
  margin: 0;
}

#webcontact .group{
  width: 860px;
  padding: 0;
  margin: 0;
}


.contact-column {
  width: 380px;
  margin: 0 40px 0 0;
  float: left;
}

#webcontact .contact-column div {
  margin-left: 0;  
}


#webcontact input, form#webcontact textarea {
  margin-left: 0;
  float: left;
}

#webcontact input {
  width: 236px;
}

#webcontact input.checkbox {
  width: auto;
}

#webcontact input.submit {
  width: auto;
}


form#webcontact textarea {
  width: 234px;
}


#webcontact label {
width: 140px;
float: left;
}

.error #content, .thanks #content {
text-align: center;
}

.error h1, .thanks h1 {
  font-weight: 700;
  font-size: 48px;
  margin: 140px 0 10px;
}

.error h1 {color: #971c1f }
.thanks h1 {color: #747474 }

.error p, .thanks p {
font-size: 14px;
}


	
/* Footer 
-------------------------------------------------*/

#footer {
  margin: -10px 0 0;
  z-index: 20;
  padding: 80px 0 0 0;
  position: relative;
  clear:both;
}
#footer .designby
{
	color:#7fcaa1;
	text-align:left;
	font:14px Arial;
	padding:10px;
}
.home #footer, .product-page #footer {
  background-image: none;
  margin: 0;
  padding: 10px 0 0 0;
}


.callouts {
  padding: 0 0 0 10px;
}

.callout {
  height: 190px;
  float: left;
  border: 8px solid #dedede;
  overflow: hidden;
}

.narrow {
 width:auto;
}

.wide {
  width: 324px;
  margin: 0 20px;
}

/* Language menu
-------------------------------------------------*/

div #language {
position: absolute;
top: 0;
right: 10px;
margin: 15px 5px 0 0;
z-index: 40;
width: 400px;
overflow: hidden;
}

ul.select-language {
  font-size: 0.8em;
  width: 54px;
  float: right;
}

ul.select-language, ul.select-language li {
  margin: 0;
  padding: 0;
}

ul.select-language #current-language {
  vertical-align: middle;
  background: transparent url(../images/arrow-left.png) no-repeat 0 10px;
  padding: 0 0 10px 20px;
  position: relative;
}

ul.select-language #current-language img {
  margin: 0 auto 3px;
}

#current-language #list-language {
  position: absolute;
  top: 0;
  right: 35px;
  width: 400px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }

#current-language #list-language.hidden {
  right: -300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  }
  

#current-language #list-language li {
  float: right;
  }

#current-language img, #current-language span {
  display: block;
  text-align: center;
  }

#current-language a {
  text-decoration: none;
  color: #333;
}

#list-language li a span{
  color: #000;
  text-align: center;
}

#current-language a span {
  visibility: hidden;
  -moz-text-shadow: 0px 0px 9px #fff;
  -webkit-text-shadow: 0px 0px 9px #fff;
  -o-text-shadow: 0px 0px 9px #fff;
  text-shadow: 0px 0px 9px #fff;
}

#current-language a:hover span {
  visibility: visible;
}


#list-language li a img {
  padding: 0 3px;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#list-language li a:hover img {
  -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}




/* footer language menu */
/*
ul.select-language {
  font-size: 0.8em;
  width: 120px;
  height: 300px;
}

ul.select-language #current-language a {
  text-decoration: none;
  color: inherit;

}

ul.select-language #current-language {
  vertical-align: middle;
  text-align: right;
  background: transparent url(../images/arrow-down.png) no-repeat 105px 18px;
  padding: 10px 20px 10px 0;
  position: relative;
}

ul.select-language #current-language img {
  vertical-align: middle;
  padding-left: 10px;
}

#current-language #list-language {
  position: absolute;
  top: -258px;
  left: 0;
  width: 100px;
  padding: 0 20px 0 0;
  margin-right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#current-language:hover ul{
  top: 44px;
  opacity: 1;
  visibility: visible;
}

#current-language #list-language li{
  margin: 0;
  padding: 0;
  text-align: right;
  background-color: transparent;
  
}

#current-language #list-language li:hover{

}


#list-language li a {
  text-decoration: none;
  color: #000;
}

#list-language li a span{
  color: #000;
}

#list-language li a span {
  visibility: hidden;
  -moz-text-shadow: 0px 0px 9px #fff;
  -webkit-text-shadow: 0px 0px 9px #fff;
  -o-text-shadow: 0px 0px 9px #fff;
  text-shadow: 0px 0px 9px #fff;
  
  

}

#list-language li a:hover span {
  visibility: visible;
}


#list-language li a img {
  padding: 3px 0 3px 10px;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#list-language li a:hover img {
  -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}
*/

#notices {
  margin: -44px auto 20px;
  width: 920px;
  padding: 0 20px;
  font-size: 0.9em;
  
}


/* ADMIN SECTION
---------------------------------------------*/
table.image th, table.image td{
border-bottom:1px solid #65bbe0;
border-right:1px solid #65bbe0;
padding:10px;
vertical-align:top;
}

table.image th {
background-color:#65bbe0;
}

table.image  {
border-top:1px solid #65bbe0;
border-left:1px solid #65bbe0;
border-collapse: collapse;

}

td{

}

form.thumbs{
width:80px;
}

ul.edit{
list-style:none;
margin:10px;
padding:0;
}

ul.edit li {
margin:15px;
padding-bottom:4px;

}

ul.edit li a {
text-decoration:none;
padding: 5px;
color:#bF1925;

}

ul.edit li a:hover{
color:white;
background-color: #65bbe0;
}

ul.navigation{
list-style:none;
margin:0;
padding:0;
}

ul.navigation li{
display:inline;
margin:5px 10px;

}
	
ul.check{
list-style:none;
width:400px;
}

ul.check li {
display:inline;
width:100px;
float:left;
padding:10px;

}


.newproduct{
float:right;
}

.red{
color:#FF0000;
}

.clearfix:after {    
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/bx_styles/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/bx_styles/gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../images/bx_styles/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../images/bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../images/bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

div#quick-search {
  width: 280px;
  position: absolute;
  left: 600px;
  top: 15px;
}

#quick-search select {
  font-size: 0.8em;
  width: 280px;
}

/* AJAX search
-------------------------------------------------*/

#front-page-search {
  width: 319px;
  position: absolute;
  left: 632px;
  top: 20px;
  background: transparent url(../images/front-search-top.png) no-repeat left top;
}

#front-page-search .inner {
  margin: 0;
  padding: 0 0 10px 0;
  background: transparent url(../images/front-search-bottom.png) no-repeat left bottom;
}

#front-page-search h2 {
  color: #fff;
  font-size: 18px;
  text-align: right;
  margin: 0;
  font-weight: 700;
  padding: 6px 30px 4px 0;
}

#front-page-search h3 {
  color: #fff;
  font-size: 16px;
  text-align: right;
  margin: 0;
  padding: 0 11px 0 0;
}


#front-page-search form {
  margin: 0 0 0 25px;
  padding: 0;
  width: 275px;
}

#front-page-search form select {
  margin: 0  0 5px 0;
  padding: 0;
  width: 275px;
  font-size: 0.9em;
}

#front-page-search #fast-find select {
  width: 255px;
  margin-left: 20px;
}

#content .ajax-results-title {
  margin: 80px 0 20px 0;
  padding: 0;
  color: #747474;
}

.home .holder {
  height: 270px;
  width: 840px;
  padding: 0 60px 0 60px;
}

#ajax-search-results {
  height: 170px;
  width: 840px;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: auto; 
}

#content #ajax-search-results ul {
  float: left;
  width: auto; /* overidden via php or ajax based on the number of products */
  height: 140px;
  overflow: visible;
  white-space: no-wrap;
}

div.scrollbarpaper-container
{
  background-color: #ff0;
}

div.scrollbarpaper-track
{
  width: 4px;
  background-color: #888;
}

div.scrollbarpaper-drag
{
  background-color: #99f;
  width: 12px;
  height: 50px !important;
  margin-left: -4px
}

div.scrollbarpaper-drag-top
{
}

div.scrollbarpaper-drag-bottom
{
}
#content.scrollbarpaper-visible
{
  padding-right: 33px;
}

#TB_window, #TB_window iframe {
  overflow: hidden !important;
}


/* Matrix alternative lifestyle */

.carousel-wrapper {
  margin: 0 160px;
}

.matrix-list {

}

#lifestyle-carousel h3 {
  font-weight: normal;
  margin: 10px 0 0;
}

.matrix-list h3 span {
  font-weight: bold;
}

.matrix-list h3 a {
  text-decoration: none;
  color: inherit;
}
.capdecoration_title
{
	padding:10px;
	text-align:center;
	font:25px Arial,Tahoma;
	font-weight:bold;
	color:#7fcca2;
	
}
.capdecoration_home
{
	padding-left:20px;
	text-align:left;
	font:25px Arial,Tahoma;
	font-weight:bold;
	color:#7fcca2;
}
#content .ct_products
{
	padding:10px;
	clear:both;
	width:880px;
	
}
#content .ct_products .prod_left {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DADADA;
    float: left;
    height: 177px;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 210px;
}
#content .ct_products .prod_left:hover {
    box-shadow: 5px 5px 2px #DEDEDE;
}
#content .ct_products .prod_left .prod_h {
    height: 24px;
    overflow: hidden;
}
#content .ct_products .prod_left .prod_h, #content .ct_products .prod_left .prod_h a {
    color: #797069;
    font: bold 13px Tahoma,Arial,Helvetica,sans-serif;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none;
}

#content .ct_products .prod_left .prod_img img {
    border: 4px solid #E6E6E6;
    height: 147px;
    width: 210px;
}

#content .ct_products .prod_right {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DADADA;
    float: left;
    height: 177px;
    margin-bottom: 10px;
    width: 210px;
}
#content .ct_products .prod_right:hover {
    box-shadow: 5px 5px 2px #DEDEDE;
}
#content .ct_products .prod_right .prod_h {
    height: 24px;
    overflow: hidden;
}
#content .ct_products .prod_right .prod_h, #content .ct_products .prod_right .prod_h a {
	color: #797069;
    font: bold 13px Tahoma,Arial,Helvetica,sans-serif;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none;
}
#content .ct_products .prod_right .prod_img .ext_prod {
    color: #FFFFFF;
    float: left;
    font: 11px Tahoma,Arial,Helvetica,sans-serif;
    position: absolute;
}
#content .ct_products .prod_right .prod_img img {
    border: 0 solid #E6E6E6;
     height: 147px;
    width: 210px;
}
#content .ct_products .prod_right .prod_view {
    padding-left: 10px;
    padding-top: 10px;
}
#content .ct_products .prod_right .prod_view .prod_view_left {
    text-align: center;
}
#content .ct_products .prod_right .prod_view .prod_view_left .p_v_price {
    color: #C11900;
    font: bold 15px Tahoma,Arial,Helvetica,sans-serif;
}
#content .ct_products .prod_right .prod_view .prod_view_left .p_v_hours .ct_b_r_times {
    color: #9C9C9C;
    float: left;
    font: bold 10px Verdana,Arial,Helvetica,sans-serif;
}
#content .ct_products .prod_right .prod_view .prod_view_left .p_v_hours .ct_b_r_tietkiem {
    border-right: 1px solid #CACACA;
    color: #9C9C9C;
    float: left;
    font: bold 10px Verdana,Arial,Helvetica,sans-serif;
}
#content .ct_products .prod_right .prod_view .prod_view_left .p_v_hours .ct_b_r_tietkiem .ct_bold {
    color: #000000;
    font: 20px Arial,Helvetica,sans-serif;
    padding-right: 4px;
}
#content .ct_products .prod_right .prod_view .prod_view_left .p_v_hours .ct_b_r_times .ct_bold {
    color: #000000;
    font: 20px Arial,Helvetica,sans-serif;
}
#content .ct_products .prod_right .prod_view .prod_view_left .p_v_hours .ct_b_r_times {
    float: left;
    padding-left: 4px;
}
#content .ct_products .prod_right .prod_view .prod_view_right {
    float: right;
    padding-right: 10px;
}
#content  #noidungsp {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    font: 13px Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 10px;
	padding-top:40px;
    text-align: left;
    width:auto;
}
#content  #noidungsp .ndsp_header{
	font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
	color:#747474;
}
#content  #mainhead {
    clear: both;
    color: #000000;
    font: 18px Arial,Helvetica,sans-serif;
    padding: 5px;
	padding-left:15px;
    text-align: justify;
    width: 960px;
	margin-top:30px;
}
#ct_pages
{
	clear:both;
}
#ct_pages ul
{
	list-style:none;
}
#ct_pages ul li
{
	float:left;
	padding:5px;
}
#ct_pages ul li .current
{
	background:url(../images/page_bg.jpg) no-repeat;
	width:42px;
	height:36px;
	color:#fff;
	text-align:center;
	padding-top:10px;
}
#ct_pages ul li .nooption
{
	background:url(../images/page_bg_none.jpg) no-repeat;
	width:42px;
	height:36px;
	color:#fff;
	text-align:center;
	padding-top:10px;
}