@import url(fonts.css);

.light-strong { color:#666666;}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
  margin:0;
  padding:0;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

/*q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}*/
svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
audio,
canvas,
video {
  display: inline-block;
/*  *display: inline;
  *zoom: 1;*/
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a {
	color:#0666AA;
	text-decoration: none;
	outline:none;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
a:focus {
	outline:none;
	background-color:transparent;
}
a:hover,
a:active {
  outline: 0;
  color:#ED3F10;
	background-color:transparent;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  /*width: auto\9;*/
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
*+html .clearfix:before, *+html .clearfix:after {
    display:inline-block;
}

.raw:after,
fieldset:after {
    clear: both;
}
.raw:before, .raw:after,
fieldset:before, fieldset:after {
    content: "";
    display: table;
    line-height: 0;
}
.dropboxbg {
    background:#FFF;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    width:100px;
}
.dropboxbg span.select {
    color: #666666;
    height: 24px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 0 0 4px;
    position: absolute;
    width:100px;
    z-index: 5;
}
.dropboxbg select.styled {
    height: 24px;
    overflow: hidden;
    padding: 0;
    width:100px;
}
.dropboxbg select.styled option {
    padding:2px 4px;
}
.dropboxbg .selectarrow {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #8d8886;
    height:0;
    position:absolute;
    right:5px;
    top:8px;
    width:0;
}

/****************************************
				Basic
*****************************************/
#wrapper {}
.container {
	width:960px;
	margin:0 auto;
}
.clear { clear:both; }
.block {
	display:block;
}
.featuredprod .readmore {
	width:106px;
	display:table;
	margin:0 auto;
}
.readmore {
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	
	behavior:url(PIE.htc);
	height:24px;
	display:table;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
}
.readmore span {
	background:url(../prism-images/btnsep.png) no-repeat 0 0;
	float:left;
	height:24px;
	padding:0 10px;
}
.arrowright {
	border-left:6px solid #FFF;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	display:block;
	margin:6px 8px;
	float:left;
}
.readmore:hover {
	background: #f68b23;
	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%);
	color:#FFF;
}
.readmore:hover span {
	background:url(../prism-images/btnsep_h.png) no-repeat 0 0;
}
.margin0  { margin:0px !important;}
.marbtm5  { margin-bottom:5px}
.marbtm10 { margin-bottom:10px;}
.marbtm15 { margin-bottom:15px;}
.marbtm20 { margin-bottom:20px;}
.marbtm25 { margin-bottom:25px;}
.marbtm30 { margin-bottom:30px;}
.marbtm35 { margin-bottom:35px;}
.marbtm40 { margin-bottom:40px;}
.marbtm45 { margin-bottom:45px;}
.marbtm40-top { margin-top:40px;}
.marbtm70-top { margin-top:70px;}

h1 {
    	font-family: 'DroidSerifBold';
	font-size:25px;
	font-weight:bold;
	line-height:140%;
	color:#0666AA;
	padding:0 0 7px;
	margin:0 0 10px;
}


h2 {
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:140%;
	color:#00487E;
	border-bottom:1px solid #CCC;
	padding:0 0 7px;
	margin:0 0 10px;
}

h3 {
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:140%;
	color:#0666AA;
	padding:0 0 7px;
	margin:0 0 10px;
}

h4 {
    font-family: 'DroidSerifRegular';
	font-size:20px;
	font-weight:normal;
	line-height:140%;
	color:#0666AA;
	padding:0 0 7px;
	margin:0 0 10px;
	border-bottom:1px solid #CCC;
}

h6 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
	color:#EC3F10;
	padding:0 0 7px;
	margin:0 0 0px;
}

p {
    font-family: 'DroidSansRegular';
	font-size:13px;
	font-weight:normal;
	line-height:180%;
	margin:0 0 20px;
	color:#333;
}
p:last-child {
	margin-bottom:0 !important;
}
.width200 { width:200px;}

/****************************************
				Header Section
*****************************************/
.headersection {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%);
	-pie-background: linear-gradient(#ffffff 0%,#e9e9e9 100%);

	behavior:url(PIE.htc);
	display:block;
	border-bottom:1px solid #FFF;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:2;	
}

.headerleft {
	width:280px;
	float:left;
}
.headerright {
	width:700px;
	float:right;
	position:relative;
	min-height:143px;
}
.disclaimer {
	float:right;
	width:534px;
	min-height:60px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-top:0px solid #CCC;
	-webkit-border-radius:0 0 10px 10px;
	   -moz-border-radius:0 0 10px 10px;
			border-radius:0 0 10px 10px;
	behavior:url(PIE.htc);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:140%;
	color:#666;
	padding:5px 15px;
	margin:0 0 19px;
}
.navsection {
/*	position:relative;
	top:6px;*/
	width:100%;
	position:absolute;
	bottom:-6px;
}
.navsection #mainmenu {
	float:left;
}
.navsection #mainmenu li {
	float:left;
    font-family: 'myriad_pro_lightbold';
	font-size:16px;
	font-weight:normal;
	line-height:100%;
	padding:1px 1px 0;
	position:relative;
}
.navsection #mainmenu li a {
	float:left;
	display:block;
	background-color:transparent;
	color:#0666AA;
	-webkit-border-radius:5px 5px 0 0;
	   -moz-border-radius:5px 5px 0 0;
			border-radius:5px 5px 0 0;

	behavior:url(PIE.htc);
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
.navsection #mainmenu li a span {
	-webkit-border-radius:5px 5px 0 0;
	   -moz-border-radius:5px 5px 0 0;
			border-radius:5px 5px 0 0;
			
	padding:15px 19px;
	display:block;
}
.navsection #mainmenu li:hover,
.navsection #mainmenu li.active {
	padding:0;
	border-bottom:5px solid #0669AA;
	-webkit-border-radius:5px 5px 0 0;
	   -moz-border-radius:5px 5px 0 0;
			border-radius:5px 5px 0 0;
}
.navsection #mainmenu li:hover a,
.navsection #mainmenu li.active a {
	border:1px solid #FFF;
	border-bottom:1px solid #0669AA;
	background-color:#0669AA;
	color:#FFF;
	box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3) inset,
				-3px 0 5px rgba(0, 0, 0, 0.3) inset,
				0 3px 5px rgba(0, 0, 0, 0.3) inset,
				0 -8px 5px rgba(6, 105, 170, 1.0) inset;

}
.navsection #mainmenu li:hover a span,
.navsection #mainmenu li.active a span {			
	box-shadow:0 -7px 5px rgba(6, 105, 170, 1.0) inset;
}

.navsection #mainmenu li #loginbox {
	display:none;
}
.navsection #mainmenu li:hover #loginbox {
	background-color:#FFF;
	display:block;
	position:absolute;
	z-index:1;
	top:47px;
	left:0;
	padding:20px;
}
.navsection #mainmenu li #loginbox .forgot-text {  
	float:right; 
	background:#fff; 
	display:block
 }

.navsection #mainmenu li #loginbox .forgot-text a { 
	background:none !important; 
	box-shadow:none; 
	border:none; 
	color:#666666; 
	font-weight:normal;
	font-size:12px;
 }
.navsection #mainmenu li #loginbox .forgot-text a:hover { 
	color:#f3751e;
}

.navsection #mainmenu li #loginbox p {
	margin:0 0 10px;
}
.navsection #mainmenu li #loginbox p:last-child {
	margin-bottom:0 !important;
}
.btnlogin {
	cursor:pointer;
	border:0 none;
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	
	behavior:url(PIE.htc);
	height:24px;
	display:table;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	float:left;
}
.btnlogin:hover {
	background: #f68b23;
	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%);
	color:#FFF;
}
.navsection #socialicons {
	float:right;
	width:94px;
	padding:12px 0 0;
}
.navsection #socialicons li {
	float:left;
	margin:0 0 0 8px;
}
.navsection #socialicons li:first-child {
	margin-left:0 !important;
}
.navsection #socialicons li a {
	float:left;
	background-color:transparent;
	background-image:url(../prism-images/sprite_social.png);
	background-position:-1px -1px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	width:26px;
	height:26px;
	display:block;
	text-indent:-9999px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
.navsection #socialicons li a.twitter  {background-position:0px 0px;}
.navsection #socialicons li a.facebook {background-position:-33px 0px;}
.navsection #socialicons li a.google   {background-position:-65px 0px;}
.navsection #socialicons li a.twitter:hover  {background-position:0px -30px;}
.navsection #socialicons li a.facebook:hover {background-position:-33px -30px;}
.navsection #socialicons li a.google:hover   {background-position:-65px -30px;}

/****************************************
			Slider Section
*****************************************/
.slider-section {
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
		
	behavior:url(PIE.htc);
	height:450px;
	position:relative;
	z-index:1;
}
.slider-innerbg {
	background-image:url(../prism-images/slider_pattern.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	height:100%;
	width:100%;
	display:block;
}
.slider-container {
	padding:20px 0;
	position:relative;
	height:410px;
	width:900px;
	margin:0 auto;
}
.slider-container #slider {}
.slider-container #slider li {}
.slider-image {
	width:450px;
	height:350px;
	float:right;
	display:block;
	overflow:hidden;
}
.slider-content {
	width:450px;
	height:310px;
	float:left;
	display:block;
	overflow:hidden;
	padding:40px 0 0;
}
.slider-container h2 {
    font-family: 'DroidSerifBold';
	font-size:32px;
	line-height:140%;
	color:#FFF;
	text-shadow:4px 4px 1px rgba(0, 0, 0, 0.4);
	margin:0 0 20px;
	border:0 none;
}
.slider-container p {
    font-family: 'DroidSansRegular';
	font-size:20px;
	line-height:160%;
	color:#FFF;
}
.btnprev,
.btnnext {
	background:url(/promo/arrow.png) no-repeat 0 0;
	width:36px;
	height:36px;
	display:block;
	position:absolute;
	top:45%;
}
.btnprev {
	left:-30px;
	background-position:0 0;
}
.btnnext {
	right:-30px;
	background-position:-39px 0;
}
.btnprev:hover {
	background-position:0 100%;
}
.btnnext:hover {
	background-position:-39px 100%;
}

/****************************************
			Featured Section
*****************************************/
.featuredprod {
	position:relative;
	z-index:3;
}
.featuredprod ul {
	width:990px;
	margin:0 auto;
	position:relative;
	top:-59px;
}
.featuredprod li {
	width:198px;
	height:282px;
	float:left;
	background:url(../prism-images/fprod_bg.png) no-repeat 0 0;
}
.featuredprod li .box {
	width:160px;
	margin:0 auto;
	padding:10px 0 0;
	text-align:center;
}
.featuredprod li .box h5 {
    font-family: 'DroidSansBold';
	font-weight:normal;
	font-size:14px;
	line-height:120%;
	color:#FFF;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
	height:41px;
	padding:8px 0 0;
}
.featuredprod li .box .fp-image {
	height:100px;
	overflow:hidden;
	padding:20px 0;
	text-align:center;
	margin:0 auto;
}
.featuredprod li .box .fp-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	color:#000;
	font-weight:normal;
	margin:0 0 10px;
}

