/* @override 
	http://127.0.0.1/~fernando/webspectacular/styles/styleV2test/css/forms.css
	http://localhost/~josanchez/ws/styles/styleV2test/css/forms.css
	http://localhost/~fernando/webspectacular/styles/styleV2test/css/forms.css
	http://localhost/~fernando/webspectacular/php/plasticbriqFramework/interfaceFiles/css/forms.css
*/

.formField {
	margin-top: 4px;
	margin-bottom: 4px;
	min-height: 25px;
	padding-left: 20px;

}

.formLabel,.formField label {
	display: block;
	width: 190px;
	text-align: right;
	float: left;
	line-height: 21px;
	vertical-align: middle;
}

.formHint {
	float: left;
	line-height: 20px;
	color: #9b9b9b;
}

.textField,.dateField,.color {
	float: left;
}

.color {
	cursor: pointer;
	cursor: hand;
	width: 70px;
}

.color:hover {
	border-style: solid;
}

.requiredField {
	color: #009f15;
	float: none;
}

.formButtonGroup {
	width: 340px;
	/*height: 50px;*/
	padding-left: 210px;

}
.formButton {
	display: inline;
}

.checkboxLabel,.checkboxField label {
	line-height: 19px;
	float: left;
	text-align: left;
	margin-left: 3px;
}

.checkboxField input {
	margin-left: 173px;
	float: left;
}

.fieldHint {
	color: gray;
	display: inline;
}

.pickerButtonLabel {
	text-align: right;
	display: block;
	width: 190px;
}

.browserListContainer {
	width:432px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.nonCSS2browserListContainer {
	width:68px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.CSS3browserListContainer {
	width:140px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.ie7icon {
	background: url(../cssImages/ie7.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

.ie8icon {
	background: url(../cssImages/ie8.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

.safari3icon {
	background: url(../cssImages/safari3.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

.safari4icon {
	background: url(../cssImages/safari4.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

.firefox3icon {
	background: url(../cssImages/firefox3.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

.chromeicon {
	background: url(../cssImages/chrome.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

.opera9icon {
	background: url(../cssImages/opera9.jpg);
	width: 58px;
	height: 96px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

/* Comercio electrónico */
.shoppingCartItemContainer {
	width: 100%;
	height: 100px;
	margin-top: 10px;
	padding-top: 5px;
	border-bottom: 1px dashed #616161;
}

.shoppingCartItemDescription {
	width: 50%;
	float: left;
}

.shoppingCartButtonControl {
	float: left;
}

.shoppingCartItemAmountContainer {
	height: 100px;
	width: 25%;
	float: right;
}

.shoppingCartItemPrizeContainer {
	height: 100px;
	width: 20%;
	float: right;
	padding-left: 10px;
}

.spinButtonGroup {
	float: left;
}

.spinButtonUpIcon {
	cursor: pointer;	
	cursor: hand;
}

.spinButtonDownIcon {
	cursor: pointer;	
	cursor: hand;
}

.spinButtonUpIcon:active {
	background-color: silver;
}

.spinButtonDownIcon:active {
	background-color: silver;
}

.shoppingCartRemoveItem {
	margin-top: 7px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.shoppingCartRemoveItem:active {
	background-color: silver;
}

.shoppingCartRemoveItemIcon {
	float: left;
}

.shoppingCartRemoveItemText {
	float: left;
}

.shoppingCartItemAmountLabel {
	float: left;
}

.shoppingCartItemAmount {
	float: left;
}

.shoppingCartTotalsContainer {
	display: block;
	height: 100px;
	width: 100%;
	margin-top: 10px;
}

.shoppingCartTotals {
	display: block;
	height: 18px;
	width: 300px;
	margin-left: 100px;
}

.shoppingCartTotalsText {
	display: block;
	width: 110px;
	float: left;
	text-align: right;
}

.shoppingCartTotalsAmount {
	display: block;
	width: 150px;
	float: left;
	padding-left: 20px;
}

.updateTotalsButton {
	float: right;
	margin-top: -50px;
}

.updateTotalsButton:active {
	background-color: silver;
}

.updateTotalsButtonIcon {
	float: left;
	display: block;
}

.updateTotalsButtonLabel {
	height: 42px;
	line-height: 42px;
	display: block;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.shoppingCartDiscountCupponsContainer {
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}

.shoppingCartDiscountCouponItem {
	width: 100%;
	height: 22px;
}

.shoppingCartNewCouponLabel {
	float: left;
}

.shoppingCartNewCupponText {
	float: left;
}

.shoppingCartDiscountCupponText {
	float: left;
}

.shoppingCartRemoveCuppon {
	cursor: pointer;
	cursor: hand;
	float: left;
}

.shoppingCartRemoveCuppon:active {
	background-color: silver;
}

.shoppingCartValidateCuppon {
	cursor: pointer;
	cursor: hand;
	float: left;
	margin-top: 1px;
}

.shoppingCartValidateCuppon:active {
	background-color: silver;
}

.shoppingCartBuyButton {
	float: left;
	width: 100px;
	cursor: pointer;
	cursor: hand;
}

.shoppingCartBuyButton:active {
	background-color: silver;
}

.shoppingCartBuyButtonIcon {
	float: left;
	line-height: 32px;
}

.shoppingCartBuyText {
	float: left;
	line-height: 32px;
}

.shoppingCartActionsButton {
	float: left;
	width: 200px;
	cursor: pointer;
	cursor: hand;
}

.shoppingCartActionsButton:active {
	background-color: silver;
}

.shoppingCartActionsButtonIcon {
	float: left;
	line-height: 32px;
}

.shoppingCartActionsButtonText {
	float: left;
	line-height: 32px;
}

.SegmentedControl {
	height: 27px;
	color: white;
	float: left;
	position: relative;
	top: -4px;
	cursor: pointer;
	cursor: hand;
}

.SegmentedControlBegin,.SegmentedControlSelectedBegin {
	background: url(../cssImages/segmented_left.png);
	width: 14px;
	height: 27px;
	float: left;
/*	margin-right: -5px;*/
}

.SegmentedControlSelectedBegin {
	background: url(../cssImages/segmented_left_pushed.png);
}

.SegmentedControlValue,.SegmentedControlSelectedValue {
	float: left;
	color: #ddd;
	background: url(../cssImages/segmented.png);
	background-position: -2px 0px;
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Lucida Grande,verdana,sans serif;
}

.SegmentedControlSelectedValue {
	background: url(../cssImages/segmented_pushed.png);
	background-position: -2px 0px;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

.SegmentedControlSeparator {
	background: url(../cssImages/segmented_separator.png);
	width: 1px;
	height: 27px;
	float: left;
}

.SegmentedControlEnd,.SegmentedControlSelectedEnd {
	background: url(../cssImages/segmented_right.png);
	width: 14px;
	height: 27px;
	float: left;
/*	margin-left: -5px;*/
}

.SegmentedControlSelectedEnd {
	background: url(../cssImages/segmented_right_pushed.png);
}
