/* = FIELDSET & LEGEND
---------------------------------------------------------
*/

fieldset
{
	border: 1px solid #eee;
	padding: 8px 10px;
	margin: 0 0 1.5em 0;
}

fieldset legend
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
    color: #666;
	background-color: white;
}

fieldset ul
{
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

fieldset ul li
{
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

/* END FIELDSET & LEGEND
---------------------------------------------------------
*/

/* = LABELS
---------------------------------------------------------
*/

/*
label
{
	line-height: 1.8;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	clear: both;
    width: 100px;
    margin: 0;
	padding: 0 20px 0 0;
}

label.check,
label.radio
{
	font-weight: bold;
	text-align: left;
	display: inline;
	float: left;
	clear: none;
    width: 100px;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

label.check.vertical,
label.radio.vertical
{
	display: block;
	float: left;
	clear: right;
    width: auto;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

div#search label
{
	width: auto;
	color: black;
}
*/
/* END LABELS
---------------------------------------------------------
*/

/* = INPUTS
---------------------------------------------------------


label {
	float:left;
	clear: left;
	width: 200px;
}

input, select, textarea
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	display: block;
	float: left;
	margin: 0 0 7px 0;
	padding: 1px;
}
#yab-shop-one-payment{
	float:left;
	}
.yab-add input[type="text"] {
	width: 10px;
	margin-right: 15px;
	clear:left;
}
.yab-add-select-size {
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #3d3d3d;
	width: 200px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.yab-add-select-size #select-size {
	float: left;
	clear:both;
	margin-bottom: 15px;
}
td {
		line-height: 10px;
		text-transform: uppercase;
		font-size: 10px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		padding-bottom: 15px;
	}

th {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

.yab-to-checkout {
	background-color: #3d3d3d;
	color: white;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 4px;
	margin-left: 28px;
	float: left;
}
.yab-item {
	font-style: italic;
	border-bottom-style: none;
	line-height: 18px;
	font-size: 10px;
}
.yab-checkout-price {
	float: right;
}
.yab-checkout-change {
	float: none;
	width:250px;
}
.yab-shop-message {
	text-transform: capitalize;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;

}
.history-back a {
	text-decoration: underline;
	color: #cccccc;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
.history-back a: visited {
	color: #cccccc;
}
.yab-checkout-sum {
	float: right;
}
.yab-checkout-item-price {
	line-height: 12px;
	font-size: 10px;
}
.yab-checkout-item-size {
	line-height: 12px;
	font-size: 10px;
}
#yab-checkout-table {
	width:565px;
}
.yab-item ul {
	border-width: 2px;
	border-bottom-style: dashed;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	list-style-type: none;
	margin-top: 0px;
	font-style: italic;
	text-transform: capitalize;
	font-size: 10px;
}
.yab-item ul li {
	margin-left: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
.yab-empty {
	line-height: 35px;
	color: #cccccc;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;

}
.yab-price {
	margin-top: 0px;
}
.yab-qty {
	font-style: italic;
	text-transform: capitalize;
}

input, select
{
	vertical-align: middle;
}

textarea
{
	width: 200px;
	height: 8em;
}
	
input.textarea .yab-checkout-change {
	width: 10px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
input.check,
input.radio
{
	border: none;
	width: 1em;
	height: auto;
	margin: 0;
    padding: 0;
    clear: both;
    float: left;
}

	
input.check.vertical,
input.radio.vertical
{
	clear: left;
}

input.readonly
{
	background-color: transparent;
	border: none;
}

input.submit-edit
{
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-style: solid;
	color: #3d3d3d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
}
input.submit-del
{
	width: 10px;
	background-color: white;
	color: red;
	border: none;
}



input.button
{
	width: auto;
	border: 1px solid black;
	background-color: #ddd;
}

input.image
{
	border: none;
	width: auto;
	height: auto; 
}

 END INPUTS
---------------------------------------------------------
*/

/* = CHECKOUT TABLE
---------------------------------------------------------
*/

#yab-checkout-table
{
	width:565px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 15px;
}

#yab-checkout-table td
{
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
}

	#yab-checkout-table .yab-checkout-change td,
	#yab-checkout-table .yab-checkout-price td,
	#yab-checkout-table .yab-checkout-subtotal td,
	#yab-checkout-table .yab-checkout-shipping td,
	#yab-checkout-table .yab-checkout-sum,
	#yab-checkout-table .yab-checkout-total td,
	#yab-checkout-table .yab-checkout-tax td,
	#yab-checkout-table .yab-shop-notice td
	{
		font-weight: normal;
	}

#yab-checkout-table th
{
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #ededed;
}

#yab-checkout-table ul
{
	margin: 0;
	padding: 0;
	height: auto;
}

#yab-checkout-table ul li
{
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
}

.yab-add input[type="text"]
{
	width: 10px;
	margin-right: 15px;
	clear:left;
}

.yab-add-select-size
{
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #3d3d3d;
	width: 200px;
	font-size: 10px;
}

.yab-add-select-size #select-size
{
	float: left;
	clear:both;
	margin-bottom: 15px;
}

.yab-checkout-change
{
	float: none;
	width: 250px;
}

.yab-shop-message
{
	font-size: 14px;
	text-transform: capitalize;
}

.history-back a
{
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
	text-transform: capitalize;
}

.history-back a: visited
{
	color: #cccccc;
}

.yab-checkout-price,
.yab-checkout-sum
{
	text-align: right;
}

.yab-checkout-item-price,
.yab-checkout-item-size
{
	line-height: 12px;
	font-size: 10px;
}
	
.yab-empty
{
	line-height: 35px;
	color: #cccccc;
	font-size: 10px;
	font-style: italic;
}

/* END CHECKOUT TABLE
---------------------------------------------------------
*/

/* = MINI CART
---------------------------------------------------------
*/

.yab-item
{
	font-style: italic;
	border-bottom-style: none;
	line-height: 18px;
	font-size: 10px;
}

.yab-item ul
{
	border-width: 2px;
	border-bottom-style: dashed;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	list-style-type: none;
	margin-top: 0px;
	font-style: italic;
	text-transform: capitalize;
	font-size: 10px;
}

.yab-item ul li
{
	margin-left: 30px;
}

.yab-price
{
	margin-top: 0px;
}

.yab-qty
{
	font-style: italic;
	text-transform: capitalize;
}

.yab-to-checkout
{
	background-color: #3d3d3d;
	color: white;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 28px;
	float: left;
}

/* END MINI CART
---------------------------------------------------------
*/

/* = INPUTS
---------------------------------------------------------
*/

label
{
	float:left;
	clear: left;
	width: 200px;
}

.yab-shop-required label,
.yab-shop-required label a,
.yab-shop-required label a:link,
.yab-shop-required label a:active,
.yab-shop-required label a:visited
{
	color: red;
}

.yab-shop-required label a:hover
{
	text-decoration: none;
}

.tou label
{
	clear: none;
	margin: 10px 0 0 10px;
}

.tou input.checkbox
{
	margin: 10px 0 0 200px;
}

input, select, textarea
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	display: block;
	float: left;
	margin: 0 0 7px 0;
	padding: 1px;
}

#yab-shop-one-payment
{
	float:left;
}

input, select
{
	vertical-align: middle;
}

textarea
{
	width: 200px;
	height: 8em;
}
	
input.textarea .yab-checkout-change
{
	width: 10px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

input.check,
input.checkbox,
input.radio
{
	border: none;
	width: 1em;
	height: auto;
	margin: 0;
    padding: 0;
    clear: left;
    float: left;
}
	
input.check.vertical,
input.radio.vertical
{
	clear: left;
}

input.readonly
{
	background-color: transparent;
	border: none;
}

input.submit-edit
{
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-style: solid;
	color: #3d3d3d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
}

input.submit-del
{
	width: 10px;
	background-color: white;
	color: red;
	border: none;
}

#yab-checkout-form input.submit
{
	width: auto;
	clear: left;
	margin: 10px 0 0 200px;
}

.yab-add input.submit
{
}

input.image
{
	border: none;
	width: auto;
	height: auto; 
}

/* END INPUTS
---------------------------------------------------------
*/

/* END FORMS
------------------------------------------------------------------------------------------------------------------
*/