/****************************************
			Middle Section
*****************************************/
.middlesection {
}
.content-left {
	width:730px;
	float:left;
}
.sidebar {
	width:230px;
	float:right;
}

/****************************************
			Home Section
*****************************************/
.nomarleft {
	margin-left:0 !important;
}
.width730 {
	width:730px;
	float:left;
	margin:0 0 0 20px;
}
.width355 {
	width:355px;
	float:left;
	margin:0 0 0 20px;
}
.width230 {
	width:230px;
	float:left;
	margin:0 0 0 20px;
}
.width730:first-child,
.width355:first-child,
.width230:first-child {
	margin-left:0 !important;
}
.video-container {
	border:1px solid #CCC;
	padding:4px;
	display:block;
	overflow:hidden;
	width:345px;
	height:240px;
	background:#fff;
}
.welcome {}
.welcome h2 {
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:140%;
	color:#00487E;
	border-bottom:1px solid #CCC;
	padding:0 0 7px;
	margin:0 0 10px;
}
.welcome p {
    font-family: 'DroidSansRegular';
	font-size:13px;
	font-weight:normal;
	line-height:160%;
	color:#333;
	margin:0 0 10px;
}
.btnblue {
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #2ba8de 53%, #2ba8de 74%, #0669aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(53%,#2ba8de), color-stop(74%,#2ba8de), color-stop(100%,#0669aa));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	-pie-background: linear-gradient(#1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior:url(PIE.htc);
	height:46px;
	display:block;
	padding:2px;
	position:relative;
}
.btnblue .trans {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	-pie-background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior:url(PIE.htc);
	display:block;
	width:351px;
	height:32px;
	position:absolute;
	z-index:1;
}

/*
// Old Values
.signup-but { width:525px;}

.signup-but .trans { width:521px;}
*/
.signup-but { width:365px;}

.signup-but .trans { width:361px;}


.signup-but .text { text-transform:none !important;}

