body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 12px 20px 0;
	background: url(../images/bg.jpg) bottom #121212 repeat-x;
	line-height: 140%;
}

form {
	padding: 0px;
	margin: 0px;
}

.headerOut {
	background: #FFFFFF url(../images/header_tl.gif) no-repeat scroll 0 0;
	width: 100%;
}

.headerIn {
	background: transparent url(../images/header_tr.gif) no-repeat scroll
		100% 0;
	padding: 10px 9px 0 13px;
}

.header {
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}

.smallHeader {
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}

.body {
	padding: 5px 10px;
	background-color: #FFFFFF;
}

.menu {
	background: url(../images/menu_bg.gif) repeat-x;
}

.menuOut {
	background: transparent url(../images/menu_left.gif) no-repeat scroll 0
		0;
	padding: 0;
	width: 100%;
}

.menuIn {
	background: transparent url(../images/menu_right.gif) no-repeat scroll
		100% 0;
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

td.topLeft {
	background: transparent url(../images/box_border.gif) repeat-y scroll 0
		0;
	width: 4px;
	vertical-align: top;
}

td.topLeft img {
	vertical-align: top;
}

td.topRight {
	background: transparent url(../images/box_border.gif) repeat-y scroll
		100% 0;
	width: 4px;
	vertical-align: top;
}

td.topRight img {
	vertical-align: top;
}

.topCenter {
	background: transparent url(../images/box_border.gif) repeat-x scroll 0
		0;
	vertical-align: top;
	text-align: left;
	color: #34576D;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
}

table.padding {
	padding: 0px 10px 0px 10px;
}

table.smallPadding {
	padding: 0px 3px 0px 3px;
}

td.bottomLeft {
	background: transparent url(../images/box_border.gif) repeat-y scroll 0
		0;
	width: 4px;
	vertical-align: bottom;
}

td.bottomLeft img {
	vertical-align: bottom;
}

td.bottomRight {
	background: transparent url(../images/box_border.gif) repeat-y scroll
		100% 0;
	width: 4px;
	vertical-align: bottom;
}

td.bottomRight img {
	vertical-align: bottom;
}

.menuBody {
	background: transparent url(../images/box_b.gif) repeat-x scroll 0 100%;
	width: 100%;
}

tr.menuBody td.contentPadding {
	padding-bottom: 10px;
}

.footer {
	padding: 0 15px;
	background-color: #fafbfb;
}

.header1 {
	background-color: #1f3948;
	padding: 5px;
}

.back1 {
	background-color: #FFCC00;
}

.highlight {
	background-color: #c9e3f4;
}

.odd {
	background-color: #dedede;
}

.even {
	background-color: #efefef;
}

.text1 {
	color: #D10000;
	font-size: 14px;
	font-weight: bold;
}

.text2 {
	font-size: 20px;
	font-weight: bold;
	color: #BE0000;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #BE0000;
}

.text4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.color1 {
	color: #34576D;
}

.color2 {
	color: #FF6600;
}

.color3 {
	color: #D10000;
}

.color4 {
	color: #4580A4;
}

a {
	color: #0167BD;
	text-decoration: none;
}

a:hover {
	color: #0167BD;
	text-decoration: underline;
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link2 {
	color: #454545;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: underline;
}

ol {
	margin-left: 30px;
	padding: 0px;
}

th {
	text-align: center;
}

table.listTable {
	background-color: #FFFFFF;
	border: 1px #4580A4 solid;
}

table.listTable tr th {
	background-color: #1f3948;
	color: #FFFFFF;
}

table.listTable th.sortable {
	background-color: #FFCC00;
}

table.listTable th.orderAsc {
	background-color: #FFCC00;
}

table.listTable th.orderDesc {
	background-color: #FFCC00;
}

th.sortable a {
	background: url('../images/arrow_off.png') right no-repeat;
	display: block;
}

th.orderAsc a {
	background: url('../images/arrow_down.png') right no-repeat;
	color: #FF6600;
	display: block;
}

th.orderDesc a {
	background: url('../images/arrow_up.png') right no-repeat;
	color: #FF6600;
	display: block;
}

.bottomLine {
	background: url('../images/bl.gif') repeat-x;
	height: 5px;
}

input {
	vertical-align: middle;
}

input.button {
	background-color: #396077;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #4580A4;
}

input.radio {
	vertical-align: bottom;
}

.errorBack {
	background-color: #ffc9c9;
	border: 1px solid #FF0000;
	margin: 5px 0px 5px 0px;
}

tr.error {
	color: #D10000;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #c9d6ff;
	border: 1px solid #0000FF;
	margin: 5px 0px 5px 0px;
}

tr.info {
	color: #2f4e63;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.line {
	background: #4580A4;
	height: 1px;
	padding: 0px;
}

.box {
	border: 1px #4580A4 dotted;
}

.imagebox {
	border: 1px #7F9DB9 solid;
}

.vline {
	background: #000000;
	width: 1px;
	padding: 0px;
}

.payment_method {
	width: 300px;
	display: inline;
	padding: 10px;
}

/* for understanding browsers */
.pictureFrame {
min-height:100px; 
height:auto;
text-align: center;
padding: 5px
}
/* for Internet Explorer */
/*\*/
* html .pictureFrame {
height: 100px;
}
/**/