/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* AppSumo */

html,
body {
  margin: 0;
  padding: 0;
  background: #333;
  color: #333;
  font: normal 15px Arial, serif;
}

a {
  color: #447d9b;
}

h1, h2, h3, h4, h5, h6, table, form {
    margin-bottom: 20px;
}

ul {
  padding-left: 20px;
  list-style: disc;
}

ul li { list-style: inherit; }

dl { line-height: 1.4em; padding-left: 100px; position: relative;}

dl dt {
  position: absolute;
  left: 0;
  width: 100px;
  font-weight: bold;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;  
}
/* End hide from IE-mac */

.column {
    float: left;
    position: relative;
}

.wrapped {
    height: inherit;
    width: 937px;
    margin: 0 auto;
    position: relative;
}

#body {
  background-color: #ebb928;
  background-image: url('../images/v4/risingsun.png');
  background-position: left -100px;
  background-repeat: no-repeat;
  padding: 10px;
}

#message-list {
    margin-top: 20px;
}
#message-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.message {
	border: 1px solid #fb2;
	color: #BC5B1A;
	padding: 5px;
	padding-left: 34px;
	background-position: 10px center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 0 5px 0;
	background: #F9F3CC url('../images/error.png') 10px center no-repeat;
}
.message-close {
	position: absolute;
	right: 5px;
	color: inherit;
	text-decoration: none;
}
.success {
	border-color: #397D33;
	color: #397D33;
	background: #D1FBCA url('../images/success.png') 10px center no-repeat;
}
.error, .warning {
	background: #FBD5D2 url('../images/exclamation.png') 10px center no-repeat;
	border-color: #E25F53;
	color: #E25F53;
}

/* forms */
legend { font-size: 1.4em; padding: 10px 10px 10px 0; margin-bottom: 10px; }
fieldset { border: 0; border-top: 5px solid #ddd; margin-bottom: 10px; }
fieldset p { margin-top: 0; }
div.formRow { padding: 6px 0px 6px 150px; margin: 1px 0; position: relative; }
.box div.formRow, form div.fButtonInputRow { background: none; }
div.formRow label { width: 140px; display: block; position: absolute; padding-left: 0px; left: 0; }
div.fRequired label {  }
div.formRow small { padding: 5px 0 0 0; display: block; line-height: 1.2em; }
div.fCheckboxInputRow label { position: relative; left: auto; width: auto !important; }
div.fCheckboxInputRow input { display: inline; }
div.noMarginRow { padding-left: 10px !important; }
div.formRow ul.errorlist { padding: 5px 0 0 0; margin: 0; list-style-type: none; font-size: 0.8em; font-weight: bold; }
div.fPasswordInputRow input, div.fTextInputRow input, div.fPasswordInputRow input, div.formRow div.fTextInputRow input, div.fPasswordInputRow input { width: 250px; }
textarea { min-width: 360px; }
input, select { vertical-align: middle; }
div.fTextInputRow input, div.fPasswordInputRow input {
	padding: 1px 3px;
}
option { padding: 0 5px; }
div.fPasswordInputRow input, div.fTextInputRow input, select, textarea { border: 1px solid #999; color: #666; background: #f9f9f9; }
input:focus, select:focus, textarea:focus { border-color: #777; color: #333; background: #fff; }
textarea {
	padding: 5px;
}
div.fButtonInputRow input, div.fButtonInputRow button, button {
	cursor: pointer;
	margin-top: 0;
	padding: 2px 10px;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.5em;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.fButtonInputRow input:hover, div.fButtonInputRow button:hover {
	background-color: #888;
	color: #fff;
	text-decoration: none;
}
div.formRow .disabled { background: #eee; }
div.fInputErrorRow, div.formRow ul.errorlist { color: red; }
div.fErrors input, div.fErrors select, div.fErrors textarea { border-color: red; border-style: solid; }

th { text-align: left; }
th, td { padding: 5px; }

#buy-page {
    padding: 0;
    margin: 0;
    list-style: none;
}
#buy-page li {
    padding: 30px 60px;
    margin-bottom: 15px;
    position: relative;
    font-size: 30px;
    border: 12px solid #fff;
}
#buy-page .number {
    background: #458920;
    border: 10px solid #1f4a08;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    position: absolute;
    left: -44px;
    top: 15px;
}
#buy-page .number span {
    border-radius: 16px;
}
#buy-page li .inner {
    font-size: 15px;
}
#buy-page li h2 {
    color: #000;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}
