﻿body, input
{
	font-family: Arial;
	font-size: 12px;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.modalPopupGoogle
{
	background-color: White;
	border-width: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	width:400px;	
	height:500px;
	overflow:auto;
	padding:5;
}

.modalPopupPaypal
{
	background-color: White;
	border-width: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	width:400px;	
	height:522px;
	overflow:auto;
	padding:5;
}

.modalPopupEnlargeImage
{
	background-color: White;
	border-width: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	width:400px;	
	height:500px;
	overflow:auto;
	padding:5;
}

.modalPopupListStock
{
	background-color: White;
	border-width: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	width:280px;	
	height:63px;
	overflow:auto;
	padding:5;
}

.modalPopupEnlargeImageHover
{
	background-color: White;
	border-width: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	overflow:auto;
	padding:5;
}

.modalPopupPDF
{
	background-color: Silver;
	border-width: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: #636363;	
	width:95%;	
	height:95%;
	overflow:auto;
	padding:5;
}

.modalPopupTerms
{
	background-color: White;
	border-width: 3px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	width:400px;	
	height:400px;
	overflow:auto;
}

.modalPopupPaymentChoices
{
	background-color: White;
	border-width: 3px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-color: Silver;	
	width:500px;	
	height:400px;
	overflow:auto;
}

.topHandle
{
	font-size: 15px;
	font-weight: bold;
	background-color: #32942a;	
	color: White;
}

.table
{
	padding:0;
	margin:0;
}

ul .ul_pdfmodal
{
    list-style: none;
    
}
.ul_pdfmodal li
{
    display:inline;
}