/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: none;
	/* font-weight: bold; */
}
a:link,
a:active,
a:visited {
	color: #930;
}
a:hover {
	color: #f50;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #fff;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 300%;
	margin: 0.1em 0;
}
h2 {
	color: #000;
	/* color: #e32; */
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 160%;
	margin: 0.1em 0;
}
h3 {
	color: #000;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 140%;
	margin: 0.3em 0;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0.2em 12px;
}

/* Layout */
#container {
	/* text-align: left; */
	text-align: center;
	border-right:dotted 1px #c2b59e;
	border-left:dotted 1px #c2b59e;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header{
	padding: 10px 20px;
	text-align: center;
}
#header h1 {
	color: #000;
}
#header h1 a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #000;
	text-decoration: underline;
}
#header img.cornerBoard {
	width: 40px;
	height: 95px;
}

#headerNavigation {
	background: url(../img/header_nav.jpg) repeat-x;
	margin: 0.5em 0;
	height: 2.5em;
	font-weight: bold;
	text-align: center;
}
#headerNavigation form {
	margin: 0.3em 0;
	line-height: 2.5em;
}
#headerNavigation fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#headerNavigation input {
	width: auto;
	font-size: 80%;
}
#headerNavigation span.headerNavigationItem {
	margin: 0 0.5em;
}

#content{
	/* clear: both; */
	/* float: left; */
	/* margin-left: 185px; */ 
	margin: 0.5em auto;
	text-align: left;
	color: #333;
	/* padding: 10px 20px 40px 20px; */
	width: 600px;
	/* overflow: auto; */
}
#order_content{
	/* clear: both; */
	/* float: left; */
	/* margin-left: 185px; */ 
	margin: 0.5em auto;
	text-align: left;
	color: #333;
	/* padding: 10px 20px 40px 20px; */
	width: 800px;
	/* overflow: auto; */
}
#footer {
	clear: both;
	padding: 6px 10px;
	/* text-align: right; */
	text-align: center;
}
#footer address {
	color: #000;
	font-size: 80%;
	font-style: normal;
	line-height: 150%;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	/* clear: both; */
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th.rowheader {
	width: 12em;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
}
table tr.altrow td {
	background: #f4f4f4;
}
td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
/*
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
*/
/*
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
*/
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	/* clear: both; */
}
/*
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
*/
input, textarea {
	font-size: 130%;
	/* font-family: '‚l‚r ‚oƒSƒVƒbƒN', "frutiger linotype", "lucida grande", "verdana", sans-serif; */
	margin: 2px;
	width: 95%;
	padding: 0 0.1em;
}
.required {
	color: #f00;
}
.form-error {
	border-color: #f88;
	background: #fdd;
}
div.submit input {
	width: auto;
}
input.checkbox {
	width: auto;
}

/* Notices and Errors */
div.message {
	/* clear: both; */
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	/* clear: both; */
	color: #900;
	font-weight: bold;
}
p.error {
	text-indent: 1em;
	background: #fdd;
	border: solid 1px #f88;
	color: #900;
	font-family: '‚l‚r ƒSƒVƒbƒN', Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: '‚l‚r ƒSƒVƒbƒN', Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
}

#menu {
	margin: 5px;
	padding: 0;
	border: 1px dotted #cccccc;
	width: 170px;
	text-align: left;
	font-size: small;
	line-height: 130%;
	/* float: left; */
	position: absolute;
	left: 0;
}

#menu a {
	font-weight: normal;
	text-decoration: none;
}
#menu a:link { color: #CC6600; }
#menu a:active, a:visited{ color: #CC6600; }
#menu a:hover{
	color: #f50;
	text-decoration: underline;
}

#menu div {
	margin: 0;
	padding: 0;
	border: 5px solid #ffffff;
	background-color: #faefe5;
}

#menu ul {
	list-style: url(../img/menu_listicon.gif) outside;
	margin: 0 0 0 0.5em;
	padding: 0;
}

#menu li {
	margin: 0.1em 0 0.1em 15px;
}

#menu h4 {
	font-size: 110%;
	font-weight: bold;
	color: black;
	margin-left: 1em;
	padding-left: 17px;
}