#buy-page li p {
    color: #959595;
}
#buy-page #order-details {
    border: 12px solid #c8c8c8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#buy-page #order-details table {
    margin-bottom: 0;
}
#buy-page #order-details table thead th {
    color: #656565;
    border-bottom: 5px solid #67746a;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 6px 0;
}
#buy-page #order-details table thead th.quantity {
    width: 80px;
    text-align: center;
}
#buy-page #order-details table thead th.price {
    width: 80px;
    text-align: center;
}
#buy-page #order-details table thead th.multi {
    width: 80px;
    text-align: center;
}
#buy-page #order-details table thead th.total {
    color: #000;
    text-align: center;
    width: 180px;
}
#buy-page #order-details table tbody td {
    color: #515b62;
    font-size: 1.1em;
    padding: 10px 0;
}
#buy-page #order-details table tbody td.desc {
    color: #000;
    font-weight: bold;
}
#buy-page #order-details table tbody td.quantity {
    text-align: center;
}
#buy-page #order-details table tbody td.multi {
    text-align: center;
}
#buy-page #order-details table tbody td.price {
    text-align: center;
}
#buy-page #order-details table tbody td.total {
    text-align: center;
    color: green;
    font-weight: bold;
}
#buy-page #your-details {
    border-bottom: 1px solid #d3d3d3;
}
#buy-page #order-payment {

}
#buy-page #order-payment input {
    padding: 3px 6px;
    margin-bottom: 10px;
    background: #f8f8f8;
    border: 1px solid #a6a6a6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
}
#buy-page #order-payment .firstname input,
#buy-page #order-payment .lastname input,
#buy-page #order-payment .city input,
#buy-page #order-payment .state input {
    width: 240px;
}
#buy-page #order-payment .acct input {
    width: 220px;
}
#buy-page #order-payment .cvv2 input {
    width: 100px;
}
#buy-page #order-payment .zip input {
    width: 140px;
}
#buy-page #order-payment .street input {
    width: 520px;
}

#buy-page #order-payment th,
#buy-page #order-payment td {
    padding: 0 25px 0 0;
}
#buy-page #order-payment th {
    padding-bottom: 2px;
    font-size: 0.9em;
}
#buy-page #order-payment h3 {
    font-family: arial, serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.2px;
}
#buy-page #order-payment h4 {
    font-family: arial, serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.2px;
}
#buy-page #order-payment #pay-credit-card button,
#buy-page #order-payment #pay-free button,
#buy-page #order-payment #pay-gift button {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 20px;
    font-weight: normal;
    font-size: 24px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#buy-page #order-payment #pay-paypal {
    margin-left: -50px;
    background: url('../images/v3/pay-with-paypal-bar.png') left center repeat-x;
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
}
#buy-page #order-payment #pay-paypal #paypal-icon {
    background: #fff url('../images/v3/paypal-icon.png') center center no-repeat;
    position: absolute;
    width: 67px;
    height: 46px;
    left: 30px;
    text-indent: -10000em;
}
#buy-page #order-payment #pay-paypal button {
    background: #fff url('../images/v3/pay-with-paypal.png') center center no-repeat;
    display: block;
    width: 442px;
    height: 46px;
    border: 0;
    text-indent: -10000em;
}

#order-details .order-quantity { width: 50px; font-size: 1em; text-align: center; }
#order-payment .paypal-seal { position: absolute; right: 10px; }
.grid { border: 1px solid #ddd; width: 100%; }
.grid thead { background: #eee; }
.grid thead th { border-bottom: 1px solid #ddd; }
.row2 { background: #f9f9f9; }

.tc { text-align: center; }
.tr { text-align: right; }

.buy-button,
.get-button,
.sold-out-button {
    width: 232px;
    height: 62px;
    border: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
    text-indent: -10000em;
}
.buy-button {
    background: url('../images/v2/buy-now.png');
}
.get-button {
    background: url('../images/v2/buy-now.png');
}
.sold-out-button {
    background: url('../images/v2/sold-out.png');
}

/* pagination */
.paging { height: 32px; font-size: 0.9em; margin-bottom: 18px; }
.paging ul { list-style-type: none; margin: 0; padding: 0; }
.paging li { float: left; display: inline; }
.paging-meta { display: none; }
.paging li.active span {  }
.paging li span, .paging li a {
    background: #ddd; padding: 2px 10px; margin: 0 1px;
    color: #ccc; display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.paging li a { text-decoration: none; color: #666; }
.paging li a:hover { background: #aaa; color: #333; }

.shadow {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    position: absolute;
    padding-left: 2px;
    padding-top: 2px;
    color: #8a6d18;
}
.shadow-text {
    position: relative;
    z-index: 2;
    color: inherit;
}

#ki_container textarea {
  min-width: 0;
}