* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

#body {
	background: #fff url('../img/bg_top.gif') repeat-x;	
}

a {
	color: #B02B2C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0px;
    padding: 0px;
}
h2 {
	background:#fff;
	color: #333;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 130%;
	margin: 0 0 0.8em 0;
	padding-top: 1em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 0em;
    padding-bottom: 0.4em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

h5 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
    margin-left:6px;
}

#leftColumn{
    width:164px;
    float:left;
    margin-top:16px;
}

#leftColumn p{
    margin-bottom:16px;
    text-align:left;
}


#rightColumn{
    margin:0px;
	padding-left:165px;
}

/* Lists */
ul, li {
	margin:     0px;
}

#rightColumn ul {
    padding-left:48px;
    padding-top:5px;
    margin-bottom:12px;
    list-style-type:square;
    color:#333;
}

#rightColumn li {
    line-height:25px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
    background: url('../img/logo.gif') no-repeat top left;
    width: 980px;
    margin: 0px auto;
    height:125px;
}
#redtabs {
    float:right;
    background: #B02B2C;
}

.spacer {
    margin: 4px 0px;
    line-height:1px;
    width:107%;
    height:1px;
    border-bottom:1px solid #eee;
}


#redtabs a {
    float:right;
    background: #B02B2C;
    color:#fff;
    padding:8px 12px 8px 12px;
}

#header a:hover {
	color: #fff;
	background: #cc0000;
	border-bottom:1px dashed #eeeeee;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
    width: 980px;
    margin: 0px auto;
	padding: 10px 0px 40px 0px;
	overflow: auto;
}
#footer {
	clear: both;
    width: 980px;
    background:#eee;
    border-top:1px solid #ccc;
    height:35px;
	padding: 6px 10px;
    margin:0px auto;
	text-align: left;
}

#loginColumn{
    width:204px;
    margin: 0px 40px 10px 16px;
    float:left;
}

#homeColumn{
    padding-left:264px;
}

#homeColumn ul {
    padding-left:48px;
    padding-top:5px;
    margin-bottom:12px;
    list-style-type:square;
    color:#333;
}

#homeColumn li {
    line-height:25px;
}

#homeColumn h1 {
	background:#fff;
	color: #73880A;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
    padding:0px 0px 6px 0px;
}

p {
    padding-bottom:8px;
    padding-top:4px;
    line-height:20px;
    text-align: justify;    
}

#leftColumn h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 20px 0px 0px 0px;
    clear:both;
}


#loginColumn h1 {
	background:#fff;
	color: #73880A;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 3px 0px 12px 0px;
    text-decoration:underline;
	padding-top: 0em;
}

#rightColumn h1 {
	background:#fff;
	color: #73880A;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
    padding:0px 0px 6px 0px;
}

#rightColumn p {
    padding-bottom:8px;
    padding-top:4px;
    line-height:20px;
    text-align: justify;    
}

/* Tables */

table {
	background: #fff;	
	color: #333;
	width:100%;
	margin: 5px 0px 10px 0px;
}

/* sign up */

#signup {
	margin:0px 55px;
}

#recaptcha {
	margin:10px 0px 10px 10px;
	text-align:left;
}

/* My Company information */

.company-information {
	width:140px;
	float:left;
	text-align:right;
}

/* Editing Invoice */

#editInvoice {
margin:0px;
position:relative;
padding:0px 0px 45px 0px;
}
/* Adding Invoice */

#addInvoice {
	margin:0px;
	position:relative;
	padding:0px 0px 45px 0px;
}

#submitInvoice {
	position:absolute;
	right:20px;
	bottom:10px;
}

#invoice_rows {
	width:100%;
}

#invoice_rows_table td {
    padding:6px;
	margin:0px;
    border-bottom:1px solid #ccc;
    text-align:left;
}


#invoice_rows table .qty {
	text-align:center;
	width:5%;
}

#invoice_rows table .item {
	text-align:left;
	width:80%;
}

#invoice_rows table .remove {
	width:15%;
	font-size:12px;
	}

#invoice_rows table .remove input {
	border:0px;
	padding:0px;
}


.addInvoiceInput {
    text-align: left;
    float:left;
	margin:15px 0px 15px 15px;
}

.addInvoiceInput select {
	padding: 0px;
	font-size:12px;	
}

.addInvoiceInput label {
	margin-bottom:9px;
}

.rowInput {
  border-bottom: 1px solid #ccc;
  background: #DFEB9B;
  width:100%;
  margin:0px;
}

th {
	background: #DFEB9B;
	text-align: center;
    padding:3px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
    float:left;
}

.action {
    width: 115px;
    border-right:4px solid #FFF;
}

.id {
    width: 75px;
    border-right:4px solid #FFF;
}

.price {
	text-align: left;
	float:left;
	text-decoration: italic;
		}

th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
    border:0px;
}
tr.altrow{
    background:#F9F7ED;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;	
	padding: 4px 6px 4px 6px;
    margin:0px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #F9F7ED;
}
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 {
	float:left;
	margin: 0px;
    padding:0px;
	width:525px;
}

