html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

$('input[name=product-option2]') { dispaly: none; }



body {background: #fff;
	/*background: #f9d3ea;  Old browsers
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZDNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #f9d3ea 0%, #ffffff 47%) no-repeat; /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d3ea), color-stop(47%,#ffffff)) no-repeat; 
	Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #f9d3ea 0%,#ffffff 47%) no-repeat; 
	background: -o-linear-gradient(top,  #f9d3ea 0%,#ffffff 47%) no-repeat; 
	background: -ms-linear-gradient(top,  #f9d3ea 0%,#ffffff 47%) no-repeat;
	background: linear-gradient(to bottom,  #f9d3ea 0%,#ffffff 47%) no-repeat; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d3ea', endColorstr='#ffffff',GradientType=0 ); */
}

.customer-submit {
	cursor: pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 15px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.highlights {
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.highlights img {
    height: auto;
    width: 100%;
    margin: 0 auto; 
    display: block;
}


#lawcontent h4{color:#906; font-weight:bold;}


.highlights::before {
-webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset -9px 35px 23px -37px black;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}

.header {
	background-color: #D462AB;
	color: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
border-bottom: 2px solid #DF8BBE;
cursor: auto !important;
}

.footerlinks {
	font-size:13px;
	text-align:center; 
	margin:40px 0
}

a:hover {
	text-decoration: none;
}

.click-to-call {
	background-color: #C75DA2;
	color: #fff;
	border: 1px solid #C83C8E;
	margin-top: 15px;
	text-shadow: 1px 1px 1px black;
	padding: 20px;
}

.click-to-call h3 {
	margin-top: 10px;
	text-align: center;
}

.click-to-call h4 {
	text-align: center;
}

.click-to-call img {
	margin-right: 10px;
}

.click-to-call .number {
	font-size: 35px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
	text-align: center;
}

.width-0 {
	width: 0;
}

.img-100 {
	max-width: 100%;
	height: auto;
}

.margin-0 {
	margin: 0;
}

.margin-top {
	margin-top: 15px;
}

.margin-tb {
	margin: 15px 0;
}

.margin-bottom {
	margin-bottom: 25px;
}

.margin-15lr {
	margin: 0 15px;
}

.margin-bottom-bu {
	margin-bottom: 55px;
	border-bottom: 1px solid #000;
	padding-bottom: 85px;
}

.margin-5lr {
	margin: 0 8px;
}

.padding-15lr {
	padding-right: 15px;
	padding-left: 15px
}

.padding-right-0 {
	padding-right: 0;
}

.padding-top {
	padding-top: 15px;
}

.bottom-border-pink {
	border-bottom: 1px dashed #C2178B;
	padding-bottom:10px;}


.header-text {
	margin-top: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.logo {
	margin: 20px 0;
}

.crown {
	margin-top: 10px;
}

.padding-0 {
	padding: 0;
}

.padding-left-none {
	padding-left: 0;
}

.highlights {
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.highlights .main-image {
    height: auto;
    width: 100%;
    margin: 0 auto; 
    display: block;
}

.main-image img{
	z-index:-1;
}

.highlights .form-area {
    height: auto;
    width: 100%;
    margin: 0 auto; 
    display: block;
}

.highlights .dude {
    height: auto;
    width: 100%;
    margin: 0 auto; 
    display: block;
}

.highlights .sub-header {
    height: auto;
    width: 100%;
    margin: 0 auto; 
    display: block;
}


.sub-header {
	color: rgba(255,255,255,0);
	background-color: #fff;
}



.dude {
	background: #fff; /* Old browsers */
	color: rgba(255,255,255,0);
}

.highlights::before {
-webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 32px 16px -33px black;;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}

.top-section .banner h1 {
	font-size: 18px;
}

.image-area {
	display: inline-block;
}

#id_use_billing_as_shipping { display: inline-block !important; }


.form-area {
	background: #fff; 
paddingt: 15px;
}



.form-area .countdown {
	background-color: #39B1F7;
	margin: 3px -24px 14px -24px;
	padding: 3px;
	box-shadow: 1px 1px 1px 1px #555;
	border: 1px solid #fff;
	padding-bottom: 12px;
	text-shadow: 1px 2px 2px #1C5A7E;
}

.form-bg {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzljZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fc9cd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fc9cd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fc9cd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fc9cd2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fc9cd2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fc9cd2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fc9cd2',GradientType=0 ); /* IE6-8 */

	border: 6px solid #1572B1;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.form-bg h4{
	color: #C13D98;
	margin: 0;
}

.form-bg .countdown h4{
	color: #fff;
}

.form-bg .countdown {
	color: #fff;
}

.form-area .countdown-number {
	font-size: 25px;
	vertical-align: sub;
	color: #FDCFE9;
	text-shadow: 1px 2px 2px #1C5A7E;
	font-weight: bold;
}

.white-bg {
	background: #fff;
}

.gray-bg {
	background: #F6F6F6;
}

.pink-list {
	background-color: #F7E1EF;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: inset 0px 0px 6px 1px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 6px 1px rgba(255,255,255,1);
box-shadow: inset 0px 0px 6px 1px rgba(255,255,255,1);
border: 1px solid #F1CEE2;
padding-right: 10px;
}

.jah-rasta .pink-list {
	margin: 0;
}

.pink-list li {
	margin-bottom: 15px;
}

.pink-list ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: my-counter;
}
.pink-list ol li{
    position: relative;
    margin-bottom: 40px;
    padding-left: 0.5em;
    min-height: 3em;
}
.pink-list ol li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.5em;
    height: 1.5em;
     
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    color: #39B1F7;
 
    border: 1px solid #BCBCBC;
    border-radius: 50%;
    background-color: #F9F9F9;
    content: counter(my-counter);
    counter-increment: my-counter;
}

.pink-list .inner-list ul{
	padding-left: 28px;
}

.pink-list h3 {
	margin: 15px;
	border-bottom: 1px solid #BD0582;
	color: #BD0582;
	font-weight: bold;
}

.pink-list h4 {
	color: #39B1F7;
	font-weight: bold;
	margin: 8px 0px 10px;
}

.pink-list p {
	font-size: 12px;
	margin: 0 0 15px 0;
}

.ingrediants h1 {
	color: #B53285;
	font-weight: bold;
}


.ing-pics .span2 {
	margin-bottom: 40px;
	background-color: #F8E8F0;
	text-align: center;
	padding: 15px 5px;
	border: 1px solid #E6A1D0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ing-bg img {
margin: 0 auto;
display: block;
border: 1px solid #1a9ced;
margin-bottom: 15px;
}

.donts .container {
	border-top:1px solid #000;
	border-bottom: 1px solid #000;
	padding: 25px 15px;
	color: #2aaff9;
	font-weight: bold;
}

.banner h1{
	background: #0888e1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ODhlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzMxYjdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE2OTRlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzU1N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0888e1 0%, #31b7ff 49%, #1694ec 50%, #23557f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0888e1), color-stop(49%,#31b7ff), color-stop(50%,#1694ec), color-stop(100%,#23557f)); 
	background: -webkit-linear-gradient(top,  #0888e1 0%,#31b7ff 49%,#1694ec 50%,#23557f 100%); 
	background: -o-linear-gradient(top,  #0888e1 0%,#31b7ff 49%,#1694ec 50%,#23557f 100%); 
	background: -ms-linear-gradient(top,  #0888e1 0%,#31b7ff 49%,#1694ec 50%,#23557f 100%); 
	background: linear-gradient(to bottom,  #0888e1 0%,#31b7ff 49%,#1694ec 50%,#23557f 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0888e1', endColorstr='#23557f',GradientType=0 ); 
	color: #fff;
	text-align: center;
	padding: 20px 0;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #333;
	font-weight: bold;
}

.skin {
	background-color: #F7DAEB;
	margin: 15px;
	border: 1px solid #000;
}


.skin ul {
    font-size: 14px;
    line-height: 37px;
    list-style-image: url('/static/images/purasilk3/0/0/bullet.png');
    margin: 15px 7px 0 -23px;
}




.skin h3{
	background-color: #C83192;
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
}

.testimonials .pink-list {
	padding: 15px;
	margin: 15px 0;
}

.testimonials p {
	padding-bottom: 58px;
}

.testimonials h4 {
	color: #C83192;
	font-weight: bold;
}

.chart{
	border: 1px solid #000;
}

.bgchart{margin: 0px 23px;
padding: 0px 3px 30px;}

.chart h3 {color:#d03198;font-weight:bold;}

.banner-bottom {
	border: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lady {
	margin-left: 0;
	margin-top: 25px;
}

.graph {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*1html*/

input[type="text"]:disabled, select:disabled {
    background: rgb(221, 221, 221);
}

input[type="text"]:enabled, select:enabled  {
    background: #FFF;
}

.selection-area {
	background-color: #fff;
}

.title {
	color: #B71887;
	font-size: 25px;
	padding-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
}

#form-title {
	text-align: center;
	text-decoration: underline;
}

.form-thing {
background-color: #eaeaea;
font-size: 13px;
text-align: center;
padding: 10px;
margin: -15px;
margin-bottom: 10px;
-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;
border-bottom: 1px solid #A9A9A9;
color: #BD0582;
-webkit-box-shadow: inset 0px 0px 25px 1px rgba(255,255,255,0.99);
-moz-box-shadow: inset 0px 0px 25px 1px rgba(255,255,255,0.99);
box-shadow: inset 0px 0px 25px 1px rgba(255,255,255,0.99);
}

.selector-1html {
	border: 1px solid #BB0E85;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

input[type=checkbox], input[type=radio] {
	display:none !important;
	text-align: center;	
}

label.checked {
	background-image: url(/static/images/purasilk3/0/1/checked.png)!important;
}

label.unchecked {
	background-image:url(/static/images/purasilk3/0/1/unchecked.png);
	height:27px;
	width:32px;
	display:block;
	margin: 0 auto;
	display: inline-block;
}

.selector-1html .heading-1html {
	background-color: #BB0E85;
	color: #fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.selector-1html .heading-1html .heading-content{
	padding: 10px;
}

.heading-content h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.selector-1html .heading-1html .best-deal {
	background-color: #4FB3F6;
	padding: 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
	float: right;
}

.selector-1html .selector-content .savings {
	background-color: #F00;
	color: #fff;
	padding: 5px;
	font-size: 14px;
}

.selector-1html .selector-content h3 {
	padding: 15px 0;
	font-size: 20px;
}

.selector-1html .selector-content p {
	font-size: 12px;
}

.content-area-1html {
	padding: 15px;
	text-align: center;
}

.content-area-1html .check {
	text-align: center;
	float: left;
	margin-top: 53px;
}

.content-area-1html .image {
	text-align: center;
	width: 100%;
}

.selector-content {
	display: inherit;
}

#payment-options {

  padding: 0;

  margin: 0 auto;
  display: block;
}

.order-button {
	max-width:100%;
  cursor: pointer;}



#payment-options input[type='radio'] {
  display:none;
}

.radio {
  height: 133px;
  width: 133px;
  display: block;
  text-align: center;
  vertical-align: bottom;
  background-color:#fff;
  border-radius: 5px;
  
  font-size:12px;
  padding-left: 0;
}

.radio_area {
	height:100%;
	width:100%;
	display:table;
}

.radio_area p {
	display:table-cell;
	vertical-align:middle;
	padding: 0 5px;
	line-height: 14px;
}

.selected{
  background: #d5eefc;
}

label {
    cursor: pointer;
}

#subtotal, #tax, #total {
  display: inline-block;
  font-family: sans-serif;
  width:106px;
  
  
}

.placeholder { color: #aaa; }

.image, .header, .content { cursor:pointer }

.bluecontainer {
	background-color: #D6EEFD !important;
}


.error-message {color:#F03; display:none;}

#counter {
	text-align: center;
	font-weight: bold;
	color: #AD0577;
	font-size: 30px;
}

/*form*/

/* Start custom form CSS */
#order-form {
    margin: 0 auto 0 auto;
    text-align: center;
}
input:focus {
    outline:none;
    border: 2px solid #a012cc !important;
}
input[type=text] {
	border: 2px solid #ccc;
	transition: border .5s;
	margin-bottom: 0.3em;
	height: 28px;
	width: 97%;
	padding: 0px 0px 0px 8px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
select {
	background: #fff;
	width: 97%;
	font-size: 14px;
	line-height: 1;
	border: 2px solid #ccc;
	height: 28px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:.3em;
}
option:first {
    color: #999;
}
input.error, select.error {
    border-color: #FF0000;
}
label.error {
    padding-left: 16px;
    margin-left: .3em;
}
label.valid {
    display: block;
    width: 16px;
    height: 16px;
}

::-webkit-input-placeholder {color: #757575;}
:-moz-placeholder {color: #757575; }
::-moz-placeholder {color: #757575;}
:-ms-input-placeholder {color: #757575;}

.ui-tooltip {
    padding: 2px 2px;

    border-radius: 20px;
    font: 12px "Helvetica Neue", Sans-Serif !important;
    box-shadow: 0 0 7px black;
}
/* Stop custom form CSS */

.safe {
	margin-bottom: 15px;
}

/*confirmation-page*/

.confirmation-form {
	padding-top:50px;
	padding-bottom:50px;

}

.confirmation-form .confirmation-header {
	background-color:#B71887; color:#fff;
	padding:4px;padding-left:10px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height:auto;
}

.confirmation-form .first {
	background-color:#fff;
	color:#000; 
	padding:4px;
	padding-left:10px;
	height:auto;
}

.confirmation-form .second {
	background-color:#fff;
	color:#000;
	padding:4px;
	padding-left:10px;
	height:auto;
}

.calc-bg {
	background-color: #DFDFDF;
	padding-top: 5px;
	padding-bottom: 5px;
}



/*END*/






/*6*/

.ship {
	display: inline-block;
	font-weight: bold;
}

.subtotal {
	display: inline-block;
}

.confirmation-content .container  {
	background-color: #fff;
}

.subpage-content h2 {
	color: #A51B7A;
	font-weight: bold;
}

.subpage-content .container {
	background-color: #fff;
	padding-bottom: 30px;
}


/*4*/
.margin-on-form {
	padding-top: 25px;
}

	
/*end*/

/*8*/

.pheadline {
	margin-top: 50px;
    color: #A8277B;
	font-weight:bold;}
	
.header h1
{font-weight: bold;
text-shadow: 1px 1px 1px #000;}

.skin-ba{padding-left:20px}

.ba {border-bottom:1px solid #000;padding-bottom:30px; margin-top:20px;}


@media(min-width:768px) {
.skin ul {
	font-size: 20px;
	line-height: 35px;
	list-style-image: url(/static/images/purasilk3/0/0/bullet.png);
	margin: 15px 0;
}

.ba {border-bottom:none;padding-bottom:0px; margin-top:0px;}



.bgchart{margin:40px 0 0 0; padding:0px 30px 30px 0px}

	.container {
	border-left: 4px solid #b55292;
	border-right: 4px solid #b55292;
}

.top-section .banner h1 {
	font-size: 30px;
}

.border-none {
	border-left: 0px;
	border-right: 0px;
}

.pink-list {
	margin: 0;
}

.pink-list p {
	margin: 0;
}

.pink-list .left {
	width: 42%;
	display: inline-block;
}

.pink-list .right {
	width: 42%;
	display: inline-block;
	margin-left: 50px;
	vertical-align: top;
}

.ing-pics {
	padding:20px 0;
}

.ing-bg{
	background:url(/static/images/purasilk3/0/0/ing-bg.jpg);
	width: 230px;
	padding: 10px 0;
	-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;
	border-bottom: 1px dashed #cd399b;
	border-top: 1px solid #c00083;
	border-left: 1px solid #c00083;
	border-right: 1px solid #c00083;
}

.ing-bg img {
	margin: 0 auto;
	display: block;
	border: 1px solid #1a9ced;
	margin-bottom: 0px;
}

.ing-pics .span2 {
	margin-bottom: 0;
	background-color: none;
	text-align: left;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ing-explanation {
	background-color: #f9e8f0;
	width: 230px;
	height: 233px;
	-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;
	padding: 10px 5px;
	border-bottom: 1px solid #c00083;
	border-left: 1px solid #c00083;
	border-right: 1px solid #c00083;
}
.ing-explanation p span {
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
}

.ing-explanation p {
	width: 218px;
	padding: 0;
	position:absolute;
	line-height: 22px;
}

.ing-explanation h5 {
	text-align: center;
	font-weight: bold;
}

.fivecolumns .span2 {
        width: 228px;
        *width: 228px;
        display: inline-block;
        margin: 3px;
    }
    
.graph {
	margin-top: 29px;
	margin-left: 21px;
}

/*1html*/

.content-area-1html .image {
	width: 292px;
}

.selector-1html .heading-1html .best-deal {
	display:inline-block;
	float: right;
	margin: -44px -18px;
}

.content-area-1html .check {
	float: left;
	margin-top: 53px;
	width: 50px;
}

.content-area-1html {
	text-align: left;
}

.selector-content {
	width: 290px;
	display: inline-block;
	padding-bottom: 15px;
	padding-left: 10px;
}

.radio {
	display: inline-block;
	margin: 10px 3px;
}

#payment-options {
	width: 300px;
}

/*end*/
}

@media(min-width:992px) {
	.skin-ba{padding-left:40px}
	
	.fivecolumns .span2 {
		width: 177px;
	}
	
	.ing-bg {
		width: 181px;
	}
	
	.ing-explanation {
		width: 181px;
		height: 281px;
	}
	
	.ing-explanation p {
		width: 163px;
		line-height: 21px;
	}
	
	.skin img {
		width: 230px;
		height: auto;
	}
	
	.graph {
	margin-top: 12px;
	margin-left: 0;
}
.click-to-call {
	background-color: #C75DA2;
	color: #fff;
	border: 1px solid #C83C8E;
}



.click-to-call h3 {
	margin-top: 47px;
}

.click-to-call img {
	margin-right: 10px;
}

.click-to-call .number {
	font-size: 50px;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: -15px;
	text-align: left;
}

.click-to-call h4 {
	text-align: left;
}

/*1html*/
.content-area-1html .image {
	width: 207px;
	margin-top: 22px;
}

.selector-content {
width: 229px;
}

.selector-1html .heading-1html .best-deal {
	margin: -57px -21px;
}

/*4*/

.page4 .content-area-1html .image {
	float: left;
	height:158px;
}

.page4 .selector-1html {
	height: 433px;
}

.page4 .selector-1html .heading-1html .best-deal{
	margin: -70px -21px;
}

.margin-on-form {
	padding-top: 0;
}

.form-area {
	background: #fff; 
padding: 0 0 0 15px;
}
.form-area {
	background: #fff; 
padding:15px 15px 0 0 ;
}
}

@media(min-width:1040px) {

	.form-area {
	background: #fff; 
padding:15px 15px 0 0 ;
}
.fivecolumns .span2 {
		width: 197px;
	}
	
	.ing-bg {
		width: 201px;
	}
	
	.ing-explanation {
		width: 201px;
		height: 250px;
	}
	
	.ing-explanation p {
		width: 188px;
		line-height: 21px;
	}
	
	.skin img {
		width: 264px;
		height: auto;
	}
	
	.graph {
	margin-top: 15px;
	margin-left: 0;
}

/*1html*/
.content-area-1html .image {
	width: 226px;
	margin-top: 6px;
}

.selector-content {
width: 267px;
}

.page4 .selector-1html {
	height: 404px;
}
}
