/* context menu specific */
#contextmenu  { 
	border:1px solid #999; 
	padding:0; 
	background:#eee; 
	width:50px; 
	list-style-type:none; 
	display:none; 
}
#contextmenu .separator  { border-top:1px solid #999; }
#contextmenu li  { margin:0; padding:0; }
#contextmenu li a { 
	display:block; 
	padding:5px; 
	height: 10px;
	font-size:12px; 
	border: 1px solid grey;
	background: white;

}
#contextmenu li a:hover  {
	cursor: pointer;
	border: 1px solid white;
}
#contextmenu li a.disabled { color:#ccc; font-style:italic; }
#contextmenu li a.disabled:hover { background-color:#eee; }


/* count menu */

#count  { 
	padding:0; 
	list-style-type:none; 
	position: relative;
	margin-bottom: 20px;
}
#count li {
	float: left;
	padding:5px; 
	height: 15px;
	width: 25px;
	font-size:12px; 
	border: 1px solid grey;
	background: white;
	color: white;
}


div#matrix {
	background: url('/cms/img/10cm-v-all.png') no-repeat 0 38px;
	padding-left: 50px;
}
div#matrix div {
	position: relative;
}
.circle {
	width: 28px;
	height: 25px;
	display: inline-block;
	overflow: visible;
	border: 1px solid transparent;
	margin-top: 21px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
	background: transparent;
}
.circle img {
	position: absolute;
	left: -20px;
	top: -25px;
}
.circle img.back {
	z-index: -10000;
	position: absolute;
}

.circle img.even {
	top: 1px;
}
.circle img:hover {
	background: url('/img/dude-select.png') no-repeat center center;
}

/*
.legenda .circle {
	text-align: center;
	left: 5px;
	top: 0px;
}
span.legenda {
	position: absolute;
	left: -35px;
	top: 45px;
}
*/

div.legenda {
	background: url('/cms/img/10cm-h-all.png') no-repeat top left;
	height: 45px;
	margin-left: -10px;
}



div#buttons a {
	background: #848484;
	color: white;
	margin: 0 2px;
	padding: 0 4px;
}

div#buttons a:hover {
	background: #8E8E8E;
}
div#buttons a#order-make {
	background: black;
}
div#buttons a#order-make:hover {
	color: silver;
}
/*
a#save {
	background: url('../../img/disk.png') no-repeat top left;
	padding-left: 18px;
}
a#restore {
	background: url('../../img/arrow_refresh.png') no-repeat top left;
	padding-left: 18px;
	margin-left: 10px;

}

a#save, a#print {
	cursor: pointer;
}
a#order-make, a#order-build {
	font-size: 1.1em;
	padding-left: 18px;
	margin-left: 20px;
}
a#order-make {
	background: url('../../img/wrench.png') no-repeat 0 4px;
}

a#order-build {
	background: url('../../img/package_green.png') no-repeat 0 4px;
}
*/
p.controls {
	margin: 0;
}
p.info {
	font-size: 1.2em;
	margin: 0;
}
p.restore {
	margin-top: 20px;
}
#count{
	font-size: 1.2em;
	font-weight: bold;
}
div.settings, div.settings select {
	color: #566C78;
	font-size: 11px
}
div#price p {
	color: silver;
}
div#price p#imgcontainer {
	position: relative;
}
div#price p#imgcontainer img {
	position: absolute;
	right: 0;
	top: -2px;
	
}
#price_toggle:hover {
	font-weight: bold;
}
div#price #price_toggle {
	cursor: pointer;
	background:#848484;
	color: white;
	padding: 0 4px;
}
p#price_info {
	color: silver;
	padding: 0 10px;
}
p#price_info span {
	margin-right: 10px;
}
div#fb-buttons {
	position: relative;
}
div.fb-like {
	position: absolute;
	right: 0;
}

div#fb-root div {
	top: 0;
}

div#price p {
	display: inline-block;
}