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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
	vertical-align: baseline;
	text-indent:0;
}

/* remember to define focus styles! */
:focus { outline: 0; }

sup {
	vertical-align: super;
}
ul {
	list-style: none; 
}
ol {
	list-style: numeric;
	list-style-position:inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}

dt {
	font-weight:bold;
}
dd {
	
}

.hidden {
	display:none;
}
.center, .acenter {
	text-align:center !important;
}
.left, .aleft {
	text-align:left !important;
}
.right, .aright {
	text-align:right !important;
}
.atop {
	vertical-align:top;
}
.amiddle {
	vertical-align:middle;
}
.abottom {
	vertical-align:bottom;
}
.fleft {
	float:left !important;
}
.fright {
	float:right !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
	clear: both;
}

.clr, .clear, .clears {
	clear:both;
}
.inline {
	display:inline;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.block {
	display:block;
}
.bound {
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.bound-x {
	left:0;
	right:0;
}
.bound-8 {
	top:8px;
	bottom:8px;
	left:8px;
	right:8px;
}
.abs-bottom {
	bottom:0;
}
.mauto {
	margin:0 auto;
}
.wide {
	width:100% !important;
}
.high {
	height:100% !important;
}
.no-margin {
	margin:0px !important;
}
.no-padding {
	padding:0px !important;
}

.w180 {
	width:180px;
}

.w240 {
	width:240px;
}
.w320 {
	width:320px;
}
.w480 {
	width:480px;
}
.w640 {
	width:640px;
}
.w720 {
	width:720px;
}
.m2t {
	margin-top:2px !important;
}
.m4 {
	margin:4px !important;
}
.m4t {
	margin-top:4px !important;
}
.m4b {
	margin-bottom:4px !important;
}
.m4r {
	margin-right:4px !important;
}
.m4l {
	margin-left:4px !important;
}
.m8t {
	margin-top:8px !important;
}
.m8b {
	margin-bottom:8px !important;
}
.m8l {
	margin-left:8px !important;
}
.m8r {
	margin-right:8px !important;
}
.m16 {
	margin:16px !important;
}
.m16t {
	margin-top:16px !important;
}
.m16b {
	margin-bottom:16px !important;
}
.m16l {
	margin-left:16px !important;
}
.m16r {
	margin-right:16px !important;
}
.m24 {
	margin:24px !important;
}
.m24t {
	margin-top:24px !important;
}
.m24b {
	margin-bottom:24px !important;
}
.m24l {
	margin-left:24px !important;
}
.m24r {
	margin-right:24px !important;
}
.m28r {
	margin-right:28px !important;
}
.m48l {
	margin-left:48px !important;
}
.m48r {
	margin-right:48px !important;
}
.p4 {
	padding:4px;
}
.p4b {
	padding-bottom:4px;
}
.p4t {
	padding-top:4px;	
}
.p4l {
	padding-left:4px;	
}
.p4r {
	padding-right:4px;	
}
.p6 {
	padding:6px;
}
.p6l {
       padding-left:6px;
}
.p6r {
       padding-right:6px;
}
.p8 {
	padding:8px;
}
.p8l {
	padding-left:8px;
}
.p8r {
	padding-right:8px;
}
.p8t {
	padding-top:8px;
}
.p8b {
	padding-bottom:8px;
}
.p10 {
       padding:10px;
}
.p10l {
       padding-left:10px;
}
.p10r {
       padding-right:10px;
}
.p16 {
	padding:16px;
}
.p16t {
	padding-top:16px;
}
.p16b {
	padding-bottom:16px;
}
.p16l {
	padding-left:16px;
}
.p16r {
	padding-right:16px;
}
.p24 {
	padding:24px;
}
.p24t {
	padding-top:24px;
}
.p24b {
	padding-bottom:24px;
}
.p24l {
	padding-left:24px;
}
.p24r {
	padding-right:24px;
}
.p32l {
	padding-left:32px;
}
.p48l {
	padding-left:48px;
}
.h50 {
	height: 50px;
}
.no-border {
	border:0;
}
.border-dotted-left {
	border-left: 1px dotted #aaa;
}
.border-dotted-right {
	border-right: 1px dotted #aaa;
}
.border-dotted-top {
	border-top: 1px dotted #aaa;
}
.border-dotted-bottom {
	border-bottom: 1px dotted #aaa;
}
.border-dotted {
	border: 1px dotted #aaa !important;
}
.border-solid-left {
	border-left: 1px solid #888 !important;
}
.border-solid-right {
	border-right: 1px solid #888 !important;
}
.border-solid-top {
	border-top: 1px solid #888 !important;
}
.border-solid-bottom {
	border-bottom: 1px solid #888 !important;
}
.border-solid {
	border: 1px solid #888 !important;
}
.border-white {
	border-color: white !important;
}

.border-red {
	border-color: red !important;
}

.border-full { 
    border: 1px solid #888 ;
    cellpadding:2;
    cellspacing:0;
    border-top-style:inset;
    border-right-style:inset;
    border-bottom-style:inset;
    border-left-style:inset;
}
.border-full td,tr,th {
    border: 1px solid #888 ;
    cellpadding:2;
    cellspacing:0;	
    border-top-style:inset;
    border-right-style:inset;
    border-bottom-style:inset;
    border-left-style:inset;
}

.round {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.round-tl {
	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-topleft-radius: 7px;
}
.round-tr {
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-topright-radius: 7px;
}
.round-bl {
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottomleft-radius: 7px;
}
.round-br {
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-bottomright-radius: 7px;
}
.innershadow {
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.25);
	-moz-box-shadow:inset 1px 1px 1px 0px #888;
}
.bgtransparent {
	background-image:none;
	background-color:transparent !important;
}
.white {
	color:white !important;
}
.black {
	color:black !important;
}
.gray {
	color:#aaa; !important;
}
.lightgray {
	color:#ccc; !important;
}
.bgwhite {
	background-image:none;
	background-color:white !important;
}

.bggrey {
	background-image:none;
	background-color:#ccc !important;
}
.bgblack {
	background-image:none;
	background-color:black !important;
}

.bggreen {
	background-image:none;
	background-color:#d7f9be !important;
}

.bgblue {
	background-image:none;
	background-color:#1c85e0 !important;	
}

.nowrap {
	white-space:nowrap;
}
.gray {
	color:gray;
}
.cleargray {
	color:#ccc;
}
.red {
	color:red;
}
.green {
	color:green;
}
.bg-soft-gray {
	background-color:#ddd;
}
.outline {
	outline:1px red solid;
}
.size14 {
	font-size:14px !important;
}

.overauto {
	overflow:auto;
}





/*
	Sculpteo general style
*/

body {
	/*background: #eff1f3 url(images/fond_page3.png) repeat-x;*/
	/*background: #eff1f3 url(images/fond_noel.jpg) repeat-x;*/
	background:white;
	font-family:"PT Sans","Verdana","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust:100%;
	color:black;
	font-size:13px;
	text-align:center;
	position:relative;
	line-height: auto;
}

#site_content {
	margin:0 auto;
	background:white;
	min-height:250px;
	width:960px;
	padding:0 10px;
}

.wrapper, .wrapper980 {
	text-align:left !important;
	margin:0 auto;
	width:982px;
	position: relative;
}

.left_col {
	width:688px;
	float:left;
}
.right_col {
	width:268px;
	float:right;
}

.wrapper480 {
	text-align:left !important;
	position:relative;
	margin:0 auto;
	width:480px;
}

.trebuchet {
	font-family:"Trebuchet MS", "Arial", sans-serif !important;	
}


h1 {
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-weight:bold;
	text-shadow:none;
	font-size:28pt;
	color:#010101;
}
h2 {
	font-size:20pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	margin-bottom:4px;
	color:#333;
	text-shadow:none;
}
h3 {
	font-size:14pt;
	color:black;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
}
h4 {
	font-size:18px;
	font-family:"PT Sans",Arial,Sans;
	color:black;
	font-weight:normal;
}
h5 {
	font-size:13pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	margin-bottom:4px;
	color:#333;
	text-shadow:none;	
	margin:auto;
}
h6 {
	font-family:"PT Sans","Arial",sans-serif;
	font-size:11px;
	font-style:normal;
}
.fontface body,
.fontface h1,
.fontface h2,
.fontface h3,
.fontface h4,
.fontface p,
.fontface td,
.fontface th,
.fontface li
{
	text-rendering:optimizelegibility;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}
.fontface h1,
.fontface strong,
.fontface .strong,
.fontface h3,
.fontface b,
.fontface .b
{
	text-rendering:optimizeLegibility;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}

.fontface h1.normal,
.fontface h3.normal
{
	text-rendering:optimizelegibility;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}


.h1 {
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-weight:bold;
	text-shadow:none;
	font-size:22pt;
	line-height:22pt;
	color:#010101;
	min-height:30px;
}
.h2 {
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	text-shadow:none;
}
.h3 {
	font-size:13pt;
	color:black;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	line-height:normal;
	margin-bottom:0px;
	text-align:left;
	margin-top:4px;
}
.h4 {
	font-size:13px;
	color:#898989;
	font-family:"PT Sans",Arial,Sans;
	font-weight:normal;
	line-height:normal;
}
.h5 {
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	text-shadow:none;	
	margin:auto;
}
.h6 {
	font-family:"Arial",sans-serif;
	font-size:11px;
	font-style:normal;
}

strong, .strong, .bold {
	font-weight:bold;
}

em, .em, .italic {
	font-style:italic;
}

small, .small {
	font-size:11px;
}
.big {
	font-size:16px;
}
.bigger {
	font-size:24px;
}

p, .p {
	font-family:"PT Sans","Verdana","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:13px;
	color:inherit;
	font-size:inherit;
	font-weight:normal;
	letter-spacing:0;
}
.p {
	font-size:13px !important;
}

a, .a {
	color:#1c85e0;
	text-decoration:none;
}
a:hover, .a:hover {
	text-decoration:underline;
	cursor:pointer;
}
a:active, .a:active {
}
a:visited, .a:visited {
	
}
ul {
	list-style-type:none;
}
hr {
	height:0;
	width:100%;
	border:0;
	border-bottom:#ddd 1px solid;
}
hr.dotted {
	border:0;
	border-top:#aaa 1px dotted;
}

fieldset {
}

form, .form {
}

label {
	font-family:"PT Sans","Verdana","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:15px !important;
	color:#000;
	font-weight:normal;
	font-size:inherit;
	letter-spacing:0;
	display:block;
	margin-bottom:0px;
 	margin-top:2px;
}
label.first {
 	margin-top:0px;
}
label.for_checkbox, label.for_radio {
	float:left !important;
	font-size:inherit;
	color:inherit;
 	margin-top:0px;
 	margin-bottom:0px;
 	display: block;
}

label.for_checkbox:hover, label.for_radio:hover {
	outline:1px dotted gray;
	cursor:pointer;
}

.checkbox_right_of_label {
    width: 14px;
    height: 14px;
    padding: 0;
    margin:0;
    vertical-align: text-bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: -webkit-auto;
}

input[type="text"], 
input[type="password"],
input[type="file"],
textarea
{
	font-size:14px;
	padding:4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:solid 1px #ccc;
    -webkit-appearance: textfield;
	-webkit-user-select: text;
	width:100%;
}
input[type="checkbox"] {
	border:0;
}
input[type="radio"] {
	border:0;
}
textarea {
	-webkit-appearance: textarea;
	width:100%;
	height:180px;
	resize:vertical;
}
textarea:focus, 
input[type=text]:focus, 
input[type=password]:focus {
	background-color:#F2FAFF;
	transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
}
input[type="submit"],
button {
	-webkit-appearance: button;
}
select {
	font-size:16px;
}
option {
	font-size:14px;
}
input.percentInput {
	background:white url(images/percent.png) 2px 6px no-repeat;
	padding-left:24px;
	width: 4.5em;
} 	
input.euro {
	background:white url(images/euro.png) 2px 6px no-repeat;
	padding-left:24px;
	width: 4.5em;
} 	
.on_whitebg input, input.on_whitebg, .on_whitebg textarea, textarea.on_whitebg  {
	border:1px #ccc solid !important;
}
.on_whitebg input[type="radio"], .on_whitebg input[type="checkbox"]  {
	border: 0 !important;
}
.w640 textarea {
	width:598px;
}

.on_darkbg {
	border:1px #ccc solid !important;
	background:#f5f5f5;		
}

.on_darkbg:focus {
	background:#fbfcc6;	
}

.on_graybg {
	border:1px #ccc solid !important;
	background:white;		
}

.on_graybg:focus {
	background:#fbfcc6;	
}

.errorlist li {
	color:red;
}

/*
	Sculpteo Layout Parts
*/

.search_top_block span{
	color:white;
}

.global_search_go {
	float:right;
	display:block;
	height:24px;
	width:24px;
	background:url(images/search_button_small.png) no-repeat;	
}

.global_search_go:hover {
	background-position: -24px 0;
}

.gallery_search_go {
	display:block;
	height:32px;
	width:32px;
	background:url(images/search_button.png) no-repeat;	
}

.gallery_search_go:hover {
	background-position: -32px 0;
}

/*
	Menu
*/
#menu {
	background:#eaeaec url(images/fond_onglets3.png) right top no-repeat;
	/*height:63px;*/
	color:white;
	margin:0 9px 0 9px;
}

