@mport url(../default/base.css);
@import url(../default/layout.css);
@import url(../default/component.css);
@import url(form.css);

* html body {
	font-size: 100%;
}
* html a,
* html a:hover,
* html a:visited {
	color: #14a;
}


body {
	margin-top: 0;
	margin-bottom: 0;
	/*background-color: #fff;*/
	margin: 0;
	background-color: #dbd5d5;
	font-size: 80%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
}

a,
a:visited {
	/*color: #14a;*/
	color: #000;
	text-decoration: none;
}

a:hover {
	/*color: #14a;*/
	color: #000;
	text-decoration: underline;
}

a img {
	border-style: none;
}


table {
	margin-bottom: 1em;
	border-collapse: collapse;
}

td,th {
	font-size: 100%;
}

th {
	background-color: #eec;
	border-bottom: #888 1px solid;
	text-align: left;
	white-space: nowrap;
}

ul {
	margin: 0 0 1em 0;
	padding: 1ex 0 0 1em;
}

li{
	padding-bottom: 2px;
	line-height: normal;
}


h2{
	margin: 2px 0 0;
	/*padding: 0 0.2em;*/
	padding: 6px 0 0;
	/*background-color: #fff;
	border: #048 2px solid;
	color: #048;
	font-family: "Arial";*/
	font-size: 160%;
	font-weight: bold;
	border-top: 1px dotted;
	border-bottom: 1px solid;
}

h3{
	margin: 2px 0 0;
	padding: 3px;
	/*
	border-top-style: none;
	border-bottom-style: none;
	background-color: #048;
	color: #fff;*/
	font-size: 110%;
	border-top: 1px dotted;
	border-bottom: 1px solid;
}

h3 a,
h3 a:hover,
h3 a:visited {
	color: #000;
}

h4{
/*  margin: 0;
    color: #048;
    border-bottom: 1px dotted #048;
*/
    margin: 2px 0 0;
    border-top: 1px dotted;
    border-bottom: 1px solid;
}

#video_cont{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#banner_cont{
	margin: 0;
}

table#three_column_layout,
#monolithic_layout {
	margin-top: 1em;
/*	border-top: #048 1px solid;
*/	border-top-style: none;
	margin-left: auto;
	margin-right: auto;
/*	width: 50%;*/
	width: 71em;
}

#three_column_layout #left_content {
	/*border-right: #048 1px solid;*/
	width: 200px;
	padding: 0;
	font-size: 80%;
}

#three_column_layout #main_content {
	/*border-left-color: #048;
	border-right-color: #048;*/
	padding-top: 0;
	font-size: 100%;
}

#three_column_layout #right_content {
	/*border-left: #048 1px solid;*/
	padding: 0;
	font-size: 80%;
}

#header {
	/*border-bottom: #048 1px solid;
	border-left: #048 1px solid;
	border-right: #048 1px solid;
	background-color: #048;*/
	background-image: url(../../template/specific/mocapdata/img/header-body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #def;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header a {
	color: #fff;
}
#header img {
	margin-left: 0;
	border-style: none;
	vertical-align: bottom;
}
#header td {
	padding: 0;
	vertical-align: middle;
	font-size: 80%;
}

#languages {
	font-size: 120%;
	font-weight: bold;
	/*margin: 1.5ex 0 0 !important;*/
}

#account {
	font-size: 120%;
	font-weight: bold;
}

#icons {
	float: right;
	margin-right: 7px;
}

#waymark {
	border-left: #888 1px solid;
	border-right: #888 1px solid;
	border-bottom: #888 1px solid;
	background-color: #eee;
	color: #000;
	font-size: 75%;
	font-weight: normal;
}
#waymark a {
	color: #048;
}

#search {
	/*
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	*/
	border-top-style: none;
	border-bottom-style: none;
	border-left: 1px #000 solid;
	background: none;
	font-size: 80%;
	margin-top: -6px;
	height: 37px;
	padding-left: 2em;
}

#search #query{
	width: 8em;
	background: url(../../template/specific/mocapdata/img/mocapdata/search-icn.gif) #fff no-repeat left;
	padding-left: 15px;
}

.search-btn{
	border:0;
	margin:0;
	/*padding:0 0 3px 0;*/
	/*padding-bottom: 10px;*/
	background: url(../../template/specific/mocapdata/img/mocapdata/search-btn.png) no-repeat top left;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

*>.search-btn{
	/*padding-top: 1em;*/
	padding-top: 1ex;	
}

.search-btn:hover{
	background: url(../../template/specific/mocapdata/img/mocapdata/search-btn-hover.png) no-repeat top left;	
}



.sitemap-btn{
	border:0;
	margin:0;
	padding:0 0 3px 0;
	background: url(../../template/specific/mocapdata/img/mocapdata/sitemap-btn.png) no-repeat top left;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

.sitemap-btn:hover{
	background: url(../../template/specific/mocapdata/img/mocapdata/sitemap-btn-hover.png) no-repeat top left;	
}

#sitemap_icon img:hover{
	background: url(../../template/specific/mocapdata/img/mocapdata/sitemap-btn-hover.png) no-repeat top left;
}

ul#menu li #search form fieldset a{
	background: url(../../template/specific/mocapdata/img/mocapdata/search-adv.png) #bbb bottom left repeat-x;
	color: #000;
	border: 1px #aaa solid;
	height: 20px;
	float: none;
	display: inline;
	padding: 5px;
}

