body {
    font-family: "Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";
    font-size: 12px;
    color: #000;
    margin: 0px;
    
    background-color: #808080;
    background-image: url("/img/bgm.png");
	background-repeat: repeat-x;
	background-position: left top;
}

.center {
    margin: auto;
}

#header {
	margin: auto;
	height: 95px;
	width: 950px;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 95px;
	position: relative;
}

#body-border {
	margin: auto;
	height: 20px;
	width: 956px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-color: transparent;
	background-image: url('/img/bgct.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#top-menu {
	color: #aaa;
	background-color: #000;
    background-image: url("/img/navigation.png");
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	min-width: 200px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 40px;
	padding: 0px;
	
	border: 1px solid #111;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#top-menu ul {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#top-menu li {
	display: inline-block;
	line-height: 40px;
	height: 100%;
	margin: 0px;
	float: right;
	color: #aaa;
}

#top-menu a {
	padding: 0px 10px 0px 10px;
	color: inherit;
	text-decoration: none;
}

#top-menu li.l {
	border-left: 1px solid #333;
}

#top-menu li.r {
	border-right: 1px solid #333;
}

#top-menu li:hover {
	color: #fff;
	background-color: rgba(0,255,0,0.15);
}

a img {
	border: none;
}

#footer {
	margin: auto;
	height: 60px;
	width: 956px;
	margin-top: 0px;
	margin-bottom: 5px;
	position: relative;
	
	background-color: transparent;
	background-image: url('/img/footer.png');
	background-repeat: no-repeat;
	background-position: left top;
	
	color: #666;
	text-indent: 20px;
	line-height: 30px;
	
	font-family: verdana, sans-serif;
}

#middle {
	margin: auto;
	border: 1px solid #eee;
	width: 950px;
	min-height: 800px;
	padding: 0px;
	background-color: white;
	position: relative;
	height: auto;
}

#middle #left {
	width: 200px;
	margin: 0px;
	padding: 0px;
	min-height: 800px;
	height: auto;
	border-right: 1px solid #eee;
	vertical-align: top;
}

#middle #main {
	margin: 0px;
	padding: 0px;
	min-height: 800px;
	height: auto;
	vertical-align: top;
}

#middle #right {
	width: 160px;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 800px;
	
	border-left: 1px solid #eee;
	vertical-align: top;
}

.box {
	margin-bottom: 10px;
	min-height: 3em;
}

.box .header {
	font-weight: bold;
	font-size: 1.2em;
	color: #47474E;
	text-align: center;
	height: 3em;
	line-height: 3em;
}

#categories {
	position: relative;
	padding-bottom: 10px;
}

#categories a {
	color: inherit;
	text-decoration: none;
}

#categories .parent {
	position: relative;
	height: 25px;
	overflow: hidden;
	margin-left: 14px;
	margin-right: 10px;
}

#categories .parent.open {
	height: auto;
}

#categories .no-children .button {
	background-image: none;
}

#categories .parent .name {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 2px;
	
	color:#E87B10;
	font-family: "Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";
	font-size:1.15em;
	border-bottom: 1px solid #eee;
	padding-left: 5px;
	
	border-left: 5px solid white;
}

#categories .parent.highlight .name {
	color: red;
}

#categories .parent .child-1 {
	border-bottom:1px solid #F4F4F4;
	border-left: 5px solid white;
	
	color:#555555;
	display:block;
	font-size:1.0em;
	height:16px;
	margin:2px 0;
	padding:2px 3px 2px 8px;
	text-decoration:none;
	
}

#categories .parent .child-2, #categories .parent .child-3 {
	border-bottom:1px solid #F4F4F4;
	border-left: 5px solid white;
	
	color:#555555;
	display:block;
	font-size:0.9em;
	height:13px;
	margin:2px 0;
	padding:2px 3px 2px 8px;
	text-decoration:none;
	text-indent: 10px;
}

#categories .parent .child-3 {
	text-indent: 15px;
}

#categories .parent div:hover {
	color: black;
	background-color: #eee;
}

#categories .parent.selected, #categories .parent div.selected {
	font-weight: bold;
	color: black;
	border-left: 5px solid black;
	border-bottom: none;
	background-color: #eee;
}

#categories .parent div.selected:hover {
	border-color: red;
	color: red;
}


#products .product {
	height: 70px;
	padding: 5px;
	margin-bottom: 4px;
	background-color: #f5f5f5;
	position: relative;
}

#products .product img {
	padding: 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
}

#products .product.odd {
	border: 1px solid #ccc;
	border-width: 1px 5px 1px 5px;
	
}

#products .product.even {
	border: 1px solid #bbb;
	border-width: 1px 5px 1px 5px;
}

#products .product .name {
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	left: 85px;
	top: 8px;

}

