/***********************/
/**     Buttons       **/
.add-to-cart {
	display: block;
	width: 24px;
	height: 24px;
	background: url(cart/add_to_cart.png) no-repeat;
}

.form-article {
	clear:both;
	padding-top:22px;
	text-align:left;
}

.form-article .add-to-cart-value {
	clear:both;
	float:left;
	margin-right:8px;
	text-align:right;
}

.form-article .add-to-cart {
	background-position:left center;
	clear:both;
	display:block;
	float:left;
	line-height:24px;
	padding-bottom:6px;
	padding-top:6px;
	text-align:right;
	text-indent:0;
	width:120px;
}

.form-article a.add-to-cart:hover {
	text-decoration:underline;
}

.form-article .send-inquiry{
	display:block;
	clear:both;
	line-height:18px;
	padding-bottom:6px;
	padding-top:6px;
}

.remove-from-cart {
	display: block;
	width: 24px;
	height: 24px;
	background: url(cart/remove_from_cart.png) no-repeat;
}

.emmpty-cart-content {
	display: block;
	width: 24px;
	height: 24px;
	background: url(cart/empty_cart.png) no-repeat;
}

.continue-to-cashier {
	display: block;
	width: 24px;
	height: 24px;
	background: url(cart/cashier.png) no-repeat;
}

.show-cart-content {
	display: block;
	width: 24px;
	height: 24px;
	background: url(cart/show_cart.png) no-repeat;
}

.hide-cart-content {
	display: block;
	width: 24px;
	height: 24px;
	background: url(cart/hide_cart.png) no-repeat;
}

a.cart-action {
	text-decoration: none;
	padding:0;
	width: 24px;
	display:inline-block;
}

a.cart-action img {
    border: none !important;
    padding:0;
}

 a.cart-minus {
	background-image: url(cart/item-delete.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	height: 24px;
	width: 24px;
	text-align:left;
	text-indent:-9999px;
}

 a.cart-plus {
	background-image: url(cart/item-add.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	height: 24px;
	width: 24px;
	text-align:left;
	text-indent:-9999px;
}


/*********************/
/**  Template view  **/
.article-item {
    border: 1px solid #cccccc;
    padding: 5px;
    width: 360px;
    float: left;
    margin-right: 16px;
    margin-top: 10px;
}

.article-item-details {
    
}

.article-item-image {
    width: 100px;
    height: 100px;
    float:left;
    padding-top: 4px;
}

.article-item-status, .article-item-price, .article-item-action-add, .article-item-more {
    padding-left: 10px;
    clear: both;
    width: 248px;
    float: left;
}

.article-item-more {
    padding-top: 6px;
}

.article-item-action-add, .article-action-add {
    line-height: 32px;
}

.article-item-action-add input, .article-action-add input {
    text-align: right;
    margin-right: 6px;
    width: 32px;
}

.cart-bar-and-table {
	line-height:24px;
	padding-left:70px;
	padding-right:70px;
	padding-top:8px;
	position:absolute;
	right:68px;
	top:0;
	width:350px;
	color:#EFF1F2;
}

.cart-bar-and-table table {
    width: 600px;
}

.cart-bar-and-table .cart-bar {
    width: auto;
}

.cart-bar .cart-info{
    float:right;
	text-align:right;
	width:100%;
}
.cat-bar .cart-actions{
	float: right;
	line-height: 40px;
}

.cart-bar-and-table table th {
    text-align: left;
    font-weight: bold;
}

.cart-bar .cart-actions div {
	display:block;
	float:right;
	text-align:right;
}

.cart-actions div .cart-expand {
	background: url(cart/show_cart.png) no-repeat right center;
	display:inline-block;
	height:30px;
	line-height:32px;
	padding-right:28px;
	width:100px;
}
.cart-actions div .cart-collapse {
	display: block;
	width: 24px;
	height: 32px;
	background: url(cart/hide_cart.png) no-repeat center center;
}
.cart-actions div .cart-to-cashier {
	background: url(cart/cashier.png) no-repeat right center;
	display:inline-block;
	height:31px;
	line-height:32px;
	padding-right:28px;
	width:50px;
	margin-left:10px;
}

.cart-item-price, .cart-item-quantity, .cart-item-overall, .cart-item-messure {
    text-align: right !important;
}

.cart-item-actions {
    line-height: 20px;
    text-align: right;
    width: 40px;
}
.cart-item-actions a {
    display: block;
    float: right;
}
.cart-item-actions input {
    display: block;
    float: right;
    width: 32px;
    font-size: 12px;
    text-align: right;
}

.cart-expanded-foot {
    font-weight: bold;
}

#cashier-dialog {
    display: none;
}

#buyer_type-label, #buyer_type-element, #start_of_transaction-element, #start_of_transaction-label {
    display: none;
}

