/* @group General */


/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------- */
/* v1.0 | 20080212 */

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;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: thin dotted;
}
object:focus {
	outline: none;	
}
:active {
	outline: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* clearfix */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* @end */


body {
	
	color: #000;
	/*font: Arial,sans-serif 12px/14px;*/
	font-family: Arial,sans-serif;
	font-size:100%;
}

/* @group Body backgrounds */


#wrapper {
	background-image: url('../img/bg_body.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
}

body {
	/*background-color: #9dd1ef;*/
	/*background-color:#8ed2f2;*/
	background-color:#addaf2;
}

body#no-campaign,
body#frontpage-fi {
	background-color: #18c5cb;
}
body#frontpage-da {
	background-color: #011a74;
}

body#language #wrapper {
	background-image: url('../img/bg_body_language.jpg');
	min-height: 748px;	
}


body#admin #wrapper {
	background-image: none;
	background-color: #addaf2;
}

body#admin table tr td {
	vertical-align: top;
}


body#frontpage-fi #wrapper {
	background-image: url('../img/bg_body_frontpage_carabian_fi.jpg');
	background-color: #FFFFFF/*#E1F2FA*/;
}
body#frontpage-da #wrapper {
	background-image: none;
	background-color:transparent;
}

body#no-campaign #wrapper {
	background-image: url('../img/bg_body_nocampaign.jpg');
	min-height: 575px;
}

body#product-1 #wrapper {
	background-image: url('../img/bg_body_just1.jpg');

}

body#product-2 #wrapper {
	background-image: url('../img/bg_body_royal.jpg');
}

body#product-3 #wrapper,
body#product-5 #wrapper {
	background-image: url('../img/bg_body_embo.jpg');
	
}

body#product-6 #wrapper,
body#product-9 #wrapper,
body#product-10 #wrapper{
	background-image: url('../img/bg_body_emilia.jpg');

}

body#product-4 #wrapper,
body#product-7 #wrapper {
	background-image: url('../img/bg_body_luonnon.jpg');

}

body#product-11 #wrapper {
	background-image: url('../img/bg_body_embo_design.jpg');
	
}



/* @end */




h1, h2, h3, h4, h5, h6 {
	/*margin-bottom: 24px;*/
	margin-bottom:1.5em;
	color: #0063ae;
}

h1 {
	
}

h2 {
	color:#0a6bb2;
	font-size:2em;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-bottom:8px;
}

h3 {
	
}


h4 {
	
	
}

h5 {
	
}

h6 {
	
}

p {
	/*margin-bottom: 24px;*/
	margin-bottom:1.5em;
	color: #0a6bb2;
}

a {
	color: #0061ab;
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


ul,ol {
	
}

ul li, ol li {
	
}

table {
	/*margin-bottom:10px;*/
	margin-bottom:.625em;
	width: 100%;
}

table caption {
		
}

table td {
	
	
}

table tr.even {
	background-color:#ccc ;	
}





/* @end */

/* @group Helpers */

/*sticky footer*/



/*ONLY FOR PROTOTYPING PHASE*/
.module {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
/*END ONLY FOR PROTOTYPING PHASE*/

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

.banner {
	background-color: rgba(249,249,249.1.0);
	width: 155px;
	/*width:96.875%;*/
	
}

.banner img {
	/*max-width: 98%;*/
	width:145px;
}

.banner a {
	padding-top: 4px;
	padding-bottom: 1px;
	margin-left: 5px;
	display: block;
	margin-bottom: 24px;
}

.competion-winners a {
    font-size: 12px;
    padding: 10px 5px;
    background-image: url(../img/a_arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

ul.list {
	color: #0a6bb2;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 1em;
}

img.content-img {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.narrow {
	width: 450px;
}

.button-link {
	background-color: #fefefe;
	color: #0063ae;
	font-size: .6875em;
	padding:4px 8px;
	border: 1px solid #bcdff4;	
}

.back-link {
	background-image: url('../img/img_arrows.png');
	background-position: 5px -94px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* @end */

/* @group Page structure */

#container {
	width:100%;
	/*max-width: 75em;*/ /*1200px*/
	/*max-width: 59.5em;*/ /*952px*/
	margin: 0 auto;
}

#content-wrapper {
	width: 952px;
	margin: 0 auto;
	
}

/*margins*/
.content-main,
.aside,
.footer {
	/*margin-left: 24px;
	margin-right: 10px;	
	margin-left:8px;
	margin-right:8px;*/
}

.header h1 {
	background-image: url('../img/h1-logo.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width:120px;
	height:120px;
	text-indent: -9999em;
	margin-top: 15px;
	margin-left: 26px;
	margin-bottom: 0;
	float: left;
	
}

.header h1 a {
	display: block;
	width:120px;
	height:120px;
}

.header #search-products {
	background-color: #5997d6;
	width: 412px;
	/*max-width:710px;*/
	/*width:34.16%;*/
	position: absolute;
	top: 0;
	right: 15px;
	min-height: 52px;
	overflow: hidden;
	
}
.header #search-products input.text {
	
	border: none;
	
	margin-top: 5px;
	width: 93%;
	margin-left: 2%;
}

.header #frm-search {
	border-left: 1px solid #3f89cb;
	float: left;
	width: 213px;
	/*width:56%;*/
	min-height: 52px;
}

.header #frm-search ol {
	background-color: #87bce5;	
	border-right: 1px solid #61a1d9;
	margin-top: 10px;
	margin-left:5px;
	/*margin-right:10px;*/
	overflow: hidden;
	width: 208px;
	/*margin-left:1%;
	width:99%;*/
}
.header #frm-search li {
	float: left;
}

