/* ----------------------------------------------
	Template Name : TechJunkie
	Template Code : S-0024
	Version : 1.1   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified :  January 17, 2010
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f3ebe0 url(bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 5px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 2px 1px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
/*
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 1px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

*/

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(quote.gif) no-repeat 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	/* margin: 1px 1px;		*/
}
th {
	height: 38px;
	padding-left: 1px;
	padding-right: 1px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
/*
tr {
	height: 34px;
	/* background: #fff; */
}
*/
td {
	padding-left: 1px;
	padding-right: 1px;
	/* border: 1px solid #E7F0CC;	 */
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E; 
	background: #deedae; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #edf8c7 url(wrap.gif) repeat-y center top;
	margin: 35px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 10px 0; 	
	background: #edf8c7 url(content.gif) repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 205px;
	background: #317cb1 url(header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 820px;
	height: 50px;
	/* background: #0e609e url(nav.gif) no-repeat;		 */
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #edf8c7;	
}
#nav ul li#current a {	
	background: #0c4e80 url(pointer.gif) no-repeat center bottom;	
	color: #93DAFF;
}

/* Main Column */
#main {
	float: left;
	width: 825px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main h2 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #115280; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #D2E9A4;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #684F3E;
}
#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(footer-bottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 920px;
	background: url(footer-top-sep.gif) no-repeat;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-footer2 {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #CC6600; 
	background: #FF9966;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* top nav */

.nav
{
	/* -- */
	/* background:url(nav-bg.png) no-repeat; */
	height:43px;
}

.nav ul {
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0;
}

.main_nav {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 43px;
	padding: 0 10px 0 5px;
	/* background: url('seperator.png') no-repeat top right; */
}

.nav ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin: 0; padding: 0;
	float: left;
	width: 195px;
	border: 1px solid #3C649F;
	display: none;
	background: url(subbg.png) #4E7CC1 repeat-x;
	z-index: 9999;
}

ul.topnav li:hover ul.subnav {
	display: inline;
}