.navigation {
	height :34px;
	/*background: transparent url(images/fond_menu.png) left;*/
}

#menu .wrapper {
	/*height:64px;*/
}

#menu_blog {
	height:145px;
	color:white;
	position:relative;
	background:black;
}
#menu_blog .wrapper {
	height:145px;
	background:black url(images/bg_blogmenu.png) center top no-repeat;
}

#menu ul.tabs {
	height:34px;
	list-style-type:none;
}
#menu ul.tabs li {
	float:left;
	height:34px;
	position:relative;
	text-align:center;
}
#menu ul.tabs li a, #menu ul.tabs li span {
	margin-top:5px;
	display:block;
	padding:4px;
	color:white;
	text-shadow: 0px -1px 0px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,.25), 0px 1px 1px rgba(255,255,255,.25);
	font-family:"Trebuchet MS","Lucida Grande","Verdana","Arial",sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
}
#menu ul.tabs li .gray {
	color:gray;
}
#menu ul.tabs li.selected {
	height:34px;
}
#menu ul.tabs li.selected a, #menu ul.tabs li.selected span {
	color:white !important;
	/*text-shadow: 0px -1px 0px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,.75);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,.75), 0px 1px 1px rgba(255,255,255,.75);*/
}
#menu ul.tabs .tab {
	width:110px;
	margin-right:10px;
	background : #5D6FB7 url(images/round-tab-110.png) left top no-repeat;
}

#menu ul.tabs .tab-pro {
	width:160px;
	margin-left:150px;
	margin-right:10px;
	background : #5D6FB7 url(images/round-tab-160.png) left top no-repeat;		
}

#menu ul.tabs .tab:hover {
	background : #112468 url(images/round-tab-110.png) left top no-repeat;
}

#menu ul.tabs .tab.selected {
	background : #112468 url(images/round-tab-110.png) left top no-repeat;
}

.search_top_block {
	position:absolute;
	top:0px;
	right:0px;
	height:32px;
	width:255px;
	background : #112468 url(images/bottom-left-round.png) left bottom no-repeat;	
	line-height:32px;
	font-weight:bold;
	color:white;
	font-size:8pt;
}

#menu ul.tabs .tab-pro:hover {
	background : #112468 url(images/round-tab-160.png) left top no-repeat;
}

a.sub-tab {
	margin-left:16px;
	margin-right:16px;
	font-size:11px;
	font-family:"Trebuchet MS", "Arial", sans-serif !important;
}

/*
	Main
*/
/*
.main {
	min-height:100%;
	margin:0 9px 0 9px;
}*/

/*
	Sculpteo Elements
*/

	.button {
		background-image:url('images/button-160-blue.png');
		background-repeat:no-repeat;
		background-color:transparent;
		background-position:0 0;
		padding:0;
		margin:0;
		width:160px;
		height:26px;
		display:inline-block;
		text-align:center;
		line-height:26px;
		text-decoration:none;
		font-family:Arial;
		font-size:13px;
		font-weight:normal;
		font-style:normal;
		color:white !important;
		text-shadow: rgba(255,255,255,.5) 0px 1px 0px, rgba(0,0,0,.3) 0px -1px 0px;
		outline:0;
		border:0;
	}
	
	.button:hover {
		background-position:0 -26px;
		cursor:pointer;
		text-decoration:none;
	}
	.button:active {
		background-position:0 -52px;
		color:#eee;
		cursor:pointer;
	}
	.button.disabled,
	.button[disabled],
	.button.disabled:active,
	.button[disabled]:active,
	.button.disabled:hover {
		background-position:0 -78px;
		color:#fff;
		cursor:default;
		padding:0;
	}

	.button.button-240 {
		background-image:url('images/button-240-blue.png');
		width:240px;
	}

	.button.button-yellow {
		background-image:url('images/button-160-yellow.png');
	}

	.button.redbutton {
		background-image:url(images/button-160-red.png);
		/*background-color:#ff3255;*/
	}

	.button.orangebutton {
		background-image:url(images/selection-orange.png);
		background-color:#efe457;
		background-position:0px -33px;
		background-repeat:repeat-x;
	}

	.button.facebookbutton {
		background-image:url(images/selection-facebook.png);
		background-color:#3B5998;
		background-position:0px -33px;
		background-repeat:repeat-x;
	}

	.button.greenbutton {
		background-image:url(images/button-160-green.png);
	}
	
	.button.lightbluebutton {
		background-image:url(images/selection-lightblue.png);
		background-color:#05e5f3;
		background-position:0px -33px;
		background-repeat:repeat-x;
	}

       .big_button {
               background-image:url('images/button-big-160.png');
               background-repeat:no-repeat;
               background-color:transparent;
               background-position:0 0;
               padding:0;
               margin:0;
               width:148px;
               height:27px;
               display:inline-block;
               text-align:center;
               line-height:13px;
               padding:6px;
               text-decoration:none;
               font-family:Arial;
               font-size:13px;
               font-weight:normal;
               font-style:normal;
               color:white !important;
               text-shadow: rgba(255,255,255,.5) 0px 1px 0px, rgba(0,0,0,.3) 0px -1px 0px;
               outline:0;
               border:0;
       }
       
       .big_button:hover {
               background-position:0 -39px;
               cursor:pointer;
               text-decoration:none;
       }
       .big_button:active {
               background-position:0 -78px;
               color:#eee;
               cursor:pointer;
       }
       .big_button.disabled,
       .big_button[disabled],
       .big_button.disabled:active,
       .big_button[disabled]:active {
               background-position:0 -117px;
               color:#fff;
               cursor:default;
               padding:0;
       }

/* OLD BUTTON */

.button-48 {
	width:100%;
	height:48px;
	position:absolute;
	text-decoration:none !important;
}

.button-48-body {
	background:transparent url(images/button-48.png) repeat-x 0 0;
	position:absolute;
	height:48px;
	left:8px;
	right:8px;
}
.button-48-left {
	background:transparent url(images/button-48.png) no-repeat 0 -192px;
	position:absolute;
	height:48px;
	width:8px;
	left:0;
}
.button-48-right {
	background:transparent url(images/button-48.png) no-repeat -40px -192px;
	position:absolute;
	height:48px;
	width:8px;
	right:0;
}

.button-48:hover, .button-48:active {
	text-decoration:none !important;
}
.button-48:hover .button-48-body {
	background-position: 0 -48px;
}
.button-48:hover .button-48-left {
	background-position: 0 -240px;
}
.button-48:hover .button-48-right {
	background-position: -40px -240px;
}
.button-48:active .button-48-body {
	background-position: 0 -96px;
}
.button-48:active .button-48-left {
	background-position: 0 -288px;
}
.button-48:active .button-48-right {
	background-position: -40px -288px;
}

.facebook-font {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-variant: normal;
	text-transform: none;
	text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;	
}

/*
	Designers Bull
*/
.designers-bull {
	top:0px;
	left:290px;
}

.designer-bull-graphic {
	background:transparent url(images/designer-bull-main-part.png) no-repeat;
	padding-left : 40px;
	height : 83px;
	width : 323px;
}

/*
	Messages panel growl
*/
#messages {
	position:fixed;
	z-index:10000;
	right:20px;
	top:164px;
}
#messages li {
	width:240px;
	height:90px;
	padding:20px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background:transparent url(images/black-alpha80.png) repeat;
	border:2px white solid;
	color:white;
}
#messages li a.clearbutn {
	position:absolute;
	top:0;
	right:0;
	color:white;
	margin:0px 5px;
}
#messages li a.clearbutn:hover, #messages li a.clearbutn:active {
	color:white;
	text-decoration:none;	
}