.header #frm-search li#search-input {
	width: 180px;
	margin-bottom: 5px;
	margin-left:2px;
	margin-top:1px;
}

.header #frm-search li#search-submit {
	width: 20px;
	margin-left: 2px;
	position: relative;
}

.header #frm-search li#search-submit button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 17px;
	height: 19px;
	background-image:url('/assets/img/btn_submit.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.header #frm-search li#search-submit img {
	position: absolute;
	left: 0;
	top: 0;
}



/*navigation*/

#nav-products {
	float: left;
	
	width: 180px;
	margin-left: 10px;
	/*margin-left:1.5%;
	width:40%;*/
	border-right: 1px solid #96c2eb;
	min-height: 50px;
		
}

#nav-products a {
	color: #fff;
	text-transform: uppercase;
	
	font-size:0.935em;
	letter-spacing: 0.5px;
	padding-left: 10px;
	/*font-size:14px;*/
	
	
}

#nav-products li {
	padding-top: 15px;
	font-weight: normal;
}


.content-main {
	float: left;
	width: 765px;
	/*width: 80.357143%;*/
	/*width:63.75%;*/
}

.secondary {
	width: 630px;
	padding-bottom: 20px;
}

.secondary-wrapper {
	border-top: 1px solid #92c0df;		
	background-image: url(../img/bg_product_categories.png);
	background-repeat: repeat-x;
	background-position:0 0;
	padding-top: 30px;
}


.secondary h2 {
	margin-bottom: 0;
}

.secondary h3,
.secondary p,
.secondary ul,
.secondary form {
	font-size: .75em;
}

.secondary h3 {
	margin-bottom: 10px;
}

.secondary form {
	font-size
}

.breadcrumb {
	font-size: 0.6875em;
	margin-bottom: 24px;
	color: #0063ae;
	display: none;
}

.breadcrumb a {
	color: #0063ae;
}
.breadcrumb span.active {
	color: #678497;
	
}
.aside {
	width: 160px;
	/*width: 16.806723%;*/
	/*width: 13.33333%;*/
	float: right;
	/*width: 250px;*/
	
}


.footer {
	background-image: url('../img/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position: 0 100%;
	width: 100%;
	height: 274px;
	
}
body#no-campaign .footer {
	background-image: url('../img/bg_footer_nocampaign.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -60px;
}

body#frontpage-fi .footer {
	background-image: url('../img/bg_footer_frontpage_carabian_fi.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	height:350px;
}

body#frontpage-da .footer {
	background-image: none;
}

body#frontpage-fi .footer ul {
	margin-top: 0;
}
.footer ul {
	/*background-image: url('../img/img_logo_georgiapacific.png');
	background-repeat: no-repeat;
	background-position: 85% 0;
	width:952px;
	margin:60px auto 0 auto;
	text-align: center;
	clear: both;
	padding-bottom:20px;*/
	background-image:url(../img/img_logo_georgiapacific.png);
	background-position:85% 60px;
	background-repeat:no-repeat;
	clear:both;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:60px;
	text-align:center;
	width:952px;	
}

.footer #carousel-wrapper ul {
	padding-bottom: 20px;
}

body#no-campaign .footer ul {
	padding-top: 240px;
	background-position: 85% 240px;
}