.subContainer { 
	margin:-5px;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #3C649F; /*--Create bevel effect--*/
	clear: both;
	width: 195px;
	float: left;
	display: inline;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

.comauth {
	padding-left: 18px;
	font-weight: bold;
	float: left;
	width: 135px;
}

.scomauth {
	padding-left: 18px;
	font-weight: bold;
	float: left;
	width: 115px;
	font-size: 10px;
}

.scomauth a {
	text-decoration: none;
}

.comment { 
	float: left;
	padding-top: 8px;
	max-width: 340px;
}

.comauth a {
	text-decoration: none;
}

ul.topnav li ul.subnav a:hover {
	/*color: #ffce77;*/
	text-decoration: underline;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 175px;
	background: url(dropdown_linkbg.png) no-repeat 10px center;
	padding-left: 20px;
	font-size: 11px;
	padding: 5px 0 5px 20px;
	font-weight: normal;

}

/* new image - azhan */

.img1
{
background:url(wl-top.jpg) no-repeat bottom;
height:9px;width:160px;
}

.img2
{
background:url(wl-mid.jpg) repeat-y top;
width:160px;
text-align:center;
}

.img3
{
background:url(wl-bot.jpg) no-repeat top;
height:36px;width:160px;color:#fff; font-weight:bold;
padding-top:10px;
}

.one
{
background:url(btn1.jpg) no-repeat ;
height:22px;
width:31px;
float:left;
font-size:12px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
text-align:center;
border:none;
padding:0px 0px 4px 0px;
}

.blue
{
color:#4782d8;
font-weight:bold;
}

.grey
{
font-size:11px;
color:#858585;
}



.italic
{
color:#4782d8;
font-style:italic;
font-weight:normal;
font-size:12px;
}

.bl
{
color:#4782d8;
font-size:9px;
}

.bl a {
	font-size: 9px;
	text-decoration: none;
}


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

.shw1
{
background:url(bx1.jpg) no-repeat bottom;
height:11px;
width:363px;
}

.shw2
{
background:url(bx2.jpg) repeat-y top;
width:363px;
}

.shw3
{
background:url(bx3.jpg) no-repeat bottom;
height:9px;
width:363px;
}

.dnw1
{
background:url(bx-rh1.jpg) no-repeat bottom;
height:11px;
width:152px;
}

.dnw2
{
background:url(bx-rh2.jpg) repeat-y top;
width:152px;
}

.dnw2 table th img {
	border: 0;
}

.dnw3
{
background:url(bx-rh3.jpg) no-repeat bottom;
height:11px;
width:152px;
}


.input
{
background:#fff;
width:218px;
border:1px solid #cccccc;
height:20px;
color:#666666;
font-size:11px;
padding-left:4px;
}

.searchbox
{
background:url(serchbox.gif) no-repeat;
width:243px;
border:none;
height:28px;
color:#666666;
font-size:11px;
padding-left:4px;
margin: -4px 5px 0 10px;
float: left;
}

.search {
	margin-top: -2px;
	float: left;
}

.logo
{
width:166px;
height:48px;
float:left;
margin:50px 0px 0px 20px;
}

.logo img {
	border: 0;
}

.add
{
width:870px;
position: absolute;
right: 0;
top: 25px;
margin-top:14px;
padding-right:22px;
}

.bookmark
{
color:#878787;
text-transform:uppercase;
font-size:12px;
width:125px;
float:right;
font-weight:bold;padding-right:58px !important;
padding-right:36px;
padding-top:8px;
text-decoration:none;
}

.bookmark a
{ 
color:#878787;
text-transform:uppercase;
text-decoration:none;
font-size:12px;

font-weight:bold;

}

.bookmark a:hover
{ 
color:#878787;
text-transform:uppercase;
text-decoration:underline;
font-size:12px;

font-weight:bold;

}

.rt-bnr
{
width:468px;
float:right;
}

.txt
{
font-weight:normal;
}

.lftin
{
width:318px;
display:block;
margin:12px 0px 0px 0px;
}

.lhtp-sb
{
background:url(social-bookmarks.jpg) no-repeat bottom;
width:318px;
height:41px;
}

.lhtp-part
{
background:url(partners.jpg) no-repeat bottom;
width:318px;
height:41px;
}


.lhtp-tag
{
background:url(tagclouds.jpg) no-repeat bottom;
width:318px;
height:41px;
}

.lhtp-lf
{
background:url(latest-forum.jpg) no-repeat bottom;
width:318px;
height:41px;
}

.lhtp-wc
{
background:url(wallpaper-cat.jpg) no-repeat bottom;
width:318px;
height:41px;
}

.lhmd
{
background:url(rht-mid.jpg) repeat-y top;
width:294px;
padding:12px;
}

.lhbt
{
background:url(rht-bot.jpg) no-repeat top;
width:318px;
height:11px;
}

.midline
{
border-bottom:1px solid #d5d5d5;
width:100%;
height:1px;
background:#d5d5d5;
float:left;
}

.lhmd-part-txt
{
background:url(rht-mid.jpg) repeat-y top;
width:318px;

}

.part-txt {  
	padding:10px 0px 15px 8px;
	color:#515151;
	text-align:left;
	padding-left:14px;
	font-weight: bold;
	border-bottom: 2px #D5D5D5 solid;
	height: 30px; 
	overflow: hidden;
}

.last { border: 0; }

.part-txt a
{
font-weight:bold;
text-decoration:underline;
color:#4078c0;
}

.lhmd ul
{
margin:0px;
padding:0px;
display:table;
}

.lhmd ul li {
	margin:0px;
	padding:0px;
	display: inline;
	float: left;
	width: 110px;
	height: 20px;
	overflow: hidden;
	list-style:none;
	background:url(arw-rht.jpg) no-repeat left;
	padding-left:15px;
	margin-left:10px;
}

.lhmd ul li a {
	color: #7f7f7f;
	font-weight: bold;
	text-decoration: none;
}

.lhmd ul li a:hover {
	text-decoration: underline;
}

.bdr-rht
{
border-right:1px solid #dcdcdc;
}

.footer
{
background:url(bottom-bg.jpg) no-repeat;
height:322px;
width:885px;
margin:0 auto;
margin-top:20px;	
}

.ftable {
	height: 225px;
}

.footer table
{
padding:75px 0px 0px 20px;
}

.footer ul
{
margin:0px;
padding:0px;
display:table;
width: 250px;
}

.footer ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight: normal;
	color:#fff;
	background:url(arw-wht.jpg) no-repeat left;
	padding-left:15px;
	margin-left:10px;
	margin-bottom:13px;
	height: 18px;
	overflow: hidden;
	text-align: left;
}