fieldset {
	border:0px;
	border-top: 1px solid #73880A;
    background: #f9f7ed;
	margin-top: 0px;
	padding: 0.2em 8em 0.2em 1em;
    
}
fieldset h1{
    background: #f9f7ed;
    color:#C79810;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
fieldset legend {
		color: #73880A;
		font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
		font-size: 120%;
		margin: 3px 0px 12px 0px;
	    text-decoration:underline;
		padding: 0.2em 0.4em;
	}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	padding:0px;
	margin: 0px;
}
form div {
	margin-bottom: 1em;
    padding:0px;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
    margin:15px 0px 0px 0px;
    padding:0px;
    width:100%;
    text-align:left;
}
label {
	display: block;
	font-size: 70%;
    text-align:left;
	padding: 0px;
    color:#36393D;
    margin-bottom:2px;
}
.remembermelabel {
	display:inline;
    float:left;
	font-size: 70%;
    color:#C79810;
}
.bigcheck {
    display:inline;
    float:left;
}

input, textarea {
    color:#36393D;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 4px 2px 4px 4px;
    border:1px solid #ccc;
    border-left:4px solid #ccc;
    margin-bottom:4px;
}
input.Qty {
    width:25px;
    font-size:70%;
    float:left;
    margin:0px;

}
select {
	float:left;
	font-size: 100%;
	vertical-align: text-bottom;
    padding: 2px 5px;
    margin:2px 0px 2px 0px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
    margin:8px 0px 0px 0px;
	width: auto;
	vertical-align: bottom;
    background:#fff;
    border:1px solid #73880A;
    border-left:4px solid #73880A;
}


.form-error {
	border-left:4px solid #900;
}

/* Notices and Errors */
div#statusMessage a {
	background:##F9F7ED;
	color: #006E2E;
	display:block;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 20px 0px 0px 0px;
	text-align:left;
}

div.message {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 20px 0px 0px 0px;
    clear:both;
}
div.error-message {
	color: #900;
	font-weight: bold;
	font-size:10px;
	text-align:right;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: 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: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/* Flash */
.fl_warning {
	line-height:32px;
	width:980px;
	height:48px;
    background: url('/img/fl_yellow.png') no-repeat top left;
}
.fl_message  {
	padding:10px;
}

.fl_success {	
	line-height:34px;
	padding-left:10px; 
	width:970px;
	height:48px;
	color:#4F8A10;
    background: url('/img/fl_green.png') no-repeat top left;
}

.fl_error {
	line-height:34px;
	color:#C90000;
	width:970px;
	height:48px;
	padding-left:10px; 
    background: url('/img/fl_red.png') no-repeat top left; */
}

.fl_error img, .fl_success img, .fl_warning img {
	margin:8px 13px 0px 10px;
	float:left;
}

/*  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;
}

div#promo-ad img#hp_explore{margin-left:10px;}div#tour table{margin:0 120px 0 155px;}div#tour p{font-size:.95em;color:#333;}div#tour a{font-weight:bold;}div#foot{background:url(http://l.yimg.com/g/images/home_bg_foot.png) repeat-x;height:210px;font-size:85%;color:#333; margin-top:40px;}div#foot a{text-decoration:none;}div#foot .wrap-inner{width: 980px;
margin: 0px auto;padding-top:1em;}div#foot ul,div#foot p{clear:both;margin-left:15px;}div#foot li{float:left;margin-right:.5em;}div#foot #yahoo_co{position:absolute;right:25px;}div#foot .LanguageSelector{margin-bottom:1em;margin-left:14px;_margin-left:7px;width:700px;float:left;}.LanguageSelector span.choose{float:left;margin-right:1em;}.LanguageSelector img{vertical-align:bottom;}.LanguageSelector a{text-decoration:none!important;display:block;float:left;}.LanguageSelector a.selected{color:#999;cursor:default;}.LanguageSelector a.selected:hover{background:none;}.LanguageSelector b{display:block;float:left;margin:0 .5em;}a#lang_zh-hk{width:45px;overflow:hidden;*text-indent:-999em;*background-image:url("http://l.yimg.com/g/images/lang_zh-tw_11px.png");background-repeat:no-repeat;}a:hover#lang_zh-hk{background-image:none;*background-image:url("http://l.yimg.com/g/images/lang_zh-tw_11px_hover.png");background-color:#0063dc;}a:hover#lang_zh-hk img{visibility:hidden;}a#lang_ko-kr{width:23px;overflow:hidden;*text-indent:-999em;*background-image:url("http://l.yimg.com/g/images/lang_ko-kr_11px.png");*margin-top:1px;background-repeat:no-repeat;}a:hover#lang_ko-kr{background-image:none;*background-image:url("http://l.yimg.com/g/images/lang_ko-kr_11px_hover.png");*background-position:0 -1px;background-color:#0063dc;}a:hover#lang_ko-kr img{visibility:hidden;}div#foot #copyright{color:#ccc;margin-top:.25em;clear:both;}div#vid_andvideos{position:absolute;right:18px;top:-25px;}