.footer ul li {
	display: inline;
	font-size: .6875em;
}
.footer ul li a {
	border-right: 2px solid #678497;
	color: #678497;
	padding-left: 9px;
	padding-right: 9px;
}

.footer ul li:first-child a {
	padding-left: 0;
}
.footer ul li:last-child a {
	border:none;
	padding-right: 0;
}

/* @end */

/* @group Competition table */

#winner-list table {
    margin-top: 30px;
    padding: 5px;
    width: 470px;
    color: #416aac;
    font-size: 12px;
    
}
#winner-list th,
#winner-list td {
    padding: 6px 5px;
}

#winner-list th {
    background-color: #87aad4;
    color: #fff;
    text-align: left;
    
}

#winner-list tr:nth-child(odd) {
 	background-color: #c2dcf5;   
}

#winner-list li {
    padding-bottom: 5px;
}

/* @end */

/* @group Page elements */

/* @group Main Teaser */
#main-tsr {
	
}

body#no-campaign #main-tsr {
	margin-top: 150px;
	
}
/* @end */

/* @group Products */

.hproduct {
	color: #0a6bb2;
	position: relative;
	min-height: 320px;
	
	margin-top: 13px;
}

.hproduct h2,
.hproduct h3,
.hproduct p,
.product-properties ul {
	padding-left: 15px;
	padding-right: 15px
}

.hproduct h2 {
	color:#0a6bb2;
	font-size:2em;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-bottom:8px;
}

.hproduct p {
	margin-right: 15px;
	font-size: .75em; /*12 / 16 = .75em*/
}

.hproduct p.preamble {
	font-size: 1em;
	margin-bottom: 8px;
	letter-spacing:0.5px;
	line-height:1.1;
}

.hproduct p.preamble em {
	font-style: normal;
}

.hproduct .product-info {
	/*margin-left: 429px;*/
	width: 335px;
	margin-left: 15px;
	/*width:46.013072%;*/
	float: right;	
}

.hproduct h3 {
	
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}

.product-info ul {
	list-style: disc;
	list-style-position: inside;
	font-size: .75em;
}


.hproduct #pics {
	float:left;
	width: 375px;
	
	/*width: 49.019608%;*/
	
}

.hproduct #pics img {
	max-width: 100%;

}

.hproduct #pics li {
	float:left;
	margin-right:24px;
	max-width:119px;
	min-height:127px;
	text-align:center;
}

.hproduct #pics li a {
	display: block;
	height: 97px;
}

.hproduct #pics li p a {
	height: auto;
	margin-bottom: 1.5em;
}

.hproduct #pics li p {
	padding-right: 0;
	padding-left: 0;
	font-size: 0.6875em;
	margin-bottom: 1.5em;
}

.hproduct #pics li.last {
	margin-right: 0;
}

.hproduct #pics ul {
	overflow:hidden;
	margin-top: 10px;
}

.hproduct .product-properties {
	/*background-color: rgb(217,235,245);*/
	background-image:url('../img/bg_product_properties.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 1px solid #a7cce7;
	padding-bottom: 20px;
}


.hproduct .description div {
	/*background-color:rgb(217,235,245);*/
	background-image:url('../img/bg_description_div.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	padding-bottom:4px;
}

.hproduct .description div p:last-child {
	margin-bottom: 0;
	padding: 10px 0 10px 15px;
}

.hproduct .product-properties h3 {
	border-top:1px solid #fff;
	line-height:1.25;
	margin-bottom:10px;
	padding-top:11px;
}

ul#product-actions {
	
	list-style: none;
	margin-top: 0;
}

ul#product-actions li,
ul#product-actions li a {
	height: 53px;
	
}

ul#product-actions li {
	float: left;
	background-image: url('../img/btn_actions.png');
	background-repeat: no-repeat;
	margin-bottom: 6px;
	margin-right: 16px;
	text-indent: -9999em;
}
ul#product-actions li a {
	display: block;	
}
ul#product-actions li#video {
	width: 151px;
	background-position: 0 0;
}



ul#product-actions li#competition {
	width:148px;
	background-position: -168px 0;
}

ul#product-actions li#tips {
	width:148px;
	background-position: -336px 0;
}

ul#product-actions li#dance {
	width:151px;
	background-position: -503px 0;
}

ul#product-actions li#take {
	width:148px;
	background-position: -673px 0;
}



/* @end */





/* @group Product category */

.products {
	position: relative;
	margin-bottom: 24px;	
}


.products h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: .5em;
	letter-spacing:0.5px;
}

.products ul {
	overflow: hidden;
}

