/*************************************************************
* BEGIN : GENERAL PROPERTIES
*************************************************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 12pt;
	color: #70675e;
}

.div_container {
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

form {
	padding: 0px;
	margin: 0px;
}
input[type="text"],
input[type="password"] {
	padding: 1px;
	border: 1px solid #e5e5e5;
	font-size: 10pt;
}
select {
	padding: 1px;
	border: 1px solid #e5e5e5;
	font-size: 10pt;
}
textarea {
	padding: 1px;
	border: 1px solid #e5e5e5;
	font-size: 10pt;
}
label.error {
	margin-left: 5px;
	color: red;
}

table {
	border-collapse: collapse;
}

a {
    color: #645348;
    text-decoration: none;
}
a:hover {
	color: #377c95;
}
/*************************************************************
* END : GENERAL PROPERTIES
*************************************************************/


/*************************************************************
* BEGIN : PAGE INCLUDE BODY TOP
*************************************************************/
#div_top {
	width: 100%;
	height: 30px;
	background-color: #b6c6d9;
}
#div_header 
{
    position: relative;
	clear: both;
	height: 95px;
}
#div_header .div_container {
	position: relative;
}
    #div_header #gfx_logo
    {
		position: absolute;
		top: 5px;
		left: 0px;        
    }
	#div_header_menu {
		position: absolute;
		top: 95px;
		left: 0px;
        width: 980px;
        border-bottom: solid 1px #b6c6d9;
	}
/*************************************************************
* BEGIN : PAGE INCLUDE CONTENT
*************************************************************/
#div_content {
	display: block;
	width: 100%;
	min-height: 450px;
	background-color: #ffffff;
	text-align: center;
}
/*************************************************************
* BEGIN : PAGE INCLUDE BODY BOTTOM
*************************************************************/
#div_footer {
	clear: both;
	display: block;
	position: relative;
	margin-bottom: 30px;
	border-top: 1px solid #b8d5ed;
	text-align: center;
}
/*************************************************************
* BEGIN : CHECKOUT PAGES
*************************************************************/
#div_checkout_left {
	float: left;
	width: 670px;
	margin-top: 20px;
	padding: 5px;
}
	#div_checkout_left h1 {
		font-size: 14pt;
		line-height: 30px;
	}
	#div_checkout_left a {
		color: #645348;
		text-decoration: underline;
	}
	#div_checkout_left a:hover {
		color: #377c95;
		text-decoration: underline;
	}
	#div_checkout_left small {
		font-size: 9pt;
	}
	#div_checkout_left em {
		color: #377c95;
		font-style: normal;
	}
	#div_checkout_left table {
	}
	#div_checkout_left table tr {
	}
	#div_checkout_left table td {
		padding: 2px 5px 2px 0px;
	}
	#div_checkout_left iframe#obj_termsandconditions {
		width: 650px;
		height: 100px;
		border: 1px solid #645348;
	}
	#div_checkout_left hr {
		margin: 5px 0px;
		height: 1px;
		background-color: #645348;
	}
	#div_checkout_left input[type="submit"] {
		border: 1px solid #000000;
	}
	
#div_checkout_right {
	float: left;
	width: 290px;
	margin-top: 20px;
	padding: 5px;
	color: #377c95;
	font-size: 10pt;
}
	#div_checkout_right b {
		font-size: 12pt;
	}
	#div_checkout_right a {
		color: #377c95;
	}
	
#div_checkout_footer {
	clear: both;
	width: 960px;
	margin-bottom: 20px;
	padding: 0px 10px;
	background-color: #cccccc;
	color: #645348;
	font-size: 10pt;
	line-height: 20px;
	text-align: right;
}


/*************************************************************
* END : CHECKOUT PAGES
*************************************************************/