.footer ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
	width: 250px;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.copy
{
width:314px;
float:left;
text-align:left;
padding:30px 0px 0px 24px;
}

.top
{
width:200px;
float:right;
padding:30px 45px 0px 0px;
text-align:right;
}

.top a
{
text-decoration:underline;
color:#4873b2;
font-weight:bold;

}


.icon-gape
{
margin-left:10px;
width:16px;
height:16px;
border: 0;
}

.dim {
	opacity:0.6;
	filter:alpha(opacity=60)
}

.dim:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
	
.pag_comments {
	margin-top: 8px;
	width: 356px; 
	font-weight: bold; 
	font-size:0.9em; 
	padding: 2px; 
	padding-left: 10px; 
	float: left;
}

.prevnext {
	margin-top: 2px;
	width: 120px; 
	text-align: right; 
	font-weight: bold; 
	font-size:0.9em; 
	padding: 2px; 
	padding-left: 4px; 
	float: right;
}

.prevnextCat {
	width: 130px; 
	text-align: right; 
	font-weight: bold; 
	font-size:0.9em; 
	margin-top: 8px;
	padding: 2px; 
	padding-left: 4px; 
	float: right;
	margin-right: 35px;
}

.pag_comments a {
	color: #4782d8;
	text-decoration: none;
}

.pag_comments a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* JQUERY UI */
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.dialog{ font: 12px "Trebuchet MS", sans-serif; display: none; }
.dialog label, .dialog input { display:block; }
.dialog input.text { margin-bottom:12px; width:95%; padding: .4em; }
.dialog fieldset { padding:0; border:0; margin-top:10px; }
.dialog h1 { font-size: 1.2em; margin: .6em 0; }

.wp {
	margin: 0;
	padding: 0;
	font-size: 100%;
	position: absolute;
	margin: -12px 0 0 15px;
}

#slider1 {
    width: 710px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 710px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	width: 540px;
	border:1px #000 solid;
	overflow: hidden;
	height: 198px;
}