.products ul.first {
	border-top: 1px solid #92c0df;		
	background-image: url(../img/bg_product_categories.png);
	background-repeat: repeat-x;
	background-position:0 1px;
}

.products li {
	float: left;
	max-width: 119px;
	margin-right:24px;
	padding-top: 16px;
	text-align: center;
}

.products li.last {
	margin-right: 0;	
}

.products li p {
	margin-bottom: 0;
}

.products li img {
	max-width: 100%;

}

.products li a {
	font-size: 0.6875em;
}



/* @end */

/* @group Product carousel */

#carousel-wrapper {
	width: 770px;
	margin: 0 auto;
	padding-bottom:20px;
	
}

body#no-campaign #carousel-wrapper {
	/*width: 765px;*/
	padding-bottom:0;
}

body.home #product-caroulsel-wrapper {
	
}

#wrap-carousel-inner {
	overflow: auto;
	margin: 0;
	width: 765px;
	height:165px
}

body#no-campaign #wrap-carousel-inner {
	height: 200px;
}

ul#product-carousel {
	background: none;
	width: 9999px;
	margin-top: 0;
	padding-top: 0;
}

ul#product-carousel li {
	float: left;
	width: 129px;
	margin-right: 18px;
	position: relative;
	
}

ul#product-carousel li img {
	position: absolute;
	left: 0;
	top: 0;
}

ul#product-carousel li h3 {
	padding-top: 93px;
	font-size: 11px;
	font-weight: normal;
}

ul#product-carousel li a {
	border: none;
	display: block;
}

object#product-carousel ,
embed#product-carousel  {
	width: 765px;
	height: 140px;
	margin: 20px auto 0 auto;
	
	
}
/* @end */




/* @group Video */

#product-video {
	background-color: #fff;
	width: 718px;
	margin-top: 20px;
	padding:6px;

	height: 480px;	
	
}
#video-controls {
	
}
#video-controls #other-videos {
	float: left;
	width: 375px;
}

#video-controls #other-videos li {
	float: left;
	margin-right:23px;
}

#video-controls #other-videos li a {
	background-image: url('../img/img_arrows.png');
	background-position: 100% 6px;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#video-controls #other-videos li a.active {
	background-position: 99% -43px;

}
#video-controls ul#product-actions {
	float: right;
	width: 375px;
}


/* @end */

/* @group Feedback */

#aspnetForm {
	width: 100%;
}

#aspnetForm label {
	display: block;
}

#aspnetForm li {
	color: #0a6bb2;
	margin-bottom: 1em;
}

#aspnetForm label {
	
}



/* @end */



/* @end */

/* @group Overrides */


/*body#product-categories .content-main {
	width: 780px;
}*/

/* @group Language selection */
body#language {
	background-color: #afd9f2;	
}

body#admin #container,
body#admin #content-wrapper {
	width: 799px;
}

body#language #container,
body#language #content-wrapper {
	width: 799px;
}

body#language .content-main {
	width: 799px;
	margin: 0 auto;
}


body#language .content-main h1 {
	background-image: url('../img/h1-logo.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width:120px;
	height:120px;
	text-indent: -9999em;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

body#language .content-main h1 a {
	display: block;
	width:120px;
	height:120px;
}

body#language .content-main h2 {
	color: #0063ae;
	font-size: .935em;
	text-transform: uppercase;	
	text-align: center;
	padding-top: 30px;
}

body#language .content-main h2 {
	
}

#select-language {
	background-color: rgb(239,247,249);
	background-color: rgba(239,247,249,0.1);
	width: 445px;
	margin: 0 auto;
}

#select-language ul {
	margin: 20px auto;
	width: 310px;
	/*width:162px;*/
	padding-bottom: 16px;
	overflow: hidden;
}

#select-language li a {
	font-size: 0.6875em;
	padding-top: 33px;
	float: left;
}

#select-language li {
	float: left;
	background-image: url('../img/bg_flags.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	
	margin-right: 13px;
}

#select-language li#da-DK {
	background-position: -60px 0;
}

#select-language li#fi-FI {
	
}



#select-language li#sv-SE {
	background-position: -120px 0;
}

#select-language li#et-EE {
	background-position: -177px 0;
}

#select-language li#lv-LV {
	background-position: -237px 0;
}

#select-language li#lt-LT {
	background-position: -299px 0;
}

#select-language li#ro-RO {
	background-position: -360px 0;
}

/* @end */

/* @group Page not found */

