/* CSS Document */

/* CSS Document */
@charset "utf-8";
/****************************************************************************************************
* Filename: style.css (Base Skeleton )
* Author: Robin Gehlot, robingehlot[at]benchmarkitsolutions[dot]com
* Base 
****************************************************************************************************/

@font-face {
	font-family: 'Conv_MTCORSVA';
	src: url('../../fonts/MTCORSVA.eot');
	src: url('../../fonts/MTCORSVA.woff') format('woff'), url('../../fonts/MTCORSVA.ttf') format('truetype'), url('../../fonts/MTCORSVA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HELVETIC';
	src: url('../../fonts/HELVETIC.eot'); /* IE9 Compat Modes */
	src: url('../../fonts/HELVETIC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../../fonts/HELVETIC.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../../fonts/HELVETIC.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

/* Resetter */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q,  s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var{background: transparent; border: 0 none; font-size: 100%;margin: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {line-height: 1; font-family:'Conv_HELVETIC', sans-serif; font-size:14px; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0; }
* {margin:0; padding:0;}

/* #Body Styles */
body { background:#fff url(../../images/bg.png) repeat-x 0 0;  
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */	-webkit-text-size-adjust: 100%; 
	-moz-font-smoothing: antialiased; /* Fix for webkit rendering */	-moz-text-size-adjust: 100%; }

/* Typography*/
h1, h2, h3, h4, h5, h6 {color: #C0C0C0; font:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; } 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
/*h1 { font-size: 30px; line-height: 30px; margin-bottom: 10px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 25px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
p { margin: 0 0 20px 0; }
*/p img { margin: 0; }
strong { font-weight: bold; color: #fff; }
small { font-size: 80%; }
/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: " "; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* Links */
a, a:visited {text-decoration: none; outline: 0; }
a:hover, a:focus { color: #fff; }
p a, p a:visited { line-height: inherit; color:#45D118 }
/* Lists */
/*ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }*/
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
/*ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
-->ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }*/
li { line-height: 18px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
.fr{float: right}
.fl{float:left!important;color:#fff;}
.w80p{width:80%}
.w95p{width:95%}
.w98p{width:98%!important}
.w49p{width:49%}
.h100px{height:100px}
.mt5{margin-top:5px!important}
.mt10{margin-top:10px}
.mr10{margin-right:10px}
.ml10{margin-left:10px}
.nobod{border:none!important}
.nopad{padding:0px!important}
.nomar{margin:0px!important}
.nobg{ background-image:none!important}
.nobgcolor{ background:none!important}
.dn{display:none}
.pr-10{ padding-right:10px;}
.pt-10{padding-top:10px}
.pb-10{padding-bottom:10px}
.pt-15{ padding-top:15px!important}
.pdlr10{padding:0 8px!important}
.pdtb20{padding:20px 0px!important}
.mtb10{ margin:10px 0!important}
.minhtcontent{min-height:1002px!important}
.pdl20{ padding-left:10px}
.mt15{margin-top:15px}
.mt7{ margin-top:7px}
/* Images */
img.scale-with-grid {max-width: 100%; height: auto; }
/* Buttons */
/*.button,button,input[type="submit"],input[type="reset"],input[type="button"] {background: #eee; /* Old browsers * /background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ * /background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ * /		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ * /background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ * /background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ * /background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C * /	  border: 1px solid #aaa; border-top: 1px solid #ccc; border-left: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;  color: #444; display: inline-block; font-size: 14px; text-decoration: none; text-shadow: 0 1px rgba(255, 255, 255, .75); cursor: pointer;  padding: 8px 10px; }



.button:hover,	button:hover,input[type="submit"]:hover,input[type="reset"]:hover,	input[type="button"]:hover {color: #222;background: #ddd; /* Old browsers  * /background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ * /background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ * /background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ * /background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ * /	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ * /	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C * / border: 1px solid #888; border-top: 1px solid #aaa;  border-left: 1px solid #aaa; }


.button:active,	button:active,	input[type="submit"]:active,input[type="reset"]:active,	input[type="button"]:active {border: 1px solid #666;background: #ccc; /* Old browsers * /background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ * /background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ * /background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ * /	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ * /background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ * /background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C  * / }
*/.button.full-width,	button.full-width, input[type="submit"].full-width,	input[type="reset"].full-width,	input[type="button"].full-width {width: 100%;padding-left: 0 !important;padding-right: 0 !important;text-align: center; }
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}
/* #Forms */
textarea{resize: none}
input[type="text"],input[type="password"],input[type="email"],textarea,select {border: 1px solid #595959;display:inline block; background: #252525; color:#C0C0C0!IMPORTANT }
.inputclass{outline: none;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; max-width: 100%; box-shadow: 0 2px 2px 0 #9C9C9C inset; color: #717171; font-size: 14px; padding: 5px 4px 5px 8px; margin:10px 4px 8px 10px; border:1px solid #595959; font-family: verdana;}
.inputfooter{border: 1px solid #657D9B; max-width: 100%;display:inline block; background: #fff;color: #717171; font-size: 12px; padding: 5px 0 5px 8px; margin:2px 0; width:160px; border-radius:none; background:none;}
.inputclasssearch{outline: none;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; max-width: 100%; background: url("../../images/field-bg.jpg") repeat-x scroll left top #FFFFFF; box-shadow: 0 2px 2px 0 #9C9C9C inset; color: #C0C0C0; font-size: 14px; padding: 6px 4px 5px 8px; margin:8px 4px 10px 10px; border:1px solid #657D9B; font-family: verdana;}
.noboxfl{ box-shadow:0 0 0 0!important; float:left}
select {padding: 0;color:#C0C0C0!IMPORTANT  }
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {border: 1px solid #aaa;	color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {min-height: 60px; }
label,legend {display: block;font-weight: bold;font-size: 13px;color:#fff;  }
select {width: 220px;color:#C0C0C0!IMPORTANT  }
input[type="checkbox"] {display: inline; }
label span,	legend span {font-weight: normal;font-size: 13px;color: #444; }
.input-append, .input-prepend {font-size: 0; margin-bottom: 5px; white-space: nowrap;}
.addon{ background-color: #EEEEEE; border: 1px solid #CCCCCC; display: inline-block; font-size: 14px; font-weight: normal;height: 21px;line-height: 20px;min-width: 16px;padding: 4px 5px;   text-align: center;text-shadow: 0 1px 0 #FFFFFF;width: auto; margin-left:-1px; vertical-align:top}



/* #Misc */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.container {position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,.container .columns{ float: left; display: inline; margin-left: 10px; margin-right: 10px; }    
.row{ margin-bottom: 20px; }
/* Nested Column Classes */
.column.alpha, .columns.alpha{ margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }
 /* Base Grid */
.container .one.column{width: 40px;} .container .two.columns{ width: 100px; }.container .three.columns{ width: 160px; }.container .four.columns{ width: 220px; }.container .five.columns{ width: 280px; }.container .six.columns { width: 340px; }.container .seven.columns{ width: 400px; }.container .eight.columns{ width: 460px; }.container .nine.columns{ width: 520px; }.container .ten.columns { width: 580px; }.container .eleven.columns{ width: 640px; }.container .twelve.columns{ width: 700px; }.container .thirteen.columns{ width: 760px; }.container .fourteen.columns{ width: 820px; }.container .fifteen.columns{ width: 880px; }.container .sixteen.columns{ width: 940px; }.container .one-third.column{ width: 300px; }.container .two-thirds.column{ width: 620px; }
/* #Clearing */
/* Self Clearing Goodness */
 .container:after {display: block; height: 0; clear: both; visibility: hidden; }
/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before,.clearfix:after,.row:before,.row:after {display: block;overflow: hidden;visibility: hidden;width: 0; height: 0; }
.row:after,.clearfix:after {clear: both; }
.row,.clearfix { zoom: 1; }
/* You can also use a <br class="clear" /> to clear columns */
.clear {clear: both; display: block; overflow: hidden;width: 0; height: 0;}

#wrapper{ margin: 8px auto 0; width: 960px; /*width: 100%;*/ height:auto}
.logo{ background:no-repeat scroll 0 0; float:left; margin-top:-8px; position:absolute}
.tagline{ color: #45D118; font-family: 'Conv_MTCORSVA',Sans-Serif; font-size: 30px; text-shadow: 1px 1px #5B8B44; padding:/*10px 0 0 8px*/10px 0 0 120px; clear:right;} 

header { padding: /*3px 50px 3px 20px*/3px 7px; position:relative}
nav 				{ padding: 0; margin-left:115px;}
nav a 				{ color: #F9F9F9; display: block; float: left; padding:11px 7px 9px; }
nav a:visited 		{ color: #f9f9f9; }
nav a:hover			{ text-decoration: none; background-color: rgba(62, 62, 62, 0.69); color:#fff; border-bottom:2px #878786 solid; border-radius:5px 5px 0 0 }
nav a.active		{ text-decoration: none; background-color: rgba(62, 62, 62, 0.69); color:#fff; border-bottom:2px #878786 solid; border-radius:5px 5px 0 0; position: relative; top: 0; }
nav2 				{ padding:8px; margin:0 auto; text-align:center; display:none}
nav2 a 				{ color: #F9F9F9; display: block; float: left; padding: 8px 8px; margin:5px 2px; background:#232323; border-radius:5px }
nav2 a:visited 		{ color: #f9f9f9; }
nav2 a:hover		{background:#878786; color:#000}
nav2 a:active		{ position: relative; top: 0; }
.socialmedia{padding:0; margin:0 auto;}
.socialmedia li	{ display: block; float: left; list-style: none outside none;  padding: 0 1px; color:#fff }
.socialmedia label{padding:5px 0 0 16px; font-size:16px; font-weight:normal}
.socialmedia2{float: right; list-style: none outside none;  padding:0; margin:0 10px; display:none }
.socialmedia3{float: right; list-style: none outside none;  padding:0; margin:0 10px; display:none }
.socialmedia a:hover{ text-decoration: none;}
.login-box{float: right; font-family:Arial, Helvetica, sans-serif; color:#fff; margin: 5px 0 0 15px;}
.login-box a{ color:#fff}
.appsslider{ height:60px; margin:14px 20px 20px; clear:both; width:94%}
.appsslider label{padding:27px 5px 0 5px; float:left; color:#fff}
.searchbox{ border: 1px solid #111 /*{a-bup-border}*/;border-color: rgba(255, 255, 255, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.1);border-width: 1px 0 0;	text-align: left;background:	#333 /*{a-bup-background-color}*/;font-weight: bold;color:#fff /*{a-bup-color}*/; text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/; position:relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); width:730px; height:50px; float:right}
.field2 { background-color:#638036; padding: 7px 20px;text-decoration: none; color:#fff; border:1px solid; border-radius:5px; margin:10px 2px}
.content-holder{width:100%; height:auto; margin:0 auto; padding:0}

.contentleft{width:230px; float:left; height:100%; font-family:Helvetica; font-size:13x; color:#000; margin:0 auto}
.menu{  background-color:#2E2E2E; height:100%; font-family:Helvetica; font-size:13x; color:#000; padding:10px 0; margin:0; border-radius:5px 0 0 5px}
/*d*/
.menu li{ line-height:30px!important}

.menu li a{color:#C0C0C0}
/*#options {width:457px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}
*/
#acc {width:210px; list-style:none; margin:10px 10px 5px}
#acc h3 {padding:3px 12px 5px; margin-top:5px; cursor:pointer;font-size:14px; font:Helvetica;border-radius:5px; background-color:#494949;font-weight:bold;}
#acc h3:active{background:#a6c43c}
#acc h3 span img{background:no-repeat center right; float:right; height:33px; width:30px}
/*d
#acc h3 span img{background:no-repeat center right; float:right; height:20px; width:20px}*/
#acc .acc-section {overflow:hidden}
.acc-content ul li{color:#FFFFFF;}
.acc-content a{color:#fff!important}
#nested {width:210px; list-style:none;margin-bottom:3px}
#nested h3 {border:1px solid #ababab;cursor:pointer; background:url(../../images/iconarrow.png) no-repeat 5px center; color:#fff; padding-left:25px}
#nested h3:hover {background:#a6c43c url(../../images/iconarrow.png) no-repeat 5px center; font-weight:bold}
#nested .acc-section {overflow:hidden; color:#fff}
#nested .acc-content {padding:10px 0 10px 31px;}
.acc-content2 ul li{ list-style:none; padding:0px 12px 6px 40px; margin-top:5px; border:#727272 1px solid;border-radius:5px 5px 5px 5px;}
/*d .acc-content2 ul li{ list-style:none; padding:10px 12px 10px 25px; margin-top:5px; border-bottom:#727272 1px solid}*/
.acc-content2 ul li:hover{ border-bottom:#5e5e5e 1px solid; background:#A6C43C; border-radius:5px; cursor:pointer; }
.acc-content2 span img{ background:no-repeat center right; float:right; height:30px; width:30px;padding-top:3px;} 
/*d.acc-content2 span img{ background:no-repeat center right; float:right; height:20px; width:20px} */
.acc-content2 ul li { color:#fff}


.add{width:230px; float:left; height:100%; font-family:Helvetica; font-size:13x; color:#000;margin:20px auto; }
.add li {width:210px; list-style:none; padding:9px 9px 5px; height:91px; border-radius:5px 0 0 5px; background:#000; border:#444444 1px solid; margin-bottom:20px}
.buytext{ padding:17px 10px 5px; float:right; font-weight:bold; font-size:13px}
/*.menu{ width:230px; float:left; background-color:#5e5e5e; height:100%; font-family:Helvetica; font-size:13x; color:#000; padding-bottom:10px}
.menu h3 {font-size:14px; font:Helvetica; margin:10px 10px 5px; padding:8px; text-align:left; border-radius:5px; background-color:#fff; cursor:pointer; overflow:auto}
.menu h3 span img{background:no-repeat center right; float:right}
.child{ background:none; height:auto; margin:5px; padding:5px}
.child p{color:#FFFFFF; padding:5px 10px; float:left; width:90%; border:#fff 1px solid; border-radius:5px; display:block; cursor:pointer; margin:0 0 10px 0; background:url(../../images/iconarrow.png) no-repeat 5px center}
.child p a{ padding-left:15px}
.child p:hover{ font-weight:bold; background-color:#a6c43c}
.child span img{ background:no-repeat center right; float:right} 
*/
.abo{width:230px; float:left; height:100%; font-family:Helvetica; font-size:13x; color:#fff;margin:20px auto;border-radius:5px 0 0 5px; background:#282828;}
.abo ul{width:210px; list-style:none; padding:9px 10px 5px;  margin-bottom:20px}
.strip{background:#4a4a4a;padding:10px; font-size:14px; font-weight:bold }
.strip a{ color:#fff}
.abotoptext{ font-size:17px;padding:10px;font-weight:bold}
.abo ul li{ font-size:12; font-weight:bold; width:210px; padding-bottom:10px}
.aboright{ float:right; width:150px}
.abo ul li img{ padding:5px}
.bottomdivider{ background:url(../../images/abobottomstrip.png) no-repeat bottom center; height:4px}



.content{width:730px; background-color:#000000; height:auto; float:right; min-height:750px}
.headtext{font:Helvetica; font-size:30px; text-align:left; padding:20px; color:#FFFFFF}
.jsslider{text-align:center; margin:10px; background:url(../../images/sliderframe3.png) no-repeat center; height:300px;}

 
#slider{ text-align:center; padding-top:30px; width:445px; margin:0 auto}	

#slider ul, #slider li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li, #slider4 ul, #slider4 li{margin:0;padding:0;list-style:none;}
#slider li{ /* define width and height of list item (slide)entire slider area will adjust according to the parameters provided here*/ width:369px;	height:245px;overflow:hidden; text-align:center;}
 #slider2 li, #slider3 li,  #slider4 li{ /* define width and height of list item (slide)entire slider area will adjust according to the parameters provided here*/ width:655px;	height:375px;overflow:hidden;}	
#slider2 li h2, #slider3 li h3,  #slider4 li h3{ margin:0 20px;padding-top:20px;}	
#slider2 li p, #slider3 li p,  #slider4 li p{ margin:20px;	}						
p#controls{margin:0;position:relative;} 
p#controls2,p#controls3, p#controls4{display:none}
#prevBtn, #nextBtn { display:block;margin:0;overflow:hidden;text-indent:-8000px;width:45px;height:45px;position:absolute;left:16px;top:-141px;}	
#nextBtn { left:655px;}														
#prevBtn a, #nextBtn a{  display:block;width:45px;height:45px;background:url(../../images/btn_prev.png) no-repeat 0 0;	}	
#nextBtn a{ background:url(../../images/btn_next.png) no-repeat 0 0;	}

#prevBtn2 a, #nextBtn2 a{  display:block;width:45px;height:45px;background:url(../../images/btn_prev.png) no-repeat 0 0;	}
#nextBtn2 a{ background:url(../../images/btn_next.gif) no-repeat 0 0;	}
#nextBtn2{ left:655px;}
#prevBtn2, #nextBtn2{ display:block;margin:0;overflow:hidden;text-indent:-8000px;width:45px;height:45px;position:absolute;top:-160px;}

.description{width:96%; text-align:center; margin:10px auto; clear:both}
.description li{ float:left; background:#fff url(../../images/gradient.png) no-repeat top center; width:212px; height:223px; margin:8px; border:#ccc 1px solid; padding:1px}
.description li h3{ text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; background-color:#797984; padding:7px; color:#c0e78b}
.description li span img{ background:no-repeat center; margin:10px 0 0 }
.description li p{ font-family:Helvetica; font-weight:bold; font-size:13px; text-align:center; color:#3f3f3f; padding:0 10px}

.tabindex{ width:94%; padding:30px 10px 10px 17px; clear:both}
.ui-corner-all {border-radius: 4px 4px 4px 4px;}

.ui-widget-header {background:#CCCCCC; border: 1px solid #AAAAAA; color: #222222; font-weight: bold;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #555555;}
.ui-state-hover a, .ui-state-hover a:hover { color: #555555/*{fcHover}*/; text-decoration: none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #000/*{bgColorActive}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }


.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 2px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; font-size:14px }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: #fff; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-helper-clearfix:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}

.tabssliderdata{ width:100%; height:auto; float:left}




.carousel-pages {clear: both;height: 375px;overflow: hidden;position: relative;width: 655px;}
.carousel-pages-wrapper {left: 0; position: absolute; width: 20000px;}
.carousel-page {border-bottom: 1px solid #D7D7D7;float: left;padding: 0;width: 655px;}
.goog-inline-block {display: inline-block;position: relative;}
.apps .carousel-mini .snippet-tall {height: 148px;}
.snippet-tall { margin: 0 1px 24px 8px;}
.snippet {color: #515151;}
.snippet .thumbnail-wrapper {text-align: center;}
.snippet-medium .thumbnail, .snippet-metadata .thumbnail, .snippet-search .thumbnail, .snippet-tall .thumbnail {display: block;width: 78px;}
.snippet .thumbnail {overflow: hidden;text-align: right; width: 78px;}
.apps .snippet-medium .thumbnail img, .apps .snippet-metadata .thumbnail img, .apps .snippet-search .thumbnail img, .apps .snippet-tall .thumbnail img {min-height: 78px;}
.snippet-medium .thumbnail img, .snippet-metadata .thumbnail img, .snippet-search .thumbnail img, .snippet-tall .thumbnail img {width: 78px;}
.snippet .thumbnail img {cursor: pointer;}
.apps .photo, .apps .thumbnail img, .app-snippet-thumbnail {border-radius: 5px 5px 5px 5px;}
.snippet-tall .details {margin: 0;padding-left: 0; width: 147px;}
.snippet .details {overflow: hidden; vertical-align: top;}
.snippet-tall .details a.title {display: block;max-width: 147px;overflow: hidden;text-overflow: ellipsis; font-size:11px}
.snippet a.title { color: #414242; font-weight: bold; white-space: nowrap;}
.attribution, .release-date {padding-top: 1px; text-overflow: ellipsis; white-space: nowrap;}
.attribution {height: 14px; margin-bottom: 0;}
.attribution { display: block; margin-bottom: 0.4em;}
.attribution, .attribution a, .category, .backend-name {color: #8E8E8E!important; font-size: 10px; overflow: hidden; text-transform: uppercase;}
.attribution, .release-date {padding-top: 1px;text-overflow: ellipsis;white-space: nowrap;}
.attribution {height: 14px; margin-bottom: 0;}
.attribution {display: block;margin-bottom: 0;}
.attribution, .attribution a, .category, .backend-name {color: #8E8E8E;font-size: 10px; overflow: hidden; text-transform: uppercase;}
.star {background-color: transparent; outline: medium none;}
.SPRITE_star_on_dark {background:url(../../images/4233848707-sprites.png) no-repeat scroll -225px -363px transparent; height: 10px; width: 11px;}
.SPRITE_star_half_dark {background:url(../../images/4233848707-sprites.png) no-repeat scroll -168px -299px transparent; height: 10px; width: 11px;}
.SPRITE_star_off_dark {background:url(../../images/4233848707-sprites.png) no-repeat scroll -91px -89px transparent; height: 10px; width: 11px;}
.snippet-reviews { font-size: 11px; color:#8C8C95}
.snippet-search .buy-wrapper, .apps .snippet .buy-wrapper { padding-top: 5px;}
.buy-wrapper { white-space: nowrap;}
.buy-button, .buy-button:visited { border: 1px solid #373737; color: #FFFFFF; cursor: pointer; font-size: 11px; line-height: 1em;text-transform: uppercase;}
.buy-button-price {background-color: #69CF44;border: 1px solid #373737;display: block; padding: 3px 7px; color:#fff;background-image:-moz-linear-gradient(center top , #69CF44, #3A5E22)}
.buy-button-installed {border: 1px solid #373737;display: block; padding: 3px 7px; color:#999999; cursor:default;}
.buy-button-price:hover {background-color:#a1a1a1}


.tabbtn{text-align:center; margin:20px 280px; clear:both} 
/*.active {
    background: none repeat scroll 0 0 #111111!important;
    display: block;
    float: left;
    outline: medium none;
    padding: 6px;
}
.button1, .button2, .button3 {
    background: none repeat scroll 0 0 #999999;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 6px;
}
*/
.googleadds{height:182px; margin:10px 0; text-align:center; background:url(../../images/googleadds.png) no-repeat top center}

/*Footer */

.footer-top {margin-top:10px; **margin-top:50px}
.footer { background:url(../../images/footer1-bg.png) repeat-x; height:162px;clear:both; background-position:top; width:100%; }
.footer-inner { margin:0 auto; width:450px; font-size:12px; font-family:Helvetica; color:#b9b9b9; overflow:hidden}
.footer-inner h2{ font-family:Helvetica; font-size:16px; font-weight:bold; color:#b9b9b9}
.footer-left { height:134px; float:left; padding:0 12px 0 0; background:url(../../images/footer-right-bg.png) no-repeat top right}
.footer-middle1{ height:134px; float:left; padding:0 12px 0 0; background:url(../../images/footer-right-bg.png) no-repeat top right}
.footer-middle2{ height:134px; float:left; padding:0 10px 0 0; background:url(../../images/footer-right-bg.png) no-repeat top right}
.footer-middle3{ height:134px; float:left; padding:0 7px 0 0; background:url(../../images/footer-right-bg.png) no-repeat top right}
.footer-div-bullet { float:left; padding:7px 0 0 0}
.footer-div-bullet li {color:#65656e; font-family:Helvetica; padding: 0 0 6px 0}
.footer-div-bullet li a { color:#65656e; text-decoration:none}
.footer-div-bullet li a:hover { color:#fff; text-decoration:none}
.footer-right{ height:133px; float:left;}
.footer-left-inner { float:left; padding-top:32px; margin:0 8px}
.footer-left-inner h3 { position: relative; font-family:Helvetica; font-size:16px; font-weight:bold; color:#b9b9b9; padding-bottom:5px; }
.right-footer {background:url(../../images/middle-footer-left.jpg) no-repeat; height:212px; width:10px; float:left; margin-left:-1px}
.right-footer-inner { width:187px; float:left; padding-top:20px; padding-left:11px}


.footer-bottom2 { background:url(../../images/footer-bottom-bg2.png) repeat-x; height:242px; font-family:Helvetica}
.footer-bottom2-inner { width:765px; margin:0 auto; padding-top:0px;}
.footer-bottom2-inner h2 { font-size:22px; color:#fff; text-align:center; padding-bottom:5px; padding-top:22px; font-weight:bold; margin-top:-23px}
.footer-bottom2-inner p{ text-align:center; font-size:12px; clear:both; color:#fff}
.social-connection { width:100%;clear: both; margin:18px 0 0 0px; float:left }
.social-connection li { list-style:none; padding:0 0px 0 25px; float:left; }
.fcg_facebook a {background:url(../../images/facebook-icon.png) no-repeat; color: #fff; display: block;float: left;font-size: 12px;height: 20px;
    margin:0 27px 0 0; padding:65px 0 0 0; text-decoration:none;text-align: center; width: 69px;}
 .fcg_facebook a:hover { color: #FFFFFF; text-shadow: -1px 1px 10px #3C5B9B, 1px -1px 10px #3C5B9B;}
.pinterest a {background:url(../../images/pinterest_icon.png) no-repeat; color: #fff; display: block;float: left;font-size: 12px;height: 20px; margin:0 27px 0 0; padding:65px 0 0 0; text-decoration:none;text-align: center; width: 69px;}
.pinterest a:hover {  color: #FFFFFF; text-shadow: -1px 1px 10px #9c303f, 1px -1px 10px #9c303f;}
.twitter-icon a {background:url(../../images/twitter_icon.png) no-repeat; color: #fff; display: block;float: left;font-size: 12px;height: 20px; margin:0 27px 0 0; padding:65px 0 0 0; text-decoration:none;text-align: center; width: 69px;}
 .twitter-icon a:hover {  color: #FFFFFF; text-shadow: -1px 1px 10px #33c0d1, 1px -1px 10px #33c0d1;}
.blogger-icon a {background:url(../../images/blooger_icon.png) no-repeat; color: #fff; display: block;float: left;font-size: 12px;height: 20px;margin:0 27px 0 0; padding:65px 0 0 0; text-decoration:none;text-align: center; width: 69px;}
 .blogger-icon a:hover {  color: #FFFFFF; text-shadow: -1px 1px 10px #e85d02, 1px -1px 10px #e85d02;}
.google-icon a {background:url(../../images/googlepluse_icon.png) no-repeat; color: #fff; display: block;float: left;font-size: 12px;height: 20px;margin:0 27px 0 0; padding:65px 0 0 0; text-decoration:none;text-align: center;width: 69px;}
.google-icon a:hover {  color: #FFFFFF; text-shadow: -1px 1px 10px #fff, 1px -1px 10px #fff;}
.youtube-icon a {background:url(../../images/youtube-icon.png) no-repeat; color: #fff; display: block;float: left;font-size: 12px;height: 20px;
    margin:0 27px 0 0; padding:65px 0 0 0; text-decoration:none;text-align: center; width: 69px;}
.youtube-icon a:hover { color: #FFFFFF; text-shadow: -1px 1px 10px #d43732, 1px -1px 10px #d43732;}


.footer-bottom3 { background:url(../../images/footer-bottom-bg2.png) repeat-x; height:242px; font-family:Helvetica}
.footer-bottom3-inner { margin:0 auto; padding-top:0px;}
.footer-bottom3-inner h2 { font-size:22px; color:#fff; text-align:center; padding-bottom:5px; padding-top:22px; font-weight:bold; margin-top:-23px}
.footer-bottom3-inner p{ text-align:center; font-size:12px; clear:both; color:#fff}
.social-connection2 { width:241px;clear: both; margin:12px auto; text-align:center}
.social-connection2 li { list-style:none; padding:0 10px 0 0px; float:left; }
.fcg_facebook2 a {background:url(../../images/mediaiconfb.png) no-repeat; float: left; width: 30px; height:30px}
.pinterest2 a {background:url(../../images/mediaiconpb.png) no-repeat;float: left; width: 30px; height:30px}
.twitter-icon2 a {background:url(../../images/mediaicontt.png) no-repeat; float: left; width: 30px;height:30px}
.blogger-icon2 a {background:url(../../images/mediaiconeb.png) no-repeat; float: left; width: 30px; height:30px}
.google-icon2 a {background:url(../../images/mediaicongp.png) no-repeat; float: left; width: 30px; height:30px}
.youtube-icon2 a {background:url(../../images/mediaiconyt.png) no-repeat; float: left; width: 30px;height:30px}
.footer-link2 { width:410px; margin:0 auto; padding-top:22px; **padding-left:0px; font-family:Helvetica; clear:both}
.footer-link2 li { border-left:0px solid #ccc; display:block; float:left; font-size:12px; padding: 0 7px}
.footer-link2 li+ li { border-left:1px solid #ccc; }
.footer-link2 li a { color:#fff; text-decoration:none}
.copy-right-txt2 { font-size:11px; color:#9b9b9b; text-align:center; clear:both; padding-top:10px;}
.copy-right-txt2 span { color:#729f4b}


.footer-bottom { background:url(../../images/footer-bottom-bg.png) repeat-x; height:79px}
.footer-link { width:60%; margin:0 auto; padding-top:22px; font-size:12px; clear:both; padding-left:0px; **padding-left:0px; font-family:Helvetica}
.footer-link li { border-left:0px solid #ccc; display:block; float:left; font-size:12px; padding: 0 14px}
.footer-link li+ li { border-left:1px solid #ccc; }
.footer-link li a { color:#fff; text-decoration:none}
.copy-right-txt { font-size:11px; color:#9b9b9b; text-align:center; clear:both; padding-top:6px; width:91%; **padding-left:0px;}
.copy-right-txt span { color:#729f4b}
.btnsearch{border:1px solid #9C9C9C; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:13px; padding:7px 20px; text-shadow: 2px 2px 0  rgba(0,0,0,0.3); text-align: center; color: #FFFFFF; background-color: #69CF44; background-color:#58a738\0/; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #69CF44), color-stop(100%, #3A5E22));  background-image: -webkit-linear-gradient(top, #69CF44, #3A5E22); background-image: -moz-linear-gradient(top, #69CF44, #3A5E22); background-image: -ms-linear-gradient(top, #69CF44, #3A5E22); background-image: -o-linear-gradient(top, #69CF44, #3A5E22); background-image: linear-gradient(top, #69CF44, #3A5E22);background-image:none\0/;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#69CF44, endColorstr=#3A5E22); filter:none\0/;box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/; cursor:pointer}
.btnsearch:hover{
 border:1px solid #fff; background-color: #58a738\0/;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A5E22), color-stop(100%, #69CF44));
 background-image: -webkit-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -moz-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -ms-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -o-linear-gradient(top, #3A5E22, #69CF44);
 background-image: linear-gradient(top, #3A5E22, #69CF44);background-image: none\0/;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3A5E22, endColorstr=#69CF44);filter:none\0/;
 box-shadow: 0 15px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/
}
.btninstall, .btninstalldesign{border:1px solid #757575; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px; padding:3px 11px; margin-top:3px; text-shadow: 2px 2px 0  rgba(0,0,0,0.3); text-align: center; color: #FFFFFF; background-color: #69CF44;background-color:#58a738\0/; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69CF44), color-stop(100%, #3A5E22));  background-image: -webkit-linear-gradient(top, #69CF44, #3A5E22); background-image: -moz-linear-gradient(top, #69CF44, #3A5E22); background-image: -ms-linear-gradient(top, #69CF44, #3A5E22);background-image: -o-linear-gradient(top, #69CF44, #3A5E22); background-image: linear-gradient(top, #69CF44, #3A5E22);background-image:none\0/;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#69CF44, endColorstr=#3A5E22);filter:none\0/;box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/; cursor:pointer; outline:none} 
.btninstall:hover, .btninstalldesign:hover{
 border:1px solid #fff;  background-color: #58a738\0/;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A5E22), color-stop(100%, #69CF44));
 background-image: -webkit-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -moz-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -ms-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -o-linear-gradient(top, #3A5E22, #69CF44);
 background-image: linear-gradient(top, #3A5E22, #69CF44);background-image: none\0/;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3A5E22, endColorstr=#69CF44);filter:none\0/;
 box-shadow: 0 15px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/
}



/* Robin 25/10/2012 Search App Page */
.headtext span{font:Helvetica; font-size:14px; color:#797979}
.on_off .ibutton-label-off span { background: url(../../images/no.png) no-repeat scroll 0 0 transparent; display: block; float: right; height: 9px; left: -4px; margin-top: 3px; padding-right: 10px; padding-top: 0; position: relative; text-indent: -9999px; width: 8px;}
.on_off .ibutton-label-on span {background: url(../../images/yes.png) no-repeat scroll 0 0 transparent;display: block;float: right;height: 11px;left: -1px; margin-top: 1px; padding-right: 15px; padding-top: 0; position: relative; width: 11px;}
.on_off .ibutton-label-off {background-position: 100% 0; color: #FFFFFF; right: 0; text-align: right; text-shadow: 0 1px #808080; width: 95%;}
.on_off .ibutton-container {height: 21px;}
.on_off .ibutton-label-on {background-position: 0 -52px;color: #FFFFFF; left: 0;text-shadow: 0 1px #808080;z-index: 1;}
.on_off .ibutton-label-off {background-position: 100% -52px;}
.on_off .ibutton-label-on, .on_off .ibutton-label-off { height: 16px;}
.on_off .ibutton-handle {background-position: 0 -73px;height: 20px;}
.on_off .ibutton-handle-right {background:url(../../images/ibutton-slider-default.png) no-repeat scroll 100% -73px transparent;}
.on_off .ibutton-handle-middle {background: url(../../images/ibutton-slider-default.png) no-repeat scroll 50% -73px transparent;}
.on_off .ibutton-padding-left, .on_off .ibutton-padding-right {background: url(../../images/ibutton-slider-default.png) no-repeat scroll 0 -52px transparent; height: 20px;position: absolute;    top: 0; width: 3px; z-index: 2;}
.on_off .ibutton-padding-right {background-position: 100% -52px;}
.ibutton-container {-moz-user-focus: ignore; -moz-user-input: disabled; -moz-user-select: none; cursor: pointer; display: inline; float: left;height: 26px;max-width: 400px;
    overflow: hidden;position: relative; width: 89px;}
.ibutton-container input {-moz-user-input: enabled !important; left: 0; opacity: 0;position: absolute; top: 0;}
.ibutton-handle {background: url(../../images/ibutton-slider-default.png) no-repeat scroll 0 -26px transparent; cursor: inherit; display: block; height: 25px; left: 0; padding-left: 3px;   position: absolute; top: 0; width: 33px; z-index: 3;}
.ibutton-handle-right {background: url(../../images/ibutton-slider-default.png) no-repeat scroll 100% -26px transparent; height: 100%; padding-right: 3px; width: 100%; z-index: 3;}
.ibutton-handle-middle {background: url(../../images/ibutton-slider-default.png) no-repeat scroll 50% -26px transparent;height: 100%; width: 100%;z-index: 3;}
div.ibutton-label-on, div.ibutton-label-off {background: url(../../images/ibutton-slider-default.png) no-repeat scroll 0 0 transparent; cursor: inherit; display: block;font-size: 11px;  font-weight: bold; height: 26px; line-height: 18px;overflow: hidden;padding-top: 4px; position: absolute;text-align: center;text-transform: uppercase;top: 0;white-space: nowrap; width: auto;}
div.ibutton-label-on {color: #FFFFFF; left: 0;text-shadow: 0 1px #808080;z-index: 1;}
div.ibutton-label-on span {padding-left: 0;}
div.ibutton-label-off {background-position: 100% 0;color: #FFFFFF;right: 0;text-align: right;text-shadow: 0 1px #808080; width: 95%;}
div.ibutton-label-off span label {margin-left: -2px; padding-right: 30px;}
.yes_no .ibutton-label-off span label { margin-left: -2px;padding-right: 15px;}
.ibutton-padding-left { left: 0;}
.ibutton-padding-right { right: 0;}
.ibutton-disabled {cursor: not-allowed !important;opacity: 0.6;}

/* Deepak 26/10/2012 Contact us Page */
.contact-page{ width:94%; padding:0px 10px 10px 17px; clear:both}
.contact-bg{ background:#fff url(../../images/contact-bg.png) right top no-repeat;}
.contact-form{ width:405px; margin-bottom:40px;}
.form-img{ float:left; background:url(../../images/contact-img.png) no-repeat 25px 28px; width:250px; height:260px;}
.contact-arrow{ background:url(../../images/arrow.png) no-repeat center top; position:absolute; width:68px; height:53px; margin:29px 0 0 345px;}
.contact-form label{ font-size:12px; padding-bottom:3px; padding-top:10px; color:#FFF}
.contact-form label span{ font-size:11px; color:#FF0000; float:right; padding-right:10px;}
.contact-form input[type="text"], input[type="password"], textarea{ background-color:#252525; border:1px solid #595959; font-size:12px; color:#C0C0C0; padding:5px; border-radius:5px; }
.send-btn{ float:right; padding:8px 0 16px 0!important; font-size:13px!important; border:0px solid #ccc!important; text-align: center; color:#FFF!important; font-weight:bold; cursor:pointer; background:url(../../images/send-btn-bg.jpg) right top no-repeat; width:92px; margin:-11px 14px; 0 0; }

.search-box{clear:both; border-bottom:#040404 1px solid; margin:0 20px; padding:10px 10px 15px 0; float:left; width:94%; color:#fff }
/*.search-box label{float:left; padding:5px 2px 0 7px; font-size:12px; color:#797979}
*/.search-box img{float:left; width:18px; padding:0 0 0 6px}

div.selector2 {cursor: pointer;  font-size: 12px; margin: -4px 0 0 10px;  vertical-align: middle; color:#797979}
div.selector3 {cursor: pointer;  font-size: 12px; margin: -4px 6px 10px 0 ;  vertical-align: middle; color:#797979}


div.selector {-moz-box-sizing: content-box; background: -moz-linear-gradient(center top , #FCFCFC 0px, #F1F1F1 100%) repeat scroll 0 0 transparent; border: 1px solid #D2D2D2; border-radius: 2px 2px 2px 2px; box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE; cursor: pointer; display: inline-block; font-size: 12px; height: 27px; line-height: 27px; margin: -4px 0 0 10px; max-width: 280px; overflow: visible; padding: 0 0 0 8px; position: relative; vertical-align: middle; width: auto; color:#797979}
div.selector span {background: url(../../images/selectArrow.png) no-repeat scroll 100% center transparent; cursor: pointer; display: block; font-size: 11px; height: 27px; line-height: 27px;  overflow: hidden; padding: 0 37px 0 2px; text-overflow: ellipsis; text-shadow: 0 1px #F5F5F5; white-space: nowrap;}
div.selector select {/*background: none repeat scroll 0 center transparent; border: 1px solid white; font-size: 12px; height: 28px; left: 0;opacity: 0; position: absolute; top: 0;*/ width: 100%; color:#797979}
div.ratingselect {-moz-box-sizing: content-box; background: -moz-linear-gradient(center top , #FCFCFC 0px, #F1F1F1 100%) repeat scroll 0 0 transparent; border: 1px solid #D2D2D2; border-radius: 2px 2px 2px 2px; box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE; cursor: pointer; display: inline-block; font-size: 12px; height: 27px; line-height: 27px; margin:7px 0 0 12px; max-width: 280px; overflow: visible; padding: 0 0 0 8px; position: relative; vertical-align: middle; width: auto; color:#797979}
div.ratingselect span {background: url(../../images/selectArrow.png) no-repeat scroll 100% center transparent; cursor: pointer; display: block; font-size: 11px; height: 27px; line-height: 27px;  overflow: hidden; padding: 0 37px 0 2px; text-overflow: ellipsis; text-shadow: 0 1px #F5F5F5; white-space: nowrap;}
div.ratingselect select {background: none repeat scroll 0 center transparent; border: 1px solid white; font-size: 12px; height: 28px; left: 0;opacity: 0; position: absolute; top: 0;width: 100%; color:#797979}

.tabindexsearch {clear: both;padding: 5px 0 10px 17px;width: 97%; color:#fff}
.snippet-tall2 { margin: 0 1px 19px 8px;}
.snippet2 {color: #515151; width:100%}
@media screen and (-webkit-min-device-pixel-ratio:0) {.snippet2{width:100%}} 
.snippet2 .thumbnail-wrapper {text-align: center;}
.snippet-tall2 .thumbnail2 {display: block;/*width: 78px;*/ height:78px;}
.snippet2 .thumbnail {overflow: hidden;text-align: right; width: 78px;}
.apps .snippet-medium .thumbnail img, .apps .snippet-metadata .thumbnail img, .apps .snippet-search .thumbnail img, .apps .snippet-tall2 .thumbnail img {min-height: 78px;}
.snippet-medium .thumbnail img, .snippet-metadata .thumbnail img, .snippet-search .thumbnail img, .snippet-tall2 .thumbnail2 img {/*width: 78px;*/}
.snippet .thumbnail img {cursor: pointer;}
.apps .photo, .apps .thumbnail img, .app-snippet-thumbnail {border-radius: 5px 5px 5px 5px;}
.snippet-tall2 .details2 {margin: 0;padding-left: 0; width: 126px;}
.snippet2 .details2 {overflow: hidden; vertical-align: top; float:right; padding:0 10px}
.snippet-tall2 .details2 a.title {display: block;max-width: 147px;overflow: hidden;text-overflow: ellipsis; font-size:11px; height:14px}
.snippet2 a.title { color: #fff; font-weight: bold; white-space: nowrap;}
.attribution, .release-date {padding-top: 1px; text-overflow: ellipsis; white-space: nowrap;}
.attribution {height: 14px; margin-bottom: 0;}
.attribution { display: block; margin-bottom: 0.4em;}
.attribution, .attribution a, .category, .backend-name {color: #8E8E8E!important; font-size: 10px; overflow: hidden; text-transform: uppercase;}
.attribution, .release-date {padding-top: 1px;text-overflow: ellipsis;white-space: nowrap;}
.attribution {height: 14px; margin-bottom: 0;}
.attribution {display: block;margin-bottom: 0;}
.attribution, .attribution a, .category, .backend-name {color: #8E8E8E;font-size: 10px; overflow: hidden; text-transform: uppercase;text-overflow: ellipsis; max-width:125px;}
.ratings-wrapper2 {height: 22px;}
.buy-wrapper2 { float:left; font-size:12px/* For appadv class */; width:84%; color:#F1F1F1}
.buy-wrapper2 img{ padding:5px; float:right;/* margin:18px 20px 0; */}
.carousel-cell2{border-bottom:#606060 1px solid; padding:17px 0 10px; margin-right:-4px; float:left;}
/*.pagination{ padding:5px 0 10px 17px; float:right}
.pagination a{ color:#414242; padding:0 10px;}
.pagination a:hover{background:#b7d840; color:#fff; padding:0 2px; margin: 0 8px}
*/
/*apportunity Page */
.framevideo{text-align:center; margin:10px; background:url(../../images/sliderframe2.png) no-repeat center; height:300px;}
#videoframe{ text-align:center; padding-top:30px; width:445px; margin:0 auto}
.apportunitytext{ line-height:20px; font:Helvetica; font-size:14px; margin:0 25px; color:#fff }
.apportunitytext h3{font-size:17px; font-weight:bold; padding:17px 0;}
.apportunitytext img{ float:left; padding:0 10px 10px 0}
.apportunitytext strong{ color:#fff}
.apportunitytext p{ padding-top:10px}
.apportunitytext li{ padding:0 0 0 24px; margin-top:10px; line-height:20px; background:url(../../images/appliststyle.png) no-repeat 0 4px }

/* Apps Requirement Page */
.requirement-box{background:#fff; clear:both; padding:0 32px 10px 20px; min-height:681px}
.requirement-box h3{ color:#477D1D; font-size:23px; font-weight:normal}
.outer-boxlogo h3{ padding:8% 0 7% 20% ;color:#477D1D; font-size:23px; font-weight:normal}
.text1{ font-size:15px; color:#3c3c3c; line-height:22px; padding-bottom:12px}
.nexttab{ float:right; margin:0px 16px 0px 0px}
.group-box{width:97%; border:1px solid #c9c9c9; border-radius:5px; margin:10px 0; color: #3C3C3C;font-size: 15px;line-height: 22px;}
.formbtnallign img{ background:url(../../images/btnapps.png) no-repeat}
.submissiontext{ font-size:20px; color:#333333}
.formbtnallign img:hover{ background:url(../../images/btnappshover.png) no-repeat}
.backtohome{ text-align:center; margin:60px; }
.tabindex label{font-size:15px; color:#3c3c3c; padding:3px; font-weight:normal}
input[type="checkbox"]{margin:12px 9px 14px 26px}
.btnapps{
 border:1px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:13px; padding:7px 20px; text-shadow: 2px 2px 0  rgba(0,0,0,0.3); text-align: center; color: #FFFFFF; background-color: #69CF44; background-color:#58a738\0/;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69CF44), color-stop(100%, #3A5E22));
 background-image: -webkit-linear-gradient(top, #69CF44, #3A5E22);
 background-image: -moz-linear-gradient(top, #69CF44, #3A5E22);
 background-image: -ms-linear-gradient(top, #69CF44, #3A5E22);
 background-image: -o-linear-gradient(top, #69CF44, #3A5E22);
 background-image: linear-gradient(top, #69CF44, #3A5E22);background-image:none\0/;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#69CF44, endColorstr=#3A5E22);filter:none\0/;box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/; cursor:pointer
}
.btnapps:hover{
 border:1px solid #fff; background-color: #58a738\0/;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A5E22), color-stop(100%, #69CF44));
 background-image: -webkit-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -moz-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -ms-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -o-linear-gradient(top, #3A5E22, #69CF44);
 background-image: linear-gradient(top, #3A5E22, #69CF44);background-image: none\0/;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3A5E22, endColorstr=#69CF44);filter:none\0/;
 box-shadow: 0 15px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/
}

/* Developer Registration Page */
.egtext{ font-size:12px; font-style:italic; padding:2px 0 20px 14px; color:#3C3C3C}
.tabindex input[type="text"], textarea{ margin:10px 0!important}
.regtext, .regtext strong{font-size:20px; color:#45D118; clear:both; padding:0 20px}
.developer-arrow{ background:url(../../images/arrow.png) no-repeat center top; position:absolute; width:68px; height:53px; margin:-21px 0 0 224px}
.developer-page{ width:97%; padding:15px 0 40px 2px; clear:both}
.developer-form{ }
.developer-form li{ float:left; margin-left:21px; color:#fff; }
.developer-form label{ font-size:12px; padding-bottom:3px; padding-top:10px; color:#FFF}
.developer-form label span{ font-size:11px; color:#FF0000; float:right;}
.developer-form input[type="text"], textarea{border: 1px solid #595959; background: #252525; font-size:12px; color:#727272; padding:5px; border-radius:5px; min-width:320px }
.developer-form input[type="password"]{ background-color: #2F2F2F; border: 1px solid #4B4B4B; font-size:12px; color:#727272; padding:5px; border-radius:5px; min-width:320px }
.has-js .developersummit label.c_on      { background: url(../../images/check-on.png) no-repeat; }

.developersummit label {cursor: pointer; display: block; float: left; line-height: 20px;padding-bottom: 25px;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);}
/*.group-box ul {clear: both; padding: 10px 20px;}
.group-box li {float: left;width: 162px;}*/

.developersummit{ padding:0 21px; clear:both}
/*.developersummit label{ font-size:12px; padding:4px 0 0 17px; float:left; color:#4c4c4c}
*/

.btnreset{border:1px solid #a3a3a3; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:13px; padding:7px 20px; text-shadow: 2px 2px 0  rgba(0,0,0,0.3); text-align: center; color: #FFFFFF; background-color: #ededed; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #989898));  background-image: -webkit-linear-gradient(top, #ededed, #989898); background-image: -moz-linear-gradient(top, #ededed, #989898); background-image: -ms-linear-gradient(top, #ededed, #989898);
 background-image: -o-linear-gradient(top, #ededed, #989898); background-image: linear-gradient(top, #ededed, #989898);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ededed, endColorstr=#989898); cursor:pointer}
.btnreset:hover{
 border:1px solid #a3a3a3; background-color: #989898;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#989898), color-stop(100%, #ededed));
 background-image: -webkit-linear-gradient(top, #989898, #ededed);
 background-image: -moz-linear-gradient(top, #989898, #ededed);
 background-image: -ms-linear-gradient(top, #989898, #ededed);
 background-image: -o-linear-gradient(top, #989898, #ededed);
 background-image: linear-gradient(top, #989898, #ededed);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#989898, endColorstr=#ededed);
}

.contentmiddle{ width:466px; height:auto; float:left; margin-left:17px}
.appdescription{ border-right:#484848 1px solid; border-bottom:#484848 1px solid; border-radius:5px; widows:466px; height:auto; padding:20px 0; font-size:14px; color:#fff; background:#252727; position:relative; min-height:0px}
.appdescriptionpointer{background:url(../../images/appdescpointer.png) no-repeat top right; position:absolute; float:right; width:32px; height:32px; right:-21px;  top:20px}
.descriptiontext{padding:10px; line-height:20px	}
.descriptiontext p{padding-left:20px;}
.showmore { float:right; padding:10px;color:#b0880f; font-size:12px;}
.showmore a {color:#b0880f; font-size:12px;text-decoration:underline}

/* Scrollbar Css */
#scrollbar1 { width: 219px; margin: 0px 0 2px; }
#scrollbar1 .viewport { width: 204px; height: 270px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#scrollbar1 .track { background: transparent url(../../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:3px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -2px; }
#scrollbar1 .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 7px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#scrollbar2 {margin:12px 0 20px 20px;width: 395px; border:#000 12px solid}
#scrollbar2 .viewport {height: 200px; overflow: hidden; position: relative; width: 393px;}
#scrollbar2 .overview {left: 0;list-style: none outside none;margin: 0; padding: 0;position: absolute;top: 0; width: 1530px;}
#scrollbar2 .overview img {float: left; border:#fff 8px solid}
#scrollbar2 .scrollbar {background: url(../../images/bg-scrollbar-track-x.png) no-repeat scroll 0 0 transparent; clear: both; height: 15px;margin: 10px 0 0; position: relative;}
#scrollbar2 .track {background: url(../../images/bg-scrollbar-trackend-x.png) no-repeat scroll 100% 0 transparent; height: 15px; position: relative; width: 100%;}
#scrollbar2 .thumb {background: url(../../images/bg-scrollbar-thumb-x.png) no-repeat scroll 100% 50% transparent;cursor: pointer;height: 25px;left: 0;overflow: hidden;position: absolute;    top: -5px;}
#scrollbar2 .thumb .end {background: url(../../images/bg-scrollbar-thumb-x.png) no-repeat scroll 0 50% transparent;height: 25px;overflow: hidden;width: 5px;}
#scrollbar2 .disable {display: none;}
.noSelect { -moz-user-select: none;}

#scrollbar3 { width: 460px; margin: 20px 0 10px; }
#scrollbar3 .viewport { width: 445px; height: 250px; overflow: hidden; position: relative; }
#scrollbar3 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar3 .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#scrollbar3 .track { background: transparent url(../../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:3px; position: relative; padding: 0 1px; }
#scrollbar3 .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -2px; }
#scrollbar3 .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 7px; }
#scrollbar3 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#scrollbar4 { width: 229px; margin: 5px 0 10px; }
#scrollbar4 .viewport { width: 218px; height: 387px; overflow: hidden; position: relative; }
#scrollbar4 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar4 .scrollbar{ position: relative; float: right; width: 10px; }
#scrollbar4 .track {height: 100%; width:3px; position: relative; padding: 0 1px; }
#scrollbar4 .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -2px; }
#scrollbar4 .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 7px; }
#scrollbar4 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#scrollbar5 { width: 229px; margin: 5px 0 10px; }
#scrollbar5 .viewport { width: 218px; height: 387px; overflow: hidden; position: relative; }
#scrollbar5 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar5 .scrollbar{ position: relative; float: right; width: 10px; }
#scrollbar5 .track {height: 100%; width:3px; position: relative; padding: 0 1px; }
#scrollbar5 .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -2px; }
#scrollbar5 .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 7px; }
#scrollbar5 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }



.drop-shadow {position:relative;background:#000;
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;}
.drop-shadow:before, .drop-shadow:after { content:""; position:absolute; z-index:-2;}
.videobox { margin:12px 0 20px 20px;width: 395px; border:#626262 12px solid;}
.comments{  float:left; width:418px; margin:0 20px}
.comments li{ float:left; border-bottom:#dcdcdc 1px solid; width:100%; padding:10px 0}
.comments li p{line-height:15px;font-size:11px; color:#fff;}
.commenttext{ color:#94b040; font-size:11px; font-weight:bold}
.SPRITE_star_on_darkyellow {background:url(../../images/commentstarfull.png) no-repeat scroll transparent; height: 11px; width: 11px;}
.SPRITE_star_half_darkyellow {background:url(../../images/commentstarhalf.png) no-repeat scroll transparent; height: 11px; width: 11px;}
.SPRITE_star_on_darkbigyellow {background:url(../../images/ratingstarbigfull.png) no-repeat scroll transparent; height: 19px; width: 19px;}
.SPRITE_star_half_darkbigyellow {background:url(../../images/ratingstarbighalf.png) no-repeat scroll transparent; height: 19px; width: 19px;}
.contentright{ width:241px; height:auto; float:left; margin:20px 2px;}
.contentrighttop{padding:10px 0; color:#797979;}
.contentrighttop a{ font-size:14px; color:#797979; line-height:17px}
.contentrighttop span{color:#6a893a; line-height:20px;padding:2px}
.contentright-container{ margin:7px 5px 20px 20px}
.snippet-reviews2{ font-size:14px; color:#b68e16; line-height:19px; padding-left:5px; text-decoration:underline}
.snippet-reviews2:hover, .snippet-reviews2:focus{color:#b68e16}
.specs{ font-size:13px; margin:15px 0;  color:#fff}
.specs li{ padding:5px 0}
/*.specs label{color:#797979; float:left; margin-right:6px}*/
.specs label{color:#fff; float:none; margin-right:6px; display:inline;}
.sharebox{ border-bottom:#666 1px dotted; border-top:#666 1px dotted; padding-bottom:15px; position:relative}
.shareboxpointer{ background:url(../../images/shareboxpointer.png) no-repeat top center; width:29px; height:12px; position:absolute; top:30px; left:70px}
.contentright-container h2{ color:#5e5e5e; font-size:16px; padding:10px 0; font-weight:bold; line-height:20px; border-top:1px dotted #666;}
.sharebox-socialmedia{ border:#afafaf 1px solid; border-radius:5px; padding:10px; height:32px; padding-left:50px;}
.sharebox-socialmedia img{ padding-left:10px; float:left; width:32px; height:32px}

.sharebox-socialmedia2{ border:#afafaf 1px solid; border-radius:5px; padding:10px 20px 10px 38px; height:17px;}
.sharebox-socialmedia2 img{ float:left; padding-left:37px; }

.sharebox-socialmedia3{ border:#afafaf 1px solid; border-radius:5px; padding:10px 0 10px 2px; height:31px;}
.sharebox-socialmedia3 img{ float:left; padding-left:37px; }


.appadv li{ margin:15px 0 0}
.seemore, .seemore a{padding:0 10px 13px 0px;color:#fff; font-size:12px; text-decoration:underline}
.commentratings{margin:0 20px; padding-bottom:20px; border-bottom:#7d7d7d 3px solid}
.commentratings label{ font-size:12px; color:#010101; float:left; padding:15px 0}

.developerlogin{ margin:0 15px; width:660px; border:#000 12px solid; min-height:200px}
.loginform{ float: left;width: 440px; padding-top:25px}
.loginform ol li{display: block; padding-bottom: 20px; width: 440px;}
div#focus form ol li fieldset legend {color: #999999;float: left;font-size: 11px;font-weight: bold;padding-right: 10px;text-align: right;text-transform: uppercase; width: 120px;}
div.loginform ol li label{color: #999999;float: left;font-size: 11px;font-weight: bold;padding-right: 10px;text-align: right; width: 120px;}
div.loginform ol li a{font-size:11px; text-decoration:underline; color:#607c34}
div.loginform ol li input[type="text"], div.loginform ol li input[type="password"] { height: 21px;width: 300px;}
div.loginform input[type="text"],div.loginform input[type="password"], textarea {border: 1px solid #595959; background: #252525;font-size: 1.1em; padding: 2px;}


#info{background-color: #88b049;color:#FFFFFF; float: left;height: 100%;margin-left: 458px;position: absolute;width: 211px; padding-top:12px}
div#info h2 {font-size:24px ;font-weight: bold;line-height:30px;color:#FFFFFF; margin:10px}
div#info p {margin: 9px;color:#FFFFFF; font-size:13px; line-height:20px}
div#info h2, div#info strong{color:#fff}
div#info a{color:#fff; text-decoration:underline}

.appcatagory{margin:0 15px; width:100% }
.list-view{margin:10px 10px 10px 5px;}
.appcatagory li{ background: none repeat scroll 0 0 #E1F1C0;border: 2px solid #FFFFFF !important; border-radius: 8px 8px 8px 8px; float: left; font-size: 16px; margin: 5px;  max-width: 181px;  overflow: hidden; padding: 20px; text-align: center;  text-overflow: ellipsis;  white-space: nowrap; width: 25%;}
 .appcatagory li a{ color:#336633;font-weight: normal;}
.appcatagory li a:hover{text-decoration:underline}
.searchTable5 TR{font-weight: bold; font-size:13px; text-align: left; padding:6px;}
.searchTable5 TD {font-weight: normal; font-size: 15px; padding:20px 0 10px 25px; border:2px solid #fff!important; }
.searchTable5 TD a{color:#336633}
.searchTable5 TD a:hover{text-decoration:underline}

.acc-content2 ul a.selected li{ background: none repeat scroll 0 0 #A6C43C;border-bottom: 1px solid #5E5E5E;border-radius: 5px 5px 5px 5px;cursor: pointer }

/*Robin 27/11/2012 */
.about-us-text{color: #fff;font-size: 14px; line-height: 20px; margin: 0 25px; width:43%}
.about-us-text1{color: #fff;font-size: 14px; line-height: 20px;width:43%; margin: 0 25px; width:43%;text-align:justify}.

.about-us-text p{ padding-top:10px}
.about-us-img{width:50%}
.about-us-img img{width:100%; margin:45px 0}

#showMore{cursor:pointer;float:right; display:none; margin-right:10px;color:#fff; font-size:12px; text-decoration:underline}
.disclaimerText{background:url(../../images/disclamer-bg.png) repeat-x top center;  border:#454545 1px solid; color: #fff; font-size: 12px; margin: 0 auto;text-align: center;width:940px; padding:4px 10px; font-family:Helvetica; clear:both; line-height:20px}
.sharebox-socialmediasharebox .fb_iframe_widget span { top: -3px;}
.text2{ font-size:15px; color:#D8A91F ; line-height:22px; padding-bottom:12px}

/*Robin 04/12/2012 for Next and Previous Button */
.btnpagination{border:1px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:13px; padding:7px 15px; text-align: center; color: #333333; background-color: #f2d360;background-color:#f1c130\0/;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4e48e), color-stop(100%, #f1bd25));  background-image: -webkit-linear-gradient(top, #f4e48e, #f1bd25); background-image: -moz-linear-gradient(top, #f4e48e, #f1bd25); background-image: -ms-linear-gradient(top, #f4e48e, #f1bd25);
 background-image: -o-linear-gradient(top, #f4e48e, #f1bd25); background-image: linear-gradient(top, #f4e48e, #f1bd25);   background-image:none\0/; filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4e48e, endColorstr=#f1bd25);    filter:none\0/; box-shadow: inset 0px -6px 10px rgba(0,0,0,0.15), 0px 1px 0px rgba(255,255,255,0.4), inset 0px 1px 0px rgba(241,191,44,0.3); cursor:pointer
}
.btnpagination:hover{
 border:1px solid #fff; background-color:#f3e187\0/;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1bd25), color-stop(100%, #f4e48e));
 background-image: -webkit-linear-gradient(top, #f1bd25, #f4e48e);
 background-image: -moz-linear-gradient(top, #f1bd25, #f4e48e);
 background-image: -ms-linear-gradient(top, #f1bd25, #f4e48e);
 background-image: -o-linear-gradient(top, #f1bd25, #f4e48e);
 background-image: linear-gradient(top, #f1bd25, #f4e48e); background-image:none\0/; 
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f1bd25, endColorstr=#f4e48e); filter:none\0/; 
 box-shadow: 0 12px 10px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/;
}

/* numeric controls */	
	ol#controls1{margin:1em 0;padding:0; position:relative; left:47%}
	ol#controls1 li{margin:0 10px 0 0; padding:0;float:left;list-style:none;}
	ol#controls1 li a{float:left;line-height:14px;background:#999999;color:#999;padding:0 3px;text-decoration:none;}
	ol#controls1 li.current a{background:#A6C43C;color:#A6C43C;}
	ol#controls1 li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ol#controls2{margin:1em 0;padding:0; position:relative; left:47%}
	ol#controls2 li{margin:0 10px 0 0; padding:0;float:left;list-style:none;}
	ol#controls2 li a{float:left;line-height:14px;background:#999999;color:#999;padding:0 3px;text-decoration:none;}
	ol#controls2 li.current a{background:#A6C43C;color:#A6C43C;}
	ol#controls2 li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ol#controls3{margin:1em 0;padding:0; position:relative; left:47%}
	ol#controls3 li{margin:0 10px 0 0; padding:0;float:left;list-style:none;}
	ol#controls3 li a{float:left;line-height:14px;background:#999999;color:#999;padding:0 3px;text-decoration:none;}
	ol#controls3 li.current a{background:#A6C43C;color:#A6C43C;}
	ol#controls3 li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* Robin 06/12/2012 for New App requirement Page */

.home-bg{ background: url(../images/home-bg.png) left top no-repeat;}
.home-slide{ padding:40px 25px; height:333px; background-color:#FFFFFF; border-radius: 8px 8px 0px 0px;}
.phone-img{float:left;}
.home-slide-info{ width:300px; float:right; }
.home-slide-info h1{ color:#6a9b4b; font-size:30px; padding:5px 0 20px 0}
.home-slide-info p{ color:#767676; font-size:18px; padding:5px 0 20px 0; line-height:27px;}

.contentrighttop2{padding:10px 15px 0; color:#fff;}
.contentrighttop2 a{ font-size:14px; color:#fff; line-height:17px}
.contentrighttop2 span{color:#6a893a; line-height:20px;padding:2px}

.buy-wrapper2 input{ position:absolute; bottom:20px}



#succ-msg{text-align:center; background:url("../../images/recent-upload-bg.jpg") repeat scroll 0 bottom transparent; display:none}
#succ-msg h4{margin:10px 0px; padding:10px 0px;}

.errorDiv{/*background:url("../../images/recent-upload-bg.jpg") repeat scroll 0 bottom transparent; */overflow:hidden; width:665px; margin: 1px 0px 3px 10px; background-color:#FF9999; color:#000000; padding:8px 20px;}
.errorDiv p{margin:5px}

.errorDiv3{/*background:url("../../images/recent-upload-bg.jpg") repeat scroll 0 bottom transparent; */overflow:hidden; padding:0 20px; color:red}
.errorDiv3 p{margin:5px}

.uploadApptable{border-radius: 8px; border:1px solid #cecece; background:url(../../images/upload-bg.jpg) 0 bottom repeat-x; padding:15px; margin:10px; color:#fff }
.uploadApplanding{padding:15px; margin:20px; background: url("../../images/recent-upload-bg.jpg") repeat-x scroll 0 bottom transparent;border: 1px solid #CCE0AD;border-radius: 8px 8px 8px 8px;}
.uploadApplanding h3{color: #88B049;font-size: 18px; font-weight: bold; margin: 0; padding: 0 0 10px;}
.lh30{line-height:30px!important}
.pdlr20{padding:10px 20px!important}
.bplanding{background-position:0 9px!important}
.developer-arrowlanding{ background:url(../../images/arrow.png) no-repeat center top; position:absolute; width:68px; height:53px; margin:-21px 0 0 427px}
.landing{border:2px solid #76ac6e; height:auto; display:inline-block; margin:20px; border-radius:8px}
.landing-header{ background:url(../../images/landing-header-BG.png) repeat-x 0 0; padding:14px 0; font-weight:bold; font-size:29px; text-align:center; color:#fff; text-shadow:0 2px rgba(0, 0, 0, .41); border-radius:6px 6px 0 0}

.change-image-icon { background: url("../../images/all-icon.png") no-repeat scroll 0 -189px transparent; float: left; height: 23px; width: 25px; margin:3px 5px; cursor:pointer}

.w100 { width:100%;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.w100{width:102%}} 
@media screen and (-webkit-min-device-pixel-ratio:0) {.btnsearch:focus{ border:none}}


/* Robin Changes for developer aggrement instead textarea  26/12/2012*/
.developer-terms{ background-color: #2F2F2F; border: 1px solid #4B4B4B; border-radius: 5px 5px 5px 5px; color: #FFF;font-size: 12px; min-width: 320px; padding: 5px;height: 360px;  line-height: 15px;margin: 20px auto;overflow: auto; padding:10px}
.developer-terms h1{font-size:18px; line-height:30px;  color:#FFF}
.developer-terms h6{font-size:14px; line-height:20px; color:#FFF; font-weight:bold}
.developer-terms strong{ font-size:13px; color:#FFF; line-height:20px}
.developer-terms p{ font-size:12px; color:#FFF; line-height:18px}
.developer-terms li{font-size:12px; color:#FFF; line-height:18px; list-style:disc}
sup { vertical-align: top; font-size: 13px; font-weight:bold; line-height:10px;padding-right:5px; }
.textlinkunder{ color:#1f497d; text-decoration:underline; font-style:italic}
.textunder{text-decoration:underline}
.android-BG{ background:url(../../images/aboutus-graphic-bg.png) no-repeat scroll 50% 50%; height:400px}
.minht970{min-height:970px}
.apportunitytext p a{color:#1f497d; text-decoration:none;}
/*<!--.apportunitytext p a:hover{text-decoration:underline}-->*/
.headtext2{   color: #6A9B4B; font-size: 30px; padding:20px;}

/* Robin Changes for the new Header section in the Listing pages */
#subNav {background: url(../../images/subnav_bottom.png) repeat-x scroll 0 0 transparent !important;height: 34px;overflow: hidden; position: absolute; width: 696px;}
.subNavNd {background: url(../../images/subnav_base.png) no-repeat scroll right center transparent !important;height: 34px;overflow: hidden;position: absolute;width:696px;}
#subNav ul {font-size: 13px;font-weight: 700;letter-spacing: 0.035em;}
#subNav ul li {float: left; padding-right: 10px;}
#subNav ul li.subNavnd01, #subNav ul li.subNavSe01, #subNav ul li.subNavnd02, #subNav ul li.subNavSe03 {padding-right: 0; background:#3c3c3c}
.subNavnd01 { border-radius:5px 0 0 0 }
.subNavnd03 { border-radius:5px 0 0 0 }
.subNavSe03 { background:none!important; }
.subNavnd01 a {background: url(../../images/subnav_bg-ina.png) repeat-x scroll center center transparent !important;border-radius: 5px 0 0 0 !important; padding: 0 20px 0 18px;}
.subNavSe01 a {background: url(../../images/subnav_last.png) no-repeat scroll right center #78A42C !important; padding: 0 38px 0 20px !important;}
.subNavSe01 .left{background: url(../../images/left-green.png) no-repeat scroll left center #78A42C !important; padding: 0 38px 0 20px !important;}
.subNavnd02 a {  background: url(../../images/subnav_repeater.png) repeat-x scroll center center transparent !important;padding: 0 30px 0 13px !important;}
.subNavnd03 a {background: url(../../images/subnav_bg-ina.png) no-repeat scroll right center transparent !important;padding: 0 33px 1px 15px !important;}
.subNavSe03 a {background: url(../../images/subnav_bg-ac.png) no-repeat scroll right center transparent !important;padding: 0 45px 0 21px !important; margin-left:-3px}
#subNav ul li a {-moz-border-bottom-colors: none;-moz-border-left-colors: none; -moz-border-right-colors: none;-moz-border-top-colors: none;background: none repeat scroll 0 0 #78A42C; border-color: #78A42C #78A42C -moz-use-text-color; border-image: none;border-style: solid solid none;border-width: 1px 1px medium;color: #252525; float: left;height: 32px;line-height: 32px;  margin-top: 1px;padding: 0 15px;}
#subNav ul li.subNavnd01 a {border: medium none; margin-top: 0; padding-top:1px}
#subNav ul li.subNavSe01 a, #subNav ul li.subNavSe03 a {border: medium none;margin-top: 0; border-radius:5px 0 0 0 }
#subNav ul li.subNavnd02 a { border: medium none;margin-top: 0;}
#subNav ul li.subNavnd03 a {border: medium none; margin-top: 0;}
#subNav ul li a:link, #subNav ul li a:visited {color: #FFFFFF;}
#subNav ul li a:hover, #subNav ul li a:active, #subNav ul li a:focus {color: #d7d4d4;}
#subNav ul li.selected a:link, #subNav ul li.selected a:visited, #subNav ul li.selected a:hover, #subNav ul li.selected a:active, #subNav ul li.selected a:focus {color: #FFFFFF;}
#subNav ul li.selected a:link, #subNav ul li.selected a:visited, #subNav ul li.selected a:hover, #subNav ul li.selected a:active, #subNav ul li.selected a:focus { background: none repeat scroll 0 0 #FFFFFF;border-color: #D9D9D6;color: #fff;margin-top: 1px;}
#subNav ul li a span {background: none repeat scroll 0 0 #3C8E0F;font-size: 11px;font-weight: 500;margin-left: 6px;padding: 3px 6px;}
#subNav ul li a:link span, #subNav ul li a:visited span {background: none repeat scroll 0 0 #3C8E0F;color: #FFFFFF;}
#subNav ul li a:hover span, #subNav ul li a:active span, #subNav ul li a:focus span {background: none repeat scroll 0 0 #EEEDE9;color: #d7d4d4;}
#subNav ul li.selected a:link span, #subNav ul li.selected a:visited span, #subNav ul li.selected a:hover span, #subNav ul li.selected a:active span, #subNav ul li.selected a:focus span {    background: none repeat scroll 0 0 #EEEDE9;color: #252525;}
/* Used for the Switch effect: */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../../images/switch.png) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 24px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -72px; padding: 0 10px; }
.cb-disable span { background-position: right -144px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -48px; }
.cb-disable.selected span { background-position: right -192px; color: #fff; }
.cb-enable.selected { background-position: 0 -48px; }
.cb-enable.selected span { background-position: left -120px; color: #fff; }
.iphonebutton{ position:absolute; right:15px; bottom:10px}
.iphonebutton a{color:#000} .iphonebutton a:hover{color:#252525}
/* Pagination */
.pagination {float: left; margin: 10px 0; padding: 5px; font-size:12px}
.pagination a {color: #fff!important; padding: 5px;}
.pagination a:hover {background: none repeat scroll 0 0 #B7D840; color: #FFFFFF; padding: 5px;}
.pagination a.selected{ font:bold; padding:5px; text-decoration:none;background: none repeat scroll 0 0 #B7D840; margin:0 1px;}
.search-box2{clear:both; border-bottom:#606060 1px solid; margin:0 20px; padding:10px 10px 15px 0; float:left; width:94%; height:59px}
/*.search-box label{float:left; padding:5px 2px 0 7px; font-size:12px; color:#797979}
*/.search-box2 img{float:left; width:18px; padding:0 0 0 6px}



/*16/01/13*/
.rig-box{margin-top:20px;}
.login-line{background:url(../../images/line.jpg) no-repeat;width:2px;height:14px;} 
.reg-btn{color:#45D118;font-size:15px;text-decoration:none}
.reg-btn:hover{text-decoration:underline;}

/* robin new changes for portfolio thumbs */
.thumb_port{text-align: left; line-height: 25px; font-size: 14px; font-family:Helvetica}
.hover_desc_default{width: 290px; text-align: left; line-height: 20px; color: rgb(57, 59, 85);  font-size: 14px; float: left; margin: 0px 30px 0px 0px; visibility: visible;}
.hover_desc_active{width: 290px; text-align: left; line-height: 20px; color: rgb(57, 59, 85);  font-size: 15px; float: right; margin: 0px 30px 0px 0px; }
.hover_desc_active h1{font-size:20px; color:#5d7833; clear:both; padding:10px 0; line-height:25px}
.hover_thumb{width: 350px; float: left; margin:0 0 0 30px }
.thumb_list li{ float:left}
.thumb_list li img{margin: 0px 15px 12px 0px; cursor: pointer;}
.regtext_subcat{color: #fff; display: inline-block; font-size: 23px;padding: 0 10px; vertical-align: super;}
.learnmore a{color: #fff; font-size: 13px;  padding: 10px 20px 24px 0;  text-decoration: underline; float:right}
.exploremore{ background: none repeat scroll 0 0 #F1F1F1;    border: 1px solid rgba(0, 0, 0, 0.1);margin: 10px auto;padding: 7px;text-align: center; width: 60%; border-radius:2px}
.exploremore:hover{border:#c6c6c6 solid 1px; background:none repeat scroll 0 0 #EAEAEA}
.exploremore a{color: #2c2c2c; font-size: 14px; font-weight:bold;}
.exploremore a img{ margin:0 3px -2px 0;}

.exploremoreSearch{ background: none repeat scroll 0 0 #F1F1F1;    border: 1px solid rgba(0, 0, 0, 0.1);margin: 10px auto;padding: 7px;text-align: center; width: 60%; border-radius:2px}
.exploremoreSearch:hover{border:#c6c6c6 solid 1px; background:none repeat scroll 0 0 #EAEAEA}
.exploremoreSearch a{color: #2c2c2c; font-size: 14px; font-weight:bold;}
.exploremoreSearch a img{ margin:0 3px -2px 0;}

.cat_divider{ background: none repeat scroll 0 0 #494949;margin: 4px 0;overflow: hidden;padding: 1px; width:93%; margin:0 23px}


#theme-categories { border-top: 1px solid #373737; position: relative;}
#theme-categories:before { background: url(../../images/nav-shadow.png) no-repeat scroll center top transparent; content: ""; height: 7px; left: 0;position: absolute;top: -7px;width: 100%;}
#theme-categories li {/* display: inline-block; padding: 18px 9px; position: relative;*/}
#theme-categories a { color: #454545; font-size: 14px; text-decoration: none;}
#theme-categories a:hover {    color: #A0A0A0;}
#theme-categories li.current_item a {   color: #A4586F !important;}
#theme-categories li {padding: 0;}
#theme-categories a { display: block; padding: 6px 2px 7px;}
#theme-categories span { color: #fff; display: block; font-size: 14px;font-weight: bold; padding:8px 7px 7px 30px }
#theme-categories .current_item span {color: #BD6982;}
#theme-categories .current_item { font-style: italic;   position: relative;}
#theme-categories .current_item:before, #theme-categories .current_item:after { content: "";height: 47px;position: absolute; top: 0;width: 5px;}
#theme-categories .current_item:before {left: 1px; border-left:1px solid #373737}
#theme-categories .current_item:after {right: 1px; border-right:1px solid #373737}
#theme-categories .current_item a {background: url(../../images/sort_current_bg.png) repeat-x scroll 0 0 transparent;}
#theme-categories .current_item a:before {/*background: url(../../images/sort_current_arrow.png) no-repeat scroll 0 0 transparent; */bottom: -1px;content: "";height: 14px;left: 45%;margin-left: -9px;position: absolute;width: 26px; z-index: 2;}
#theme-categories ul { position: relative;}
#theme-categories ul:before {background: url(../../images/sort_menu_bottom.png) no-repeat scroll 0 0 transparent;bottom: -12px;content: "";height: 12px;left: 0;position: absolute;width: 100%;   z-index: 2;}
.w100p{ width:100%}
#tab-all span { background: url(../../images/category.png) no-repeat scroll 4px 5px transparent; background-size:20px 20px}
#tab-app span {background: url(../../images/iconapp.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
.tab-phone span {background: url(../../images/phone.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
#tab-games span { background: url(../../images/icong.png) no-repeat scroll 2px 3px transparent;background-size:25px 25px}
#tab-music span { background: url(../../images/iconmusic.png) no-repeat scroll  2px 3px transparent; background-size:23px 23px}
#tab-books span { background: url(../../images/iconbooks.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
#tab-tvshows span { background: url(../../images/iconTV.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
#tab-audiobooks span { background: url(../../images/icon_audio_books.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
#tab-podcast span { background: url(../../images/icon_podcasts.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
#tab-movies span { background: url(../../images/iconmovies.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}
#tab-mac span { background: url(../../images/icon_mac_store.png) no-repeat scroll 2px 3px transparent; background-size:23px 23px}

.songlist{border-bottom: #cfcfcf 1px solid; margin:20px; }
.songlist th{font-weight: bold; font-size: 13px; color:#fff; padding:8px;}
.songlist th  a{	font-weight: bold; font-size: 13px; color:#fff;}
.songlist td{ font-weight: normal; font-size: 13px; COLOR:#3C3C3C; padding:8px; line-height:20px}
.songlist td a{color:#6A9B4B;text-decoration:none; font-weight:bold;}
.songlist td a:hover{ text-decoration:none; color:#333333;}
.songlist tr td{border-bottom:1px solid #CFCFCF}
.songlist tr td:first-child{border-left:1px solid #CFCFCF} 
.songlist tr td:last-child{border-right:1px solid #CFCFCF}
.songlist tr{background:#fff;}
.songlist tr:hover{background:#fff9e1;}
.songlist tr:nth-child(odd) {background-color: #f1f1f1;}
.songlist tr:nth-child(even) {background-color: #fff;}
.disin{ display:inline}
.songlist tr:hover{background:#fff9e1;}
.songlist th  a{font-weight: bold; font-size: 13px; color:#fff;}
.songlist th {background:#DEB935 url(../../images/first-th-bg.jpg) right top no-repeat; color: #FFFFFF; font-size: 13px; font-weight: bold; padding:8px}
.songlist th:last-child {background:#deb935 url(../../images/last-th-bg.jpg) right top no-repeat;}
.songlist th:first-child {background:#deb935 url(../../images/first-th-bg.jpg) left top no-repeat;}

.songlistHighlighted { background: #CCE0AD!important}

/* FlexSlider Default Theme
*********************************/
.flexslider{margin:0 0 0px; background:#000; position:relative; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; border-radius:4px; box-shadow:0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2); -moz-box-shadow:0 1px 4px rgba(0,0,0,.2); -o-box-shadow:0 1px 4px rgba(0,0,0,.2); zoom:1; behavior:url(PIE.htc)}


.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
/*.carousel1 li {margin-right: 8px}*/
.carousel1 {margin:0 16px; } 
.carousel2 {margin-left: 0px;;
width: 100%;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 24px; height:36px; margin: -47px 0 0; display: block; background: url(../../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -25px; }
.flex-direction-nav .flex-prev {left: -23px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display:none;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 0; cursor: default;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flex-container{max-width:1024px; margin-right:auto; margin-left:auto; margin-top:0px; z-index:-1 !important}



/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}



/*Buyer Profile -- Robin Changes 08-feb-2012 */
.buyerprofile{background-color: #383838; border: 1px solid #595959; border-radius: 3px 3px 3px 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 5px; margin:27px 0 0 55px; height:150px; width:150px;}
.buyerprofile img{ background-color: #E9ECEE;  display: block; line-height: 0;}
.pdlr20{padding:0 20px!important}

.devicelist{border-bottom: #cfcfcf 1px solid;}
.devicelist th{font-weight: bold; font-size: 13px; color:#fff; padding:8px;}
.devicelist th  a{	font-weight: bold; font-size: 13px; color:#fff;}
.devicelist td{ font-weight: normal; font-size: 13px; COLOR:#fff; padding:6px; line-height:20px}
.devicelist td a{color:#45D118;text-decoration:none; font-weight:bold;}
.devicelist td a:hover{ text-decoration:none; color:#333333;}
.devicelist tr td{border-bottom:1px solid #676767}
.devicelist tr td:first-child{border-left:1px solid #676767} 
.devicelist tr td:last-child{border-right:1px solid #676767}
.devicelist tr{background:#fff;}
.devicelist tr:hover{background:#fff9e1;}
.devicelist tr:nth-child(odd) {background-color: #575757;}
.devicelist tr:nth-child(even) {background-color: #636363;}
.disin{ display:inline}
.devicelist tr:hover{background:#666;}
.devicelist th  a{font-weight: bold; font-size: 13px; color:#fff;}
.devicelist th {background:#444444 url(../../images/first-th-bg.jpg) right top no-repeat; color: #FFFFFF; font-size: 13px; font-weight: bold; padding:8px}
.devicelist th:last-child {background:#444444 url(../../images/last-th-bg.jpg) right top no-repeat;}
.devicelist th:first-child {background:#444444 url(../../images/first-th-bg.jpg) left top no-repeat;}
.devicelist h5 {display: block;font-size: 13px;font-weight: bold; margin: 0; padding: 0;max-width: 178px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.devicelist h6 {font-size: 13px;font-weight: normal;line-height: 20px;margin: 0;padding: 0;}
.devicelist td .app-img {float: left; height: 60px; padding-right: 15px; width: 60px;}
.devicelist td .app-img img { cursor: pointer; width:60px; height:60px}
.devicelist td .app-img2 {float: left; width: 74px;}
.d-category {background: url(../../images/all-icon.png) no-repeat scroll 1px -163px transparent; float: left; height: 20px; width: 29px;}
.dd-category { background: url(../../images/all-icon.png) no-repeat scroll -28px -165px transparent; float: left; height: 18px;  margin-left: 14px;  max-width: 128px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:24px}
.contact-form select{ background-color:#e7e7e7; border:1px solid #d6d6d6; font-size:12px; color:#727272; padding:5px; border-radius:5px; }

.uninstall-icon { background-image: url("../../images/trashcan_white.png");  height: 13px; width: 8px;}
.uninstall-icon-wrapper { background-color: #545454;  border: 1px solid #545454;  padding: 2px 5px;}
.buttons-wrapper .buy-wrapper {
    vertical-align: bottom;
}
.disabled-wrapper
{
    background-color: transparent !important;
    background-image: none !important;
    color: #A5A5A5;
    cursor: default;
}

.buy-wrapper.inactive:hover .buy-button-price, .buy-wrapper.inactive .buy-button-price, .buy-wrapper.inactive .buy-button:active, .buy-wrapper.inactive .buy-button:hover, .disabled-wrapper:hover .buy-button-price, .disabled-wrapper .buy-button-price, .disabled-wrapper .buy-button:active, .disabled-wrapper .buy-button:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: #A5A5A5;
    cursor: default;
}

.margin-lft
{
 margin-left:8px;
}

.pad-top
{
 padding-top:5px;
 font-size:19px;
}

/* Robin changes for POP-UP */
.top-display{ border-bottom: 1px solid #DFDFDF; padding:2px 18px 7px; height:50px}
.top-display img{ height:50px; width:50px}
.buyer-popup-email{ font-weight: bold;  margin-top:18px; float: right; vertical-align: top;}
.left-title{ color: #FFF; width:105px; max-width: 105px; padding: 26px 1px 26px 24px;vertical-align: middle; }
.middle-app-image img{ height:60px; width:60px; padding:5px}
.app-title-name{ font-size:17px; clear:both; padding-bottom:5px}
.app-deve-name{ font-size:12px;  clear:both}
.top-display-table{ border-bottom: 1px solid #DFDFDF;}
.top-display-table-last{ border-top: 5px solid #DFDFDF;}
.device-chk{ clear:both}
.device-chk label{ padding:5px}
.device-chk input{ margin:0 5px}
.access-info-app{height: 140px;overflow: auto; padding: 20px 0;}
.access-info-app h4{ font-size:14px; font-weight:bold; padding-bottom:10px}
.access-info-app li{ font-size:12px; padding-bottom:10px; list-style:square inside none}
.access-info-app span{ line-height:18px; padding-bottom:10px; display:inline-block; width:100%}
.access-info-app span strong{ clear:right}

/* Robin changes for login popup */

.login-buyer-details{ padding:0 10px}
.user-prof-pic img{ padding:15px; width:80px; height:80px; float:left }
.user-prof-info{ float:left; text-align:left; padding:15px; line-height:20px; color:#f4f4f4!important}
.user-prof-info-link { cursor:pointer; padding-top:2px; color:#A2FF43; font-size:14px; clear:both}
.bottom-strip{ background: none repeat scroll 0 0 #4A4A4A;display: inline-block;font-size: 14px; height: 31px;padding: 8px 20px;width: 280px; border-radius:5px}
.bottom-strip a{ display: inline-block; *display: inline; padding: 4px 14px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 19px; *line-height: 19px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x;border: 1px solid #bbbbbb; *border: 0; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-bottom-color: #a2a2a2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
.payment_payout{ margin:10px}
.payment_payout td{padding:10px 15px; background:#272727; border-bottom:1px solid #3f3e3e; line-height:25px; color:#fff}
.pay_default{ color:#fff; font-size:16px; display:inline-block; font-weight:bold; line-height:28px; padding-left:5px; margin-right:25px}
.buy_btn{ -moz-user-select: none; border: 1px solid #DCDCDC; border-radius: 2px 2px 2px 2px; color:#fff; display: inline-block;  font-weight: bold;  line-height: 29px;padding: 0 8px; text-align: center; cursor:pointer; background:#000;margin:5px; opacity:0.6}
.buy_btn:hover, .buy_btn:active, .buy_btn:focus{ color:rgb(201, 201, 201)}
.buy_btn_atr{ display:inline-block; padding:20px 0; height:17px}


ol#estore-apps-controls1{margin:2px 6px; float:left}
	ol#estore-apps-controls1 li{margin:0 10px 0 0; padding:0;float:left;list-style:none;}
	ol#estore-apps-controls1 li a{float:left;line-height:14px;background:#999999;color:#999;padding:0 3px;text-decoration:none;}
	ol#estore-apps-controls1 li.current a{background:#A6C43C;color:#A6C43C;}
	ol#estore-apps-controls1 li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	.nextIcon a{background: url(../../images/arrownxt.png) no-repeat scroll 0 0; float:left; height:16px; width:16px; margin-left:-8px}
	.prevIcon a{float:left; height:16px; width:16px; background: url(../../images/arrownpre.png) no-repeat scroll 0 0}
	
ol#estore-apps-controls2{margin:2px 6px; float:left }
	ol#estore-apps-controls2 li{margin:0 10px 0 0; padding:0;float:left;list-style:none;}
	ol#estore-apps-controls2 li a{float:left;line-height:14px;background:#999999;color:#999;padding:0 3px;text-decoration:none;}
	ol#estore-apps-controls2 li.current a{background:#A6C43C;color:#A6C43C;}
	ol#estore-apps-controls2 li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}	
	
.frmuserprofileimage input { border:1px solid #d6d6d6; font-size:12px; color:#727272; padding:5px; border-radius:5px; }

/*Pagination CSS Starts Here*/

.paging{font-weight: normal!important; font-size: 12px !important; border: #bbb 0px solid; text-align:justify; padding:0 1.4em}
.paging td{font-weight: normal!important; font-size: 12px !important; border: #bbb 0px solid; text-align:justify; padding-right: 0px; color:##333333;}
.paging a{color:#333333; text-decoration:underline;}
.paging a:hover{color:#333333; text-decoration:none;}
.top_links{ font-size:12px; color:#FFFFFF; padding:5px 10px 5px 10px; background-color:#2FA5BD;}

/*.pagination {float: right; margin: 10px 0; padding: 5px; font-size:12px}*/
.pagination a {color: #fff; padding: 5px;}
.pagination a:hover {background: none repeat scroll 0 0 #B7D840; color: #000; padding: 5px;}

/*Pagination CSS Ends Here*/	
.padfortad{ padding:1em 0!important}

/*Pagination CSS Ends Here*/	
.h425{max-height:425px!important}

.error{ border:1px solid #FF0000!important;}
.h425{max-height:425px!important}

.buy-button-price-detail {
   background-color: #A5A5A5;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 1px;
    padding: 9px 29px;
}
.buy-button-price-detail:hover {background-color:#a6c43c}

.btnuninstall{border:1px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px; padding:3px 11px; margin-top:3px; text-shadow: 2px 2px 0  rgba(0,0,0,0.3); text-align: center; color: #FFFFFF; background-color: #69CF44;background-color:#58a738\0/; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69CF44), color-stop(100%, #3A5E22));  background-image: -webkit-linear-gradient(top, #69CF44, #3A5E22); background-image: -moz-linear-gradient(top, #69CF44, #3A5E22); background-image: -ms-linear-gradient(top, #69CF44, #3A5E22);background-image: -o-linear-gradient(top, #69CF44, #3A5E22); background-image: linear-gradient(top, #69CF44, #3A5E22);background-image:none\0/;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#69CF44, endColorstr=#3A5E22);filter:none\0/;box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/; cursor:pointer; outline:none} 
.btnuninstall:hover{
 border:1px solid #fff;  background-color: #58a738\0/;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A5E22), color-stop(100%, #69CF44));
 background-image: -webkit-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -moz-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -ms-linear-gradient(top, #3A5E22, #69CF44);
 background-image: -o-linear-gradient(top, #3A5E22, #69CF44);
 background-image: linear-gradient(top, #3A5E22, #69CF44);background-image: none\0/;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3A5E22, endColorstr=#69CF44);filter:none\0/;
 box-shadow: 0 15px 10px rgba(0, 0, 0, 0.29) inset, 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.3) inset\0/
}


.success {
    background: url("../../images/active.png") no-repeat scroll 0 0 transparent;
    color: #009900 !important;
    padding-left: 21px;
}

.un_success{ color:#FF0000!important; background: url("../../images/cancel.png") no-repeat scroll 0 0 ; padding-left:21px}

.errortext, .tabTable td table td.errortext, .right-part td.errortext {
    background-color: #DCDCDC;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

.fav-add {background: url("../../images/all-icon.png") no-repeat scroll -31px -250px transparent;   float: left;    height: 20px; width: 20px;}
.fav-remove {background: url("../../images/all-icon.png") no-repeat scroll -4px -250px transparent;   float: left;    height: 20px; width: 20px;}
.bgwhite{ background:#fff!important; border:1px solid #657D9B}
.payment_payout span{ border:none!important}



.review_dropdownnew{float:left; margin:10px 18px;   border:1px solid #CCCCCC; clear: both;color:#5D7833;font-size:20px;padding:10px 20px; width:92%;}
.wellnew{background:#fff;border: 1px solid #E3E3E3;border-radius:4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;margin-bottom: 20px;min-height: 20px;padding:19px;
width:55%}
.well-1new{background:#272727;border: 1px solid #525352;border-radius:4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;margin-bottom:20px;min-height:20px;padding:19px;
width:94%;overflow:hidden}
.photo-bordnew{border: 1px solid #ccc;margin-right: 10px;width:72px;position:relative; padding:3px}
.control-groupnew{clear:both;margin-bottom:10px;float:left}
.control-labelnew{color:#666666;font-size: 14px;font-weight: normal;padding: 6px;margin-top:6px !important;width:130px}
.label-outputnew{margin-top:10px;color: #333333;}
.headingnew {color: #fff;font-size:18px;font-weight: bold;padding:0;line-height:0px;padding-top:12px}
.sub-headingnew{font-size:12px;color:#88B049;padding:0;line-height:0px;clear:both}
.face-bookdetailnew { width:90%; float:left; margin-left:10px}
.w70new{width:95%;margin:0 auto; padding:28px 0px 0px 155px; line-height:20px}
.mr5new{margin-right:15px;}
.mt5new{margin-top:15px;}
.mtleft5new{margin-left:35px;}
.myButtonnew{background: url(../../images/btn-bg.jpg) repeat-x left top; color:#fff !important; cursor:pointer; font-weight: bold; font-size: 12px; padding:8px 10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border: 1px solid #0281a7; border-style:none; font-family:'Conv_HELVETIC',Helvetica; margin-top:5px}
.round-lr-b-top { width:98%; margin:0 auto}

/* Changes for the search box */
.searchbox input[type="radio"]{ margin:17px 3px 0 17px; padding:5px; margin:11px 3px 0 17px\0/IE9}
.searchbox label{ display:inline-block!important; float:left}
.w58p{ width:58%!important}

/*css for auto share */
.autoshare{padding-top:20px; clear:both;}
.autoshare p{color: #999999; line-height:18px;}

/*23may*/

.green-font-new { color:#45D118}
.new-tab-bg { background:#0B0B0B}


/*29may*/
 .regtextnew {font-size:25px; color:#fff; clear:both; padding:0 20px}
 .reward-tex {font-size:25px; color:#88ae3c; clear:both; padding:0 20px}
 .rewar-smalltex{font-size:12px;color:#fff;padding-top:0px !important; font-style:italic;}

.new-textp { padding-top:20px!important}
.sub-tex{color:#91ac45!important;font-weight:bold!important;padding-bottom:5px;font-size:15px}
.detailtab-text{color: #fff;font-size: 14px; line-height: 20px; margin: 0 25px; width:90%}
.detailta-text p{ padding-top:10px}
.detailta-img{width:50%}
.detailta-img img{width:100%; margin:35px 0}

.tb-us-text{color: #fff;font-size: 14px; line-height: 20px; margin: 0 25px; width:43%}
.tb-us-text p{ padding-top:10px}
.tb-us-img{width:50%}
.tb-us-img img{width:100%; margin:40px 0}

.detail-table-box { border:1px solid #000000; padding-left:5px}
.detail-table-left { background:#373737; border:1px solid #000000;}
.detail-table-left2 { border-bottom:1px solid #000000;}
.detail-table-box td { padding-left:5px; }


/*** 21-06 ***/

.abo-paypal
{
  border: 12px solid #333333;min-height: 240px;width: 756px; background: none repeat scroll 0 0 #333333;box-shadow: 0 8px 6px -6px black;position: relative;
}

/* 10-07-13 */
.install_social_div{bottom:18px; position:absolute; width:77%;}


/* 12-07-2013 */
.white-font-new { color:#FFFFFF ;}

#email_scrollbar { /*width: 680px; margin: 20px 0 10px;*/ }
#email_scrollbar .viewport { /*width: 500px;*/ height: 490px; overflow: hidden; position: relative; }
#email_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
#email_scrollbar .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y1.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; z-index:1000; }
#email_scrollbar .track { background: transparent url(../../images/bg-scrollbar-trackend-y1.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#email_scrollbar .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#email_scrollbar .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#email_scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#contacts_scrollbar { /*width: 680px; margin: 20px 0 10px;*/ }
#contacts_scrollbar .viewport { /*width: 500px;*/ height: 490px; overflow: hidden; position: relative; }
#contacts_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
#contacts_scrollbar .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y1.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; z-index:1000; }
#contacts_scrollbar .track { background: transparent url(../../images/bg-scrollbar-trackend-y1.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#contacts_scrollbar .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#contacts_scrollbar .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#contacts_scrollbar .disable { display: none; }

#facebook_scrollbar { /*width: 680px; margin: 20px 0 10px;*/ }
#facebook_scrollbar .viewport { /*width: 500px;*/ height: 490px; overflow: hidden; position: relative; }
#facebook_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
#facebook_scrollbar .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y1.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; z-index:1000; }
#facebook_scrollbar .track { background: transparent url(../../images/bg-scrollbar-trackend-y1.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#facebook_scrollbar .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#facebook_scrollbar .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#facebook_scrollbar .disable { display: none; }


#twitter_scrollbar { /*width: 680px; margin: 20px 0 10px;*/ }
#twitter_scrollbar .viewport { /*width: 500px;*/ height: 490px; overflow: hidden; position: relative; }
#twitter_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
#twitter_scrollbar .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y1.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; z-index:1000; }
#twitter_scrollbar .track { background: transparent url(../../images/bg-scrollbar-trackend-y1.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#twitter_scrollbar .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#twitter_scrollbar .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#twitter_scrollbar .disable { display: none; }


#linkedin_scrollbar { /*width: 680px; margin: 20px 0 10px;*/ }
#linkedin_scrollbar .viewport { /*width: 500px;*/ height: 490px; overflow: hidden; position: relative; }
#linkedin_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
#linkedin_scrollbar .scrollbar{ background: transparent url(../../images/bg-scrollbar-track-y1.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; z-index:1000; }
#linkedin_scrollbar .track { background: transparent url(../../images/bg-scrollbar-trackend-y1.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#linkedin_scrollbar .thumb { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#linkedin_scrollbar .thumb .end { background: transparent url(../../images/bg-scrollbar-thumb-y1.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }

#linkedin_scrollbar .disable { display: none; }


/** 14-08-2013 **/
.user-type
{
 width:100%;float:left;color:#FFFFFF;color:#FFFFFF;margin-top:3px;margin-bottom:3px;
}
.user-type-text
{
 color:#00CCFF;font-weight:bold;font-size:13px;
}
.reward_points
{
float: right; width: 27%; margin: -53px 60px 25px; color: white; font-weight: bold; font-size: 13px;color:#000000;
}
#linkedin_scrollbar .disable { display: none; }


.loading_text{float:left; padding-top:10px;}
.response_text{clear:both; position:absolute; margin-top:12px;}
.response_text label{height:15px}

.suggested_text{height:70px; margin-left:10px !important;width:310px;}
.suggested_text legend{float:left!important}
.suggested_text legend a{font:normal !important; font-weight:normal!important;}

.suggested_text legend a:hover{text-decoration:underline!important;}

.sociallist td{padding:2px 6px 0px !important;}

.suggested_text legend span{ color:#FF0000; }
.small_loader {
    background: url("../../images/ajax-loader-black.gif") no-repeat scroll 0 0 transparent;
    color: #009900 !important;
    padding-left: 21px;

}

.wishlist_span{ float: left; padding: 10px; background:#727272 url(../../images/1.png)  9px 7px no-repeat; width: 60%; text-align: center; font-weight: bold; font-size: 12px;border:1px solid;}
.wishlist_span-1{ float: left; padding: 10px; background:#727272 url(../../images/2.png)  9px 7px  no-repeat; width: 60%; text-align: center; font-weight: bold; font-size: 12px;border:1px solid;}
.wishlist_span-1:hover{ background:#727272 url(../../images/3.png)  9px 7px  no-repeat;}

.add_to_whishlist
{
color:#FFFFFF;font-size:12px;
}
.remove_from_whishlist
{
color:#FFFFFF;font-size:12px;
}

.gift-card li{ padding:0px;line-height:20px; background:none;width:220px;float:left }
.giftcard-text {color: #FFFFFF;font-size: 14px;line-height: 20px;padding-top:0px !important;}
.quantity_box_button_down {
float: left;
clear: left;
cursor: pointer;
width: 19px;
height: 20px;
border: none;
background-color: transparent;
background-image: url("../../images/qt_down.png");
background-repeat: no-repeat;
background-position: top center;
margin-top: 6px;
}
.product-options input.qty {
width: 50%;
}
.quantity_box_button_up:hover, .quantity_box_button_down:hover {
background-position: bottom;
}
.quantity_box_button_up {
margin: 0;
cursor: pointer;
width: 19px;
height: 20px;
float: left;
border: none;
background-color: transparent;
background-image: url("../../images/qt_up.png");
background-repeat: no-repeat;
background-position: top center;
margin-top: 6px;
}
.ml15{margin-left:15px;}
.qut-box{display:block;float:left;width:50px;margin:5px 5px 0px 5px}
.gift-check{padding-bottom:10px;float:left}

.registration_form select{
background-color:#252525; border:1px solid #595959; font-size:12px; color:#727272; padding:4px; border-radius:4px; }

.registration_form select option{ padding-left:4px}

/*** For Gift Card Shopping Cart ******/
.no_gift_card
{
 width:100%;float:left;margin-top:15px;text-align:center;color:#FFFF00;
}

.header_title_div
{
 margin-bottom:15px;width:100%;float:left;
}

.gift_card_title
{
 width:55%;float:left;font-size:30px;color:#FFFFFF;
}

.available_title
{
 width:30%;float:left;font-weight:bold;
}

#available_point
{
 width:15%;float:right;font-weight:bold;color:#00FF00;font-size:25px;
}

#point_needed
{
 width:90%;float:left;margin-bottom:7px;text-align:center;font-weight:bold;font-size:12px;color:#00CC00;
}


.cart_main
{
 width:100%;float:left;
}
.card_order_row
{
 width:97%;float:left;border-bottom:1px solid #333333;margin-top:10px;padding:25px;padding-left:0px;padding-top:10px;
}
.card_icon_img
{
 width:25%;float:left;
}
.card_title
{
 width:43%;float:left;vertical-align:middle;margin-top:5%;color:#00CC00;font-size:20px;
}

.card_add_remove
{
 width:20%;float:left;margin-top:5%;
}
.reward_point_reedem
{
 width:10%;float:left;margin-top:5%;color:#FF0000;font-size:18px;
}
.remove_card
{
 width:2%;float:right;margin-top:5%;text-align:right;
}
.total_point_row
{
 width:50%;float:right;font-size:16px;font-weight:bold;
}

.total_point_row1
{
 width:28%;float:right;font-size:16px;font-weight:bold;
}


.total_title
{
 float:left;width:72%;font-size:16px;text-align:right;
}

.row_ttl
{
 width:95%;float:left;margin-top:15px;
}

.check_out
{
 width:95%;float:left;margin-top:25px;
}

.reward_payment_payout{ margin:10px}
.reward_payment_payout td{padding:10px 15px; background:#000000; border-bottom:1px solid #3f3e3e; line-height:25px; color:#fff}


.uploadApptable_rewards 
{
    background-color: #69CF44;
    background-image: -moz-linear-gradient(center top , #69CF44, #3A5E22);
    border: 1px solid #CECECE;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
	width:auto;
   /* margin: 10px;*/
    padding: 15px;
}

.reward_pt_display
{
 width:96%;float:left;color:#FFFFFF;font-weight:bold;
}
.apportunitytext.no-bck-img li{background:none;}

.refund_note_list
{
 width:98%;float:left;margin-bottom:5px;color:#FFFFFF;padding:5px;
}

.border_bottom
{
 border-bottom:5px solid #000000;
}

.rerfund_notes_section1
{
 width:99%;float:left;font-size:13px;padding:5px;background-color:#333333;
}

.refund_txt
{
 width:48%;float:left;
}
.refund_note_block
{
 width:96%;float:left;padding:10px;text-align:justify;
} 

.myAppscoApp{background-image:url(../../images/with_$.png); height:25px; padding-right:5px; }
.myAppscoApp:hover{background-image:url(../../images/with_$.png) }

.myAppscoAppBig{background-image:url(../../images/withbig_$btn.png); height:46px; }
.myAppscoAppBig:hover{background-image:url(../../images/withbig_$btn.png);  height:46px; }