#products .product a {
	text-decoration: none;
	color: red;
}
#products .product a:hover {
	text-decoration: understrike;
	color: red;
}

#products .product .symbol {
	font-size: 1.0em;
	font-weight: bold;
	position: absolute;
	left: 85px;
	top: 25px;
	color: #333;
}

#products .product div.price
{
	width: 80px;
	height: 68px;
	position: absolute;
	right: 100px;
	top: 0px;
	font-size: 1em;
	background-color: white;
	text-align: center;
	padding: 6px;
}

#products .product .buttons
{
	height: 80px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 90px;
}

#products .product .buttons div.ui-corner-all {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: right;}
span.ui-icon { float: left; margin: 0 4px;}

#cart {
	padding: 5px;
}

#cart div.line {
	height: 20px;
	line-height: 20px;
	font-size: 1.1em;
	position: relative;
}

#cart div.line span {
	position: absolute;
	right: 20px;
}

#cart div#cart-buttons {
	height: 38px;
	margin-top: 5px;
	border-top: 1px solid #eee;
	padding: 4px;
}

#cart div#cart-buttons div.ui-corner-all
{
	margin: 4px; 
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
}

#products-nav, #product-header
{
	border-style: solid;
	border-width: 1px 4px 1px 4px;
	border-color: #ccc;
	background-color: #f5f5f5;
	height: 60px;
	margin-bottom: 4px;
	position: relative;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px;
}

#product-header {
	height: 30px;
	margin-bottom: 0px;
}

#products-nav div.top, #product-header div.top
{
	background-color: #ccc;
	height 30px;
	line-height: 30px;
	position: relative;
}

#products-nav .top .nav-path, #product-header .top .nav-path
{
	
	padding-left: 10px;
	font-size: 0.95em;
}

#products-nav .top .nav-path a, #product-header .top .nav-path a {
	text-decoration: none;
	color: #444;
}

#products-nav .top .nav-path .last, #product-header .top .nav-path .last {
	font-weight: bold;
}

#products-nav .top .nav-path a:hover, #product-header .top .nav-path a:hover {
	text-decoration: none;
	color: #000;
}

#products-nav .top .nav-info
{
	position: absolute;
	left: 380px;
	top: 0px;
	height: 30px;
	line-height: 30px;
	width: 190px;
	font-size: 0.95em;
	color: #444;
}

#products-nav div.bottom
{
	height 30px;
	line-height: 30px;
	position: relative;
}

#products-nav div.bottom .buttons
{
	position: absolute;
	left: 376px;
}

#products-nav div.bottom .buttons span.button, form span.button
{
	width: 13px;
	height: 13px;
	margin: 5px 2px 0px 3px;
	padding: 2px;
	font-size: 11px;
	color: #333;
	background-color: #f5f5f5;
	float: left;
	border: 2px solid #666;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form span.button {
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
	float: right;
}

span.button a {
	text-decoration: none;
	color: inherit;
}

#products-nav div.bottom .buttons span.button:hover, form span.button:hover {
	background-color: white;
	border-color: green;
	cursor: pointer;
}

#products-nav div.bottom .buttons span.button.selected {
	background-color: #fff;
	border-color: red;
}

#products-nav div.bottom .sort {
	position: absolute;
	width: 340px;
	left: 0px;
	padding-left: 10px;
	font-size: 0.95em;
	color: #333;
}

#products-nav div.bottom .sort input {
	height: 16px;
}

#product {
	padding: 5px;
	margin-bottom: 4px;
	background-color: #f5f5f5;
	position: relative;
	border: 1px solid #ccc;
	border-width: 1px 5px 1px 5px;
}

#product img {
	padding: 4px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
	cursor: pointer;
}

#product img:hover {
	border: 1px solid green;
}

#product #product-info {
	width: 380px;
	background-color: #fff;
	padding: 5px;
	float: left;
	margin: 0px;
}

#product #product-right {
	width: 166px;
	float: right;
	margin: 0px;
}

#product-info .name {
	font-size: 1.44em;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#product-info .symbol {
	font-size: 1.0em;
	padding-left: 5px;
	color: #333;
}

#product-info .symbol strong {
	text-transform: uppercase;
}

#product-info .description {
	margin-top: 10px;
	padding-left: 5px;
	font-size: 1.0em;
	text-align: justify;
}

#product-info .files {
	padding-left: 5px;
	margin-top: 10px;
}

#product-info .files ul {
	margin-top: 1px;
}

#product-info .files ul li {
	font-size: 1em;
}

#product-info .files ul li a {
	text-decoration: none;
	color: #222;
}

#product-info .files ul li a:hover {
	text-decoration: underline;
}

#product-right .name {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}

#product-right table {
	margin-bottom: 10px;
}