body#pagenotfound .content-main {
	min-height: 630px;
}
body#pagenotfound .content-main h1 {
	background-image: url('../img/h1-logo.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width:120px;
	height:120px;
	text-indent: -9999em;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

body#pagenotfound .content-main h1 a {
	display: block;
	width:120px;
	height:120px;
}

body#pagenotfound .content-main .error-msg {
	margin-bottom: 10px;
}
body#pagenotfound .content-main .error-msg p {
	margin-bottom: 0;
}

/* @end */

body#frontpage-fi #content-wrapper {
	width: 982px;	
}

body#frontpage-da #content-wrapper {
	width: 982px;	
}

body#frontpage-fi .content-main {
	width: 795px;
}

body#frontpage-da .content-main {
	width: 795px;
}


#product-8 .hproduct,
#product-12 .hproduct,
#product-13 .hproduct,
#product-14 .hproduct  {
	/*background-image:url('../img/img_allergia.png');
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-top: 30px;*/
}


.hproduct img.product-sponsors {
	margin-top: 16px;
	
}

body#product-10 .hproduct #pics li {
	margin-right:13px;
}

/*
da = tanska
fi =
sv =
et = eesti
lt =latvia
lv = liettua
*/

body.language-da #nav-products,
body.language-sv #nav-products,
body.language-et #nav-products,
body.language-lt #nav-products,
body.language-lv #nav-products {
	width: 225px;
}

body.language-da .header #search-products,
body.language-sv .header #search-products,
body.language-et .header #search-products,
body.language-lt .header #search-products,
body.language-lv .header #search-products {
	width:460px;
}

body.language-lt .footer ul,
body.language-lv .footer ul {
	background-position: 90% 60px;
}
/* @end */

/* @group Browser specific CSS*/
 
.banner {
	background-color: rgba(249,249,249,1.0);
}

.banner {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}

.banner {
	box-shadow: 0 0 15px #8e8e8e;
	-moz-box-shadow: 0 0 15px #8e8e8e;
	-webkit-box-shadow: 0 0 15px #8e8e8e;
	-o-box-shadow: 0 0 15px #8e8e8e;
}

.banner {
	background-image: -webkit-gradient(linear, /* Gradient type */
	left top, left bottom, /* Gradient direction */
	from(rgb(249,249,249)), /* Starting colour */
	to(rgb(229,229,229))); /* End colour */

	background-image: -moz-linear-gradient /* Gradient type */
	(left top, left bottom, /* Gradient direction */
	from(rgb(249,249,249)), /* Starting colour */
	to(rgb(229,229,229))); /* End colour */
	
}


.banner:hover {
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
}


.header #search-products input.text {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

.header #frm-search ol {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
}

.header #search-products {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	background-image: -webkit-gradient(linear, 
	left top, left bottom, 
	from(rgb(133,201,250)),
	to(rgb(89,151,214)),
	color-stop(2%, rgb(128,195,246)),
   	color-stop(40%, rgb(95,158,220)));

	background-image:-moz-linear-gradient(top,
	rgb(133,201,250) 0%,
    rgb(128,195,246) 2%,
    rgb(95,158,220) 40%,
    rgb(89,151,214) 100%);
	
	box-shadow:0 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.3);
}

#product-video {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
}
#select-language {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	box-shadow:0 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.2);
	
	background-image: -webkit-gradient(linear, /* Gradient type */
	left top, left bottom, /* Gradient direction */
	from(rgb(249,249,249)), /* Starting colour */
	to(rgb(229,229,229))); /* End colour */

	background-image: -moz-linear-gradient /* Gradient type */
	(left top, left bottom, /* Gradient direction */
	from(rgb(249,249,249)), /* Starting colour */
	to(rgb(229,229,229))); /* End colour */

}

.hproduct #pics li {
	opacity:0.6;
}

.hproduct #pics li:hover {
	
	opacity: 1;
}

.hproduct #pics li.active {
	opacity: 1;
}

.button-link {

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;

	
	background-image:-moz-linear-gradient(top,
	rgb(254,254,254) 0%,
	rgb(255,255,255) 1%,
	rgb(251,251,251) 20%,
    rgb(232,232,232) 80%);
    
	-webkit-gradient(linear, 
	left top, left bottom, 
	from(rgb(254,254,254)), 
	to(rgb(232,232,23)), 
	color-stop(.1,rgb(255,255,255)),
	color-stop(.2,rgb(251,251,251)),
	color-stop(.8,rgb(232,232,232))

}
/* @end */