.share-panel {
	/*float:right;*/
	margin : auto;
	margin-top:-25px;
	background:url(images/share-panel96.png) no-repeat 0 0 transparent;
	width:273px;
	height:96px;
	margin-bottom:12px;
	color:black;
	font-family:"Arial";
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	position:relative;
	z-index:100;
}
.share-panel a {
	padding:0 2px;
}


input.search-icon {
	padding-left:24px;
	background:white url(images/searchbar-keywords.png) 2px 3px no-repeat;
	width:inherit !important;
}

.thumbnail-progress {
	top:70px;
	left:0;
	height:18px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:155px;
	position:absolute;
//	color:white;
	color:black;
	margin:10px 40px;
	display:block;
	text-align:center;
    z-index:100;
}

.thumbnail-progress-bar {
	bottom:0;
	left:0;
	height:18px;
	position:absolute;
	display:block;
	background-color:#0000ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:.5;
    z-index:101;
}

.thumbnail-progress-text {
    opacity: 1;
    z-index:102;
}

.form448 {
	width:448px;
	border-collapse:separate;
	border-spacing:2px;
}

.form448 .width100,
.form448 .width100 * {
	width:100px;
}

.success16 {
	display:block;
	background:url(images/success16.png) 0 0 no-repeat;
	width:16px;
	height:16px;
}


.lateral_alert {
	position:absolute;
	left:-62px;
	top:80px;
	background:url(images/lateral_alert.png) 0 0 no-repeat;
	width:248px;
	height:181px;
	z-index: 1000;
}

.lateral_alert_right {
	position:absolute;
	background:url(images/lateral_alert_right.png) 0 0 no-repeat;
	width:248px;
	height:181px;
	z-index: 1000;
}

.lateral_alert_right div.close_button {
	width:22px;
	height:22px;
	position:relative;
	right:10px;
	top:10px;
	background: url('images/help_close_button.png') no-repeat;
	float:right;
}

.lateral_alert_right div.close_button:hover {
	background: url('images/help_close_button_hover.png') no-repeat;
}

.lateral_alert_pad {
	padding:8px 26px 12px 52px;
	font-size:12px;
	color:white;
}


.opac {
	background:transparent url(images/black-alpha80.png) repeat;
}

.loader16 {
	background:url(images/loader16.gif) no-repeat center center;
	width:16px;
	height:16px;
}

.uploadifyQueueItem {
	width: 480px;
}
.uploadifyError {
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	width: 460px;
}
.uploadifyProgressBar {
	background:#3d81e0 url(images/selection.png) 0px -32px repeat-x;
	width: 1px;
	height: 4px;
}
.round-progress-48 {
	width: 48px; 
	height: 48px; 
	background-image: url('images/round-progress-48.png'); 
	background-repeat: no-repeat;
	line-height: 48px;
	font-weight: bold;
	font-family: monospace;
	font-size: 12px;
	color: white;
	text-align: center;
	z-index: 10000;
}

#fileQueue {
	width: 480px;
	height: 30px;
	overflow:hidden;
	border:0;
	margin:0;
}

.segmentedControls {
}


.segmentedControl {
	background:url(images/selection.png) 0 -3px repeat-x #fff;
	padding:3px 0px;
	margin:0;
	color:#555;
	float:left;
	border:1px #ccc solid;
	border-right:0;
	cursor:pointer;
	text-align:center;
}
.segmentedControl.small {
	background-position:0 -5px;
}
.segmentedControl-first {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-topleft-radius: 7px;
	-moz-border-bottomleft-radius: 7px;
}
.segmentedControl-last {
	border:1px #ccc solid !important;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-topright-radius: 7px;
	-moz-border-bottomright-radius: 7px;
}
.segmentedControl.selected {
	background:url(images/selection.png) 0 -32px repeat-x #1c85e0;
	border-color:#2b78e4 !important;
	color:white;
}
.segmentedControl:active {
	background:url(images/selection.png) 0 -32px repeat-x #1c85e0;
	border-color:#2b78e4 !important;
	color:white;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
	background:url(images/selection.png) 0 -32px repeat-x #1c85e0;
	border:1px #2b78e4 solid !important;
	cursor:pointer;
	width:8px;
}
.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-hover {
	border-color:#fff !important;
}

.design-overlay {
	position:fixed;
	width:100%;
	height:100%;
}