#menu_corner {
	margin-bottom: 1em;
}

#menu_corner h4 {
	background: url(../img/corner_icon.gif) left no-repeat;
}

#menu_guide h4 {
	background: url(../img/guide_icon.gif) left no-repeat;
}


#cart {
	margin: 5px;
	padding: 0;
	border: 1px dotted #cccccc;
	width: 180px;
	text-align: left;
	font-size: small;
	line-height: 130%;
	/* float: right; */
	position: absolute;
	right: 0;
}
#cart a {
	font-weight: normal;
	text-decoration: none;
}
#cart a:link { color: #CC6600; }
#cart a:active, a:visited{ color: #CC6600; }
#cart a:hover{
	color: #f50;
	text-decoration: underline;
}
#cart form {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}
#cart form div {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}
#cart input {
	padding: 0;
	margin: 0;
	font-size: 100%;
	background: transparent;
	border: solid 1px #fff;
	text-align: left;
	color: #CC6600;
	cursor: pointer;
}
#cart input:hover {
	color: #f50;
	text-decoration: underline;
}
#cart h4 {
	background: #f90;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0.2em;
	font-size: 110%;
	font-weight: bold;
}
#cart .point {
	font-size: 110%;
	color: #f90;
}
#cart table {
	border: none;
	margin: 1em 0;
}
#cart tr,
#cart td,
#cart th {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#cart .number {
	text-align: right;
}
#cart .total {
	text-align: right;
	margin: 1em 0;
}
#cart p {
	text-indent: 1em;
}
#cart ul {
	list-style: url(../img/menu_listicon.gif) outside;
	margin: 0 0 0 0.5em;
	padding: 0;
}
#cart li {
	margin: 0.1em 0 0.1em 15px;
}

div.cornerDescription {
	margin: 1.5em 1em 2em;
	text-indent: 1em;
	line-height: 1.5em;
}

ul.subCorner {
	line-height: 1.3em;
}

div.productListContainer {
	margin: 1em 0;
	padding: 0;
	border: 2px solid #c60;
	background-color: #fff;
	width: 600px;
	text-align:left;
}
div.productList {
	margin: 5px;
	padding: 2px;
	background-color: #ffffe8;
}
div.productList .section {
	clear: left;
	margin: 0;
	width: 590px;
}
div.productList .image {
	width: 160px;
	text-align: center;
	float: left;
}
div.productList h3 {
	margin: 0.5em;
	padding: 0;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
div.productList h3 a,
div.productList h3 a:link,
div.productList h3 a:active,
div.productList h3 a:visited {
	color: #000;
}
div.productList .price {
	color: #f00;
	font-weight: bold
}
div.productList .spec {
	margin-left: 167px;
	width: 410px;
}
div.productList dl {
	line-height: 1.5em;
	margin: 0em 0em;
	width: auto;
}
div.productList dt {
	padding-left: 4px;
	vertical-align: top;
	font-weight: normal;
}
div.productList dd {
	margin-left: 7em;
	margin-top: -1.5em;
	vertical-align: top;
}
div.productList p.description {
	text-indent: 1.5em;
	margin: 0.8em 0;
}
div.productList input {
	font-size: 100%;
	width: auto;
	margin: 0;
	padding: 0;
}
div.productList .clear {
	clear: left;
}

div.productDetailContainer {
	margin: 1em 0;
	padding: 0;
	border: 2px solid #c60;
	background-color: #fff;
	width: 600px;
	text-align:left;
}
div.productDetail {
	margin: 5px;
	padding: 2px;
	background-color: #ffffe8;
}
div.productDetail .section {
	clear: left;
	margin: 0;
	width: 590px;
}
div.productDetail .image {
	width: 320px;
	text-align: center;
	float: left;
}
div.productDetail .clear {
	clear: left;
}
div.productDetail h3 {
	margin: 0.5em;
	padding: 0;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
div.productDetail .price {
	color: #f00;
	font-weight: bold;
}
div.productDetail .spec {
	margin-left: 327px;
	width: 250px;
}
div.productDetail dl {
	line-height: 1.5em;
	margin: 0em 0em;
	width: auto;
}
div.productDetail dt {
	padding-left: 4px;
	vertical-align: top;
	font-weight: normal;
}
div.productDetail dd {
	margin-left: 7em;
	margin-top: -1.5em;
	vertical-align: top;
}
div.productDetail p.description {
	text-indent: 1.5em;
	padding: 0.4em;
	margin: 0.4em 0;
}
div.productDetail input {
	font-size: 100%;
	width: auto;
}

div.thumbnail {
	border: solid 1px #eee;
	width: 160px;
	height 160px;
	text-align: center;
	line-height: 160px;
	margin: 0;
	padding: 0;
}

#order_content h2 {
	text-align: center;
}
#order_content .baloon  {
	margin: 0 0 1em;
}
#order_content .baloon .baloonTop {
	background: url(../img/order_baloon_top.gif) left top no-repeat;
	padding: 40px 0 0;
}
#order_content .baloon .baloonBody {
	background: #ffd;
	border-left: solid 2px #ffb;
	border-right: solid 2px #ffb;
	padding: 0 20px;
}
#order_content .baloon .baloonBottom {
	background: transparent url(../img/order_baloon_bottom.gif) left bottom no-repeat;
	padding: 0 0 20px;
}