#product-right table tr td {
	padding: 2px;
	padding-left: 4px;
}

#product-right table tr td.left {
	width: 75px;
	border-right: 1px solid #666;
	text-align: right;
	padding-right: 4px;
}

.ex_price td {
	color: #222;
	font-size: 0.9em;
}

td.buttons {
	line-height: 26px;
}

td.buttons div.ui-corner-all {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
}

#image-dialog { 
	text-align: center;
}

#image-img { 
	margin: auto;
}

#cart-box a {
	color: inherit;
	text-decoration: none;
}

table.cart-table {
	width: 100%;
	margin: 0px;
}

.cart-table tr td{
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-right: 1px solid #e5e5e5;
	padding: 1px;
	height: 25px;
}

.cart-table tr td:first-child {
	border-left: 1px solid #e5e5e5;
}

.cart-table tr:last-child td {
	border-bottom: 1px solid #e5e5e5;
}

.cart-table tr.header td {
	font-weight: bold;
	font-size: 12px;
}

.cart-table tr.odd td {
	background-color: #f0f0f0;
}

td.c, input.c {
	text-align: center;
}

td.b {
	font-weight: bold;
}

.cart-table tr td.r {
	text-align: right;
	padding-right: 2px;
}

.cart-table tr td.l {
	text-align: left;
	padding-left: 4px;
}

.cart-table tr td a {
	text-decoration: underline;
	color: #000;
}

.cart-table tr td.menu a {
	color: blue;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
}

.cart-table tr td.menu a:hover {
	text-decoration: underline;
}

.cart-table tr td.nb {
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #e5e5e5;
	background-color: white;
}

.cart-table tr td.bb {
	border-bottom: 1px solid #e5e5e5;
}

td em {
	font-weight: normal;
	font-size: 10px;
}

.cart-table tr td.button {
	cursor: pointer;
}

.cart-table tr td.disabled {
	text-decoration: line-through;
	color: #555;
}

.cart-table tr td.button:hover {
	color: white;
	cursor: pointer;
	background-color: #888;
}

.cart-table tr td.button.selected {
	color: white;
	background-color: #444;
	font-weight: bold;
}

#mask {
	background:#6E4F1C url(ct/images/ui-bg_diagonals-thick_20_666666_40x40.png) repeat scroll 50% 50%;
	opacity: 0.8;
	position: absolute;
	display: none;
	z-index: 1001;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	min-width: 100px;
	min-height: 100px;
}

#mask-info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 50px;
	margin-top: -25px;
	margin-left: -60px;
	text-align: center;
	border: 1px solid black;
	background-color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
}

span.fr {
	float: right;
	margin-right: 2px;
	color: red;
	font-size: 11px;
	font-family: verdana;
}

.qty {
	font-size: 10px;
	margin-top: 4px;
}

.qred {
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	color: red;
}

.qok {
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	color: green;
}

.c { 
	text-align: center;
}

#search { 
	padding-left: 24px;
	margin-bottom: 5px;
}

.itxt, .ibtn { 
	border: 1px solid #ccc;
	padding: 2px;
	height: 18px;
}

#search-q.err, .itxt.err, .err .itxt {
	border-color: red;
}

.ibtn {
	float: right;
	width: auto;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.ibtn.l {
	float: left;
}

input.ibtn {
	height: 22px;
	margin-right: 0px;
}

.ibtn:hover {
	color: #000;
	border-color: green;
	background-color: #eee;
}

input.ibtn.disabled { 
	color: #666;
}

.ibtn.disabled:hover {
	color: #666;
	border-color: red;
}

.hbtn { 
	border: 1px solid #ccc;
	padding: 2px;
	height: 18px;
	display: none;
}

#popup {
	border: 1px solid #ccc;
	background-color: white;
	font-size: 11px;
	color: #222;
  	
  	position: absolute;
  	z-index: 500;
  	padding: 6px;
  	min-width: 60px;
  	min-height: 10px;
  	max-width: 250px;
  	text-align: justify;
  	
  	top: 0px;
  	left: 0px;
  	
	-moz-box-shadow:  0 5px 5px -3px black;
	-webkit-box-shadow:  0 5px 5px -3px black;
}

#popup ul {
	text-indent: 2px;
	margin: 2px;
	padding-left: 10px;
}

#popup ul li {
	text-indent: 0px;
	margin: 0px;
}

.edit-btn {
	min-width: 30px;
	width: auto;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	padding: 1px;
	border: 1px solid red;
	color: red;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 100;
}

.edit-btn a {
	color: inherit;
	text-decoration: none;
}

.edit-btn:hover {
	background-color: red;
	color: white;
}

#main a {
	color: red;
	text-decoration: none;
}

#cart-table-parent a {
	color: inherit;
}