.close {
	position:absolute;
	top:4px;
	right:4px;
	height:32px;
	width:32px;
	background:transparent url(images/close.png) 0 0 no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
.close:hover {
	background-position:0 -32px;
}
.close:active {
	background-position:0 -64px;
}

.avatar {
	width:80px;
	height:80px;
	background:transparent url(images/avatar_default.png) 0 0 no-repeat;
}

.avatar_small {
	width:60px;
	height:60px;
	background:transparent url(images/avatar_default.png) 0 0 no-repeat;
}

.avatar.company {
	background-position:-80px 0;
}

.design-overlay .clickanywhere {
	color:#777;
}

._3dTool {
	color:#111;
	left:0;
	right:0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:#ddd;
	margin-top:4px;
}
._3dTool:first-child {
	margin-top:0;
}

.favorite {
	background:transparent url(images/rate.png) 0px 0 no-repeat;
	width:32px;
	height:32px;
}
.favorite:hover {
	background-position:0 -32px;
}
.favorite:active {
	background-position:0 -64px;
}
.favorite.on {
	background-position:-32px 0px;
}
.favorite.on:hover {
	background-position:-32px -32px;
}
.favorite.on:active {
	background-position:-32px -64px;
}
.favorite.loading {
	background:url(images/loader.ddd.16.gif) no-repeat center center;
}

.keyring-pin1, .keyring-pin2, .keyring-pin3, .keyring-pin4, .keyring-pin5, .keyring-pin6 {
	background:transparent url(images/keyringpins.png) 0 0 no-repeat;
	background-position:0px 0px;
	width:32px;
	height:32px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:white;
	border:2px #ffffff solid;
}

.keyring-pin1:hover, .keyring-pin2:hover, .keyring-pin3:hover, .keyring-pin4:hover, .keyring-pin5:hover, .keyring-pin6:hover {
	border:2px #6aa4f5 solid;
}

.keyring-pin1:active, .keyring-pin2:active, .keyring-pin3:active, .keyring-pin4:active, .keyring-pin5:active, .keyring-pin6:active {
	border:2px #426B9F solid;
}

.keyring-pin1.on, .keyring-pin2.on, .keyring-pin3.on, .keyring-pin4.on, .keyring-pin5.on, .keyring-pin6.on {
	border:2px #2b78e4 solid;
}

.keyring-pin2 {
	background-position:0px -32px;
}
.keyring-pin3 {
	background-position:0px -64px;
}
.keyring-pin4 {
	background-position:0px -96px;
}
.keyring-pin5 {
	background-position:0px -128px;
}
.keyring-pin6 {
	background-position:0px -160px;
}


.alignment0, .alignment1, .alignment2 {
	width:32px;
	height:32px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:white;
	border:2px #ffffff solid;
}

.alignment0:hover, .alignment1:hover, .alignment2:hover {
	border:2px #6aa4f5 solid;
}

.alignment0:active, .alignment1:active, .alignment2:active {
	border:2px #426B9F solid;
}

.alignment0.on, .alignment1.on, .alignment2.on {
	border:2px #2b78e4 solid;
}

.alignment0 {
	background:transparent url(images/align-left.png) 0 0 no-repeat;
}
.alignment1 {
	background:transparent url(images/align-center.png) 0 0 no-repeat;
}
.alignment2 {
	background:transparent url(images/align-right.png) 0 0 no-repeat;
}


.geometry1, .geometry2, .geometry3, .geometry4, .geometry5, .geometry6, .geometry7, .geometry8, .geometry9, .geometry10, .geometry11, .geometry12, .geometry13, .geometry14, .geometry15 {
	background:transparent url(images/picto_geometry_all.png) 0 0 no-repeat;
	background-position:0px 0px;
	width:32px;
	height:32px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:white;
	border:2px #ffffff solid;
}

.geometry1:hover, .geometry2:hover, .geometry3:hover, .geometry4:hover, .geometry5:hover, .geometry6:hover, .geometry7:hover, .geometry8:hover, .geometry9:hover, .geometry10:hover, .geometry11:hover, .geometry12:hover, .geometry13:hover, .geometry14:hover, .geometry15:hover {
	border:2px #6aa4f5 solid;
}

.geometry1:active, .geometry2:active, .geometry3:active, .geometry4:active, .geometry5:active, .geometry6:active, .geometry7:active, .geometry8:active, .geometry9:active, .geometry10:active, .geometry11:active, .geometry12:active, .geometry13:active, .geometry14:active, .geometry15:active {
	border:2px #426B9F solid;
}

.geometry1.on, .geometry2.on, .geometry3.on, .geometry4.on, .geometry5.on, .geometry6.on, .geometry7.on, .geometry8.on, .geometry9.on, .geometry10.on, .geometry11.on, .geometry12.on, .geometry13.on, .geometry14.on, .geometry15.on {
	border:2px #2b78e4 solid;
}

.geometry1 {
	background-position:0px 0px;
}
.geometry2 {
	background-position:0px -32px;
}
.geometry3 {
	background-position:0px -64px;
}
.geometry4 {
	background-position:0px -96px;
}
.geometry5 {
	background-position:0px -128px;
}
.geometry6 {
	background-position:0px -160px;
}
.geometry7 {
	background-position:0px -192px;
}
.geometry8 {
	background-position:0px -224px;
}
.geometry9 {
	background-position:0px -256px;
}
.geometry10 {
	background-position:0px -288px;
}
.geometry11 {
	background-position:0px -320px;
}
.geometry12 {
	background-position:0px -352px;
}
.geometry13 {
	background-position:0px -384px;
}
.geometry14 {
	background-position:0px -416px;
}
.geometry15 {
	background-position:0px -448px;
}

.extrude0, .extrude1, .extrude2 {
	width:64px;
	height:64px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:white;
	border:2px #ffffff solid;
}

.extrude0:hover, .extrude1:hover, .extrude2:hover {
	border:2px #6aa4f5 solid;
}

.extrude0:active, .extrude1:active, .extrude2:active {
	border:2px #426B9F solid;
}

.extrude0.on, .extrude1.on, .extrude2.on {
	border:2px #2b78e4 solid;
}

.extrude0 {
	background:transparent url(images/picto_extrusion64.png) 0 0 no-repeat;
}
.extrude1 {
	background:transparent url(images/picto_nivgris64.png) 0 0 no-repeat;
}
.extrude2 {
	background:transparent url(images/picto_mosaique64.png) 0 0 no-repeat;
}

.extrudetext1, .extrudetext2, .extrudetext3 {
	width:64px;
	height:64px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:white;
	border:2px #ffffff solid;
}

.extrudetext1:hover, .extrudetext2:hover, .extrudetext3:hover {
	border:2px #6aa4f5 solid;
}

.extrudetext1:active, .extrudetext2:active, .extrudetext3:active {
	border:2px #426B9F solid;
}

.extrudetext1.on, .extrudetext2.on, .extrudetext3.on {
	border:2px #2b78e4 solid;
}

.extrudetext1 {
	background:transparent url(images/texte_extrusion64.png) 0 0 no-repeat;
}
.extrudetext2 {
	background:transparent url(images/texte_gravure64.png) 0 0 no-repeat;
}
.extrudetext3 {
	background:transparent url(images/texte_extrusion_support64.png) 0 0 no-repeat;
}

.next-arrow,.previous-arrow,.arrow-disabled {
	background:transparent url(images/arrows.png) 0 0 no-repeat;
	background-position:0px -64px;
	width:32px;
	height:32px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color:white;
	border:2px transparent solid;
}

.next-arrow-small,.previous-arrow-small,.arrow-disabled-small,.leave-nav-small {
	background:transparent url(images/arrows_small.png) 0 0 no-repeat;
	background-position:0px -48px;
	width:16px;
	height:16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:white;
	border:2px transparent solid;
}


.button3d {
	/*height:39px; width:47px;background:url({{ STATIC_URL }}css/images/vue_3D_f.png) no-repeat; border: solid 2px black;*/
	height:39px; 
	width:47px;
	background:url(images/vue_3D_f.png) no-repeat; 
	border:solid 2px #aaa;
	color:white;
}

.button3d:hover {
	border-color:black;
}
	

img.item {
	border:solid 1px #ccc;
}

img.item:hover {
	border:solid 1px black;
}

.no-image img {
	display: none;
}

.next-arrow {
	background-position:0px -32px;
}
.previous-arrow {
	background-position:0px 0px;
}
/* this coordinate does not exist in the file arrows.png, this is intented to display... nothing*/
.arrow-disabled {
	background-position:0px -64px;
}

.next-arrow-small {
	background-position:0px -16px;
}
.previous-arrow-small {
	background-position:0px 0px;
}
.arrow-disabled-small {
	background-position:0px -32px;
}
.leave-nav-small {
	background-position:0px -48px;	
}

.done {
	background:transparent url(images/done.png) 0 0 no-repeat;
	width:64px;
	height:64px;
}

.warning {
	background-color:#fbfcc6 !important;
	width:100%;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border:2px #fafc85 solid;
	clear:both;
}

.category_tree ul, .category_tree li {
	clear:both;
}
.category_tree li .branch {
	display:block;
	float:left;
	min-height:12px;
	padding:1px 5px 3px 8px;
	margin:1px;
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	background-color:#eee;
	color:black;
	cursor:pointer;
}
.category_tree li.noChild .branch {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.category_tree li .triangle {
	background:transparent url(images/triangle.12.png) 0px -4px no-repeat;
	display:block;
	float:left;
	padding:1px 2px 3px 8px;
	margin:1px;
	margin-right:0px;
	height:13px;
	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	background-color:#eee;
	color:black;
	width:11px;
	cursor:pointer;
}

.category_tree li .branch input {
	margin:0;
	padding:0;
}

.category_tree li.selected .triangle {
	background-position: -24px -4px;
}

.category_tree li .triangle.opened,.category_tree li .triangle.opened:hover {
	background-position: 0px -28px;
}
.category_tree li.selected .triangle.opened {
	background-position: -24px -28px;
}


.category_tree li .branch:hover, .category_tree li .triangle:hover {
	color:black;
	background-color:#FBFCC6;
	text-decoration:none;
}
.category_tree li.selected>.branch, .category_tree li.selected>.triangle {
	color:white;
	background-color:#1c85e0 !important;
}
.category_tree ul ul li {
	margin-left:22px;
}

.errorField {
	/*display:block;
	margin-top:12px;*/
	color:red;
}

ul.bullets {
	padding-left:8px;
	list-style-type: disc;
	list-style-position:inside;
}

ol.toc_categories>li {
	padding-bottom:32px;
}

ol.toc_questions>li {
	padding-left:30px;
}

ol.toc_categories, .faq  ol.categories  {
	list-style-type: upper-roman;
}
.faq  ol.categories {
	
}

.faq li.category {
	margin-top:32px;
	padding-top:4px;
	border-top:1px solid black;
}

.faq li.category h2 {
	display:inline;
}

.faq li.question {
	margin-top:24px;
	border:2px transparent solid;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding:12px;
	background-color:#ffffff;
}

.faq li.question h3 {
	font-family:"Lucida Grande","Verdana","Arial",sans-serif;
	font-size:14px;
	letter-spacing:0;
	font-weight:bold;
	display:inline;
}

ul.step-tabs-688 {
	background:url(images/4step-tabs.688.png) 0 0 no-repeat transparent;
	display:block;
	width:688px;
	height:24px;
}
ul.step-tabs-688.position-2 {
	background-position:0 -24px;
}
ul.step-tabs-688.position-3 {
	background-position:0 -48px;
}
ul.step-tabs-688.position-4 {
	background-position:0 -72px;
}

ul.step-tabs-448 {
	background:url(images/3step-tabs.448.png) 0 0 no-repeat transparent;
	display:block;
	width:448px;
	height:24px;
}
ul.step-tabs-448 li {
	width:150px;
	font-size:12px;
	font-family:arial;
	color:black;
	line-height:24px;
	float:left;
	display:block;
	text-align:center;
}
ul.step-tabs-448 li.first {
	width:148px;
}

ul.step-tabs-448.position-2 {
	background-position:0 -24px;
}
ul.step-tabs-448.position-3 {
	background-position:0 -48px;
}
span.required {
	font-weight: bold;
	color: red;
}

.warning16 {
	background:url(images/warning.16.png) 0 0 no-repeat transparent;
	margin-top:0;
	padding-top:0;
	padding-left:20px;
}

code, .code {
	font-family:"AmericanTypewriter", "Courier", monospace;
	font-weight:bold;
	font-size:13px;
}

.help48 {
	background:url(images/help.48.png) 0 0 no-repeat;
	height:48px;
	padding-left:60px;
}

.tooltip_color_48 {
	background:url(images/texture_mat_48.png) 0 0 no-repeat;
	height:48px;
	padding-left:60px;
}

.tooltip_orientation_48 {
	background:url(images/picto_orientable_48.png) 0 0 no-repeat;
	height:48px;
	padding-left:60px;
}

.tooltip_upload_48 {
	background:url(images/picto_transfert_48_v2.png) 0 0 no-repeat;
	height:48px;
	padding-left:60px;
}

.tooltip_upload_64 {
	background:url(images/picto_transfert_64_v2.png) 0 0 no-repeat;
	height:64px;
	padding-left:80px;
}

.login-notification {
	/*background-color: #201D18;*/
	/*background : white url(images/fond_block_wide_light.png) top no-repeat;*/
	background : white;
	color: black; 
	padding: 20px;
	border: 1px dotted #aaa;
}

.login-notification span {
	/*color: #ccc;*/
	color: black; 
}

.terms p {
	text-indent: 1em;
	text-align: justify;
}

.terms ol {
	list-style-type: upper-roman;
	margin-top: 24px;
}

.terms li {
	text-indent: 0.5em;
	text-align: justify;
	margin-top: 12px;
	font-size: 200%;
}

.terms li p {
	text-indent: 1em;
	text-align: justify;
	margin-top: 12px;
	font-size: 50%;
}

.terms ol li ol {
	margin-top: 0;
	list-style-type: lower-roman;
}

.terms ol li ol li {
	list-style-type: lower-roman;
	font-size: 50%;
}

.terms pre {
	margin: 10px 0px 10px 20px;
	font-size: 12px;
	padding: 10px;
	border: 1px solid black;
	width: 50%;
}

/* >> Jquery tooltip plugin */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 6px;
	opacity: 0.95;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#tooltip h3, #tooltip div { margin: 0; }
/* << Jquery tooltip plugin */

dl.shipping {
	padding: 1em;
	margin: 0;
}

.shipping dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.shipping dd {
	margin: 0 0 0 2em;
	padding: 0 0 .5em .5em;
}

.gray_block {
	background:#444043 url(images/fond_block2.png) bottom right no-repeat;
	color:white;
}
				
.gray_block strong{
	color:white;
}

.gray_block a{
	color:white;
}

.tooltip_block {
	background:#696669 url(images/fond_tooltip2.png) bottom right no-repeat;
	color:white;
}
				
.tooltip_block strong{
	color:white;
}

.tooltip_block a{
	color:white;
}
	
.tag-1 {
	font-size:8pt ;
}

.tag-2 {
	font-size:10pt ;
}

.tag-3 {
	font-size:12pt ;
}

.tag-4 {
	font-size:14pt ;
}

.tag-5 {
	font-size:16pt ;
}

.tag-6 {
	font-size:18pt ;
}

.checkoutform input[type=text],.checkoutform input[type=password],.checkoutform input[type=button],.checkoutform input[type=file]  {
	width:130px;
	margin-top : 16px;
	height:24px;
	background:#3d81e0 url(images/selection.png) 0px -33px repeat-x;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border:2px #6aa4f5 solid;
	padding-top:3px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	color: white;
	font-size:10px;
	font-family:"Arial";
	font-weight:bold;

}

.checkoutform input[type=submit] {
	background-image:url('images/button-160-blue.png');
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 0;
	padding:0;
	margin:0;
	width:160px;
	height:26px;
	display:inline-block;
	text-align:center;
	line-height:26px;
	text-decoration:none;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	color:white !important;
	text-shadow: rgba(255,255,255,.5) 0px 1px 0px, rgba(0,0,0,.3) 0px -1px 0px;
	outline:0;
	border:0 !important;
	outline: none;
}

.checkoutform input[type=submit]:hover {
	background-position:0 -26px;
	cursor:pointer;
	text-decoration:none;
}
.checkoutform input[type=submit]:active {
	background-position:0 -52px;
	color:#eee;
	cursor:pointer;
}

.checkoutform input[type=radio],.checkoutform input[type=checkbox] {
	margin-top : 16px;
	padding-top:3px;
	text-align:center;
	cursor:pointer;
}

.underline {
	text-decoration:underline;
}

.strike {
	text-decoration: line-through;
}
/* small gallery of designs in tabs */
ul.small-gallery-tab  {
	float: left;
	list-style: none;
	padding: 20px;
}
ul.small-gallery-tab li {
	margin: 4px; 
	float: left;
	position: relative;
	width: 88px;
	height: 68px;
}
ul.small-gallery-tab li img {
	width: 80px; 
	height: 60px;
	position: absolute;
	left: 4px; top: 4px;
	cursor: pointer;
	-ms-interpolation-mode: bicubic; 
}

.smallgallery-container ul.text {
	list-style-type: disc;
	list-style-position:inside;
	position: relative;
}
.smallgallery-container ul.text > li {
	cursor: pointer;
	padding-left: 8px; 
}
.smallgallery-container ul.text > li:hover {
	background-color: black;
	opacity: 0.8;
	color: white;
}
.small-gallery-even {
	background-color: #D5EDF5; 
}
.small-gallery-odd {
	background-color: #B9D7ED;
}



.header_block_left {
	background : white url(images/fond_block_header_gauche.png) left no-repeat;
	padding-left : 35px;
	height : 76px;
}




/* new style homepage v2 */

#main_upload_button {
	position : absolute;
	top:-40px;
	left:330px;
	width : 280px;
	height:81px;
	background : transparent url(images/fond_bouton_upload.png) top left no-repeat;
}

a.designed_upload_button, a.designed_upload_button:hover  {
	background : transparent url(images/bouton_upload2.png) top left no-repeat;
	margin-top:14px;
	margin-left:3px;
	margin-right:6px;
	width : 265px;
	height:66px;
	display: block;
	text-decoration: none !important;
}

.block-left {
	background : transparent url(images/fond_block_gauche.png) top left no-repeat;
}

.block-right {
	background : transparent url(images/fond_block_droit.png) top right no-repeat;
}

.block-wide {
	background : transparent url(images/fond_block_wide_light.png) top no-repeat;
}

.little-block-left {
	background : transparent url(images/fond_little_block_left.png) top left no-repeat;
}

.little-block-right {
	background : transparent url(images/fond_little_block_right.png) top right no-repeat;
}

.block-wide-bottom {
	background : transparent url(images/fond_block_wide_bottom3.png) bottom no-repeat;
	/*background:black url(images/slide_bg.png) top no-repeat;*/
}

.block-tooltip {
	background : #f8f8fb url(images/fond_block_tooltip2.png) top right no-repeat;
	border : solid 1px #cbcfd3;
}

.block-customize-pub {
	background : #f8f8fb url(images/picto_personnalisation_modele256_light.png) -30px -30px no-repeat;
	/*border : solid 1px #cbcfd3;*/
}

.block-full {
	background : #f8f8fb url(images/fond_block_full.png) top right no-repeat;
	border : solid 1px #cbcfd3;
}

.block-full-light {
	background : #f8f8f8;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.2);
}

.block-full-light h2 {
	color:#000;
	text-shadow: 0px -1px 0px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,.25);
	text-align:center;
	font-size:22px;
	padding-bottom:4px;
}

