/* #### general definations #### */
html { height:100%!important;} 
html #wrapper { min-height:950px; height:108%!important;}

body {
	/*background:#eeeeee!important;*/
	color:#220f0b;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	height: 100%!important;
}

a {color:#000000; text-decoration:none; outline:none}
a:hover {text-decoration:underline}

input, textarea, select {
	color:#220f0b;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
}

.formgrp {
	width:100%;
	overflow:hidden;
}

.clear {
	clear:both; 
	overflow:hidden; 
	height:0;
	width:100%;
}

.fl {float:left}
.fr {float:right}

.dn {display:none;}

.gBdr { 
	height:1px; 
	overflow:hidden; 
	background:#e9e9e9; 
	border-bottom:1px solid #e5e5e5; 
	margin-top:3px;
}

p { margin:10px 0; color:#220f0b;}

.f11 { font-size:11px;}


div.head, h1.head {
	position:relative;
	font-size:18px;
	color:#ed202a;
}
div.head span {
	position:relative;
	font-size:14px;
	color:#000;
}


/* #### hack #### */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.h1 { height:1px; overflow:hidden!important;}
.h5 { height:5px; overflow:hidden!important;}
.h10 { height:10px; overflow:hidden!important;}
.h15 { height:15px; overflow:hidden!important;}
.h18 { height:18px; overflow:hidden!important;}
.h20 { height:20px; overflow:hidden!important;}
.h30 { height:30px; overflow:hidden!important;}
.h40 { height:40px; overflow:hidden!important;}

.w120 { width:120px; overflow:hidden!important;}
.w210 { width:210px; overflow:hidden!important;}
.w220 { width:220px; overflow:hidden!important;}
.w230 { width:230px; overflow:hidden!important;}
.w270 { width:270px; overflow:hidden!important;}
.w290 { width:290px; overflow:hidden!important;}
.w310 { width:310px; overflow:hidden!important;}
.w325 { width:325px; overflow:hidden!important;}
.w480 { width:480px; overflow:hidden!important;}
.w540 { width:540px; overflow:hidden!important;}
.w650 { width:650px; overflow:hidden!important;}
.w670 { width:670px; overflow:hidden!important;}
.w700 { width:700px; overflow:hidden!important;}
.w720 { width:720px; overflow:hidden!important;}
.w730 { width:730px; overflow:hidden!important;}
.w740 { width:740px; overflow:hidden!important;}


/* #### layout #### */

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:100%!important;
	height: 100%!important;	
}

#container{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:1020px;
	height:790px;
	overflow:hidden;
}

/* layout shadow */