ul#menu li #search form fieldset a:hover{
	color: #fff;
	background-color: #bbb;
}

#faq {
	margin-left: 1ex;
	margin-right: 1ex;
}

ul#faq {
	list-style-type: none;
}

ul#faq ul{
	/*not used -> reserved for the future*/
}

li .faq_item {
	list-style-type: none;
}

li .faq_item_qstn{
	list-style-type: disc;
	font-weight: bold;
}

li .faq_item_answ{
	font-style: italic;
	list-style-type: circle;
}

#welcome {
	border-style: none;
}

#welcome p {
	text-align: left;
	font-size: 15px;
}

#welcome a {
	color: red;
	weight: bold;
}

li.product {
  border: #888 1px solid;
  background-color: #f8f4e8;
}

td.expand a {
  font-weight: bold;
}

#product_list td {
	border-bottom: #888 1px solid;
	background-color: #f8f4e8;
}


ul#menu {
/*  margin-bottom: 1em;
  padding: 1ex 0 0 1em;*/
  font-size: 100%;
  font-weight: bold;
  margin-left:auto;
  margin-right:auto;
  width:90em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}

ul#menu li {
  float: left;
  /*margin: 0 0.15em;*/
  list-style-type: none;
  font-weight: bold;
  font-size: 120%;
}

ul#menu li a{
	background: url("../../template/specific/mocapdata/img/menu-bg.jpg") #fff bottom left repeat-x;
	height:47px;
	margin-top: -6px;
	float: left;
	line-height: 4em;
	/*width: 7em;*/
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #000;
	/*border-right: 1px solid #000;*/
	display: block;
	text-decoration: none;
	text-align: center;
}

ul#menu li a:hover{
	background: url("../../template/specific/mocapdata/img/menu-bg-hover.jpg") #fff bottom left repeat-x;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

ul#menu li a:visited{
	color: #fff;
	text-decoration: none;
}

#cart {
	padding: 0px;
}

#cart .control{
	border-top: #048 1px solid;
}

.control li{
	list-style-type: none;
}

h2.product_name {
	margin-bottom: 0.5em;
	/*border-bottom: #048 2px solid;*/
	border-bottom: #000 1px solid;
}


.width100per{
	width: 100%;
	clear: both;
	height: 84px;
}

.bg-color01{
	background-color: #FC0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.bg-color02{
	background-color: #000;
}

div#links {
	margin-left: auto;
	margin-right: auto;
	width: 71em;
}

div#links .link_box{
	color: #fff;
	background-color: #000;
	float: right;
	padding: 6px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div#links .link_box a{
	margin-left: 1px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


div#footer {
	/*
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	border-top: #048 1px solid;
	background-color: #048;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-size: 80%;
	*/
	width: 70em;
	height: 74px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
}

.footer-l{
	color: #FFF;
	float: left;
}
.footer-r{
	color: #FFF;
	float: right;
}

ul#review li {
	border-top: 1px solid #888;
}


.cart_content td,
.cart_content th {
	border-bottom-color: #048;
}

table#header #logo_container{
	margin-right: auto;
	margin-left: auto;
	width:90em;
}

table#header #logo_container #logo{
	float: left;
}

table#header #logo_container #top_menu{
	float: right;
}

table#header #menu_container{
	background-image: url(../../template/specific/mocapdata/img/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 51px;
}

table.category td {
	border-bottom-color: #888;
	background-color: #f8f4e8;
	padding: 0.2em 1em;
	font-size: 80%;
}
table.category td p.name {
	margin-top: 0;
}
table.category td p.description {
	margin-bottom: 0;
}
table.category td a {
/*	font-family: "Arial", sans-serif;*/
	font-size: 150%;
	font-weight: bold;
}
table.category td a,
table.category td a:hover,
table.category td a:visited {
	color: #444;
}

div.license {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	background-color: #eef;
	border: #88c 1px solid;
	clear: both;
	font-size: 75%;
	margin-bottom: 10px;
	padding: 5px 0pt;
	text-align: center;
}

fieldset {
	border-style: none;
	padding: 0;
}

#new_products{
  margin: 0;
  background-color: white;
}
#new_products p{
  margin: 0 0 1ex 0;
}
#new_products .product_image{
  height: 80px;
}

#new_products a{
  font-size: 80%;
  color: #048;
}

.vertical_product_list, #sub_categories{
  background-color: white;
}

.tag_cloud{
  background-color: white;
  padding-left: 5px;
}

.wrap{
border-top: 2px solid;
margin-bottom: 5px;
}

#correct pre size in all browsers
.pre_segment_size{
	display: none;
	/*white-space: pre-wrap;
	word-wrap: break-word;
	width: 130px;*/
}

table.border th, table.border td, tr.border th, tr.border td, th.border, td.border{
  border-bottom: 1px solid #88c;
}

.grand_total .price{
  color: red;
  font-weight: bold;
}

#footer a{
  color: white;
}

#header_bottom
{
width: 50%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}

#num_of_products{
  font-size: 15px;
  /*border-bottom: 3px solid #14a;*/
  text-align: left;
  /*margin-bottom: 1ex;
  padding: 1ex;*/
}

#num_of_products span{
  color: #000 !important;
  background-color: #fc0 !important;
}

.total{
  background-color: #FFFFCC;
}