.block-full-empty {
	border: solid 1px #ccc;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.block-step1 {
	background : transparent url(images/block_step1_4.png) top left no-repeat;
}

.block-step2 {
	background : transparent url(images/block_step2_4.png) top left no-repeat;
}

.block-step3 {
	background : transparent url(images/block_step3_4.png) top left no-repeat;
}

.big_title {
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-weight:bold;
	text-shadow:none;
	font-size:22pt;
	line-height:22pt;
	color:#010101;
	min-height:30px;
}

.big_title strong{
	font-weight:bold;	
	font-size : 36pt;
	line-height:36pt;
}

.page_title {
	position:relative;
	padding-top:8px;
	padding-bottom:8px;	
}

.page_title h1 {
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-weight:bold;
	text-shadow:none;
	font-size:22pt;
	line-height:22pt;
	color:#010101;
	min-height:30px;
	float:left;
}

.page_title hr {
	border:0;
	border-top:#aaa 1px dotted;
}

.page_title br {
	clear:both;
}

.page_title p {
	font-size : 10pt;
	font-family:"PT Sans","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing:0px;
	color:#7b7b7b;
	min-height:12px;
}

.page_title a {
	color: #7c7c7c;
	text-decoration:underline;
}

.page_title h4{
	font-size:13px;
	color:#898989;
	font-family:"PT Sans",Arial,Sans;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	width:175px;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
}

.page_title h4 strong{
	color:black;
	font-weight:normal;
}
	
.page_title {
/*	border-bottom:solid 8px #424242;
	margin-bottom:8px;	*/
}

.color_title {
	color: #7c7c7c;
}

.color_title_dark {
	color: #424242;
}

.arial {
}

.arial_11pt {
	font-size : 11pt;
	font-weight:normal;
}

.arial_10pt {
	font-size : 10pt;
	font-weight:normal;
}

/*.arial_9pt {
	font-size : 8pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
}*/

.medium_title {
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#333;
	/*line-height:24px;*/
}

.pointer {
	cursor:pointer;
}

.cursor-zoom-in {
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;	
}
.low_height {
	height:5px;
}

.height_30px {
	height:30px;
}

#frame {
	position:relative;
	z-index:1000;
}

.viewer-navigation {
	width: 32px; 
	height: 32px; 
	background-image: url(images/viewer-navigation.png);
}

.toolbox-navigation-state-hover {
	background-image: url(images/viewer-navigation-hover.png);
}

.toolbox-navigation-move-s {
	background-position: 0 0;
}

.toolbox-navigation-move-w {
	background-position: -32px 0;
}

.toolbox-navigation-move-e {
	background-position: -64px 0;
}

.toolbox-navigation-move-n {
	background-position: -96px 0;
}

.toolbox-navigation-rotate-s {
	background-position: -128px 0;
}

.toolbox-navigation-rotate-w {
	background-position: -160px 0;
}

.toolbox-navigation-rotate-e {
	background-position: -192px 0;
}

.toolbox-navigation-rotate-n {
	background-position: -224px 0;
}

.toolbox-navigation-zoom-plus {
	background-position: -256px 0;
}

.toolbox-navigation-zoom-minus {
	background-position: -288px 0;
}

.right_col_community_pages {
	width:285px;
	background:url(images/fond_col_droite_page_cible.png) repeat-y;
	float:right;
}

.main_col_community_pages {
	width:697px;
	background:white;
}

.modelism_title {
	width:100%;
	color:#424242;
	font-size : 17pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:normal;
	text-align:center;
}

.modelism_title strong{ 
	display:block;
	margin-bottom:70px;
	font-weight:normal;	
	font-size : 36pt;
	color:#424242;
	line-height:36pt;
	letter-spacing:-2px;
}

.bottom_modelism_page_block_title {
	background:url(images/fond_blanc_transparent.png) repeat;
	width:310px;
	height:140px;
	float:right;
	text-align:right;
	margin-right:13px;
	margin-top:16px;
	padding:5px;
	padding-top:10px;
	color:#424242;
	font-size:15pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
}

.community-bullet-list {
	margin-top:20px;
	float:left;
	background:url(images/fleche_liste.png) left top no-repeat;
	text-align:left;
	padding-left:30px;
	padding-right:10px;
}

.community-bullet-list strong{
	color:#ccc;
	font-size:17pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	font-weight:normal;
}

.community-bullet-list p{
	margin-top:8px;
	color:white;
	font-size:8pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
}

.community_light_col_block {
	float:left;
	margin-top:24px;
	padding-left:4px;
	padding-right:10px;
	padding-bottom:16px;
	width:285px;
	background:url(images/fond_col_droite_light_page_cible.png) repeat-y;
}

.community_light_col_block_title {
	padding-top:8px;
	margin-left:12px;
	color:white;
	font-size:13pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
}

#community_upload_button {
	padding-top:1px;
	width : 280px;
	height:81px;
	background : transparent url(images/fond_bouton_upload_opaque.png) top left no-repeat;
}

.community_light_col_block p{
	margin-left:12px;
	margin-top:8px;
	color:white;
	font-size:8pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
}

.community_light_col_block a{
	text-decoration:underline;
	color:white;
}

.community_tooltip_col_block {
	width:285px;
	background:url(images/fond_tooltip_page_cible.png) 150px 0px no-repeat;
	padding:8px;
}

.community_tooltip_col_block span{
	padding-top:8px;
	margin-left:8px;
	color:#ccc;
	font-size:13pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
}

.community_tooltip_col_block ul{
	margin:8px;
	list-style-type:square;
	list-style-position:outside;	
	margin-left:20px;	
}

.community_tooltip_col_block li{
	margin-top:8px;
	color:white;
	font-size:8pt;
	font-family:"Arial",sans-serif;
	font-weight:normal;
}

.community_tooltip_col_block li a{
	color:white;
	text-decoration:underline;
}

.community_right_col_end {
	width:285px;
	height:18px;
	background:transparent url(images/community_right_col_end.png) no-repeat;
}

.right_col_community_pages_absolute {
	position:absolute;
	top:0px;
	right:0px;
	z-index:20;
}

.community_pages_wide_content {
	position:relative;
	width:100%;
	min-height:1000px;
}

.main-figurines-content {
	position:relative;
	width:100%;
	height:470px;
}

.main-figurines-content img{
	position:absolute;
}

.figurines-content {
	position:relative;
	width:100%;
	height:300px;
}

.figurines-content img{
	position:absolute;
}

.figurines-content-title {
	position:relative;
	padding-top:16px;
	margin-left:16px;
	z-index:10;
}

.figurines_title {
	width:100%;
	color:#424242;
	font-size : 20pt;
	font-family:"Trebuchet MS", "Arial", sans-serif !important;	
	font-weight:normal;
	letter-spacing:-1px;
	line-height:26px;
}

.figurines_title span{
	font-size:22pt;
	font-family:"Trebuchet MS", "Arial", sans-serif !important;	
	color:#424242;
	font-weight:normal;
	letter-spacing:-2px;
	line-height:26px;
}
	