.textmain {
	display:table;
	margin:0 auto;
	padding:9px 10px;
	position:relative;
	z-index:5;
}
.btnblue .text {
    font-family: 'PTSansBold';
	color:#012F50;
	font-size:28px;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	display:block;
	float:left;
	margin:0 10px 0 0;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 1.0);
}
.btnblue .bullet {
	background:url(../prism-images/btn_bullet.png) no-repeat 0 0;
	width:30px;
	height:30px;
	display:block;
	float:left;
	
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	-ms-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
/*.btnblue:hover {
	background: #f68b23;
	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%);
	color:#FFF;
}*/
.btnblue:hover {
	background: #36b0b6;
	background: -moz-linear-gradient(top,  #36b0b6 0%, #1d5f62 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b0b6), color-stop(100%,#1d5f62));
	background: -webkit-linear-gradient(top,  #36b0b6 0%,#1d5f62 100%);
	background: -o-linear-gradient(top,  #36b0b6 0%,#1d5f62 100%);
	background: -ms-linear-gradient(top,  #36b0b6 0%,#1d5f62 100%);
	background: linear-gradient(to bottom,  #36b0b6 0%,#1d5f62 100%);
	-pie-background: linear-gradient(#36b0b6 0%,#1d5f62 100%);
	color:#FFF;
}
.btnblue:hover .bullet {
	background:url(../prism-images/btn_bullet_h.png) no-repeat 0 0;
}
.btnblue:hover .text {
	color:#FFF;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.7);
}

.box-oragne {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:100%;
	color:#333;
}
/* added this */
.box-oragne .centered {
	display: block;
  margin-left: 35px;
  margin-right: 35px;
  width: 100%;
	
}
/* END - added this */
.box-oragne .content {
	border:1px solid #CCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 17%, #ffffff 40%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(40%,#ffffff), 	 color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 17%,#ffffff 40%,#eeeeee 100%);
	-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;
	behavior:url(PIE.htc);
}



.box-oragne .right-heading-gray {
	display:block;
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:100%;
	color:#FFF;
	padding: 0 10px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
	
	-webkit-border-radius:6px 6px 0 0;
	   -moz-border-radius:6px 6px 0 0;
			border-radius:6px 6px 0 0;
background: #8F9294;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8F9294), to(#666666));
background: -webkit-linear-gradient(#8F9294, #666666);
background: -moz-linear-gradient(#8F9294, #666666);
background: -ms-linear-gradient(#8F9294, #666666);
background: -o-linear-gradient(#8F9294, #666666);
background: linear-gradient(#8F9294, #666666);
-pie-background: linear-gradient(#8F9294, #666666);
behavior: url(PIE.htc);
	}


.box-oragne .contentlogobg {
	border: 1px solid #FFFFFF; 
	padding:20px;
	
	-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;
	background:url(../prism-images/logo_trans_rightbox.png) no-repeat 90% 90%;
}

.box-oragne .contentbg {
	border:1px solid #CCC;
	background:#FFF url(../prism-images/logo_trans.png) no-repeat 98% 90%;
	-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;
	behavior:url(PIE.htc);
	padding:20px;
}
.box-oragne .heading {
	display:block;
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:100%;
	color:#FFF;
	padding:14px 20px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
	
	
/*	background: #f68b23; */
	background: #20B2AA;
	background: -moz-linear-gradient(top,  #20B2AA 0%, #008080 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20B2AA), color-stop(100%,#008080));
	background: -webkit-linear-gradient(top,  #20B2AA 0%,#008080 100%);
	background: -o-linear-gradient(top,  #20B2AA 0%,#008080 100%);
	background: -ms-linear-gradient(top,  #20B2AA 0%,#008080 100%);
	background: linear-gradient(to bottom,  #20B2AA 0%,#008080 100%);
	-pie-background: linear-gradient(#20B2AA 0%,#008080 100%);
/*	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%); */
	-webkit-border-radius:6px 6px 0 0;
	   -moz-border-radius:6px 6px 0 0;
			border-radius:6px 6px 0 0;
	behavior:url(PIE.htc);
}


.box-oragne .left-heading { 
	display:block;
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:100%;
	color:#FFF;
	padding: 0 10px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
	
	-webkit-border-radius:6px 6px 0 0;
	   -moz-border-radius:6px 6px 0 0;
			border-radius:6px 6px 0 0;
background: #f68b23;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#	), to(#ed4211));
background: -webkit-linear-gradient(#f68b23, #ed4211);
background: -moz-linear-gradient(#f68b23, #ed4211);
background: -ms-linear-gradient(#f68b23, #ed4211);
background: -o-linear-gradient(#f68b23, #ed4211);
background: linear-gradient(#f68b23, #ed4211);
-pie-background: linear-gradient(#f68b23, #ed4211);
behavior: url(PIE.htc);
}


.box-oragne .right-heading {
	display:block;
    font-family: 'DroidSerifBold';
	font-size:21px;
	font-weight:normal;
	line-height:100%;
	color:#FFF;
	padding: 0 10px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
	
	-webkit-border-radius:6px 6px 0 0;
	   -moz-border-radius:6px 6px 0 0;
			border-radius:6px 6px 0 0;
background: #36b0b6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#36b0b6), to(#1d5f62));
background: -webkit-linear-gradient(#36b0b6, #1d5f62);
background: -moz-linear-gradient(#36b0b6, #1d5f62);
background: -ms-linear-gradient(#36b0b6, #1d5f62);
background: -o-linear-gradient(#36b0b6, #1d5f62);
background: linear-gradient(#36b0b6, #1d5f62);
-pie-background: linear-gradient(#36b0b6, #1d5f62);
behavior: url(PIE.htc);
	}
	

.box-oragne .heding-icon { 
	background:url(../prism-images/heading_icon.png) no-repeat left center;   
	padding: 14px 0 14px 45px;
	display:block;
}

.list-bullet {
}
.list-bullet li {
	margin:0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	color:#666;
}
.list-bullet li em {
	color:#0666A9;
}
.list-bullet li .bullet {
	background:url(../prism-images/bullet.png) no-repeat 0 0;
	width:20px;
	height:20px;
	display:block;
	float:left;
	clear:left;
	margin:0 15px 0 0;
}

.testimonials {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:100%;
	color:#333;
}
.testimonials blockquote {
	position:relative;
	margin:0 0 10px;
}
.testimonials blockquote:before {
	content:url(../prism-images/quote_left.png);
	width:17px;
	height:15px;
	position:absolute;
	left:-17px;
	top:-15px;
}
.testimonials blockquote:after {
	content:url(../prism-images/quote_right.png);
	width:17px;
	height:15px;
	position:absolute;
	right:-17px;
	bottom:-5px;
}
.testimonials blockquote p {
	line-height:140%;
	margin:0 5px 10px;
	display:block;
}
.testimonials .username {
	color:#0669AA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:100%;
	margin:0 0 10px;
	display:block;
}
.testimonials .username em {
	font-weight:normal;
	font-style:italic;
}

.latestnews {
    font-family: 'DroidSansRegular';
	font-size:13px;
	font-weight:normal;
	line-height:100%;
	color:#333;
}
.latestnews .raw {
	margin:0 0 20px;
	display:block;
}
.latestnews .raw:last-child {
	margin-bottom:0 !important;
}
.latestnews .raw .date {
 	background-color: #999999;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    left: -21px;
    margin: 0 0 5px;
    padding: 4px 0 2px 20px;
    position: relative;
    width: 50%;
}
.latestnews .raw .desc {
	line-height:160%;
}
.latestnews .raw .desc a {
	font-size:12px;
	color:#0666AA;
	text-decoration:underline;
}
.latestnews .raw .desc a:hover {
	text-decoration:none;
}


/****************************************
			inner tital section
*****************************************/

.inner-heading-section { 
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
		
	behavior:url(PIE.htc);
	box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.2) inset;
	display:block;
	height:100px;
	position:relative;


	z-index:1;
}


.inner-graphics-section {
	background-image:url(../prism-images/inner-page-graphics.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	height:100%;
	width:100%;
	display:block;
	z-index:3;

	
}

.heading-container {
	 margin: 0 auto;
	 position: relative;
     width: 980px;
	 padding: 34px 0;
}


.heading-container h1 {
	font-size:30px;
	color:#fff;
	font-family:'DroidSerifRegular';
	font-weight:normal;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
}



.heading-container h3 {
	font-size:30px;
	color:#fff;
	font-family:'DroidSerifRegular';
	font-weight:normal;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
}



/****************************************
			Breadcrumb Section
*****************************************/

.inner-containt {
	margin: 1px 0 0;
	background:url(../prism-images/inner_bg.png) repeat-x top center;
	
    
}


.breadcrumb {
	color: #333333;
    font-size: 11px;
    font-weight: normal;
    margin: 16px 0;
    white-space: nowrap;
}

.breadcrumb a {
	color: #333333;
    font-size:11px;
}

.breadcrumb span {
    padding: 0 5px;
}

/****************************************
			contact-form Section
*****************************************/

.contact-form {
	border:1px solid #CCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 17%, #ffffff 40%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(40%,#ffffff), 	 color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 17%,#ffffff 40%,#eeeeee 100%);
	-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;
	behavior:url(PIE.htc);

}

.contact-form .contain {
	
	border: 1px solid #FFFFFF; 
	padding: 40px 20px 20px;
	
	-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;

}

.feedback-form .contact-form .contain { border:none; padding: 20px;}

.feedback-form .contact-form { border:none; background:none !important; }

.feedback-form .contact-form label { font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif;}

.row { width:100%;}

.span6 {  
	margin-right: 37px;
    width: 47.3%;
}

.span6:last-child {  
	margin-right:0px;
}

.left-col {
	float:left;
}

.getme-in { 
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	
	behavior:url(PIE.htc);
	height:30px;
	display:table;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:31px;
}

.getme-in .arrowright {  
	margin: 9px 8px;  
	}

.getme-in span {   
	background: url(../prism-images/btnsep.png) repeat-y 0 0;
    float: left;
    height: 30px;
    padding: 0 12px
}

.getme-in:hover {
	background: #f68b23;
	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%);
	color:#FFF;
}
.getme-in:hover span {
	background:url(../prism-images/btnsep_h.png) repeat-y 0 0;
}



/****************************************
    	Clickbank Ad Rotator banner
*****************************************/

.box-gray { 
	border:1px solid #CCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 17%, #ffffff 40%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(40%,#ffffff), 	 color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 17%,#ffffff 40%,#eeeeee 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 17%,#ffffff 40%,#eeeeee 100%);
	
	-webkit-border-radius:6px 6px 6px 6px;
	   -moz-border-radius:6px 6px 6px 6px;
			border-radius:6px 6px 6px 6px;
	behavior:url(PIE.htc);

}


.banner-containt {
	border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;

}

.sw-pluginbox { 
	 float: none !important;
    text-align: center;
}

.box-image { 
	 float: left;
  
}

.box-image-right { 
	 float: right;
  
}

.banner-text-block { 
 	 float: right;
    padding: 10px 0 10px 35px;
    width: 470px;
}

.banner-text-block h3 {
	color:#00467E;
	font-size:24px;
	font-family: 'DroidSansRegular';
	font-weight: bold;
	line-height: 33px;   
	margin-top: 15px;
}

.banner-text-block h3 span {
	color:#EB3F10;
}
.banner-text-right {
	float:right;
	padding:10px;
	font-family: 'DroidSansRegular';
	font-style:normal;
	font-size:18px;
	color:#333;
	line-height:180%;
	width:410px;
}
.banner-text-right p {
	font-size:18px;
}

.banner-text-left {
 width: 508px;
   float: left;
}

/****************************************
			circle Section
*****************************************/
.circle-block { }

.add-animation-block {  
	height: 226px;
    position: relative;
}

.animation-image { 
	float:none;
	margin:50px auto 0;
	display:table;
}

.ad-rotator {   
	float: none;
	display:table;
	margin:0 auto;
}

.ribbonsection {
	margin:0 auto;
	padding:0;
	width:500px;
	height:55px;
	background:url(../prism-images/adrotator_ribbon.png) no-repeat 0 0;
	color:#FFF;
 	padding: 6px 45px;
	text-align:center;
	font-size:14px;
	line-height:140%;
	overflow: hidden;
	 text-shadow: 1px 1px 1px #000;
}
.ribbonsection a {
	color:#FFF;
	text-decoration:underline;
}
.ribbonsection a:hover {
	text-decoration:none;
}


/****************************************
			format-block Section
*****************************************/

.dispaly-format-block { 
	font-size:13px;
	color:##666666;
	font-family:'DroidSansRegular';
}

.dispaly-format-block h2 {  padding-left: 10px; margin-bottom:0px;}

.dispaly-format-containt  {  
	border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding:0px;
	}

.dispaly-format-block ul { display: block; padding: 0 10px 10px; }

.dispaly-format-block ul li.full-block { width:100% !important;}

.dispaly-format-block ul li { 
  	 display: block;
    float: left;
    line-height: 28px;
    margin: 15px 0;
    width: 229px;
}

.dispaly-format-block ul li .format-all-icon {
	background:url(../prism-images/ad-display-sprit.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display: block;
    float: left;
    height: 26px;
    width: 26px;
	padding-right: 8px;

}

.dispaly-format-block ul li .format-all-icon.contextual-ico  	{ background-position:0 0; }
.dispaly-format-block ul li .format-all-icon.widget-ico  		{ background-position: -33px 0 }
.dispaly-format-block ul li .format-all-icon.iphonewidget-ico   { background-position: -67px 0 }
.dispaly-format-block ul li .format-all-icon.banner-ico 		{ background-position: 0px -52px; }
.dispaly-format-block ul li .format-all-icon.listimage-ico      { background-position: -33px -52px; }
.dispaly-format-block ul li .format-all-icon.carouselimage-ico  { background-position: -67px -52px;}
.dispaly-format-block ul li .format-all-icon.blockimage-ico  	{ background-position: 0 -107px; }
.dispaly-format-block ul li .format-all-icon.scroll-ico  		{ background-position: -33px -107px; }
.dispaly-format-block ul li .format-all-icon.slide-ico  		{ background-position: -33px 0; }
.dispaly-format-block ul li .format-all-icon.pluginscript-ico  		{  background-position: 0 -163px; }


.dispaly-format-block ul li a {
	color:#666666;
}

.dispaly-format-block ul li a:hover {
	color:#EB3F10;
}

.dispaly-format-block ul li strong {
	color:#333333;
	font-size:13px;
	
}

/****************************************
			Storefront Section
*****************************************/

.strip-animation {
  	bottom: 23px;
    position: relative	
}


.heading-orange {
    font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#FFF;
	 padding: 10px 0;
	text-align:center;
	
	-webkit-border-radius:6px 6px 0 0;
	   -moz-border-radius:6px 6px 0 0;
			border-radius:6px 6px 0 0;
background: #f68b23;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f68b23), to(#ed4211));
background: -webkit-linear-gradient(#f68b23, #ed4211);
background: -moz-linear-gradient(#f68b23, #ed4211);
background: -ms-linear-gradient(#f68b23, #ed4211);
background: -o-linear-gradient(#f68b23, #ed4211);
background: linear-gradient(#f68b23, #ed4211);
-pie-background: linear-gradient(#f68b23, #ed4211);
behavior: url(PIE.htc);

}

.storefront-banner {}
.storefront-banner-containt {
	background:url(../prism-images/cloude_bg.png) no-repeat top center;
	display: block;
 	height: 285px;
	padding-top: 40px;
}
.storefront-banner-containt ul {
    text-align: center;
}
.storefront-banner-containt ul li {
	/* display: inline-block;
     margin: 0 20px;*/
	display: block;
    float: left;
    margin: 0 20px;
    width: 270px;
}
.storefront-banner-containt ul li .box-block {
 	background-color: #FFFFFF;
    border: 1px solid #0669AA;
    display: block;
    text-align: center;
    width: 270px;
}
.storefront-banner-containt ul li .box-block .tital-text {
	background-color: #0669aa;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 7px;
	font-weight:bold;
}
.storefront-banner-containt ul li .box-block img {
	opacity: 0.5;
    padding: 10px;
}
.storefront-banner-containt ul li:hover .box-block {
 	border: 1px solid #ED4111;
}
.storefront-banner-containt ul li:hover .box-block .tital-text {
	background-color: #ED4111;
}
.storefront-banner-containt ul li .box-block img:hover {
	opacity:1;
}
.storefront-banner-containt .bullet-banner {
	position: relative;
	top: 110px;
	background:url(../prism-images/bullet-banner.png) no-repeat 0 -70px;
	width:33px;
	height:30px;
}
.storefront-banner-containt .bullet-banner.bb_left {
	background-position:0 -70px;
	float:left;
}
.storefront-banner-containt .bullet-banner.bb_right {
	background-position:-36px -70px;
	float:right;
}
.landing_page .storefront-banner-containt .bullet-banner.bb_left {
	background-position:0 -70px;
	float:left;
	left:10px;
}
.landing_page .storefront-banner-containt .bullet-banner.bb_right {
	background-position:-36px -70px;
	float:right;
	left:-10px;
}
#slider-code { 
	overflow:hidden; 
}
#slider-code .viewport { 
	float: left; 
	width: 620px; 
	height: 267px; 
	overflow: hidden; 
	position: relative; 
	left:20px;
}
#slider-code .disable { 
	visibility:hidden; 
}
#slider-code .overview { 
	list-style: none; 
	position: absolute; 
	padding: 0; 
	margin: 0; 
	left: 0; 
	top: 0;
}
#slider-code .buttons {
	background:url(../prism-images/bullet-banner.png) no-repeat left center;
	content: "";
    display: block;
    height: 30px;
    left: 0;
    top: 0;
    width: 33px;
	position:absolute;
	
	webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
#slider-code .prev {
	 background-position: 0 0;
     float: left;
}
#slider-code .next {
	 background-position: -35px 0;
	 float:right;
}
#slider-code .prev:hover{
	background-position: 0px -35px;
}
#slider-code .next:hover{
	 background-position: -35px -35px;
}


.feature-banefit-table { }

table {
	 width:100%;
	 border:0px;
	 border-collapse: collapse;
     border-spacing: 0;
	 
	}

.first-bluetitle {	
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	

	
	behavior:url(PIE.htc);
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
}

.second-orangetitle { 
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;

	border-left:1px solid #cccccc;

	background: #f68b23;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f68b23), to(#ed4211));
	background: -webkit-linear-gradient(#f68b23, #ed4211);
	background: -moz-linear-gradient(#f68b23, #ed4211);
	background: -ms-linear-gradient(#f68b23, #ed4211);
	background: -o-linear-gradient(#f68b23, #ed4211);
	background: linear-gradient(#f68b23, #ed4211);
	-pie-background: linear-gradient(#f68b23, #ed4211);
	behavior: url(PIE.htc)
}

.third-graytitle {
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	border-left:1px solid #cccccc;

	background: #989898;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#989898), to(#696969));
	background: -webkit-linear-gradient(#989898, #696969);
	background: -moz-linear-gradient(#989898, #696969);
	background: -ms-linear-gradient(#989898, #696969);
	background: -o-linear-gradient(#989898, #696969);
	background: linear-gradient(#989898, #696969);
	-pie-background: linear-gradient(#989898, #696969);
	behavior: url(PIE.htc)
}

.blue { 
	background-color:#aadcfd;
	margin:0;
	color:#00487E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #cccccc;
}

.white { 
	background-color:#fff;
	margin:0;
	padding: 15px 20px;

}

.light-orange { 
	background-color:#fff9dd;
	margin:0;
	color:#00487E;
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	vertical-align:middle;
	padding: 15px 0;
}

.sky-light { 
	background-color:#d8effe;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #00487E;
    margin: 0;
    padding: 15px 0;
    vertical-align: middle;
}

.gray-dark { 
 	background-color: #999999;
    margin: 0;
    padding: 15px 20px;
	color:#fff;
}

.collapse-section .light-gray {   
	    border-left: 1px solid #CCCCCC;
		padding: 10px 10px 10px 20px;	
	}
	
.collapse-section .light-gray  {   
	    border-left: 1px solid #CCCCCC;
		padding: 10px 10px 10px 20px;	
	}	

.light-gray { 
	background-color:#f5f5f5;
	margin:0;
	vertical-align:middle;
}

.light-blue { 
	background-color: #E0F2FE;
    margin: 0;
	padding: 15px 20px;

}

.membership-text {
	padding-left: 39px;
}


.border-bottom {
	border-bottom:1px solid #cccccc;	
}


.border p {   
	line-height: 135%;
	font-size:13px;

	}
	
.width35 { width:35px;}	

.width345 { width:345px;}	

.width426 { width:426px;}

.width430{ width:430px;}

.width295 { width:295px; }

.width275 { width:275px; }

.width235 { width:235px; }

.width471 { width:471px;}

.width155 { width:155px;}

.width100 { width:100px;}

.width170 { width:170px;}

.width125 { width:125px;}

.width150 { width:150px;}

.border-white { border:1px solid #fff; border-bottom:none;}

.border { border:1px solid #cccccc;}

.compare-membership a{ font-weight:bold; text-decoration:underline;}


.left { float:left;}

.left20 { padding-left:20px;}

.left10 { padding-left:10px;}

.text-align-center { 
	text-align:center; 
}

.done-icon {
	background:url(../prism-images/done_icon.png) no-repeat center center;
	height: 19px;
	display:block;
}

.error-icon  { 
	background:url(../prism-images/error_icon.png) no-repeat center center;
	height: 21px;
	display:block;
}

.delete-icon  { 
	background:url(../prism-images/delete_icon.png) no-repeat center center;
	height: 21px;
	display:block;
}
.pluse-icon { 
	background:url(../prism-images/pluse_icon.png) no-repeat left center;
    float: left;
    height: 24px;
    padding-right: 15px;
    width: 24px;
}

.bluetitle-row { 
	background-color:#0669aa;
	line-height: 39px;
	}

.bluetitle-row ul {}

.bluetitle-row ul li { 
	float:left;
	line-height: 39px;
}

.fifty-font { 
	font-size:15px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.text-right { 
	text-align:right;
	padding-right:20px;
 }

.light-orangecolor { 
	background-color:#fff9dd;
	vertical-align: middle;
}

.light-graycolor { 
	background-color:#F5F5F5;
	vertical-align: middle;
}
.validity-based .light-orangecolor { vertical-align:top;}

.product-based-pack6 {}


.product-based-pack6 .odd { background-color:#fff; padding: 15px 20px;}

.product-based-pack6 .even { background-color:#e0f2fe; padding: 15px 20px;}


.darkgray-color { background-color:#aaaaaa; line-height: 39px;}

.red-text { color:#ed3f10}

.validty-block { }

.validty-block tr { }

.validty-block td { padding: 20px;}

.dark-graycolor { background-color:#999999;}

.note { 
	color: #FFFFFF;
    display: block;
    font-size: 10px;
    padding: 10px 20px;
}

.border-right {
	border-right:1px solid #cccccc;
}	
.row-containt {
}

.row-containt .product-containt {
}

.row-containt .product-containt ul {
}

.row-containt .product-containt ul li {
	float:left;
}

.product-listdetails {
	padding-bottom:20px;
}
.heading-gray {   
	padding: 20px 0 10px;
}


.heading-gray h5 {	 
	background-color: #CCCCCC;
    color: #00497E;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    max-width: 285px;
    padding: 8px 0 8px 19px;
	
		-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;}


.product-listdetails ul {
    padding-left: 35px;
}

.product-listdetails ul li {
	color: #333333;
    font-size: 12px;
     line-height: 20px;
	
}


/****************************************
			Collapse Section
*****************************************/
.faq-containt {}

.collapse-section {}

.accordion p a{ text-decoration:underline;}

.collapse-section .accordion {
	margin-bottom: 20px;	
}
.collapse-section .accordion-group {
	 margin-bottom: 20px;
	
		-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.collapse-section .accordion-group:first-child {

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.collapse-section .accordion-body {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	border:1px solid #ccc;
	border-top:none;

	
}
.collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.collapse-section .accordion-heading {
	border-bottom: 0;
	font-size:18px;
	line-height:100%;
	color:#333;
	font-family: 'DroidSansRegular';
	
	border:1px solid #ccc;
	border-bottom:none;

		-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%);
	-pie-background: linear-gradient(#eeeeee 0%,#ffffff 100%);
	
	behavior:url(PIE.htc);
	
}
.collapse-section .accordion-heading .accordion-toggle {
	display: block;
	padding:7px;
	color:#0669AA;
		
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	/*behavior:url(PIE.htc);*/
	border-top:1px solid #fff;
	border-left:none;
    border-right:none;
	border-bottom:none;
	
}
.collapse-section .accordion-heading .accordion-toggle:hover,
.collapse-section .accordion-heading .accordion-toggle.active {
	color:#ED4110;
	text-decoration:none;
	
	
		-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
.collapse-section .accordion-heading .accordion-toggle .collapsebg {
	width:20px;
	height:20px;
	margin:0 10px 0 0;
	display:block;
	float:right;
	background-color:#cccccc;
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
			border-radius:20px;
	/*behavior:url(PIE.htc);*/
}
.collapse-section .accordion-heading .accordion-toggle:hover .collapsebg,
.collapse-section .accordion-heading .accordion-toggle.active .collapsebg {
	background-color:#CCCCCC;
/*	box-shadow:0 4px 2px rgba(0, 0, 0, 0.5) inset;*/
}
.collapse-section .accordion-heading .accordion-toggle .collapsebg .icn-plus {
	width:12px;
	height:12px;
	margin:4px auto 0;
	display:block;
	background-image:url(../prism-images/pluse-min-strip.png);
	background-position: 0 -25px;
	background-repeat:no-repeat;
}
.collapse-section .accordion-heading .accordion-toggle .collapsebg .icn-minus {
	width:12px;
	height:2px;
	margin:9px auto 0;
	display:block;
	background-image:url(../prism-images/pluse-min-strip.png);
	 background-position: 0 0;
	background-repeat:no-repeat;
}
.collapse-section .accordion-heading .accordion-toggle .title {
/*  	float: left;*/
    font-family: 'DroidSansRegular';
    line-height: 128%;
    margin:0;
    padding-left: 35px;
	display:block;
	
	background-image:url(../prism-images/question_icon.png);
	background-position: left top;
	background-repeat:no-repeat;
}

.collapse-section .accordion-heading:hover .accordion-toggle .title {
	background-image:url(../prism-images/question_icon_hover.png);
	background-position: 0 0;
	background-repeat:no-repeat;
}

.span3 .collapse-section .accordion-heading .accordion-toggle .title {
	float:left;
	margin:4px 0 0;
	line-height:120%;
	width:84%;
}
.collapse-section .accordion-toggle {
	cursor: pointer;	
}
.collapse-section .accordion-inner {
	padding: 10px;
	font-size:13px;
	color:#333;
	line-height:160%;
	border-top: 1px solid #ccc;
}
.collapse-section .accordion-inner img {
/*	width:100%;*/
}


.ad-clickbank-list {}

.ad-clickbank-list ul { margin-left:15px;}

.ad-clickbank-list ul li { 
	background:url(../prism-images/bullet_orange.png) no-repeat left top;
	padding-left: 15px;
	margin-bottom:10px;
}

.ad-clickbank-list ul li h6 {
	color: #0666AA;
    line-height: 100%;
    padding: 0;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
}

.faq-add-block { }

.faq-add-block .google-ad { 

}

.faq-add-block .google-ad img { 
	float: left;
    margin-right: 15px;
    width: auto !important; 
}

.width50 { width:50%;}

.width10 { width:10%;}

.width40 { width:40%;}

.orange-text { color:#ED4110;}


/****************************************
			jquery-selectbox Section
*****************************************/

.jquery-selectbox {
	position: relative;
	height:30px;
    padding: 6px 6px 6px 0;
	background-color: #f5f5f5;
    border: 1px solid #CCCCCC;
    color: #666666;
    width: 98% !important;
	z-index: 0;
	float: left;
	display: inline;
/*	margin: 4px 4px 4px 0;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.jquery-selectbox.selecthover {
	border-color: #cccccc;
	background-color: #f5f5f5;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 29px;
	padding: 3px;
	left: -1px;
	background: #f5f5f5;
	width: 97.6% !important;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #cccccc;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background:url(../prism-images/bg-TextField.png) no-repeat right center;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
		background:url(../prism-images/bg-TextFieldFocused.png) no-repeat right center;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #fff9dd;
	color: #666666;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 4px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}



/****************************************
			Footer Section
*****************************************/
.footersection {
	background-color:#333;
	margin:60px 0 0;
	text-align:center;
}
.footertop {
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(88,88,88,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(88,88,88,1)));
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(88,88,88,1) 100%);
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(88,88,88,1) 100%);
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(88,88,88,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(88,88,88,1) 100%);
	-pie-background: linear-gradient(rgba(51,51,51,1) 0%,rgba(88,88,88,1) 100%);
	behavior:url(PIE.htc);
	padding:20px 0;
	
	
}
.footertop a {
	color:#AAA;
	padding:3px;
	font-weight:normal;
}
.footertop a:hover {
	color:#ED3F10;
}
.footertop p {
	line-height:100%;
	margin:0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#AAA;
}
.footertop p:last-child {
	margin-bottom:0 !important;
}
.footerbtm {
	background-color:#333;
	padding:10px 0;
	line-height:140%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
}

/****************************************
			Inner Pages
*****************************************/
.niche-storefront-wpplugin {
}
.niche-storefront-wpplugin .btnblue {
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #2ba8de 53%, #2ba8de 74%, #0669aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(53%,#2ba8de), color-stop(74%,#2ba8de), color-stop(100%,#0669aa));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	-pie-background: linear-gradient(#1e5799 0%,#2ba8de 53%,#2ba8de 74%,#0669aa 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior:url(PIE.htc);
	height:46px;
	display:table;
	padding:2px;
	position:relative;
}
.niche-storefront-wpplugin .btnblue .trans {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	-pie-background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 70%,rgba(255,255,255,0) 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior:url(PIE.htc);
	display:table;
	width:100%;
	height:32px;
	position:relative;
	z-index:1;
	margin:0 auto;
}
.niche-storefront-wpplugin .textmain {
    display: block;
    height: 40px;
    margin: -20px auto 0;
    padding: 0 10px;
    position: relative;
    width: 100%;
    z-index: 5;
}
.niche-storefront-wpplugin .btnblue .text {
    font-family: 'PTSansBold';
	color:#012F50;
	font-size:28px;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	display:block;
	float:left;
	margin:0 10px 0 0;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 1.0);
}
.niche-storefront-wpplugin .btnblue .bullet {
	background:url(../prism-images/btn_bullet.png) no-repeat 0 0;
	width:30px;
	height:30px;
	display:block;
	float:left;
	
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	-ms-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.niche-storefront-wpplugin .btnblue:hover {
	background: #f68b23;
	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%);
	color:#FFF;
}
.niche-storefront-wpplugin .btnblue:hover .bullet {
	background:url(../prism-images/btn_bullet_h.png) no-repeat 0 0;
}
.niche-storefront-wpplugin .btnblue:hover .text {
	color:#FFF;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.7);
}

.niche-storefront-wpplugin .heading{
	text-align: center;
}

.niche-storefront-wpplugin .heading h3{
	 font-size: 20px;
}

.wpplugin-affiliate {}

.lightblu-bg {
	
	background: #34a9f8;
	background: -moz-linear-gradient(top,  #34a9f8 0%, #0976be 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34a9f8), color-stop(100%,#0976be));
	background: -webkit-linear-gradient(top,  #34a9f8 0%,#0976be 100%);
	background: -o-linear-gradient(top,  #34a9f8 0%,#0976be 100%);
	background: -ms-linear-gradient(top,  #34a9f8 0%,#0976be 100%);
	background: linear-gradient(to bottom,  #34a9f8 0%,#0976be 100%);
	-pie-background: linear-gradient(#34a9f8 0%,#0976be 100%);

	behavior:url(PIE.htc);
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	border-left:1px solid #cccccc;
}

.wpplugin-affiliate .light-orange { vertical-align:top;}

.wpplugin-affiliate .sky-light { vertical-align:top; }

.wppluginribbon {
	background: url("../prism-images/wpplugin_ribbon.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 110px;
    line-height: 140%;
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 72px;
    text-align: center;
    width: 579px;
	text-shadow: 1px 1px 1px #000;
}
.wppluginribbon strong {
	color:#fff;
}

.few-reasons-block {
	  margin-top: 30px;
}

.few-reasons-block h5 { 
	font-size:18px; 
	font-weight:bold; 
	color:#00467E;
}

.few-reasons-block .sky-light { vertical-align:top;}

.few-reasons-block .light-orange { vertical-align:top; }

.few-reasons-block .light-gray { 
	background-color:#f5f5f5;
	margin:0;
	vertical-align: text-top;
	padding: 15px 10px;
}

.storefront-plugin {
}

.storefront-plugin .listing-block {
			-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	border:1px solid #cccccc;
	border-top:none;
	padding: 20px;
}

.listing-block ul {}
.listing-block ul li { 
	background: url("../prism-images/done_icon_small.png") no-repeat scroll left 5px transparent;
   	color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
    margin-left: 15px;
    padding-bottom: 0;
    padding-left: 35px;
}

.listing-block ul li strong { 
    color: #666666;
}

.listing-block h5{ 
    color: #00477E;
	font-size:18px;
	font-weight:bold;
	 margin-bottom: 15px;
	 
}

.listing-block .under-list { 
	margin-top: 20px;
}

.listing-block .under-list li { 
	background: none repeat scroll 0 0 transparent;
    line-height: 0;
    padding-left: 0;
}

.listing-block .under-list li strong {
	color:#333333;
}

.listing-block .under-list .image-screen { 
	margin-left: 30px;
	padding-bottom: 10px;
}

.listing-block .under-list .bullet-green {
	background: url("../prism-images/done_icon_small.png") no-repeat scroll left 4px transparent;
   	color: #666666;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 15px;
    padding-left: 35px;

}

.available-niche {}

.available-niche .gray-dark { 
	padding: 10px 5px 10px 10px; 
	line-height:20px;
	font-weight: bold;
	font-size: 14px;
}

.available-niche tr:nth-child(even){ 
	background-color:#fff; 
	line-height:40px;
	font-size:13px;
	color:#333333;
	font-weight:normal;
}

.available-niche tr:nth-child(odd){ 
	background-color:#e7f4fe; 
	line-height:40px;
	font-size:13px;
	color:#333333;
	font-weight:normal;
}

.available-niche tr:nth-child(odd):hover, .available-niche tr:nth-child(even):hover{ 
	background-color:#fff9dd; 
}

.available-niche .live-demobut {
	 margin-top: 8px;
}

step-mainblock {
	
}

.step-mainblock .heading { 
	text-align:left;
	padding: 0 0 0 10px;
}

.step-mainblock .step-errow { 
 	background: url("../prism-images/step_errow.png") no-repeat scroll left top transparent;
    display: inline-block;
    font-family: 'DroidSansRegular';
    font-size: 30px;
    font-weight: bold;
    height: 35px;
    padding-right: 13px;
    padding-top: 15px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 68px;
}

.step-mainblock h4 {    
	border: medium none;
    font-family: 'DroidSansRegular';
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 0;
	color: #00487E;
}

.step1 {}

.step-containt .link-text a { color:#0666AA; text-decoration:underline;}
.step-containt .link-text a:hover { text-decoration:none; color:#0666AA;}

.step-containt { 
	border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
     padding: 20px;
}

.step-mainblock .box-gray { 
	
	-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;
}

.ribbon-sarcal-section {
	 background: url("../prism-images/step_sarcal.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 75px;
    line-height: 140%;
    margin: 0 auto;
    overflow: hidden;
    padding: 28px 12px 6px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 550px;
}

.ribbon-sarcal-section a {
	color:#fff;
	text-decoration:underline;
}

.ribbon-sarcal-section a:hover {
	color:#fff;
	text-decoration:none;
}

.step3 {}

.step3 h5 { 
	color:#777777;
	font-size:16px;
	padding: 20px;
	font-weight:bold;
}

.step3 .step-containt {
	border: 1px solid #CCCCCC;
		-webkit-border-radius:0 0 6px 6px;
	   -moz-border-radius:0 0 6px 6px;
			border-radius:0 0 6px 6px;
			padding:0px;
}
.step3 .tab-menu { 
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	behavior:url(PIE.htc);
	  height: 40px;
}

.step3 .tab-menu ul { 

}

.step3 .tab-menu ul li { 
 	background: url("../prism-images/btnsep.png") repeat-y scroll right top transparent;
    float: left;
  
}

.step3 .tab-menu ul li:last-child {
	background:none;
  
}

.step3 .tab-menu ul li a {
  	color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 5px 0;
   padding: 8px 16px 13px;
    text-transform: uppercase;

}
.step3 .tab-menu ul li a:hover {
	background-color:#fff;
	color:#ED3F10;
}
.step3 .tab-menu ul li a.active {
	background-color:#fff;
	color:#ED3F10;

}
.step3 .step-tab-containt {  
	padding: 0 20px 20px;
}

.nichestorefronts {
	background:url(../prism-images/niche_storefronts.png) no-repeat top center !important;
	width: 600px;
}

.niche-Storefront-snapshots {
	margin-top:30px;

}

.niche-Storefront-snapshots h3 {
	font-size:21px;
	font-weight:bold;
	color:#00467E;
}

.niche-website-containt {
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	 padding: 20px;
}

.niche-website-containt ul {}


.niche-website-containt ul li a {
		color:#666666; 
		font-size:18px; 
		font-weight:bold; 
		font-family:Arial, Helvetica, sans-serif; 
		 padding-left: 55px;
}

.niche-website-containt ul li a:hover{
		color:#EB3F10;
		text-decoration:underline;

}

.niche-website-containt ul li { 
	 background:url(../prism-images/snapshot-sprit.png) no-repeat left top;
	 height: 40px;
	 float: left;	
	 width: 49%;
	 padding-bottom: 14px;
	 line-height: 32px;
	}
.niche-website-containt ul li.entertaiment-icon 		{ background-position:0 0; }
.niche-website-containt ul li.health-fitness-icon 		{ background-position: 0 -213px; }
.niche-website-containt ul li.self-help-icon 			{ background-position: 0 -54px; }
.niche-website-containt ul li.software-services-icon 	{ background-position: 0 -266px; }
.niche-website-containt ul li.business-investing-icon 	{ background-position:0 -108px; }
.niche-website-containt ul li.betting-icon 				{ background-position: 0 -321px; }
.niche-website-containt ul li.e-business-marketing-icon { background-position: 0 -160px; }
.niche-website-containt ul li.green-products-icon 		{ background-position: 0 -375px; }

.niche-Storefront-listing {}

.niche-Storefront-listing .heading-top { 
	border:1px solid #ccc;
	line-height: 29px;
      padding: 5px 10px 5px 60px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#00487E;
	background:url(../prism-images/snapshot-sprit.png) no-repeat left top #aadcfd;
}

.niche-Storefront-listing .heading-top.entertaiment-icon 			{ background-position: 10px 4px; }
.niche-Storefront-listing .heading-top.health-fitness-icon 			{ background-position: 10px -209px; }
.niche-Storefront-listing .heading-top.self-help-icon 				{ background-position: 10px -50px; }
.niche-Storefront-listing .heading-top.software-services-icon 		{ background-position: 10px -261px; }
.niche-Storefront-listing .heading-top.business-investing-icon 		{ background-position: 10px -105px; }
.niche-Storefront-listing .heading-top.betting-icon 				{ background-position: 10px -317px; }
.niche-Storefront-listing .heading-top.e-business-marketing-icon 	{ background-position: 10px -158px; }
.niche-Storefront-listing .heading-top.green-products-icon 			{ background-position: 10px -370px; }

.niche-Storefront-listing .details-containt {
	background-color:#fff9dd;
	border:1px solid #ccc;
	padding: 22px;
}

.niche-Storefront-listing .details-containt ul {
	margin-bottom: 19px;
}
.niche-Storefront-listing .details-containt ul:last-child {
	margin-bottom:0px;
}

.niche-Storefront-listing .details-containt ul li {
	display: inline-block;
	 margin-right:19px;
}

.niche-Storefront-listing .details-containt ul li:last-child {
	 margin-right: 0px;
}

.niche-Storefront-listing .details-containt ul li .box-block {
	background-color: #FFFFFF;
    border: 1px solid #0669aa;
    display: block;
    text-align: center;
	width: 210px;
	  position: relative;
}

.niche-Storefront-listing .details-containt ul li .box-block .coomingsoon-lable {
	background:url(../prism-images/comming_soon_lable.png) no-repeat left top;
	height:102px;
	width:102px;
	display:block;
	position: absolute;
}



.niche-Storefront-listing .details-containt ul li .box-block .name {
	background-color: #0669aa;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
 	 padding: 10px 7px 7px;
}

.niche-Storefront-listing .details-containt ul li .box-block img {
	padding: 5px;
}

.niche-Storefront-listing .details-containt ul li a {
	
}


.niche-Storefront-listing .details-containt ul li:hover .box-block {
    border: 1px solid #ed4111;
}

.niche-Storefront-listing .details-containt ul li:hover .box-block .name{
	background-color: #ed4111;
}

.top-button {
	text-align:right;
}

.top-button a {
	font-size:12px;
	font-weight:bold;
	color:#0669AA;
	text-transform: uppercase;
	background:url(../prism-images/top_errow.png) no-repeat top left;
	padding-left: 14px;
}

.top-button a:hover {
	color:#ec3f10;
	background:url(../prism-images/top_errow_hover.png) no-repeat top left;
	text-decoration:underline;
}

.testimonials-ribbon {   
	font-size: 20px;
    font-weight: bold;
    height: 39px;
    padding: 12px 45px;
    text-shadow: none
}

.testimonals-orangebox {
	font-size:24px;
	padding: 15px;
	color:#fff;
	font-family:'DroidSerifRegular';
	padding: 15px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	
	-webkit-border-radius:6px 6px 6px 6px;
	   -moz-border-radius:6px 6px 6px 6px;
			border-radius:6px 6px 6px 6px;
background: #f68b23;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f68b23), to(#ed4211));
background: -webkit-linear-gradient(#f68b23, #ed4211);
background: -moz-linear-gradient(#f68b23, #ed4211);
background: -ms-linear-gradient(#f68b23, #ed4211);
background: -o-linear-gradient(#f68b23, #ed4211);
background: linear-gradient(#f68b23, #ed4211);
-pie-background: linear-gradient(#f68b23, #ed4211);
behavior: url(PIE.htc);
	
}

.testimonals-list { margin-top:30px;}

.testimonals-containt {
	background-color:#fff9dd;
	padding: 10px 15px;
	
	-webkit-border-radius:6px 6px 6px 6px;
	   -moz-border-radius:6px 6px 6px 6px;
			border-radius:6px 6px 6px 6px;
			
			border:1px solid #cdcdcc;
			position: relative;
    		z-index: 1;
}

.testimonals-containt .in-left {
	background:url(../prism-images/testimonals_inleft.png) no-repeat left top;
	width:22px;
	height:20px;
	display: block;
	float:left;
}

.testimonals-containt .in-right {
	background:url(../prism-images/testimonals_inright.png) no-repeat right top;
	width:22px;
	height:20px;
	display: block;
	float:right;
}

.testimonals-containt p{
 	color: #333333;
    float: left;
    font-size: 13px;
    font-style: italic;
    line-height: 23px;
    margin: 0 0 0 15px;
    width: 656px;
}

.testimonals-author-block {
	  padding: 0 10px 2px;
	  position: relative;
	  bottom: 4px;
	  color: #FFFFFF;
   	  font-size: 14px;
	 
	-webkit-border-radius:0px 0px 6px 6px;
	   -moz-border-radius:0px 0px 6px 6px;
			border-radius:0px 0px 6px 6px;
			
	background: #066aac;
	background: -moz-linear-gradient(top,  #066aac 0%, #0782d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066aac), color-stop(100%,#0782d5));
	background: -webkit-linear-gradient(top,  #066aac 0%,#0782d5 100%);
	background: -o-linear-gradient(top,  #066aac 0%,#0782d5 100%);
	background: -ms-linear-gradient(top,  #066aac 0%,#0782d5 100%);
	background: linear-gradient(to bottom,  #066aac 0%,#0782d5 100%);
	-pie-background: linear-gradient(#066aac 0%,#0782d5 100%);
	
	behavior:url(PIE.htc);
	
}

.testimonals-author-block strong { color:#fff; }

.testimonals-author-block .curve { 
	width: 0; 
   height: 0;
   border-top: 24px solid #fff9dd;
   border-left: 24px solid transparent; 
   border-right: 0px solid transparent;
   position:absolute;
   z-index: 2;
   }
   
.testimonals-author-block .author-name { 
	padding-left: 41px;
    padding-top: 9px;
	color:#fff;
	font-size:14px;
}


.widget-ads { width: 100%;}

.product-ad-format {

}

.product-ad-format .box-gray {
		 border-radius: 0 0 6px 6px;
}

.ad-dispaly-format-containt {
	border: 1px solid #FFFFFF;
     border-radius: 0 0 6px 6px;
    padding:20px 40px;
}

.ad-dispaly-format-containt h5 {
	font-size:15px;
	font-weight:bold;
	color:#0668AA;
}

.ad-dispaly-format-containt h5 .down-bullet {
	background: url("../prism-images/down_bluebullet.png") no-repeat scroll left 4px transparent;
    display: block;
    float: left;
    height: 13px;
    padding-right: 10px;
    width: 13px;
}

.ad-dispaly-format-containt .ad-format-listing {}

.ad-dispaly-format-containt .ad-format-listing ul { 
  	float: left;
    margin-left: 50px;
    margin-right: 50px;
    width: 265px;
}

.ad-dispaly-format-containt .ad-format-listing ul:first-child { 
	margin-left:0px;
	margin-right:0px;
}

.ad-dispaly-format-containt .ad-format-listing ul:last-child { 
	margin-left:0px;
	margin-right:0px;
}

.ad-dispaly-format-containt .ad-format-listing ul li {
   background-color: #BBBBBB;
   margin-top: 30px;
}

.ad-dispaly-format-containt .ad-format-listing ul li a  { 
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height: 24px;
	display:block;
}


.ad-dispaly-format-containt .ad-format-listing ul li a:hover  {
	background: #f68b23;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f68b23), to(#ed4211));
	background: -webkit-linear-gradient(#f68b23, #ed4211);
	background: -moz-linear-gradient(#f68b23, #ed4211);
	background: -ms-linear-gradient(#f68b23, #ed4211);
	background: -o-linear-gradient(#f68b23, #ed4211);
	background: linear-gradient(#f68b23, #ed4211);
	-pie-background: linear-gradient(#f68b23, #ed4211);
	
	behavior: url(PIE.htc);
}

.ad-dispaly-format-containt .ad-format-listing ul li a span { 

	background:url(../prism-images/sprit_addisplay.png) no-repeat left top;
    border-right: 2px solid;
    display: block;
    float: left;
    height: 24px;
    margin-right: 10px;
 	 width: 24px;
}

.ad-dispaly-format-containt .ad-format-listing ul li a span.widget			 { background-position:0px 0px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.listimage 		 { background-position: 0 -52px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.sliding-box 		 { background-position: 0 -106px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.contextual 		 { background-position: 0 -159px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.blockimage 		 { background-position: 0 -212px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.slide 		 	{ background-position: 0 -266px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.banner 		 	{ background-position: 0 -320px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.carousel 		{ background-position: 0 -372px;}
.ad-dispaly-format-containt .ad-format-listing ul li a span.scroll			{ background-position: 0 -426px;}


.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.widget		 { background-position:-46px 0px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.listimage 	 { background-position: -46px -52px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.sliding-box	 { background-position: -46px -106px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.contextual	 { background-position: -46px -159px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.blockimage	 { background-position: -46px -212px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.slide	 		 { background-position: -46px -266px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.banner	     { background-position: -46px -320px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.carousel	     { background-position: -46px -372px; }
.ad-dispaly-format-containt .ad-format-listing ul li a:hover span.scroll	     { background-position: -46px -426px; }


.demo-list {}

.blue-heading { 	
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	-webkit-border-radius:5px 5px 0 0;
	   -moz-border-radius:5px 5px 0 0;
			border-radius:5px 5px 0 0;
	
	behavior:url(PIE.htc);
	 padding: 12px 10px;
}

.blue-heading .heading { 
  	color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../prism-images/sprit_addisplay_big.png) left top no-repeat;
	padding: 8px 50px;
	 text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
	
.blue-heading .heading.contextual-ads 		{ background-position: 0 -48px;}
.blue-heading .heading.banner-ads 			{ background-position: 0 -98px;}
.blue-heading .heading.list-image-ads 		{ background-position: 0 -148px;}
.blue-heading .heading.block-image-ads 		{ background-position: 0 -197px;}
.blue-heading .heading.sliding-box-ads		{ background-position: 0 -298px;}
.blue-heading .heading.slide-show-image-ads { background-position: 0 -349px;}
.blue-heading .heading.scroll-ads 			{ background-position: 0 -349px;}


.demo-list-containt { 
	background-color:#eeeeee;
	border:1px solid #ccc;
	
	
	-webkit-border-radius:0 0 5px 5px;
	   -moz-border-radius:0 0 5px 5px;
			border-radius:0 0 5px 5px;
			
			padding:20px;
}

.demo-list-containt .widget-ads-wraper { text-align:center;}

.demo-list-containt .widget-ads { 
	background: url("../prism-images/mobile_bg.png") no-repeat scroll center top transparent;
    display: block;
    height: 420px;
    width: 250px;
    margin: auto;
	position: relative;
 }

.demo-list-containt .widget-ads ul { 
 	height:320px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 25px;
}

.demo-list-containt .widget-ads ul li {}
.demo-list-containt .widget-ads ul li a {}

.demo-list-containt .widget-ads a.iphone-topbutton { 
	background:url(../prism-images/iphone-topbullet.png) no-repeat top center;
	display: block;
    height: 39px;
    left: 41%;
    position: relative;
    top: 25px;
    width: 38px;
}

.demo-list-containt .widget-ads a.iphone-bottobutton {
	background:url(../prism-images/iphone-bottombullet.png) no-repeat bottom center;
	height:39px;
	width:38px;
	display:block;
	left: 41%;
    position: relative;
}

.demo-list-containt a.link-small { 
    color: #0000EE;
    font-size: 10px;
    left: 8%;
    position: relative;
    text-align: right;
    text-decoration: underline;
}

.contextual-ads {}

.contextual-ads .contextual-ads-top { text-align: center; }

.contextual-ads .mid-section {}

.contextual-ads .mid-section ul {}

.contextual-ads .mid-section ul.mid-add { float: left; text-align: center; width: 618px; }

.contextual-ads .mid-section ul.left { float:left;}

.contextual-ads .mid-section ul.right { float:right;}

.contextual-ads .mid-section ul li {}


.banner-ads {}

.banner-ads .contextual-ads-top { text-align: center; }

.banner-ads .mid-section {}

.banner-ads .mid-section ul {}

.banner-ads .mid-section ul.mid-add { float: left; text-align: center; width: 618px; }

.banner-ads .mid-section ul.left { float:left;}

.banner-ads .mid-section ul.right { float:right;}

.banner-ads .mid-section ul li {}


.list-image-ads {
	padding: 20px 0; 
}

.list-image-ads h5 { 
	color:#0668AA;
	font-size:17px;
	text-align:center;
	margin-bottom: 20px;
}


.list-image-ads .list-row {
	background:#fff;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	width:100%;
}

.list-image-ads .list-row ul{
    text-align: center;

}

.list-image-ads .list-row ul li{
	 background: url("../prism-images/done_icon_small.png") no-repeat scroll left center transparent;
    color: #333333;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding: 10px 21px;
}

.list-image-ads .ads-list  { text-align:center;}

.down-bigbullet { 
	 background: url("../prism-images/down_bigbullet.png") no-repeat scroll center top transparent;
    display: block;
    height: 32px;
    text-align: center;
    width: auto;
}

.block-image-ads {}

.block-image-ads .block-ad-list { 
	text-align:center;
}

.block-image-ads .block-ad-list ul { 
}

.block-image-ads .block-ad-list ul li {
	margin-bottom:20px; 
}

.carousel-image-ads {}

.carousel-image-ads .slider-warper {  
	margin: auto;
    width: 657px;
	position:relative;
}

.carousel-image-ads .containt {
	 background-color:#fff;
	 border:1px solid #b4d0dc;
	  padding: 5px;
	   clear: both;
}

.carousel-image-ads .containt ul {
}

.carousel-image-ads .containt ul li {
	float:left;
	margin-right:5px;
}

.carousel-image-ads .containt ul li:last-child {
	margin-right:0px;
}

.carousel-image-ads .carousel-pager {   
	float: right;
    margin-right: 10px;
    margin-top: 4px;
}

.carousel-image-ads .carousel-pager a {    
	background: none repeat scroll 0 0 #cccccc;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
	box-shadow: 1px 1px 2px rgba(85, 85, 85, 0.9) inset;
	transition:none;
}

.carousel-image-ads .carousel-pager a:hover {    
	background: none repeat scroll 0 0 #555555;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9) inset;
	transition:none;
}

.carousel-image-ads .carousel-controls { float: right;}

.carousel-image-ads .carousel-controls a { 
	background:url(../prism-images/carousel-control-img.png) no-repeat;
	display:block;
	height:20px;
	width:20px;
	 position: relative;
	 transition:none;
}

.carousel-image-ads .carousel-controls a.prev { 
	float: left; 
	background-position: 0 0;
}

.carousel-image-ads .carousel-controls a.next {
	background-position: -21px 0;
    float: left;
    margin-left: 5px;
}	

.carousel-image-ads .carousel-controls a.prev:hover { background-position: 0 -23px; }
.carousel-image-ads .carousel-controls a.next:hover { background-position: -21px -23px;} 


.sliding-box-ads { padding: 40px;}

/*banner1 start*/

.sliding-box-ads .baner1 { 
	 background-color: #0669AA;
    height: 421px;
    width: 240px;
	padding:5px;
	
	-webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
			
			float: left;
			position: relative;
	
	}

.sliding-box-ads .baner1 .wrappe1 {
	 background-color:#fff;
	 height:400px;
	  height: 380px;
	  position: relative;
	  overflow:hidden;
	  
	  -webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
	  }

.sliding-box-ads .baner1 .wrappe1 ul { 
	padding: 20px;
}

.sliding-box-ads .baner1 .wrappe1 ul li { text-align: center;}

.sliding-box-ads .baner1 .sliding-box-pager {   
    margin-top: 15px;
    text-align: center;
}

.sliding-box-ads .baner1 .sliding-box-pager a {    
	background: none repeat scroll 0 0 #023458;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
	transition:none;
 	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9) inset;
	box-shadow: 1px 1px 0 rgba(64, 164, 197, 0.9);

}

.sliding-box-ads .baner1 .sliding-box-pager a:hover {    
	background: none repeat scroll 0 0 #ef4e14;
	box-shadow: 1px 1px 2px rgba(245, 2134, 49, 0.7) inset;
	transition:none;
}

.sliding-box-ads .baner1 .sliding-box-controls1 { 
	position: absolute;
    top: 45%;
    width: 100%;
}


.sliding-box-ads .baner1 .sliding-box-controls1 a { 
	background:url(../prism-images/slide-box-control-img1.png) no-repeat;
   	display: block;
    height: 49px;
    position: relative;
    transition: none 0s ease 0s;
    width: 28px;
}

.sliding-box-ads .baner1 .sliding-box-controls1 a.prev { 
  	 background-position: 0 0;
    float: left;
    left: -12px;
}

.sliding-box-ads .baner1 .sliding-box-controls1 a.next {
 	background-position: -39px 0;
    float: right;
}	

.sliding-box-ads .baner1 .sliding-box-controls1 a.prev:hover {  background-position: 0px -49px; }
.sliding-box-ads .baner1 .sliding-box-controls1 a.next:hover {  background-position: -39px -49px;} 

/*banner1 end*/

/*banner2 start*/

.sliding-box-ads .baner2 { 
	 background-color: #0669AA;
    height: 421px;
    width: 600px;
	padding:5px;
	
	-webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
			
			float: right;
			position: relative;
	
	}

.sliding-box-ads .baner2 .wrappe2 {
	 background-color:#fff;
	 height:400px;
	  height: 380px;
	  overflow: hidden;
	  position: relative;
	  
	  -webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
	  }

.sliding-box-ads .baner2 .wrappe2 ul { 
	padding: 20px 0;
}

.sliding-box-ads .baner2 .wrappe2 ul li { 
	text-align: center;     
	float: left;
	padding-right: 15px;
}

.sliding-box-ads .baner2 .sliding-box-pager {   
    margin-top: 15px;
    text-align: center;
}

.sliding-box-ads .baner2 .sliding-box-pager a {    
	background: none repeat scroll 0 0 #023458;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
	transition:none;
 	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9) inset;
	box-shadow: 1px 1px 0 rgba(64, 164, 197, 0.9);

}

.sliding-box-ads .baner2 .sliding-box-pager a:hover {    
	background: none repeat scroll 0 0 #ef4e14;
	box-shadow: 1px 1px 2px rgba(245, 2134, 49, 0.7) inset;
	transition:none;
}

.sliding-box-ads .baner2 .sliding-box-controls2 { 
	position: absolute;
    top: 45%;
    width: 100%;
}


.sliding-box-ads .baner2 .sliding-box-controls2 a { 
	background:url(../prism-images/slide-box-control-img1.png) no-repeat;
   	display: block;
    height: 49px;
    position: relative;
    transition: none 0s ease 0s;
    width: 28px;
}

.sliding-box-ads .baner2 .sliding-box-controls2 a.prev { 
  	 background-position: 0 0;
    float: left;
    left: -12px;
}

.sliding-box-ads .baner2 .sliding-box-controls2 a.next {
 	background-position: -39px 0;
    float: right;
}	

.sliding-box-ads .baner2 .sliding-box-controls2 a.prev:hover {  background-position: 0px -49px; }
.sliding-box-ads .baner2 .sliding-box-controls2 a.next:hover {  background-position: -39px -49px;} 

/*banner2 end*/

/*banner3 start*/

.sliding-box-ads .baner3 { 
	 background-color: #336600;
    height: 375px;
    width: 890px;
	padding:5px;
	margin-top: 40px;
	
	-webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
			
			float: left;
			position: relative;
	
	}

.sliding-box-ads .baner3 .wrappe3 {
	 background-color:#fff;
	  height: 335px;
	  overflow: hidden;
	   position: relative;
	  
	  -webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
	  }

.sliding-box-ads .baner3 .wrappe3 ul { 
	padding: 20px 0;
}

.sliding-box-ads .baner3 .wrappe3 ul li { 
	text-align: center;     
	float: left;
	padding-right: 15px;
}

.sliding-box-ads .baner3 .sliding-box-pager {   
    left: 42%;
    margin-top: 15px;
    position: absolute;
    text-align: center;
   z-index: 1;
}

.sliding-box-ads .baner3 .sliding-box-pager a {    
	background: none repeat scroll 0 0 #eaeaea;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
	transition:none;
 	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}

.sliding-box-ads .baner3 .sliding-box-pager a:hover {    
	background: none repeat scroll 0 0 #ef4e14;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	transition:none;
}

.sliding-box-ads .baner3 .sliding-box-controls3 { 
	bottom: 7px;
    position: absolute;
    width: 100%;
}


.sliding-box-ads .baner3 .sliding-box-controls3 a { 
	background:url(../prism-images/slide-box-control-img2.png) no-repeat;
   	display: block;
    height: 30px;
    position: relative;
    transition: none 0s ease 0s;
    width: 28px;
}

.sliding-box-ads .baner3 .sliding-box-controls3 a.prev { 
  	 background-position: 0 0;
    float: left;
    left: 15px;
}

.sliding-box-ads .baner3 .sliding-box-controls3 a.next {
 	background-position: -39px 0;
    float: right;
	 right: 25px;
}	

.sliding-box-ads .baner3 .sliding-box-controls3 a.prev:hover {  background-position: 0 -31px; }
.sliding-box-ads .baner3 .sliding-box-controls3 a.next:hover {  background-position: -39px -31px;} 

/*banner3 end*/

/*banner4 start*/

.sliding-box-ads .baner4 { 
	background-color: #8c4600;
    height: 220px;
    width: 890px;
	padding:5px;
	margin-top: 40px;
	
	-webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
			
			float: left;
			position: relative;
	
	}

.sliding-box-ads .baner4 .wrappe4 {
	 background-color:#fff;
	 height: 183px;
	  overflow: hidden;
	  position: relative;
	  	  
	  -webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
	  }

.sliding-box-ads .baner4 .wrappe4 ul { 
	padding: 20px 0;
}

.sliding-box-ads .baner4 .wrappe4 ul li { 
	text-align: center;     
	float: left;
	padding-right: 15px;
}

.sliding-box-ads .baner4 .sliding-box-pager {   
    margin-top: 15px;
    text-align: center;
}

.sliding-box-ads .baner4 .sliding-box-pager a {    
	background: none repeat scroll 0 0 #eaeaea;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
	transition:none;
 	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;

}

.sliding-box-ads .baner4 .sliding-box-pager a:hover {    
	background: none repeat scroll 0 0 #ef4e14;
	box-shadow: 1px 1px 2px rgba(245, 2134, 49, 0.7) inset;
	transition:none;
}

.sliding-box-ads .baner4 .sliding-box-controls4 { 
	position: absolute;
    top: 35%;
    width: 100%;
}


.sliding-box-ads .baner4 .sliding-box-controls4 a { 
	background:url(../prism-images/slide-box-control-img1.png) no-repeat;
   	display: block;
    height: 49px;
    position: relative;
    transition: none 0s ease 0s;
    width: 28px;
}

.sliding-box-ads .baner4 .sliding-box-controls4 a.prev { 
  	 background-position: 0 0;
    float: left;
    left: -12px;
}

.sliding-box-ads .baner4 .sliding-box-controls4 a.next {
 	background-position: -39px 0;
    float: right;
}	

.sliding-box-ads .baner4 .sliding-box-controls4 a.prev:hover {  background-position: 0px -49px; }
.sliding-box-ads .baner4 .sliding-box-controls4 a.next:hover {  background-position: -39px -49px;} 
/*banner4 end*/

/*banner5 start*/

.sliding-box-ads .baner5 { 
	background-color: #8888ff;
    height: 290px;
    width: 890px;
	padding:5px;
	margin-top: 40px;
	
	-webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
			
			float: left;
			position: relative;
	
	}

.sliding-box-ads .baner5 .wrappe5 {
	 background-color:#fff;
	 height: 250px;
	  overflow: hidden;
	  position:relative;
	  
	  -webkit-border-radius:5px 5px 5px 5px;
	   -moz-border-radius:5px 5px 5px 5px;
			border-radius:5px 5px 5px 5px;
	  }

.sliding-box-ads .baner5 .wrappe5 ul { 
	padding: 20px 0;
}

.sliding-box-ads .baner5 .wrappe5 ul li { 
	text-align: center;     
	float: left;
	padding-right: 15px;
}

.sliding-box-ads .baner5 .sliding-box-pager {   
    left: 42%;
    margin-top: 15px;
    position: absolute;
    text-align: center;
   z-index: 1;
}

.sliding-box-ads .baner5 .sliding-box-pager a {    
	background: none repeat scroll 0 0 #eaeaea;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
	transition:none;
 	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}

.sliding-box-ads .baner5 .sliding-box-pager a:hover {    
	background: none repeat scroll 0 0 #ef4e14;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	transition:none;
}

.sliding-box-ads .baner5 .sliding-box-controls5 { 
	bottom: 7px;
    position: absolute;
    width: 100%;
}


.sliding-box-ads .baner5 .sliding-box-controls5 a { 
	background:url(../prism-images/slide-box-control-img2.png) no-repeat;
   	display: block;
    height: 30px;
    position: relative;
    transition: none 0s ease 0s;
    width: 28px;
}

.sliding-box-ads .baner5 .sliding-box-controls5 a.prev { 
  	 background-position: 0 0;
    float: left;
    left: 15px;
}

.sliding-box-ads .baner5 .sliding-box-controls5 a.next {
 	background-position: -39px 0;
    float: right;
	 right: 25px;
}	

.sliding-box-ads .baner5 .sliding-box-controls5 a.prev:hover {  background-position: 0 -31px; }
.sliding-box-ads .baner5 .sliding-box-controls5 a.next:hover {  background-position: -39px -31px;} 

/*banner5 end*/


.slide-show-image-ads {  padding: 20px 0; }


.slide-show-image-ads h5 {
    color: #0668AA;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
}

.slide-show-image-ads .list-row {  
	 background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
	width: 100%;
}

.slide-show-image-ads .list-row ul { 
    text-align: center;
}

.slide-show-image-ads .list-row ul li {  
     background: url("../prism-images/done_icon_small.png") no-repeat scroll left center transparent;
    color: #333333;
    display: inline;
	font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding: 10px 21px;
}

.slide-show-image-ads .slide-show-list {
	text-align:center;
}

.slide-show-image-ads .slide-show-list ul {

}

.slide-show-image-ads .slide-show-list ul li {
  display: inline;
  margin-right: 20px;
}


.scroll-ads {}

.scroll-ads .scroll-ads-list { text-align:center;}


.inner-shdow { 
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.9) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
/* margin-top:1em;*/
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
/* padding: 3px 0;*/
/* border-bottom: 1px solid #778;*/
/* font: bold 12px Verdana, sans-serif;*/
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	behavior:url(PIE.htc);
	height:40px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
   float: left;
 background: url("../prism-images/btnsep.png") repeat-y scroll right top transparent;

}

ul.tabbernav li:last-child
{
	background:none;
}

ul.tabbernav li a
{
/* padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;*/
	color: #FFFFFF !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    margin: 5px 5px 0;
    padding: 8px 16px 13px;
    text-transform: uppercase; 
	display: inline-block;
 
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #ED3F10; }

ul.tabbernav li a:link:hover { color: #fff; }

ul.tabbernav li a:hover
{
 color: #ED3F10 !important;
 background: #fff;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
  color: #ED3F10 !important;
}

ul.tabbernav li.tabberactive a:hover
{
 background: white;
 border-bottom: 1px solid white;
  color: #ED3F10 !important;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
/* padding:5px;*/
/* border:1px solid #aaa;*/
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/********** Buttons **********/
.formbtn {
	width:auto;/*Rushik 14-nov2013 width:auto;*/
	cursor:pointer;
	border:0 none;
	background: #0669aa;
	background: -moz-linear-gradient(top,  #0669aa 0%, #00497e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0669aa), color-stop(100%,#00497e));
	background: -webkit-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -o-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: -ms-linear-gradient(top,  #0669aa 0%,#00497e 100%);
	background: linear-gradient(to bottom,  #0669aa 0%,#00497e 100%);
	-pie-background: linear-gradient(#0669aa 0%,#00497e 100%);
	
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	
	behavior:url(PIE.htc);
	height:31px;
	display:table;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:28px;
	margin:0 auto;
}

.formbtn .arrowright {  
	margin: 9px 8px;
	width:auto;
	height:auto;
}

.formbtn span {   
	background: url(../prism-images/btnsep.png) repeat-y 0 0;
    float: left;
    height: 30px;
    padding: 0 12px;
}

.formbtn:hover {
	background: #f68b23;
	background: -moz-linear-gradient(top,  #f68b23 0%, #ed3f10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68b23), color-stop(100%,#ed3f10));
	background: -webkit-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -o-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: -ms-linear-gradient(top,  #f68b23 0%,#ed3f10 100%);
	background: linear-gradient(to bottom,  #f68b23 0%,#ed3f10 100%);
	-pie-background: linear-gradient(#f68b23 0%,#ed3f10 100%);
	color:#FFF;
}
.formbtn:hover span {
	background:url(../prism-images/btnsep_h.png) repeat-y 0 0;
}


/******************************* 10 dec 2013 *********************************/

.left_cntnt {
  float: left;
  width: 50%;
}

.right_cntnt {
  float: left;
  width: 50%;
}



.product-ad-format {

}

.product-ad-format .box-gray {
		 border-radius: 0 0 6px 6px;
}

.b_l1{border-left:1px solid #025690;}
.b_l2{border-left:1px solid #aadcfd;}
.box-radiues{
	background:#fff;
	border-radius:10px 10px 0 0;
	border:1px solid #ccc;
	border-bottom:none;
	padding:15px 17px 5px 17px;
}
.box-radiues h5{
	font-family: "DroidSerifRegular"; 
	font-size: 24px; 
	font-weight: bold; 
	color: #0666aa;
}
.snapshot_containt{
	padding:10px 20px;
}
.snapshot_containt h4{
	font-family: Arial; 
	font-size: 20px; 
	font-weight: bold; 
	color: #ed3f10;
	border:none;
}
.snapshot_listing {

}
.snapshot_listing ul li {
	line-height:24px;
	display:table;	
}
.snapshot_listing ul li div{
	font-family: 'DroidSansRegular'; 
	font-size: 14px; 
	color: #333;
	padding:0 15px 0 0;
	display:table-cell;
	vertical-align:middle;
}
.snapshot_listing ul li div:nth-child(1) {width:30px;}
.snapshot_listing ul li div:nth-child(2) {width:45px;}
.snapshot_listing ul li div:nth-child(3) {width:65px; text-align:right;}
.snapshot_listing ul li .progress_bar{
	width:550px;
	background-color:rgba(0,0,0,0);
	height:10px;
	line-height:24px;
	padding:0px;
}
.snapshot_listing ul li .progress_bar div{
	height:10px;
	line-height:100%;
	padding:0px;
	vertical-align:middle;
}
.orang-line{
	height:10px;
	background-color:#93bc16;
}
.blue-line{
	background-color:#9b8579;
	height: 10px;
}