.cashier-cart-container table {
    width: 690px;
    margin: 0 auto;
}

.cashier-cart-container table th {
    text-align: left;
}

.cashier-cart-container .cart-item-price, .cashier-cart-container .cart-item-quantity, .cashier-cart-container .cart-item-overall {
    text-align: right !important;
}

fieldset .required {
    font-weight: bold;
}

fieldset .error {
    color: red;
    font-weight: bold;
}

.cart-bar-and-table table {
    border-spacing: 0;
    border: 1px solid #900000;
}

.cart-bar-and-table table {
    margin-top: 26px;
    position: absolute;
}

.cart-expanded-head th {
    height: 20px;
    background: #900000;
    clear: both;
}
.cart-expanded-foot td {
    height: 20px;
    clear: both;
    font-weight: bold;
    border-top: 2px #900000 solid;
}

.cart-expanded-item td {
    font-size: 12px;
    line-height: 20px;
    border-top: 1px #900000 solid;
}

.article-content .cart-action, .article-item .cart-action {
    margin-left: 10px;
}

.cart-table {
	color: #ffffff;
	width: 690px;
	line-height: 24px;
}

.cart-table td, .cart-table th {
	padding-left:4px;
	padding-right:4px;
	line-height: 24px;
}


/* FORM */

.form {
	padding: 10px;
    color: #ffffff;

}

.form legend {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.form fieldset {
	margin-bottom:16px;
	display:block;
	clear:both;
}

.form  ul.errors {
	line-height:22px;
	display:block;
	padding-left:4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #84141d;
	margin: 0px;
	font-weight:bold;
}

.form .errors li {
	padding:0;
	margin:0;
	list-style-type:none;
}

.form dl, .form dt, .form dd {margin:0; padding:0; display:block;}

.form fieldset dt {float:left; text-align:right; width:36%; line-height:25px; margin:0 10px 10px 0; font-size:11px;}
.form fieldset dd {float:left; width:55%; line-height:25px; margin:0 0 10px 0;}

.form dd span{
	font-size:10px;
	padding-left: 4px;
	margin: 0px;
	display: block;
}

.form input, .form textarea {
	width: 350px;
	border: 1px solid #fff;
	line-height: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form textarea {
	height: 120px;
}

.form dd .radio{
	background:none;
	border: none;
	line-height: 18px;
	padding:0px;
	margin: 0px;
	width:20px;
	vertical-align:middle;
}

.form select {
	font-size: 12px;
	line-height: 18px;
	padding:0;
	margin:0;
	border: 1px solid #fff;
	min-width: 70px;
	height:20px;
}

.form #register_as {
	width:255px;
}

.form input:hover, .form input:focus, .form textarea:hover, .form textarea:focus {
	border: 1px solid #84141d;
	background-color: #f2f2f2;
}
#fieldset-form_controls dt,
#fieldset-fields_controls dt{
	display: none;
}
#fieldset-form_controls dd,
#fieldset-fields_controls dd{
	width: 25% !important;
	float: right !important;
}


.form #submitAndContinue, .form #Reset, input.submit-button, input.button {
	width: 120px !important;
}


#fields_cart-label, #fiels_controlls-label, #fiels_buyer-label, #fiels_aditional_info-label {
	display:none;
}

#field_ncc-label, #field_ncc-element, #request_startup_timestamp-element, #request_startup_timestamp-label,
#order_startup_timestamp-label, #order_startup_timestamp-element, #buyer_ticket_id-label, #buyer_ticket_id-element {
    display:none;
}