.figurines_title strong{ 
	display:block;
	margin-bottom:320px;
	font-weight:normal;	
	font-size : 36pt;
	color:#424242;
	line-height:36pt;
	letter-spacing:-2px;
}

.figurines_secondary_title {
	color:#424242;
	font-size:14pt;
	font-family:"Trebuchet MS", "Arial", sans-serif !important;	
	font-weight:normal;
	letter-spacing:-1px;
	line-height:26px;
}
	
.figurines_secondary_title strong{ 
	display:block;
	font-weight:normal;	
	font-size:22pt;
	color:#424242;
	letter-spacing:-2px;
	line-height:26px;
}

.line-height-16 {
	line-height:16px;
}

.line-height-32 {
	line-height:32px;
}

.line-height-48 {
	line-height:48px;
}

.customize_3Dview_block {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top:8px;
	padding:2px;
	border:solid 1px #aaa;
	max-width:265px;
	background:white url(images/customize_3Dlink_bg.png) bottom right no-repeat;
	cursor:pointer;
}

.customize_3Dview_block:hover {
	border:solid 1px black;
	text-decoration:underline;
}

.plus_button {
	height:16px;
	width:16px;
	background:transparent url(images/plus.png) no-repeat;
	display: block;
}

.moins_button {
	height:16px;
	width:16px;
	background:transparent url(images/moins.png) no-repeat;
	display: block;
}

.job-state-1 {
	color: green;
}

.job-state-2 {
	color: red;
}

.job-state-3 {
	color: black;
}

.sidebar {
	width:100%;
	background:#f2f1e9;
	/*background:transparent url(images/lvl3_subnav_bg.png) right repeat-y;*/
	margin-right:0px;
	height: 100%;
}

.sidebar.parameters {
	background:#D2F1E9;
	/*background:#FFFAAE;*/
}

.uppercase-text {
	font-size:8pt;
	color:white;
	/*text-shadow: 0px -1px 0px rgba(0,0,0,.25), 0px 1px 0px rgba(255,255,255,.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,.25), 0px 1px 1px rgba(255,255,255,.25);*/
	font-family:"Trebuchet MS","Lucida Grande","Verdana","Arial",sans-serif;
	text-transform: uppercase;
	text-decoration:none;
}

.uppercase-text strong{
	font-size:10pt;
	font-weight:normal;
	color:white;
}

.lvl3_subnav {
	margin-top:0px;
	margin-left:32px;
	padding-right: 16px;
	text-align:left;
	font-size:13px;
	color:white;
	font-family:"PT Sans","Arial",sans-serif;
	/*text-transform: uppercase;*/
	text-decoration:none;
}

.lvl3_subnav a{
	display:block;
	text-align:left;
	color:#1c97ec;
}

.lvl3_subnav a:hover{
	color:#1c85e0;
	text-decoration:none;
/*	color:#6b548c;
	background:white;*/
}

.lvl3_subnav a.selected {
/*	font-size:11pt;
	color:#6b548c;
	background:white;*/
}

.italic_link {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color:black;
}

.important_link {
	/*color:#5c6eb8;*/
	background:transparent url(images/fleche_lien.png) left no-repeat;
	padding-left:19px;
	color:#1c85e0;
}

ul.arrowed {
	list-style: square inside url("images/fleche_lien.png");
}

.important_link:hover {
	text-decoration:underline;
}

.important_link:visited {
	color:#5c6eb8;
}

.visitable {
	font-size:13px;
	color:white;
	font-family:"PT Sans","Arial",sans-serif;
	color:#1d97ec;
	text-decoration:none;
}

.visitable:hover{
	color:#1c85e0;
	text-decoration:none;
}

.visitable:visited {
	color:#5c6eb8;
}

.faq_button:visited {
	color:#5c6eb8;	
}

/* Styles FEATURED DESIGN Gallery */

