body {
	background-color: #000000;
	color: #7B7D7E;
	margin: 0px;
	padding: 20px 0 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

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

.header {
	background: transparent url("../images/bg_header.jpg") no-repeat scroll
		0 0;
	height: 110px;
}

.header .header1 {
	background: transparent url("../images/header_tl.gif") no-repeat scroll
		0 0;
	padding: 0;
}

.header .header1 .header2 {
	background: transparent url("../images/header_tr.gif") no-repeat scroll
		100% 0;
}

.header .header1 .header2 .headerContent {
	padding: 10px 0 0 10px;
}

.logo {
	float: left;
}

.headerMenu {
	float: right;
	padding: 0 10px 0 0;
	width: auto;
}

.headerMenu .lang {
	float: right;
	margin: 25px 10px 0;
}

.headerMenu .cart {
	float: right;
	margin: 0 15px;
}

.headerMenu .cart .feedback {
	height: 25px;
	width: 270px;
}

.headerMenu .cart .cart2 {
	margin: 0 15px;
	background: transparent url("../images/cart.gif") no-repeat scroll 100%
		0;
	padding: 2px 25px 0 0;
}

.headerMenu .welcome_msg {
	float: right;
	margin: 25px 10px 0 0;
}

.menu {
	background: transparent url("../images/menu_bg.gif") repeat-x scroll 0 0
		;
	height: 39px;
}

.menu .menu1 {
	background: transparent url("../images/menu_bgl.jpg") no-repeat scroll 0
		0;
	padding: 0;
}

.menu .menu1 .menu2 {
	background: transparent url("../images/menu_bgr.jpg") no-repeat scroll
		534px 0;
}

.menu .menu2 .menu2 .menuContent {
	padding: 10px;
	display: block;
}

.search {
	float: right;
	padding: 8px 10px 0 0;
}

.usermenu {
	float: left;
	padding: 10px 0 0 28px;
	font-size: 13px;
	font-weight: bold;
}

.contentbg {
	background: #000000 url("../images/bg.jpg") repeat-x scroll 0 0;
	top: 0;
}

.contentbody {
	background: #1B1C1D url("../images/bg_body.gif") repeat-x scroll 0 0;
}

.footer {
	background: transparent url("../images/footer_l.gif") no-repeat scroll 0
		100%;
}

.footer .footer1 {
	background: transparent url("../images/footer_r.gif") no-repeat scroll
		100% 100%;
}

.footer .footer1 .footerContent {
	padding: 20px;
	text-align: center;
}

/* */
.white {
	color: #FFFFFF;
}

a.caps {
	color: #FFFFFF;
	text-transform: uppercase;
}

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

a.black {
	color: #000000;
}

a.black:hover {
	color: #000000;
	text-decoration: underline;
}

select.select {
	border: #141516 solid 1px;
	background: #1B1C1D;
	color: #616161;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.padding {
	padding: 10px;
}

.highlight {
	background-color: #454648;
	color: #FFFFFF;
}

.odd {
	background-color: #E8E9EA;
}

.even {
	background-color: #FFFFFF;
}

.spanfooter {
	color: #35383A;
	padding: 10px;
}

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

/* */
input.black {
	border: none;
	background-color: #000000;
	color: #FFFFFF;
}

button.button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	width: auto;
	height: 23px;
}

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

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

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

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

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

button.button2 span span {
	background: transparent url(../images/button2_bgr.jpg) no-repeat scroll
		right top;
	display: block;
	margin: 0;
	padding: 0 8px;
}