.slider1Image img {
	border: 0;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 200px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#slider1 ul { list-style-type: none; margin: 0; padding: 0;}

.bottom {
	bottom: 0;
    left: 0;
}

.mag {
	width: 36px;
	height: 36px;
	background-image: url(magnifying.png);
	z-index: 1;
	position: absolute;
	margin: -60px 0 0 10px;
	padding: 0;
	display: none;
}

.caption
{
	display: none;
    float: left;
    position: absolute;
    background-color: #000;
    width: 146px;
	margin: 1px;
	height: 14px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
	padding: 3px;
	padding-top: 1px;

	opacity: .70;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.wtitle {
	background: url('blank_head.png') no-repeat;
	width: 535px;
	height: 41px;
	margin-top: 12px;
	font-size: 15px;
	font-family: calibri;
	color: #FFF;
	line-height: 44px;
	padding-left: 15px;
	cursor: default;
	text-transform: uppercase;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.wtitle a, .wtitle h1 {
	color: #FFF;
	font-weight: normal;
	font-family: calibri;
}

.wbody {
	width: 538px;
	padding: 2px 5px 2px 5px;
	border-left: 1px #DCDCDC solid;
	border-right: 1px #DCDCDC solid;
	background-color: #F5F5F5;
	font-size: 11px;
}


.dleft { margin-left: 5px; padding: 8px; font-weight: normal; width: 80px; float: left; }
.dhleft { margin-left: 5px; padding: 8px 0 0 0; font-weight: normal; width: 80px; float: left; }
.d2left { float: left; padding: 8px; }
.d2hleft { float: left; padding: 8px; }
.detailCaption { width: 150px; padding: 3px 0 2px 0; margin-top: 3px;border-bottom: 1px #767676 solid; float: left; height: 18px; }
.detailText { margin-left: 4px; padding: 3px 0 2px 0; margin-top: 3px; width: 400px; border-bottom: 1px #767676 solid; float: left; height: 18px; }

.btn1 {
	width: 4px;
	height: 22px;
	background: url("btn1.png");
	float: left;
}

.btn2 {
	height: 22px;
	background: url("btn2.png") repeat-x;
	float: left;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	font-family: calibri;
	font-weight: bold;
	padding: 0 4px 0 4px;
	min-width: 60px;
	cursor: pointer;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.btn2:hover {
	color: #e3e3e3;
	padding-top: 1px;
	margin-bottom: -1px;
}

.textInput { width: 200px; }

.btn3 {
	width: 4px;
	height: 22px;
	background: url("btn3.png");
	float: left;
}

.btn {
	cursor: pointer;
}

.gallery .row {
	padding: 3px 5px 3px 5px;
}

.gallery .row div {
	text-align: left;
}

.searchCap {
	float: left;
	font-weight: bold;
}

.searchContainer {
	position: absolute;
	top: 15px;
	width: 600px;
}

.submenu {
	background: url(submenu.png);
	width: 898px;
	margin-left: 11px;
	height: 30px;
	display: none;
}



.picture_wrapper_details {background:#fff;float:left;border:1px solid #000;margin-bottom:10px;position:relative;padding:6px}


.picture_wrapper_details #wall_advert {position:absolute;bottom:6px;left:6px;right:6px;background:#000;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);padding-top:8px;padding-left:8px;border-top:1px solid green;}
.picture_wrapper_details #wall_advert span.ui-icon {position:absolute;top:3px;right:3px;cursor:pointer;z-index:999}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_cccccc_256x240.png); }

.ui-icon-circle-close { background-position: -32px -192px; }




/* new segmen -azhan */

.rhtp
{
background:url(lft-out-tp.jpg) no-repeat bottom;
height:11px;
}



.rht-in
{
margin:14px 0px 14px 0px;
}
.rht-intp
{
background:url(lft-top.jpg) no-repeat bottom;
height:9px;
}

.rht-inmd
{
background:url(lft-mid.jpg) repeat-y top;
/* width:507; */
padding:0px 10px 0px 10px;

}

.rht-inmd a img {
	border: 0;
}

.rht-inbt
{
background:url(lft-bot.jpg) no-repeat top ;
height:9px;
}

.ntd a {
	text-decoration: none;
}


.drk
{
color:#515151;
font-weight:bold;
padding: 0 0 3px 0px;
}

.comnts1
{
width:100%;
display:block;
}


#bnr
{
padding: 5px 0 10px 0;
text-align:center;
}

#bnr img {
	border: 1px #F5F5F5 solid;
}

.scom1 {
	width: 454px;
	background:url(subcomm1.png) no-repeat bottom;
	height:7px;
}


.com1
{
background:url(comm1.jpg) no-repeat bottom;
height:7px;
}

.scom2 {
	width: 454px;
	background:url(subcomm3.png) repeat-y top;
}

.scom3 {
	width: 454px;
	height: 3px;
	background:url(subcomm2.png) no-repeat bottom;
}

.com2
{
background:url(comm3.jpg) repeat-y top;
width:100%;
}

.com3
{
background:url(comm2.jpg) no-repeat bottom;
height:7px;
}

.rhbt {
	background:url(lft-out-bt.jpg) no-repeat top;
	height:11px;
}

.bdtxt
{
width:531px;
padding-left:20px;
float:left;


}

.display-thumb {
	margin: 0 auto 0 auto;
	padding: 5px 0 12px 0;
	width: 488px;
}

/*
.rht-box1 {
	width:100%;
	display:block;
	clear:both;
	margin:13px 0px 0px 0px;
}
*/

.simwall {
	width: 152px; height: 108px; margin-bottom: 3px;
	border: 0;
}