.shTop {
/*
	background:transparent url(../../images/shadowTop.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/shadowTop.png');
*/
	width:1020px;
	height:20px;	
}
.shBottom {
	background:transparent url(../../images/shadowBottom.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/shadowBottom.png');
	width:1020px;
	height:11px;
}

.shLeft {
	position:relative;
	float:left;
	background:transparent url(../../images/shadowLeftIE2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/shadowLeftIE2.png');
	/*
	background:transparent url(../../images/shadowLeft.png) 0 0 repeat-y!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/shadowLeftIE.png');
	*/
	width:10px;
	height:759px;	
}
.shRight {
	position:relative;
	float:right;
	background:transparent url(../../images/shadowRightIE2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/shadowRightIE2.png');
	/*
	background:transparent url(../../images/shadowRight.png) 0 0 repeat-y!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/shadowRightIE.png');
	*/
	width:10px;
	height:759px;	
}

/* .layout shadow */


.midContainer { 
	width:1020px; 
	height:759px; 
	overflow:hidden; 
	clear:both; 
	display:block;
}

.layout {
	float:left;
	position:relative;
	/*background:#fff;*/
	width:1000px;
	height:759px;
	overflow:hidden;
}


.header {
	position:relative;,
	/*background:url(../../images/bg-header.jpg) 0 0 no-repeat;*/
	width:1000px;
	height:128px;
	z-index:9;
}

.header .bgHeaderImg {
	position:absolute;
	z-index:1;
	background:transparent url(../../images/bg-header.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-header.png');
	width:1000px; height:128px;
}

#footer {
	position:relative;
	background:url(../../images/bg-footer.png) 0 0 no-repeat;
	width:1000px;
	height:137px;
	
	
}

.cntContainer {
	position:relative;
	background:#efefef url(../../images/bg-cnt.png) 0 0 repeat-x;
	width:1000px;
	height:494px;
	overflow:hidden;
}


/* header element */

.header .logo {
	position:absolute;
	width:142px;
	height:70px;
	top:10px;
	left:30px;
	overflow:hidden;
	z-index:999;

}
.header .logo .bg {
	position:relative;
	background:transparent url(../../images/tamek-logo2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/tamek-logo2.png');
	width:147px;
	height:70px;
	z-index:1;
}


.header .logo a {
	position:absolute;
	display:block;
	width:142px;
	height:70px;
	cursor:pointer;
	z-index:4;
	top:0;
	left:0;
}

/* footer element*/



/* content area */

.cntPanel { margin:0 20px; height:494px; overflow:hidden; }
.cntPanel .leftSide {float:left; width:150px; overflow:hidden; margin-right:20px;}
.cntPanel .rightSide {float:left; width:790px; overflow:hidden; }

/* leftNav */

.leftNav { width:148px;}
.leftNav li { position:relative; width:148px;}

.leftNav li .bg {
	position:absolute; 
	width:148px; 
	height:38px;
	background:transparent url(../../images/bg-leftsideNav.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-leftsideNav.png');
	z-index:1
}
.leftNav li a {
	position:relative;
	display:block; 
	width:133px; 
	height:38px;
	z-index:2;
	padding-left:15px;
	line-height:38px;
	text-decoration:none;
	color:#220f0b;
	font-size:12px;
}
.leftNav li a:hover, .leftNav li.active  a{
	color:#ED2229;
	text-decoration:none;
}

.leftNav2 { margin:5px 0; }
.leftNav2 li, .leftNav3 li { position:relative; overflow:hidden; }

.leftNav ul.leftNav2 li a {
	position:relative;
	display:block; 
	z-index:2;
	height:auto;
	/*padding-left:15px;*/
	text-decoration:none;
	color:#220f0b;
	font-size:11px;
	line-height:17px;
	font-weight:normal!important;
	
}

.leftNav ul ul.leftNav3 li a {
	position:relative;
	display:block; 
	z-index:0;
	height:auto;
	margin-left:30px;
	padding:0;
	text-decoration:none;
	color:#220f0b!important;
	font-size:11px;
	line-height:17px;
	font-weight:normal!important;
	
}


.leftNav ul li.active a, .leftNav ul li a:hover,
.leftNav ul ul li.active a, .leftNav ul ul li a:hover  
{ color:#ED2229!important;}


/* breadcrumb */
.breadcrumb { 
	height:38px;
}
.breadcrumb .lft {
	float:left;
	width:10px;
	height:38px;
	background:transparent url(../../images/bgBcLeft.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bgBcLeft.png');	
}
.breadcrumb .rght {
	float:left;
	width:10px;
	height:38px;
	background:transparent url(../../images/bgBcRight.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bgBcRight.png');	
}

.breadcrumb .bg { 
	position:absolute; float:left; height:38px; left:30px;
	background:transparent url(../../images/bgBcBack.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bgBcBack.png');	
	z-index:1;

}
.breadcrumb ul { 
	position:relative; float:left; height:38px;
	z-index:2;

}
.breadcrumb li { 
	float:left; 
	height:38px;
	font-size:12px;
}
.breadcrumb li.end a { background:none; padding:0 10px}

.breadcrumb li.lnk1 a { color:#ed2229; font-weight:bold; }
.breadcrumb li.lnk2 a { font-weight:bold; }

.breadcrumb li a { 
	height:30px;
	font-size:12px;
	line-height:38px;
	background:url(../../images/bgBcOK.gif) right 2px no-repeat;
	padding:0 20px 0 10px;
	text-decoration:none;
	color:#220f0b;
	cursor:pointer;
}

/* sitemap */
.sitemap .fl { margin-right:30px;}

/* product  */

.panelCont {width:790px; height:380px; overflow:hidden!important; }
.panelCont2 {width:480px; height:380px; overflow:hidden!important; }
.panelCont3 {width:475px; height:380px; overflow:hidden!important; }

.prdBox {
	position:relative;
	float:left;
	width:148px;
	height:178px;
	overflow:hidden;
	margin:0 10px 10px 0;
	_margin:0 6px 10px 0;	
	
}

.prdBox .bg {
	position:absolute;
	width:148px;
	height:178px;
	overflow:hidden;
	background:transparent url(../../images/bg-prd.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-prd.png');	
	z-index:1;
	
}


.prdBox .prdImg {
	position:absolute;
	top:9px;
	left:9px;
	width:130px;
	height:120px;
	overflow:hidden;
	z-index:2;

}
.prdBox .prdImg a { position:absolute; top:0; left:0;cursor:pointer; width:130px; height:120px; text-align:center;}
.prdBox .prdImg img {  position:relative; }
.prdBox .prdImg img.prdThumbImg {  position:relative; margin-top:5px; }
.prdBox .prdText { position:absolute; top:135px; left:9px; width:130px; text-align:center; z-index:2;}
.prdBox .prdText a { display:block; font-size:12px; text-decoration:none;  }
.prdBox .prdText a.lnkCat { color:#949494;} 
.prdBox .prdText a.lnkProd { color:#333333; font-weight:normal;} 
.prdBox .prdText a.lnkSingle { color:#ed202a; font-weight:normal; font-size:11px; margin:5px 0 0 0!important;} 


/* product detail */

.prodDetail {
	position:relative;
	margin:20px;
	clear:both;
}

.prodDetail h1 {
	font-size:16px;
	color:#d52d12;
	font-weight:bold;
}
.prodDetail h2 {
	font-size:14px;
	color:#d52d12;
	font-weight:normal;
	font-style:italic;
}
.prodDetail p {
	font-size:12px;
	color:#220f0b;
	margin:10px 0;
}
.prodDetail table.prodInfo {
	font-size:12px;
	color:#220f0b;
}
.prodDetail table.prodInfo th, .prodDetail table.prodInfo td {
	padding:2px 20px 2px 0;
}


.prodImg { position:relative; height:380px; }
.prodImg img { position:relative; display:block;}
.prodImg .spacer { height:50px;}


.bgProd {
	position:relative;
	width:478px;
	height:380px;
	background:transparent url(../../images/bg-prodDetail1.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-prodDetail1.png');	
}
.bgProdBottom {
	width:478px;
	height:8px;
	background:transparent url(../../images/bg-prodDetail2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-prodDetail2.png');	
}


.btnBack {
	float:right;
	right:20px;
	bottom:25px;
	_bottom:30px;
	position:relative;
	width:96px;
	height:39px;
}

.btnBack .bg {
	position:absolute;
	width:96px;
	height:39px;
	background:transparent url(../../images/btnBack.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/btnBack.png');	
	z-index:1;
}
.btnBack a {
	position:relative;
	display:block;
	cursor:pointer;
	width:96px;
	height:39px;
	z-index:2;
}


/* scroll content */

.scrollContent { 
	width:470px; 
	height:406px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:10px;
}
.scrollContent p { margin:10px 0; font-size:11px; color:#000;} 
.scrollContent h1 { margin-bottom:20px; font-size:20px; color:#ed202a} 

/* list */

.listBox { 
	position:relative;
	width:478px;
	height:40px;
	overflow:hidden;
	margin-bottom:3px;
}
.listBox .bg { 
	position:absolute;
	width:478px;
	height:40px;
	background:transparent url(../../images/bg-paging2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-paging2.png');	
	z-index:1;
	top:0;
	left:0;
}

.listBox .elements {
	position:relative;
	width:458px;
	height:24px;
	z-index:2;
	top:8px;
	left:10px;
}

.listBox .elements .date { 
	position:relative;
	float:left;
	width:60px;
	height:24px;
	border-right:1px solid #dedede;
}
.listBox .elements .date .day { 
	position:relative;
	float:left;
	color:#9e0b0f;
	font-size:23px;
	font-weight:bold;
	line-height:22px;
	margin-right:3px;
}
.listBox .elements .date .my { 
	position:relative;
	float:left;
	color:#000;
	font-size:9px;
}

.listBox .elements .mp3player { 
	position:relative;
	float:left;
	width:80px;
	height:20px;
	margin-top:3px;
}


.listBox .elements a.txt { 
	position:relative;
	float:left;
	padding:4px 0;
	margin:0 10px;
	width:345px;
	overflow:hidden;
	text-decoration:none;
}


.listBox .elements a.txt.sound { width:320px;}
.listBox .elements a.t1 { 
	position:relative;
	float:left;
	padding:4px 0;
	margin:0 5px;
	width:280px;
	overflow:hidden;
	text-decoration:none;
}
.listBox .elements div.t2 { 
	position:relative;
	float:right;
	padding:4px 0;
	margin:0 5px;
	width:150px;
	overflow:hidden;
	text-decoration:none;
	text-align:right;
}


.listBox .elements a.txt:hover, .listBox .elements a.t1:hover { 
	color:#666;
}
.listBox .elements .dl { 
	position:relative;
	float:right;
	border-left:1px solid #dedede;
	width:30px;
	height:23px;
	overflow:hidden;
}
.listBox .elements .dl .bg { 
	position:relative;
	float:right;
	display:block;
	width:26px;
	height:23px;
	background:transparent url(../../images/icoDownload.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/icoDownload.png');	
	z-index:1;
	top:0;
	right:0;
}
.listBox .elements .dl a { 
	position:absolute;
	width:26px;
	height:23px;
	display:block;
	cursor:pointer;
	z-index:2;
	top:0;
	right:0;
}
/* form */

.contHead { font-size:16px; font-weight:bold;}
.contHead span{ font-size:14px; font-weight:normal;}

.frmObj label { float:left; width:160px; font-size:12px; line-height:20px; *line-height:24px;}
.frmObj input, .frmObj select { float:left; width:310px; border:1px solid #dfdfdf; padding:5px 4px; color:#220f0b}
.frmObj textarea { float:left; width:310px; height:100px; border:1px solid #dfdfdf; padding:5px 4px; color:#220f0b}

.frmObj label.w2 { float:left; width:140px; font-size:12px; line-height:20px; *line-height:24px;}
.frmObj input.w2 { float:left; width:145px; border:1px solid #dfdfdf; padding:5px 4px; color:#220f0b;}
.frmObj input.radio { width:auto; border:1px solid #dfdfdf; padding:5px 4px; color:#220f0b;}

.frmObj select.w2 { float:left; width:155px; border:1px solid #dfdfdf; padding:5px 4px; color:#220f0b;}
.frmObj textarea.w2 { float:left; width:150px; height:40px; border:1px solid #dfdfdf; padding:5px 4px; color:#220f0b}
.frmObj div.w2 { float:left; width:150px; color:#220f0b}

.frmObj label.txt { width:auto;  font-size:11px; cursor:pointer; line-height:17px;}
.frmObj label.w3 { width:125px; margin:6px 0 5px 0;}
.frmObj input.w3 { width:125px;}
.frmObj input.chk { width:20px; margin:10px 10px 0 0; border:none; padding:0;}
.frmObj select.w3 { width:135px;}
.frmObj textarea.w3 { width:125px; height:40px;_height:50px;}





.frmObj select.wa { float:left; width:auto; border:1px solid #dfdfdf; padding:5px 2px; color:#220f0b; margin-right:5px;}
.frmObj select.wa2 { float:left; width:auto; border:1px solid #dfdfdf; padding:5px 0px; color:#220f0b; margin-right:1px;}
.frmObj .text { float:left; width:318px; font-size:12px; line-height:20px; padding:5px 2px;}
.frmObj label, .frmObj input, .frmObj select, .frmObj textarea  { margin:5px 0;} 

.submitError { text-align:center; line-height:19px;}

/* hr */

.hrRoadmap { margin-top:20px; }
.hrRoadmap li { _margin-bottom:-14px; }
.hrRoadmap a { background:#e5e5e5; display:block; padding:5px 3px;font-size:11px;}
.hrRoadmap .selected a { color:#ED2229; }
.hrRoadmap li a span { font-size:11px; }

.rmPart2, .rmPart3, .rmPart4, .rmPart5, .rmPart6, .rmPart7, .rmPart8, .rmPart9 { display:none;}

table.hr input { width:150px; margin:0;}
table.hrjob input { width:110px; margin:3px;}
table.hr select { width:150px; margin:0;}
table.hr tbody th { vertical-align:middle; }
table.hr tbody td { padding:5px; }
table.hrjob thead th,  table.hr thead th { padding:5px; }

/* login */

.tamekIdLogin { width:380px; height:240px; background:#fff;}
.tamekIdLogin .lgnHead { width:380px; height:55px;}
.tamekIdLogin .frmObj { margin:20px; }
.tamekIdLogin a.lgnFP {
position:absolute; top:195px; left:260px; cursor:pointer; white-space:nowrap; 
font-size:12px; font-family:tahoma; color:#898989; text-decoration:underline; 
}
.tamekIdLogin #forgotpassArea { display:none; }
.tamekIdLogin img.imgFP { display:none; }



/* logout */

.loginAction li { float:left; font-size:11px; font-family:tahoma; color:#555;}
.loginAction li a { font-size:11px; font-family:tahoma; color:#555; text-decoration:none; background:none;}

.loginAction li.sett { width:49px; position:relative; margin-right:10px; }
.loginAction li.sett .bgr { 
	position:absolute; top:0; left:0; width:49px; height:21px; 
	background:transparent url(../../images/bgLogin1.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bgLogin1.png');
	z-index:1;
	top:10px;	
	}
.loginAction li.sett a { width:49px; height:21px; position:relative; z-index:2;  cursor:pointer; }

.loginAction li.logout { width:49px; position:relative; }
.loginAction li.logout .bgr { 
	position:absolute; top:0; left:0; width:49px; height:21px; 
	background:transparent url(../../images/bgLogin2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bgLogin2.png');
	z-index:1;
	top:10px;	
	}
.loginAction li.logout a { width:49px; height:21px; position:relative; z-index:2; padding-left:20px; overflow:hidden; cursor:pointer; }



/* paging */

.paging { width:778px;  height:40px; overflow:hidden; font-size:12px!important;}
.paging.short { width:478px;  height:40px; overflow:hidden;}
.paging .bg {
	position:absolute;
	width:778px;  
	height:40px;
	background:transparent url(../../images/bg-paging.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-paging.png');
	z-index:1;
}
.paging.short .bg {
	position:absolute;
	width:478px;  
	height:40px;
	background:transparent url(../../images/bg-paging2.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-paging2.png');
	z-index:1;
}


.paging .elements {
	position:relative; 
	width:758px;  
	height:25px;
	z-index:2;
	top:7px;
	left:10px;
}

.paging.short .elements {
	position:relative; 
	width:478px;  
	height:25px;
	z-index:2;
	top:7px;
	left:10px;
}

.paging .elements .pageNumber, .paging .elements .pageNumber div, 
.paging .elements .pageNumber ul, .paging .elements .pageNumber ul li 
{ float:left; color:#000;}
.paging .elements .pageNumber { margin-top:5px;}
.paging .elements .pageNumber ul { margin-left:10px;}
.paging .elements .pageNumber ul li { border-right:1px solid #c6c6c6;}
.paging .elements .pageNumber ul li.end { border:none; }
.paging .elements .pageNumber ul li a { 
	display:block; 
	width:20px; 
	text-align:center;
	color:#959595;
	text-decoration:none;
} 
.paging .elements .pageNumber ul li a:hover, .paging .elements .pageNumber ul li.active a { 
	color:#000;
 } 


.paging .elements .NxtBck { position:relative; float:right; width:42px; height:25px;}
.paging.short .elements .NxtBck { position:relative; float:right; width:42px; height:25px; margin-right:20px; _margin-right:10px;}

.paging .elements .NxtBck .bgBck { 
	position:absolute; 
	top:0; left:0;
	width:21px; 
	height:25px;
	background:transparent url(../../images/bg-paging-bck.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-paging-bck.png');
	z-index:1;
}
.paging .elements .NxtBck .bgNxt { 
	position:absolute; 
	top:0; right:0;
	width:21px; 
	height:25px; 
	background:transparent url(../../images/bg-paging-nxt.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/bg-paging-nxt.png');
	z-index:1;
}
.paging .elements .NxtBck a.back {
	position:relative;
	float:left;
	display:block;
	width:21px; 
	height:25px; 
	z-index:2;
}
.paging .elements .NxtBck a.next {
	position:relative;
	float:right;
	display:block;
	width:21px; 
	height:25px; 
	z-index:2;
}


/* pure logo */
.plContainer {
	position:relative;
	height:41px;
	width:980px;
	margin:0 auto;
}

.pureLogo {
	position:relative;
	float:right;
	width:76px;
	height:41px;	
}

.pureLogo .bg {
	position:absolute; 
	top:0; right:0;
	width:76px;
	height:41px;	
	background:transparent url(../../images/purelogo.png) 0 0 no-repeat!important;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable='true',sizingMethod='crop',src='../../images/purelogo.png');
	z-index:1;
}
.pureLogo a {
	position:relative; 
	width:76px;
	height:41px;	
	z-index:2;
	cursor:pointer;
	display:block;
}

/* SSS Accordion */

#accordion
{
	width:450px;
	color:#000000;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#accordion span
{
	float:left;
	margin:2px 0 2px 0;
	width:450px;
	color:#000000;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#accordion a
{
	float:left;
	margin:2px 0 2px 0;
	width:450px;
	color:#000000;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#accordion div
{
	display:none;
	float:left;
	padding:5px 0 5px 0;
	width:450px;
	
	color:#000000;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}



/* gateway */

.gatewayBanner { 
	position:absolute;
	width: 150px;
	height:80px;
	left:20px; bottom:150px;
}












