﻿/* Clearing floats without extra markup  */

.clearfloat { display: inline-block; }

.clearfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .clearfloat { height: 1%; }

.clearfloat { display: block; }

/* End Clearing floats without extra markup  */



.bump
{
	color: #FFFFFF; 
}

.upsell
{
	background-color: #FFFFFF;
	width: 400px;
}

.upsell h2
{
	color: #FFFFFF;
	text-align: center;
}

.upsell a
{
	color: Black;
}

.upsell input
{
	background-color: #FFFF99;
	font-size: 20px;
	border: solid 1px;
}

html *
{
	margin: 0;
	padding: 0;
}

html
{
	background: #ffffff;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f7477;
}

ul
{
	margin-bottom: 20px;
	margin-left: 20px;
	list-style: none;
}
ul li
{
	padding: 5px 5px 5px 15px;
	background: url(../images/submenu_icon.png) no-repeat center left;
}

p
{
	line-height: 21px;
	padding-bottom: 15px;
}


h1
{
	font-size: 26px;
	letter-spacing: -2px;
	color: #1365BB;
}
h2
{
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1365BB;
	padding-bottom: 10px;
}
h3
{
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
	padding-bottom: 5px;
}
h4
{
	font-size: 14px;
	font-weight: normal;
	color: #3e829c;
	padding-bottom: 5px;
}
.scrollContainer div.panel h2
{
	color: #fff;
}

/*cccc*/

td.element
{
	padding-left: 152px;
}

/*///////////////// LAYOUT HOMEPAGE ///////////////////////*/
* html div#wrapper
{
	padding-top: 48px;
}

#wrapper
{
	width: 940px;
	margin: 48px auto 0 auto;
}
#header
{
	width: 940px;
	height: 50px;
	margin-bottom: 20px;
}

/*///////////////// LOGO AND SEARCH ///////////////////////*/
#logo-container
{
	float: left;
	width: 216px;
	display: inline;
}

#logo-container-right
{
	float: right;
	width: 216px;
	display: inline;
}

#logo-container small
{
	padding: 0;
	margin: 0;
}
h1#logo
{
	width: 372px;
	height: 60px;
	text-indent: -9000px;
	background: url('../images/logo.png') no-repeat 0 0;
}

/*///////////////// END LOGO AND SEARCH ///////////////////////*/



/*///////////////// Start Changes By Mitt ///////////////////////*/


#main-content-wrapper
{
	width: 635px;
	margin-left: auto;
	margin-right: auto;
}
#main-content
{
	width: 595px;
	padding: 10px 20px;
	border: solid 1px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-khtml-border-radius: 8px;
border-image: initial;
border-color: #1365BB;
}
#main-content-bottom
{
	width: 635px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-khtml-border-radius: 8px;
border-image: initial;
border-color: #1365BB;
}

.main-table
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 100%;
	table-layout: fixed;
}

.form-table
{
	width: 100%;
	margin: 0;
	table-layout: fixed;
}
.form-table td
{
	text-align: right;
	padding-right: 5px;
}

.form-table td .inputbox
{
	float: left;
	border: 1px solid #6f7477;
	background: #fff;
	color: #6c787d;
	width: 180px;
	margin: 2px;
	padding: 3px;
}

.form-table td .inputbox:focus
{
	border: 1px solid #9ed7ec;
}

.form-table td select
{
	float: left;
	border: 1px solid #6f7477;
	background: #fff;
	color: #6c787d;
	width: 187px;
	margin: 2px;
	padding: 3px;
}

.form-table td select:focus
{
	border: 1px solid #9ed7ec;	
}



.form-table .element
{
	float: left;
}

.form-table .chkbox
{
	text-align: center;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	border: none;
}

.order
{
	
	display: block;
	
	text-align: center;
	padding-bottom: 2px;
	color: #fff;
	float:right;
	margin-top:5px;
	margin-right: 247px;
	font-weight: bold;
	padding-right:6px;
}
.order:hover
{

	display: block;

	text-align: center;
	color: #fff;
	text-decoration: none;
	float:right;
	margin-top:5px;
	margin-right: 245px;
	font-weight: bold;
	padding-bottom: 2px;
}


.exceptionclass
{
	border: 1px solid #FF0000;
	line-height: 16px;
	background-color: #FFCCCC;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-bottom:15px;
}

.exceptionclass li
{
	background: transparent url(../images/icon-warning.gif) no-repeat scroll 0 4px;
	list-style-position: outside;
	list-style-type: none;
	padding: 4px 0 4px 22px;
	margin-left: 10px;
	font-weight: normal;
}

.exceptionimg {
	float:left; 
}


#footer
{
	margin-top: 7px;
}
#footer p
{
	text-align: center;
	color: #fff;
}


/*///////////////// END Changes by Mitt ///////////////////////*/