/**
 * Plugin: One Page Checkout for VirtueMart byPV
 * Copyright (C) 2014 byPV.org <info@bypv.org>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

@import url('layout__base.css');

/*** Customer Type Select ***/

form#bypv_cart div#bypv_cart_customer_type_select ul {
	text-align: center;
	padding: 0;
}

form#bypv_cart div#bypv_cart_customer_type_select ul li {
	display: block;
white-space: nowrap;
padding-left: 2.5em;
padding-right: 0.5em;
clear: both;
text-align: left;
margin: 0px 0 10px 0;
}

/*** Login / Logout ***/

form#bypv_cart div#bypv_cart_login.login > fieldset {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

form#bypv_cart div#bypv_cart_login.logout > fieldset > p
{
	font-size:18px;
	font-family: Arial, Tahoma, Verdana;
	display: inline-block;
	font-weight:bold;
	margin: 0 1em 0 0;
	vertical-align: middle;
}

/*** Shipping Address Select ***/

form#bypv_cart div#bypv_cart_shipping_address_select > .cart_block_title {
	display: none;
}

/*** Customer Comment ****/

form#bypv_cart div#cart_comment textarea {
	width: 100%;
	min-height: 8em;
}

/*** TOS ****/

form#bypv_cart div#cart_tos {
	text-align: center;
}

/*** Buttons ****/

form#bypv_cart div#cart_buttons {
	text-align: right;
}