.designs_main_view {
	width:400px;
	height:400px;
	border:solid 1px #acacac;
	outline:solid 3px #dbdbdb;
	-moz-outline-radius: 3px;
	float:left;
	margin:3px;
	margin-top:16px;	
	margin-right:8px;
	overflow:hidden;
	/*cursor:pointer;*/
}
.designs_title {
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-weight:bold;
	font-size:22pt;
	line-height:22pt;
	color:#010101;
	min-height:30px;
}
.designs_designer {
	font-size : 13px;
	font-family:"PT Sans","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing:0px;
	color:#7b7b7b;
	min-height:12px;
}
.designs_designer a{
	color:#7b7b7b;
	text-decoration:none;
}
.designs_description {
	font-family:"PT Sans","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}
.designs_description p{
	font-family:"PT Sans","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}
.designs_other_view {
	width:340px;
	height:49px;
	margin-top:16px;
	/*border-bottom:solid 1px #4f4f4f;*/
}

.button_3D_view {
	height:48px;
	width:48px;
	display:block;
	background:transparent url(images/vue_3D_button50.png) top left no-repeat;
	background-position: 0 0;
	border:solid 1px #4f4f4f;
	float:left;
	margin-right:8px;
	margin-left:3px;
	border:solid 1px #acacac;
	outline:solid 3px #dbdbdb;
	-moz-outline-radius: 3px;
	text-align:center;
	color:white;
	font-size:8pt;
	line-height:24px;
}
.button_3D_view:hover {
	background-position: -50px 0;
	border:solid 1px #5d5d5d;
	text-decoration:none;
}
.button_3D_view.selected{
	border:solid 1px #5d5d5d;
}


.designs_other_view img{
	cursor:pointer;
	float:left;
	margin-right:8px;
	border:solid 1px #acacac;
	outline:solid 3px #dbdbdb;
	-moz-outline-radius: 3px;
	height:48px;
	width:48px;
	overflow:hidden;
}

.designs_other_view img.selected{
	border:solid 1px #5d5d5d;
}
.designs_other_view img:hover{
	border:solid 1px #5d5d5d;
}
.designs_price {
	text-align:right;
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-weight:bold;
	font-size:40pt;
	line-height:40pt;
	letter-spacing:-3px;
	color:#010101;
}

.designs_price p {
	margin-top:8px;
	font-family:"PT Sans", "Arial", sans-serif !important;
	font-size:9pt;
	line-height:9pt;
	font-weight:normal;
	color:#010101;
}

.designs_links {
	float:right;
	/*min-height:60px;*/
}
.designs_links a{
	float:right;
	font-family:"PT Sans", "Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:11pt;
	display:block;
	margin-bottom:8px;
}

.share_design_link {
	color:#1c85e0;
	cursor:pointer;
}

/* Fin des styles FEATURED DESIGN Gallery */

.product-selection {
	cursor:pointer;
}

.basket_bull a:hover {
	text-decoration:none;
}

.basket_bull {
	float:left;
	font-size:8pt;
}

.filled_basket {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
	padding:6px;
	cursor:pointer;
}
	
.filled_basket:hover {
	background:#f8f8f8;
}

.empty_basket {
	padding:4px;	
}

.square-list {
	margin:8px;
	list-style-type:square;
	list-style-position:outside;	
	margin-left:20px;	
}

.square-list li{
	margin-top:8px;
	font-size:11pt;
	/*font-weight:bold;*/
	font-style:italic;
	font-family:"Arial",sans-serif;
}

.box-link {
	border: solid 1px #ccc;
	text-decoration:none;
}

.box-link:hover {
	text-decoration:none;
	border: solid 1px #aaa;
}

.add-param-button, .del-param-button, .add-logo-button, .del-logo-button, .add-font-button, .del-font-button {
	margin-top:4px;
	margin-left: 4px; 
	width:16px;
	height: 16px; 
	background-repeat: no-repeat;
	background-position: 0 0;
}

.add-param-button, .add-logo-button, .add-font-button {
	background-image: url(images/plus.png);
}

.del-param-button, .del-logo-button, .del-font-button {
	background-image: url(images/moins.png);
}

.figure-price-withbackround_transp {
	background: #3d81e0; /* solid color */
	background: rgba(61,129,224,0.75); /* transparent color */
	background: transparent !ie; /* clear solid background for ie */
	zoom:1; /* required for the filters */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c03d81e0, endColorstr=#c03d81e0); /* IE5.5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#c03d81e0, endColorstr=#c03d81e0)"; /* IE8 */
	color: white !important;
	border:2px #6aa4f5 solid;
}

.figure-price-withbackround {
	background:#3d81e0 url(images/selection.png) 0px -33px repeat-x;
	color: white !important;
	border:2px #6aa4f5 solid;
}

.figure-price-button {
	color: white;
	font-size: 14px;
}
.figure-price-button .price {
	color: white;
	font-size: 14px;
}
.figure-price-button .was {
	color: white;
	text-decoration: line-through;
	font-size: 13px;
}
.figure-price-button .new {
	color: white;
	font-size: 14px;
	font-weight: bold;
}


.figure-price {
	color: black;
	font-size: 14px;
}
.figure-price .price {
	color: #741111;
	font-size: 14px;
}
.figure-price .was {
	color: #444444;
	text-decoration: line-through;
	font-size: 13px;
}
.figure-price .new {
	color: #741111;
	font-size: 14px;
	font-weight: bold;
}


.big-price .was {
	color:#7b7b7b;
	text-decoration: line-through;
	font-size: 17pt;
}
.big-price .new {
	color:#741111;	
	font-size: 17pt;
	font-weight: bold;
}

.hiddenuploadwrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height:0px;
    border: none;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    width: 0;
    height: 0;
    cursor: pointer;
    background-color: red;
}
.hiddenuploadwrapper input {
    border: none;
    margin: 0;
    padding: 0;
	text-align: right;
    position: absolute;
    text-align: right;
    right: 1px;
    top: -1px;
    font-size: 128px;
	z-index: 2;
	cursor: pointer;
}


ul.flow-layout {
}

ul.flow-layout > li {
	min-height: 20px;
	margin-right:6px;
	/*margin-bottom:10px;*/
	display: inline-block;
	position: relative;
}

.hover_block {
	width:610px;
	height:200px;
	overflow:hidden;
	border:solid 1px #dedede;
	outline:solid 3px #f5f5f5;
	/*-moz-outline-radius: 9px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	float:left;
	margin:8px;
	padding:10px;
	cursor:pointer;
	position:relative;
}

.hover_block:hover {
	border : solid 1px #aaa;
	background-color:#FDFDFD;
}

.hover_block a:hover {
	text-decoration:none;
}

.hover_block_left {
	float:left;
	margin-left:8px;
	width:446px;
	height:200px;
}

.hover_block .medium_title {
	font-size:13pt;
	color:black;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	line-height:normal;
	text-transform:none !important;
	margin-bottom:0px;
	text-align:left;
	margin-top:4px;
}

.tuto_descr {
	font-size:13px;
	color:#898989;
	font-family:"PT Sans",Arial,Sans;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	margin-top:8px;
	position:relative;
}

.hover_block_link {
	position:absolute;
	bottom:12px;
	right:12px;
}

.dark-button {
	background:#222222 url(images/dark_button_bg.jpg) top left repeat-x;
	border:solid 1px #222222;
}

.dark-button:hover {
	background:#2e2e2e url(images/dark_button_bg_hover.jpg) top left repeat-x;
	text-decoration:none;
	border:solid 1px #2e2e2e;		
}


/*hr.gradient {
    border: 0;
    height: 1px;
    background: #333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF', GradientType=1);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}*/

.shop-sidebar-title {
	padding:8px;
	padding-top:30px;
	font-size:11px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
}

/*.shop-title {
	padding:8px;
	padding-top:10px;
	font-size:14px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
}*/

.shop-title {
	padding-top:10px;
	font-size : 20pt;
	color: #1c85e0;
	font-family:"Arial",sans-serif;
	font-weight:normal;
	line-height:normal;
	margin-bottom:0px;
}

.shop-tree-line {
	padding-top:8px;
	padding-bottom:8px;	
	text-transform:uppercase;
	font-size:7pt;
	text-decoration:none;
	color:#424242;
}

.shop-tree-line a {
	text-transform:uppercase;
	font-size:7pt;
	text-decoration:none;
	color:#1c85e0;
}

.shop-tree-line a:hover {
	text-decoration:underline;
}

.designer_shop {
	float:left;
	height:100px;
	width:311px;
	background-color:transparent;
	padding:8px;
	margin-bottom:32px;
	cursor:pointer;
}

.designer_shop_bglightgrey {
	background-color:#FBFBFB;
}

.designer_shop:hover {
	background-color:#F1F1F1;
}

.diagnostic_caption {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.diagnostic_caption_color {
	float: left;
	margin-right: 0.5em;
	width: 15px;
	height: 15px;
}

.diagnostic_caption_text {
	float: left;
}

.diagnostic_caption_checkbox {
	float: right;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: -2px;
}

.diagnostic_non_manifold_edges .diagnostic_caption_color {
	background-color: #ff0000;
}

.diagnostic_non_manifold_vertices .diagnostic_caption_color {
	background-color: #ff8000;
}

.diagnostic_border_edges .diagnostic_caption_color {
	background-color: #ffff00;
}

.diagnostic_flipped_faces .diagnostic_caption_color {
	background-color: #800080;
}

.diagnostic_intersecting_faces .diagnostic_caption_color {
	background-color: #9374fa;
}

.diagnostic_caption_color_grayed {
}

.diagnostic_caption_text_grayed {
}

.login-block {
	padding-top:30px;	
}



.page-wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
	clear:both;
}
.page-wrapper-padding {
	padding:0 10px;
}

.page-header {
	color:#ccc;
	background:black url(images/menu-bg.png) repeat center center;
	clear:both;
}

.spinner {
	padding:60px 0 20px 0;
	text-align:center;
	height:16px;
	background:url(images/spinner.gif) center center no-repeat transparent;
	font-size:16px;
	color:#333;
}


.page-header-logo {
	box-shadow:0px 2px 4px rgba(255,0,0,.7);
	height:66px;
	display:block;
}

.logo {
	display:block;
	height:34px;
	padding-top:0px;
	padding-bottom:16px;	
	position:relative;
}

.logo div {
	margin:0;
	padding:0;
	cursor:pointer;
	/*display:block;*/
	float:left;
}

.logo a {
	background:url(images/logo.png) no-repeat top left;
	height:22px;
	margin-right:8px;
	margin-top:2px;
	display:block;
	text-decoration: none;
}
.logo .domain {
	background:url(images/pipe.png) no-repeat 120px 4px;
	padding-left: 128px;
	font-size:24px;
	line-height:20px;
	font-weight:normal;
}
.domain-sculpteo .domain {
	color:#00c6f7;
}
.domain-stores .domain {
	color:#4eff7c;
}
.domain-workshops .domain {
	color:#fffaae;
}
.domain-account .domain {
	color:#fead21;
}
.domain-answers .domain {
	color:#f6288e;
}
.domain-pro .domain {
	color:white;
}
.domain-stores .nav-l2 {
	background-color:#1f7be5;
	color:black;
	height:26px;
}

.section_title {
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	text-shadow:none;
}

.section_title span{
	font-size:9pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:300;
	font-style:normal;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	margin-left:4px;
	text-transform:none;
	letter-spacing:0px;
}

/* 3dviewer */

.info {
	margin-top:8px;
	margin-bottom:8px;
}

.info h1 {
	color:black;
	font-weight:bold;
	padding-bottom:0px;
	line-height:28px;
}

.info p {	
	font-size:9pt;
	color:#7b7b7b;
}

.info a {
	font-size:9pt;
	color:#7b7b7b;
}

.module-img	.button3d {
	height:40px; 
	width:40px;
	background:url(images/vue_3D_f.png) no-repeat; 
	border:solid 1px #dedede;
	outline:solid 3px #f5f5f5;
	color:white;
}

.module-img .button3d:hover {
}

.module-img	.images img {
	height:40px;
	width:40px;
	border:solid 1px #dedede;
	outline:solid 3px #f5f5f5;
	margin-right:16px;
	-moz-outline-radius: 3px;
}

._3dView {
	border:solid 1px #dedede;
	outline:solid 3px #f5f5f5;
	-moz-outline-radius: 3px;
}

/* fin 3dviewer */

.search_label {
	font-size:11pt;
	font-family:"PT Sans",Arial,Sans;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing:0px;	
	line-height:auto;
	font-style:normal;
	padding-top:8px;
	margin-bottom:12px;
	font-weight:normal;
	color:#333;
	color:rgba(0,0,0,0.8);
	/*text-shadow: 0px 1px white, 0px -1px black;*/
	text-shadow:none;
}

.search_label span{
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	text-shadow:none;
}

.title_notification {
	background:#fffbc2;
	border-bottom:solid 1px #181818;
	padding-top:8px;
	padding-bottom:8px;
	position:relative;
	width:100%;
}

.title_notification h5{
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	text-shadow:none;	
	margin:auto;
}

.title_notification p{
	font-size : 13px;
	font-family:"PT Sans","Arial",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing:0px;
	color:#7b7b7b;
	min-height:12px;
	margin:auto;
}

.title_notification a {
	color: #7c7c7c;
	text-decoration:underline;
	margin:auto;
}
	
input[type=text].field-button {
	height:28px;
	margin:0;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.8);
	border:0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottomleft-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-topleft-radius: 5px;
	width:160px;
}

input[type=submit].field-button {
	background:url(images/field-button.png) 0 0 no-repeat;
	width:36px;
	height:28px;
	display:block-inline;
	border:0;
	outline:0;
	color:white;
}
input[type=submit].field-button:hover {
	cursor:pointer;
	background-position:0 -28px;
}
input[type=submit].field-button:active {
	cursor:pointer;
	background-position:0 -56px;
}

.link-no-hover:hover {
	text-decoration:none;
}

hr.shadow {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/hr-shadow.png) no-repeat scroll left top;
	border:0 none;
	clear:both;
	height:10px;
	margin:42px auto;
	width:596px;
}

 
hr.shadow_thin {
       -moz-background-clip:border;
       -moz-background-inline-policy:continuous;
       -moz-background-origin:padding;
       background:transparent url(images/hr-shadow.png) no-repeat scroll left top;
       border:0 none;
       clear:both;
       height:10px;
       margin:0px auto !important;
       /*margin:42px auto;*/
       width:596px;
}


#errorMsg li,
.errorField, 
.errorlist li {
	background-color:#cc0000;
	color:white !important;
	display:inline;
	line-height:26px;
}

p.errorField {
	padding:4px 5px !important;
}

.errorlist li {
	padding:4px 5px !important;
}

.header_shop {
	/*background:white;
	border-bottom:solid 1px #777;	*/
	background:#F2F1E9 url(images/separateur_header_shop.png) left bottom repeat-x;
}



a.social {
	background:url(images/social.png);
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	float:left;
	width:16px;
	height:16px;
	padding:0;
	margin:0 4px 0 0;
}
a.social.facebook:hover {
	background-position:0 -16px;
}
a.social.twitter {
	background-position:-16px 0;
}
a.social.twitter:hover {
	background-position:-16px -16px;
}
a.social.rss {
	background-position:-32px 0;
}
a.social.rss:hover {
	background-position:-32px -16px;
}
a.social.plus {
	background-position:-48px 0;
}
a.social.plus:hover {
	background-position:-48px -16px;
}


.header-gray-bg {
	width:100%;
	height:280px;
	background:url(images/header-gray-bg.jpg) repeat-x bottom left;
	position:relative;
	border-top:1px white solid;
	border-bottom:1px #999 solid;
	margin-bottom:24px;
}

.header-gray-bg h1 {
	text-shadow:0px 1px 1px white, 0px -1px 1px rgba(0,0,0,.1);
}

.global_link {
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
	background-image: url('images/empty.gif');
}

.over_global_link {
	z-index: 2;
}

.import-log li {
	display: block;
	padding: 6px 0 6px 30px;
	margin: 10px 0 0 0; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-animation: bounce-background 1s 10, flash-background 1s 2;
       -moz-animation: bounce-background 1s 10, flash-background 1s 2;
        -ms-animation: bounce-background 1s 10, flash-background 1s 2;
         -o-animation: bounce-background 1s 10, flash-background 1s 2;
            animation: bounce-background 1s 10, flash-background 1s 2;
}

.import-log-info {
	background:url(images/info.16.png) 6px 6px no-repeat transparent;
	background-color:#cbdcf6; 
	border:2px #cadcf5 solid;
}

.import-log-warning {
	background:url(images/warning.16.png) 6px 6px no-repeat transparent;
	background-color:#fbfcc6; 
	border:2px #fafc85 solid;
}

.import-log-error {
	background:url(images/error.16.png) 6px 6px no-repeat transparent;
	background-color:#fbdcc6; 
	border:2px #fadc85 solid;
}

.profile table, .profile caption, .profile tbody, .profile tfoot, .profile thead, .profile tr, .profile th, .profile td {
	padding: 6px;
}

