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

h2,h3 {
	margin: 0px;
	padding: 3px;
}

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

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

.footer {
	border-top: #E9EDEE solid 5px;
	background-color: #fdfdfd;
}

.footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.footer .footer_left {
	float: left;
	padding: 12px 0 30px 0;
	width: 67%;
}

.footer .footer_left ul li {
	background: transparent url(../images/footer.gif) no-repeat scroll left
		5px;
	color: #0B6F79;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 0 20px 0 8px;
}

.footer .footer_right {
	float: right;
	padding: 12px 25px 0 0;
	width: 30%;
}

.logo {
	float: left;
	padding: 15px 0 0;
}

.menu {
	float: left;
	text-align: right;
	padding-top: 15px;
	font-size: 12px;
	line-height: 20px;
}

.search {
	float: right;
	width: 200px;
}

.clear {
	clear: both;
}

div.cat {
	background: transparent url(../images/cat_left.gif) no-repeat scroll 0 0
		;
	display: block;
}

div.cat div {
	background: transparent url(../images/cat_right.gif) no-repeat scroll
		right top;
	display: block;
	margin: 0;
	padding: 0 7px 0 8px;
}

div.cat div div {
	background: transparent url(../images/cat.gif) repeat-x scroll 0 0;
	display: block;
	margin: 0;
	padding: 5px 7px 5px 5px;
	height: 32px;
}

div.cat div div div {
	display: block;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 19px;
}

button.button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	width: auto;
	vertical-align: middle;
}

button.button span {
	background: transparent url(../images/button_left.gif) no-repeat scroll
		0 0;
	display: block;
}

button.button span span {
	background: transparent url(../images/button_right.gif) no-repeat scroll
		right top;
	display: block;
	margin: 0;
	padding: 0 1px;
}

button.button span span span {
	background: transparent url(../images/button.gif) repeat-x scroll 0 0;
	color: #FFFFFF;
	display: block;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 1px 4px 5px 5px;
	text-align: center;
	white-space: nowrap;
}

button.button2 span {
	background: transparent url(../images/button2_left.gif) no-repeat scroll
		0 0;
}

button.button2 span span {
	background: transparent url(../images/button2_right.gif) no-repeat
		scroll right top;
}

button.button2 span span span {
	background: transparent url(../images/button2.gif) repeat-x scroll 0 0;
	font-size: 12px;
	padding: 3px 3px 4px 4px;
}

.title {
	padding: 0px 5px 10px 5px;
	color: #545454;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}

.color1 {
	color: #242424;
}

a {
	color: #0B6F79;
	text-decoration: none;
}

a:hover {
	color: #0B6F79;
	text-decoration: underline;
}

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

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

a.link2 {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}

a.link2:hover {
	color: #545454;
	font-weight: bold;
	text-decoration: underline;
}

.language {
	padding: 5px;
	border-top: 1px dotted #D7D5D3;
	text-align: right;
	color: #777777;
}

div.language select {
	min-width: 160px;
}

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

table.listTable tr th {
	background-color: #2d2d2d;
	color: #FFFFFF;
}

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

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

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

.odd {
	background-color: #EEEEEE;
}

.even {
	background-color: #CCCCCC;
}

.highlight {
	background-color: #62A3A3;
}

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

.box {
	border: 1px #000000 solid;
}

.header1 {
	background-color: #2d2d2d;
	padding: 5px;
}

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

.text2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

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

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

/* */
input {
	vertical-align: middle;
}

input.radio {
	vertical-align: bottom;
}

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

tr.error {
	color: #df280a;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #eff5ea;
	border: 1px solid #446423;
	margin: 5px 0px 5px 0px;
}

tr.info {
	color: #3d6611;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

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

/* */
.back1 {
	background-color: #FFCC00;
}

.color2 {
	color: #FF6600;
}

.color3 {
	color: #D10000
}

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

th {
	text-align: center;
}

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;
}

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

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

/**
 * Box
 */
.border-left-search {
	background: url(../images/border_left_search.gif) 0 0 repeat-y #FBFBFB;
}

.border-right-search {
	background: url(../images/border_right_search.gif) right 0 repeat-y;
}

.border-top-search {
	background: url(../images/border_top_search.gif) 0 top repeat-x;
}

.border-bot-search {
	background: url(../images/border_bot_search.gif) 0 bottom repeat-x;
}

.left-top-search {
	background: url(../images/left_top_search.gif) 0 0 no-repeat;
}

.right-top-search {
	background: url(../images/right_top_search.gif) right 0 no-repeat;
}

.left-bot-search {
	background: url(../images/left_bot_search.gif) 0 bottom no-repeat;
}

.right-bot-search {
	background: url(../images/right_bot_search.gif) right bottom no-repeat;
	width: 100%;
	min-height: 56px;
	height: auto !important;
	height: 56px
}

.indent-search {
	padding: 10px;
}

.left-top {
	background: url(../images/left_top_box.gif) left top no-repeat;
}

.right-top {
	background: url(../images/right_top_box.gif) right top no-repeat;
}

.left-bot {
	background: url(../images/left_bot_box.gif) left bottom no-repeat;
}

.right-bot {
	background: url(../images/right_bot_box.gif) right bottom no-repeat;
	width: 100%;
	min-height: 132px;
	height: auto !important;
	height: 132px;
}

.border-left {
	background: url(../images/border_left_box.gif) left top repeat-y #FFFFFF
		;
	margin: 0;
}

.border-right {
	background: url(../images/border_right_box.gif) right top repeat-y;
}

.border-top {
	background: url(../images/border_top_box.gif) left top repeat-x;
}

.border-bot {
	background: url(../images/border_bot_box.gif) left bottom repeat-x;
}

.indent {
	padding: 20px;
}

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