#order_content .orderNotice {
	text-align: center;
	margin: 1em 0 2em;
	font-size: 80%;
}

#order_content h3 {
	color: #c60;
	font-size: 100%;
	font-weight: bold;
	margin-top: 2em;
}
.stepGuide {
	color: #c60;
	font-size: 100%;
	font-weight: bold;
	margin-top: 2em;
}
#order_content .next_step {
	text-align: center;
	margin: 2em auto;
}
#order_content .submit {
	text-align: center;
	margin: 8px auto;
}
#order_content .submit input {
	margin: 0;
	font-size: 120%;
}
#order_content .submit .next {
	border: solid 8px #f90;
	margin: 8px 2em;
}
#order_content div.step {
  border: solid 1px #ccc;
  padding-bottom: 1em;
}
#order_content div.step h3 {
  margin: 0;
  padding: 0.5em;
  color: #840;
  background: #ffeed5;
  font-weight: bold;
  text-align: center;
}
#order_content div.step fieldset {
  margin: 0.5em 1em;
  padding: 0.5em;
}
#order_content div.step div.submit {
  text-align: right;
}
#order_content div.step p {
  margin: 1em;
}


.cart_detail,
.cart_detail th,
.cart_detail td {
	border: solid 1px #ccc;
}
.cart_detail {
	border-collapse: collapse;
	margin: 1em 0 3em;
}
.cart_detail th {
	font-weight: bold;
	color: #840;
	background: #ffeed5;
	padding: 0.5em;
}
.cart_detail form {
	padding: 0;
	margin: 0;
}
.cart_detail .submit {
	padding: 0;
	margin: 0;
	font-size: 80%;
}
.cart_detail input {
	width: auto;
}
.cart_detail td.button {
	padding: 0;
	margin: 0
}

td.number {
	text-align: right;
}

.ordersheet,
.ordersheet caption,
.ordersheet th,
.ordersheet td {
	border: solid 1px #ccc;
}
.ordersheet {
	border-collapse: collapse;
	margin: 1em 0 2em;
}
.ordersheet caption {
	font-weight: bold;
	color: #840;
	background: #ffeed5;
	padding: 0.5em;
}
.ordersheet th,
.ordersheet td {
	font-weight: normal;
	background: #fff;
	color: #000;
	padding: 0.5em;
}
.ordersheet th {
	width: 170px;
}
.ordersheet td {
	text-align: left;
}
.ordersheet td.desc {
	width: 300px;
}
.ordersheet input {
	width: auto;
}
.ordersheet dl {
	line-height: 1.5em;
	margin: 0em 0em;
	width: auto;
}
.ordersheet dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: baseline;
}
.ordersheet dd {
	margin-top: 0;
	margin-left: 4em;
	vertical-align: baseline;
}