tr.profile-odd {
	background-color: #ffefef;
}
tr.profile-even {
	background-color: #efffef;
}
.navbar {
}
.navbar-inner {
	min-height: 19px;
}

.navbar .container {
	width: auto;
}

.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-size: 13px;
}
.navbar .nav.small {
	font-size:12px;
	color: white;
}
.navbar .nav.pull-right {
	float: right; 
	margin-right: 0;
}
.navbar .nav.pull-right > li:last-child > a {
	padding-right: 0;
}
.navbar .nav > li {
	float: left;
}

.navbar .divider-vertical {
  height: 19px;
  margin: 0;
  border-left: 1px solid #4a4a49;
  /*border-right: 1px solid @navbarBackgroundHighlight;*/
}

*+html .navbar .nav > li > a {
	color: #bbb;
}
.navbar .nav > li > a {
	float: none;
	padding: 4px 11px 4px 11px;
	color:inherit;
	text-decoration:none;
	display: inline-block;
}
.navbar .nav.small > li > a {
	padding: 4px 8px 4px 8px;
}
.navbar .nav > li:first-child > a {
	padding-left: 0px;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: white;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .selected > a,
.navbar .nav > .selected > a:hover,
.navbar .nav > .selected > a:focus {
	color: white;
	text-decoration: none;
}

.navbar li.inverted {
	text-align: right;
	background-color: yellow;
}
.navbar li.inverted > a,
.navbar li.inverted > a:hover,
.navbar li.inverted > a:focus {
	color: black;
}

.navbar li div.extended a {
	color: white;
	display: block;
	margin: 3px 4px 3px 6px;
	padding: 1px;
}
.navbar li div.extended a:hover {
	text-decoration: underline;
}

.navbar li.basket-container > div.extended {
	margin-right: 4px;
}
.navbar li div.extended {
	min-width: 130px;
	color: white;
	position: absolute;
	right: -4px;
	margin-top: 4px;
	z-index: 100;
	width: 100%;
	text-align: right;
	display: none;
	background: #070707; 
	background: -moz-linear-gradient(top,  #070707 0%, #7c7c7c 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070707), color-stop(100%,#7c7c7c)); 
	background: -webkit-linear-gradient(top,  #070707 0%,#7c7c7c 100%); 
	background: -o-linear-gradient(top,  #070707 0%,#7c7c7c 100%);  
	background: -ms-linear-gradient(top,  #070707 0%,#7c7c7c 100%);
	background: linear-gradient(top,  #070707 0%,#7c7c7c 100%);
}

.nav-l2 {
	padding-top:0px;
	height:20px;
	padding-bottom:16px;
}

[class^="icon16-"],
[class*=" icon16-"] {
  width: 16px;
  height: 16px;
  line-height: 1;
  background-image: url("images/icons.16.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: text-top;
}

.icon16-cart           { background-position: 0px          0; }
.active .icon16-cart   { background-position: 0px      -16px; }
.icon16-lang           { background-position: -16px      0; }
.active .icon16-lang   { background-position: -16px  -16px; }
.icon16-carret         { background-position: -32px      0; }
.active .icon16-carret { background-position: -32px  -16px; }
.icon16-phone          { background-position: -48px      0; }
.icon16-processing     { background-image: url("images/loader-square16.gif"); background-position: 0px      0; }
#footer {
	background:black url(images/menu-bg.png) repeat center center;
	color:white;
	text-align:center;
	padding:10px 0 20px 0;
	/*margin:0 9px 0 9px;*/
	color:#999;
	cursor: default;
	border-top:18px #ddd solid;
/*	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;*/
}
#footer:hover {
/*	color:#ddd;
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;*/
}

#footer h3, #footer h3 > a {
/*	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;*/
	margin-top:20px;
	color:#295c94;
	margin:0;
	margin-bottom:4px;
	font-weight:normal;
	font-size:15px;
}
#footer ul {
	margin-bottom:16px;
}

#footer:hover h3 {
	/*transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;*/
	color:#295c94;
}

#footer a {
	color:#aaa;
/*	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;*/
}
#footer a:hover {
	color:#aaa;
	text-decoration:none;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
}

#footer h2.footer-logo {
	background:transparent url(images/footer-logo.png) no-repeat top center;
	text-align:center;
	padding-top:80px;
	width:100%;
	height:68px;
	overflow:hidden;
	display:block;
	color:rgba(255,255,255,.8);
	font-size:20px;
	font-weight:bold;
/*	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s; */
}

#footer:hover h2.footer-logo {
/*	color:rgba(255,255,255,.8);
	transition: all 4s;
	-moz-transition: all 4s;
	-webkit-transition: all 4s; */
}

#footer hr {
	border-top:1px #000 solid;
	border-bottom:1px #222 solid;
	width:100%;
	margin:20px 0;
}

#footer .freecol {
	float:left;
	height:100%;
	margin-right:25px;
}
#footer .freecol:last-chlid {
	margin-right:0px;
}
#footer .col {
	float:left;
	width:142px;
	height:100%;
	margin-right:20px;
}
#footer .col:last-chlid {
	margin-right:0px;
}

#footer .footerlinks {
	padding:20px 0;
	color:#686666;
}

#footer .footerlinks  a {
	/*color:#686666;*/
	color:#b0b0b0;
	padding:3px 12px;
	font-family:"Arial";
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
#footer .footerlinks  a:hover {
	text-decoration:none;
	color:gray;
}        	

.pagination {
	cursor:default;
	color:#888;
}

.pagination a {
	padding:2px 3px 3px 3px;
	/*background-color:#eee;*/
	margin:0 !important;
	margin-left:1px;
	color:#1c85e0;

	font-size:11px;
}
.pagination a:hover {
	text-decoration:underline;
}
.pagination a:active {
}
.pagination span {
	margin:0 !important;
	padding:2px 3px 3px 3px;
	font-size:11px;
	/*background-color:#eee;*/
	color:#bbb;
	cursor:default;
}
.pagination span.page {
	background-color:#1c85e0;
	color:white;
}

.pagination .page {
}
.pagination .prev {
/*	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;*/
	padding-left:4px;
}
.pagination .next {
/*	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;*/
	padding-right:4px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom:18px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color:#fcf8e3;
  border:1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
	      border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: line-height:18px;
}

.alert-success {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#468847;
}
.alert-success h4 {
  color:#468847;
}
.alert-danger,
.alert-error {
	background-color:#f2dede;
	border-color:#eed3d7;
	color:#b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color:#b94a48;
}
.alert-info {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#3a87ad;
}
.alert-info h4 {
	color:#3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
table.cart {
	width:100%;
	border-spacing:1px;
	border-collapse: collapse;
	border:solid 1px transparent;
	background-color:transparent;
}

table.cart th
{
	margin-bottom:2px;
	padding:8px 8px;
	background-color:transparent;
	
}

table.cart .header th {
	font-size:12pt;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#333;
	line-height:24px;
	text-shadow:none;
}

table.cart td
{
	padding: 4px;
	background-color:white;
	vertical-align:top;
}

table.cart tr.cartitem:hover {
	background-color:yellow;
}
table.cart tr.cartitem.odd0 td {
	background-color:#f4f7fB;
}
table.cart tr.cartitem.odd1 td {
	background-color:#ffffff;
}
table.cart tr.cartitem.odd0.selected td {
	background-color:#ffffe0;
}
table.cart tr.cartitem.odd1.selected td {
	background-color:#ffffe6;
}

#payment label {
	width: 140px;
	padding-top: 62px;
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
	font-size:11px !important;
	cursor:pointer;
	background:transparent url(images/payments3.png) 0 0 no-repeat;
}
#payment label[data-value=PAYMENT_PAYBOX] {
	background-position: 0px 0;
}
#payment label[data-value=PAYMENT_PAYPAL] {
	background-position: -140px 0;
}
#payment label[data-value=PAYMENT_INVOICE] {
	background-position: -280px 0;
}
#payment label[data-value=PAYMENT_DUMMY] {
	background-position: -420px 0;
}
#payment label[data-value=PAYMENT_COUPON] {
	background-position: -560px 0;
}
.button {
	background-image:url('images/button-160-black.png');
}

.button-not-pro {
	background-image:url('images/button-160.png');
}

.button.disabled,
.button[disabled],
.button.disabled:active,
.button[disabled]:active {
	color:#454 !important;
}
#popup_container {
/*	font-family: Arial, sans-serif;
	font-size: 12px; */
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: black;
	border: solid 2px white;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: white;
/*	background: #CCC url(images/title.gif) top repeat-x; */
	background-color: black;
	border: 0;
	border-bottom: dotted 1px #ABABAB;
	cursor: default;
	padding: 0em;
	margin: 0 10px 0 10px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
	
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/warning.png);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
	color: white;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}.product {
	padding:10px;
	width:175px;
	height:295px;
	border:solid 1px #dedede;
	outline:solid 3px #f5f5f5;
	/*-moz-outline-radius: 9px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;*/
	float:left;
	margin-right:16px;
	margin-bottom:8px;
	margin-top:8px;
}

.product h3{
	font-size:13pt;
	color:black;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	line-height:normal;
	margin-bottom:0px;
	text-align:left;
	margin-top:4px;
	width:100%;
	height:22px;
	overflow:hidden;
	white-space:nowrap;
}

.product h4{
	font-size:13px;
	color:#898989;
	font-family:"PT Sans",Arial,Sans;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	width:100%;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
}

.product h4 strong{
	color:black;
	font-weight:normal;
}

.product p{
	font-size:13px;
	color:#898989;
	font-family:"PT Sans",Arial,Sans;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	margin-top:8px;
	width:100%;
	min-height:50px;
	max-height:50px;
	overflow:hidden;
	position:relative;
}

.product a.price_link{
	font-size:11pt;
	color:black;
	font-family:"PT Sans",Arial,Sans;
	font-weight:bold;
	line-height:normal;
	float:right;
	height:18px;
}

.product .product-name {
	color: black;
	text-decoration: none;
}

.product .product-name:hover {
	text-decoration: underline;
}

.product img.product-image {
	height:175px;
	width:175px;	
}

.product div.product-image-3d {
	height:175px;
	width:175px;
	overflow:hidden;
	position:relative;
}

.product .price_link {
	text-decoration: none;
}

.product .price_link:hover {
	text-decoration: underline;
}

.product .product-image-3d .product-image-3d-view {
	position:absolute;
	left:-30px;
}