button.button2 span span span {
	background: transparent url(../images/button2_bgm.jpg) repeat-x scroll 0
		0;
	color: #000000;
	height: 24px;
	display: block;
	margin: 0;
	padding: 2px 1px 1px 1px;
	text-align: center;
	white-space: nowrap;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

input.arrow {
	background: transparent url(../images/arrow_white.gif) no-repeat scroll
		right 7px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	margin: 10px;
	cursor: pointer;
}

input.arrowback {
	background: transparent url(../images/arrow_white2.gif) no-repeat scroll
		left 7px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	margin: 10px;
	cursor: pointer;
}

input.textbox {
	border: #141516 solid 1px;
	background: #1B1C1D;
	color: #616161;
}

textarea {
	border: #141516 solid 1px;
	background: #1B1C1D;
	color: #616161;
}

.panel {
	background: #252628 none;
	margin-top: 10px;
}

.panel .title {
	background: transparent url("../images/panel_bgm.gif") repeat-x scroll 0
		0;
}

.panel .title .title2 {
	background: transparent url("../images/panel_bgl.gif") repeat-y 0 0;
}

.panel .title .title2 .title3 {
	background: transparent url("../images/panel_bgr.gif") repeat-y 100% 0;
}

.panel .title .title2 .title3 .title4 {
	background: transparent url("../images/panel_bgtl.gif") no-repeat 0 0;
}

.panel .title .title2 .title3 .title4 .title5 {
	background: transparent url("../images/panel_bgtr.gif") no-repeat 100% 0
		;
}

.panel .title .title2 .title3 .title4 .title5 .title6 {
	background: transparent url("../images/panel_bgbl.gif") no-repeat 0 100%
		;
}

.panel .title .title2 .title3 .title4 .title5 .title6 .title7 {
	background: transparent url("../images/panel_bgbr.gif") no-repeat 100%
		100%;
	height: 37px;
}

.panel .title .title2 .title3 .title4 .title5 .title6 .title7 .title8 {
	
}

.panel .title .title2 .title3 .title4 .title5 .title6 .title7 .title8 .titleContent
	{
	background: transparent url("../images/arrow.gif") no-repeat 15px 15px;
	padding: 12px 0 0 35px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#panelbackground {
	background: transparent url("../images/panel_headbg.jpg") no-repeat 90%
		100%;
	height: 37px;
}

.panel .body {
	background: transparent url("../images/panel_bodyr.gif") repeat-y 100% 0
		;
}

.panel .body .body1 {
	background: transparent url("../images/panel_bottom.gif") repeat-x 0
		100%;
}

.panel .body .body1 .body2 {
	background: transparent url("../images/panel_bottoml.gif") no-repeat 0
		100%;
}

.panel .body .body1 .body2 .body3 {
	background: transparent url("../images/panel_bottomr.gif") no-repeat
		100% 100%;
	min-height: 10px;
}

.panel .body .body1 .body2 .body3 .bodyContent {
	padding: 10px 13px 10px 15px;
}

.panel2 {
	background: #FFFFFF;
	margin-top: 10px;
}

.panel2 .title {
	background: transparent url("../images/panel2_bgm.gif") repeat-x scroll
		0 0;
}

.panel2 .title .title2 {
	background: transparent url("../images/panel2_bgl.gif") repeat-y 0 0;
}

.panel2 .title .title2 .title3 {
	background: transparent url("../images/panel2_bgr.gif") repeat-y 100% 0;
}

.panel2 .title .title2 .title3 .title4 {
	background: transparent url("../images/panel2_bgtl.gif") no-repeat 0 0;
}

.panel2 .title .title2 .title3 .title4 .title5 {
	background: transparent url("../images/panel2_bgtr.gif") no-repeat 100%
		0;
}

.panel2 .title .title2 .title3 .title4 .title5 .title6 {
	background: transparent url("../images/panel2_bgbl.gif") no-repeat 0
		100%;
}

.panel2 .title .title2 .title3 .title4 .title5 .title6 .title7 {
	background: transparent url("../images/panel2_bgbr.gif") no-repeat 100%
		100%;
	height: 35px;
}

.panel2 .title .title2 .title3 .title4 .title5 .title6 .title7 .title8 {
	
}

.panel2 .title .title2 .title3 .title4 .title5 .title6 .title7 .title8 .titleContent
	{
	/*	background: transparent url("../images/arrow.gif") no-repeat 15px 15px ; */
	padding: 12px 0 0 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.panel2 .body {
	
}

.panel2 .body .body1 {
	
}

.panel2 .body .body1 .body2 {
	background: transparent url("../images/panel2_bottoml.gif") no-repeat 0
		100%;
}

.panel2 .body .body1 .body2 .body3 {
	background: transparent url("../images/panel2_bottomr.gif") no-repeat
		100% 100%;
	min-height: 10px;
}

.panel2 .body .body1 .body2 .body3 .bodyContent {
	padding: 10px 13px 10px 15px;
}

.content {
	background: #252628;
}

.content .content1 {
	background: transparent url("../images/content_bgr.gif") repeat-y 100% 0
		;
}

.content .content1 .content2 {
	background: transparent url("../images/content_bgb.gif") repeat-x 0 100%
		;
}

.content .content1 .content2 .content3 {
	background: transparent url("../images/content_bgtl.gif") no-repeat 0 0;
}

.content .content1 .content2 .content3 .content4 {
	background: transparent url("../images/content_bgtr.gif") no-repeat 100%
		0;
}

.content .content1 .content2 .content3 .content4 .content5 {
	background: transparent url("../images/content_bgbl.gif") no-repeat 0
		100%;
}

.content .content1 .content2 .content3 .content4 .content5 .content6 {
	background: transparent url("../images/content_bgbr.gif") no-repeat 100%
		100%;
}

.content .content1 .content2 .content3 .content4 .content5 .content6 .contentBody
	{
	padding: 10px;
}

.contentHeader {
	background: transparent url("../images/content_header_bg.gif") repeat-x
		0 0;
}

.contentHeader .contentHeader1 {
	background: transparent url("../images/content_header_tl.gif") no-repeat
		0 0;
}

.contentHeader .contentHeader1 .contentHeader2 {
	background: transparent url("../images/content_header_tr.gif") no-repeat
		100% 0;
}

.contentHeader .contentHeader1 .contentHeader2 .contentHeader3 {
	background: transparent url("../images/content_header_bl.gif") no-repeat
		0 100%;
}

.contentHeader .contentHeader1 .contentHeader2 .contentHeader3 .contentHeader4
	{
	background: transparent url("../images/content_header_br.gif") no-repeat
		100% 100%;
	height: 29px;
}

.contentHeader .contentHeader1 .contentHeader2 .contentHeader3 .contentHeader4 .contentHeaderTitle
	{
	color: #D9DBDC;
	text-transform: uppercase;
	padding: 6px 0 0 18px;
	font-size: 13px;
}

.border {
	background: transparent url("../images/box_border.gif") repeat-x 0 0;
}

.border .border1 {
	background: transparent url("../images/box_border.gif") repeat-x 0 100%;
}

.border .border1 .border2 {
	background: transparent url("../images/box_border.gif") repeat-y 0 0;
}

.border .border1 .border2 .border3 {
	background: transparent url("../images/box_border.gif") repeat-y 100% 0;
}

.border .border1 .border2 .border3 .border4 {
	background: transparent url("../images/box_tl.gif") no-repeat 0 0;
}

.border .border1 .border2 .border3 .border4 .border5 {
	background: transparent url("../images/box_tr.gif") no-repeat 100% 0;
}

.border .border1 .border2 .border3 .border4 .border5 .border6 {
	background: transparent url("../images/box_bl.gif") no-repeat 0 100%;
}

.border .border1 .border2 .border3 .border4 .border5 .border6 .border7 {
	background: transparent url("../images/box_br.gif") no-repeat 100% 100%;
}

.border .border1 .border2 .border3 .border4 .border5 .border6 .border7 .borderContent
{
	padding: 10px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

/* */
.menuBody {
	border: 1px #FFCC00 solid;
	background: #FCFDC9;
}

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

.back1 {
	background-color: #FFCC00;
}

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

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

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

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

.color1 {
	color: #FFFFFF;
}

.color2 {
	color: #FF6600;
}

.color3 {
	color: #D10000
}

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

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

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

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

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

a.link2:hover {
	color: #FFFFFF;
}

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

th {
	text-align: center;
}

table.listTable {
	background-color: #141516;
}

table.listTable tr th {
	background-color: #434446;
	color: #D9DBDC;
}

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

input {
	vertical-align: middle;
}

input.button {
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #FFCC00;
}

input.radio {
	vertical-align: bottom;
}

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

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

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

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

.line {
	background: transparent url("../images/line_x.gif") repeat-x 0 0;
	padding: 1px 0;
}

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

.imagebox {
	border: 1px #141516 solid;
}

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

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