body {
	text-align:left;
	margin:0px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/style/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h3{
padding:0px;
margin:0px;
}

#mainTable{
	table-layout: fixed;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
}

.wrap {
	margin: 0px auto;
	width: 980px;
}

a.buttonTab,a.buttonTab:visited ,a.buttonTab:link{
/* Sliding right image */
margin-right:20px;
background: transparent url('/images/tabimage.png') no-repeat top right;
float:left;
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
height:36px;
line-height:36px;
}

a.buttonTab span {
color: #fff;
/* Background left image */ 
margin: 0 10px 0 -10px;
background: transparent url('/images/tabimage.png') no-repeat top left; 
padding: 0px 8px 0px 18px;
position: relative; /*To fix IE6 problem (not displaying)*/
float:left;
height:36px;
} 

a.buttonTab:hover{
	color: #203c8e;
	background-position: bottom right; 
	text-decoration: none;
}

a.buttonTab:hover span{
	color: #203c8e;
	background-position:bottom left; 
	text-decoration: none;
}

/* header */
.header {
	height: 220px;
	background-image: url(/images/style/header_bg.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
.header_left {
/*
	background-image: url(/images/style/header_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
*/
	float: left;
/*	height: 175px;
	width: 475px;
*/
}
.header_right {
	background-image: url(/images/style/headr_right_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 175px;
	width: 505px;
}
.lang {
	text-align: right;
	height: 25px;
	line-height: 25px;
}
.lang img {
	margin-right: 7px;
	margin-top: 6px;
}
.v {
	float: left;
	margin-top: 14px;
	margin-left: 20px;
	height: 74px;
}
.header_hr {
	background-image: url(/images/style/header_hr.gif);
	background-repeat: repeat-x;
	height: 3px;
}
.phone {
	margin-top: 16px;
	margin-left: 20px;
	height: 43px;
}


/* tabs */
.left_tab {
	background-image: url(/images/style/tabs_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 9px;
}
.tab_active {
	line-height: 36px;
	background-image: url(/images/style/tab_active_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 80px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size:12px;
}
.tab_active a {
	color: #203C8E;
	text-decoration: none;
}
.tab_active a:hover {
	color: #2C52C5;
}
.tab_home {
	width: 65px;
}
.tabs {
	background-image: url(/images/style/tabs_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 9px;
	width: 100%;
}
.tab_normal {
	padding:0px;
	line-height: 32px;
	background-image: url(/images/style/tab_normal_bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 80px;
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 0px;
	font-size:12px;
}
.tab_normal a {
	color: #FFFFFF;
	text-decoration: none;
}
.tab_normal a:hover {
	color: #E1EDFF;
}
.tab_last {
	margin-right: 6px;
}


/* content */
.content {
	background-image: url(/images/style/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #E7EFF7;
	padding: 6px 6px;
}

/* menu */
.menu {
	width: 185px;
	float: left;
	margin: 0px;
}
.menu_content {
	text-align:left;
	background-color: #FFFFFF;
	padding: 0px 8px 4px;
}
.menu_title {
	text-align:left;
	font-size: 1.1em;
	font-weight: bold;
	color: #466BDA;
}
.menu_content td {
	line-height: 2em;
	border-bottom: 1px solid #466BDA;
}
.menu_content td a {
	color: #328032;
	text-decoration: none;
	width: 169px;
	display:block;
}
.menu_content td a:hover {
	color: #325131;
}
.menu_last {
	border-bottom: 1px solid #466BDA;
}



/* right side */
.right_col {
	float: left;
	width: 174px;
}
.user_box {
	margin-bottom: 6px;
	text-align:left;
	padding:2px;
}
.white_box {
	background-color: #FFFFFF;
	text-align: center;
	width: 174px;
}
.white_box a {
	color: #328032;
	text-decoration: none;
}
.white_box a:hover {
	color: #325131;
}
.reg_box {
	margin-bottom: 6px;
}
.blue_box {
	background-color: #466BDA;
	text-align: center;
	color: #FFFFFF;
	width: 174px;
}
.blue_box a {
	color: #ffffff;
	text-decoration: none;
}
.blue_box a:hover {
	color: #E1EDFF;
}
.blue_box_title {
	font-size: 1.1em;
	font-weight: bold;
}
.blue_box input {
	border: 1px solid #23588E;
	width: 156px;
}

/* main */
.mmain {
	margin: 0px 12px;
	float: left;
	width: 573px;
}
.main_box {
	margin-bottom: 8px;
}
.box_title {
	font-size: 21px;
	line-height: 44px;
	font-weight: bold;
	color: #203C8E;
	width:100%;
	background-image: url(/images/style/box_title_bg.gif);
	height: 44px;
	background-repeat: repeat-x;
}
.main_box_content {
	background-color: #FFFFFF;
	padding: 8px;
}
.box_bottom {
	height: 6px;
}
.box_bottom_bg {
	float: left;
	height: 8px;
	font-size: 1px;
	background-color:#FFFFFF;
	width: 100%;
}
.order {
	width: 162px;
	margin:auto;
}
.order_bg {
	background-image: url(/images/style/order_bg.jpg);
	text-align: center;
	height: 90px;
	padding-top: 16px;
	font-size: 1.0em;
	color: #333333;
}
.order_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #466BDA;
	margin-bottom: 10px;
}
.order_title img {
	vertical-align: middle;
}
.order_price {
	font-size: 1.2em;
	font-weight: bold;
	color: #DA5A5A;
}
.order_table {
	width: 100%;
	background-color:#FFFFFF;
}
.order_table td {
	text-align:center;
	vertical-align: middle;
	padding: 18px 0px;
}
.box_hr {
	background-image: url(/images/style/box_hr.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.main_box_content a{
	color: #328032;
	text-decoration: none;
}
.main_box_content a:hover {
	color: #325131;
}
.main_box_content p {
	margin-bottom: 1em;
}
.main_box_content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
.table_title {
	background-image:url(/images/style/table_title_bg.gif);
	color: #203C8E;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 28px;
	width: 280px;
}
.products_table {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #CBD2DA;
	border-left: 1px solid #CBD2DA;
}
.products_table th {
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #699ACC;
	border-right: 1px solid #4E7398;
	border-bottom: 1px solid #4E7398;
	border-left: 1px solid #B8CFE7;
	text-align:left;
	padding: 2px;
}
.products_table td {
	background-color: #F0F2F0;
	border-right: 1px solid #CBD2DA;
	border-bottom: 1px solid #CBD2DA;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height: 21px;
	padding: 2px;
}
.products_table td.odd {
	background-color: #E6EEF7;
}


/* footer */
.footer {
	text-align:center;
	border-top: 5px solid #699ACC;
	background-color: #E6EEF7;
}
.footer_1st {
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 0.8em;
}
.footer_logos td {
	vertical-align:middle;
}
.footer_2nd {
	background-color: #E6EEF7;
	font-size: 0.8em;
	line-height: 2.6em;
	height: 2.6em;
}
.footer_menu {
	font-size: 1.1em;
	float: left;
	color: #466BDA;
}
.footer_menu a {
	color: #328032;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #325131;
}



.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(/images/mainSprite.png);}

.ach {width:40px; height:26px; background-position: -86px -96px}
.amex {width:43px; height:26px; background-position: -1px -96px}
.de {width:24px; height:15px; background-position: -84px -189px;margin:6px 2px;}
.de_new {width:32px; height:32px; background-position: -67px -123px}
.dieners_card {width:40px; height:26px; background-position: -45px -96px}
.elv {width:27px; height:26px; background-position: -98px -156px}
.ems_shipping {width:52px; height:19px; background-position: -56px -69px}
.en_uk {width:25px; height:15px; background-position: -58px -189px;margin:6px 2px;}
.en_us {width:24px; height:15px; background-position: -26px -209px;margin:6px 2px;}
.es {width:25px; height:15px; background-position: -32px -189px;margin:6px 2px;}
.fr {width:24px; height:15px; background-position: -1px -209px;margin:6px 2px;}
.fr_new {width:32px; height:32px; background-position: -1px -123px}
.logo_jcb {width:30px; height:26px; background-position: -67px -156px}
.psc_gif {width:124px; height:26px; background-position: -1px -42px}
.shipping_2 {width:30px; height:19px; background-position: -1px -189px}
.sp {width:32px; height:32px; background-position: -1px -156px}
.ssl {width:120px; height:40px; background-position: -1px -1px}
.uk {width:32px; height:32px; background-position: -34px -156px}
.us {width:32px; height:32px; background-position: -34px -123px}
.visa_gif {width:54px; height:26px; background-position: -1px -69px}


