body {
	color: #666666;
	font-family: Oxygen, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 24px;
	margin-bottom: 7px;
}
h4 {
	font-size: 18px;
	margin-bottom: 7px;
}
h5 {
	font-size: 14px;
	margin-bottom: 7px;
}
h6 {
	font-size: 12px;
	margin-bottom: 7px;
}
p {
	margin: 1.5em 0;
	line-height: 1.5;
}
a, a:visited, .link {
	text-decoration: none;
	color: #3da7e5;
}
a:hover, .link:hover {
	color: #222;
}
strong, b {
	font-weight: bold !important;
}
em, i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
small {
	font-size: 11px;
}
blockquote {
	margin: 10px 30px;
	padding: 10px;
	font-style: italic;
}
hr {
	display: block;
	height: 0px;
	border: 0px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 30px 0px;
}
hr.drawnLine {
	height: 15px;
	background: url(../App_Themes/Skin_1/images/new-images/bg-drawnline.jpg) top center transparent no-repeat;
	border: none;
	margin: 0;
}
.required {
	color: #D24000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1; /* IE6 */
}
*:first-child + html .clearfix {
	zoom: 1; /* IE7 */
}
ol li {
	line-height: 1.5;
    list-style: decimal outside none;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 20px;
}
.wrapper {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
.container {
	margin: 0px 10px;
	position: relative;
	z-index: 1;
}
.success-message, .friendly-message, .warning-message, .error-message {
	margin:10px 0px;
	display:block;
	padding:10px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.success-message {background: #c1e2b7;}
.friendly-message {background: #207cbd;color:#fff;}
.warning-message {background:#f9e485;}
.error-message {background:#de4941;color:#fff;}
/* header */

#header {
	margin-top: 10px;
}
#header, #header .LeftHeader, #header .RightHeader {
	height: 120px;
}
.logo {
	position: absolute;
	bottom: 21px;
}
#header .LeftHeader {
	width: 415px;
}
#header .RightHeader {
	width: 585px;
}
#header #HeaderMenu {
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../App_Themes/Skin_1/images/new-images/bg-headermenu.jpg) top right no-repeat;
	height: 35px;
	width: 290px;
}
#header #login {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
}
#header #login #userName > a,
#header #login #loginText > a{
	margin:0 5px;
}
#header #login #loginText > a{
	border-left: 1px dotted #d9d9d9;
	padding-left: 5px;
}
#header #HeaderMenu ul {
	margin: 7px 0 0 17px;
}
#header #HeaderMenu ul li {
	height: 20px;
	float: left;
}
#header #HeaderMenu ul li a {
	color: #4b4b4d;
	display: block;
	margin: 5px 10px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-o-text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-ms-text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
#header #HeaderMenu ul li span {
	display: block;
	margin-top: 5px;
}
#header #HeaderMenu ul li#topBasket {
	background: url(../App_Themes/Skin_1/images/new-images/bg-headermenu-basket.jpg) left top no-repeat;
	padding-left: 15px;
}
#header #HeaderMenu ul li#topCheckout a {
	color: #cb5d50;
	font-weight: bold;
}
#header #HeaderMenu ul li a:hover, #header #mainNav li.hover > a {
	color: #000;
}
#header #mainNav {
	position: absolute;
	bottom: 40px;
	right: 10px;
}
#header #mainNav li .sub-menu {
	display: none;
}
#header #mainNav li {
	float: left;
	position: relative;
}
#header #mainNav li.drop {
	background: url(../App_Themes/Skin_1/images/new-images/bg-main-nav-drop-arr.jpg) 2px -2px no-repeat;
}
#header #mainNav li.drop.hover {
	background-position: 2px -24px;
}
#header #mainNav li a {
	font-size: 18px;
	margin: 0px 12px;
}
#header #mainNav li.first a {
	margin-left: 0;
}
#header #mainNav li.last a {
	margin-right: 0;
}
#header #mainNav li ul.sub-menu {
	display: none;
	position: absolute;
	left: 0px;
	background: #fff;
	padding: 15px 5px;
	width: 200px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	border-radius: 3px 0px 3px 3px;
	-moz-border-radius: 3px 0px 3px 3px;
	-webkit-border-radius: 3px 0px 3px 3px;
	-o-border-radius: 3px 0px 3px 3px;
	-ms-border-radius: 3px 0px 3px 3px;
}
#header #mainNav li ul.sub-menu li {
	float: none;
}
#header #mainNav li ul.sub-menu li a {
	font-weight: normal;
	display: block;
	margin:10px;
}
#header #mainNav li ul.sub-menu li ul.links {
	margin: 10px 0 10px 30px;
	list-style: square;
	color: #d9d9d9;
}
#header #mainNav li ul.sub-menu li ul.links li {
	padding: 3px 0;
}
#header #mainNav li ul.sub-menu li ul.links li a {
	margin: 0;
	font-size: 14px;
}
#homeFeaturedProducts {
	margin: 75px 0 30px;
	position: relative;
}
#heroImage {
	background: url(../App_Themes/Skin_1/images/new-images/bg_home_slider.jpg) top center no-repeat transparent;
	height: 485px;
	width: 100%;
}
#heroImage .container {
	height: 485px;
}
#chalkboard {
	background: url(../App_Themes/Skin_1/images/new-images/bg_chalkboard.png);
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 310px;
	height: 392px;
}
#chalkboard #chalkboard-prev, #chalkboard #chalkboard-next {
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}
#chalkboard #chalkboard-prev {
	background-image: url(../App_Themes/Skin_1/images/new-images/bg_chalkboard_prev.png);
	top: 190px;
	left: 16px;
}
#chalkboard #chalkboard-next {
	background-image: url(../App_Themes/Skin_1/images/new-images/bg_chalkboard_next.png);
	top: 177px;
	right: 17px;
}
#chalkboard #chalkboard-video-btn{
	background: url(../App_Themes/Skin_1/images/new-images/bg_chalkboard_btn_new.png) top left no-repeat;
	position:absolute;
	bottom:42px;
	left:62px;
	width:188px;
	height:71px;
	padding:22px 0 0 72px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index:999;
}
#chalkboard > ul {
	width: 200px;
	height: 290px;
	position: absolute;
	top: 50px;
	left: 54px;
}
#chalkboard > ul, #chalkboard, #chalkboard > ul li, #chalkboard > ul li a, #chalkboard #chalkboard-video-btn {
	font-family: "Waiting for the Sunrise";
	font-size: 20px;
	color: #fff;
}
#chalkboard-slides .chalk-slide p{
	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	transform:rotate(-2deg);
	margin:5px;
	line-height:1.2;
}
#heroImage #sliderText {
	width: 520px;
	color: #31464b;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	position: absolute;
	right: 20px;
	top: 50px;
	font-size: 16px;
}
#heroImage #sliderText h3 {
	font-size: 44px;
	color: #31464b;
	margin-bottom: 0;
}
#heroImage #sliderText p {
	margin: .3em;
	line-height: 1.2em;
}
#heroImage #sliderText #yogurtIcon {
	position: absolute;
	top: 0;
	left: -120px;
}
#heroImage #heroButtonWrap {
	background: #fff;
	border-radius: 3px;
	padding: 5px;
	width: 219px;
	height: 50px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

#pageBanner{
	display:block;
	width:100%;
	height:180px;
	background: url(../App_Themes/Skin_1/images/new-images/bg_inner_page_banner.jpg) top center no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}
#pageBanner .wrapper{
	margin-top:50px;
	width:900px;
}
#pageBanner .pageTitle{
	font-size:55px;
	font-family: 'Love Ya Like A Sister';
	color:#31464b;
	display:block;
	text-align:right;
}
#pageBanner .breadcrumbs{
	display:block;
	text-align:right;
	margin-top:10px;
	color:#31464b;
	font-size:16px;
}
#pageBanner .breadcrumbs a{
	display:inline;
	margin:0 5px;
	color:#31464b;
	font-size:16px;
}


#homeFeaturedProducts .homeFeaturedHeading {
	font-family: 'Love Ya Like A Sister';
	font-size: 45px;
	color: #3e4f9f;
	width: 160px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
}
#homeFeaturedProducts .tab_content {
	display: none;
}
#homeFeaturedProducts .featuredProducts {
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin: 45px 0 20px;
}
.tabHeaders {
	position: relative;
	height: 80px;
}
#homeFeaturedProducts .tabs {
	position: absolute;
	left: 170px;
	top: -50px;
}
#homeFeaturedProducts .tabs li {
	float: left;
	text-align: center;
}
#homeFeaturedProducts .tabs li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	padding: 5px 20px;
	display: block;
}
#homeFeaturedProducts .tabs li a:hover {
	color: #dd2525;
}
#homeFeaturedProducts .tabs li.activeTab a {
	color: #dd2525;
	text-transform: none;
	font-size: 20px;
	font-family: 'Love Ya Like A Sister';
	display: block;
	position: relative;
}
#homeFeaturedProducts .tabs li .arrow {
	display: none;
}
#homeFeaturedProducts .tabs li span.icon {
	display: block; 
}
#homeFeaturedProducts .featuredProducts .item {
	float: left;
	width: 300px;
	height: 170px;
	margin-right: 20px;
	position: relative;
}
#homeFeaturedProducts .featuredProducts .item .itemName {
	font-size: 14px;
	font-weight: bold;
}
#homeFeaturedProducts .featuredProducts .item .itemLeft {
	width: 140px;
	height: 100%;
	margin-right: 20px;
}
#homeFeaturedProducts .featuredProducts .item .itemRight {
	width: 140px;
	height: 100%;
	position: relative;
}
#homeFeaturedProducts .featuredProducts .item .itemRight .primary-button {
	position: absolute;
	bottom: 0px;
	left: 0;
}
#homeFeaturedProducts .featuredProducts .item .itemSummary {
	font-size: 11px;
	margin: 5px 0;
}
#homeTestimonials {
	background: url(../App_Themes/Skin_1/images/new-images/bg_home_testimonial.jpg) top center no-repeat;
	height: 203px;
	padding: 45px 0;
}
#homeTestimonials .testimonial .testimonial-img {
	position: absolute;
	top: -50;
	right: 0;
}
#homeTestimonials .testimonial .content {
	width: 750px;
}
#homeTestimonials .testimonial h3, h1.thank-you-title {
	font-size: 50px;
	font-family: 'Love Ya Like A Sister';
	color: #3ca6e4;
}
#homeTestimonials .testimonial {
	font-size: 14px;
	color: #506d7d;
}
/* footer */
#footer {
}
#footer h3 {
	font-family: 'Love Ya Like A Sister';
	color: #4d6c7e;
}
#footer #footerWrap {
	height: 155px;
	background: url(../App_Themes/Skin_1/images/new-images/bg-drawnline.jpg) top center no-repeat;
	padding: 30px 0 10px;
	margin-top: 30px;
}
#footer .leftFooter {
	width: 180px;
}
#footer .centerFooter {
	width: 480px;
	margin: 0 20px;
}
#footer .rightFooter {
	width: 300px;
}
#footer #copyright {
	background: url(../App_Themes/Skin_1/images/new-images/bg-footer-bottom-line.jpg) top center no-repeat;
	padding: 30px 0 10px;
	height: 35px;
	margin-top: 30px;
}
#footer #copyright .follow {
}
#footer #copyright .follow li.first {
	padding: 10px 0 0;
}
#footer #copyright .follow li {
	float: left;
	margin: 0 5px;
}

/*Category page CSS*/
/*.bannerImgBx {
	background: url(/App_Themes/Skin_1/images/new-images/commonBack.jpg) top center no-repeat;
	background: url(../App_Themes/Skin_1/images/new-images/bg_inner_page_banner.jpg) top center no-repeat;
	height: 167px;
	left: -90px;
	position: relative;
	width: 1180px;
}*/
.catDescription {
	background: url(../App_Themes/Skin_1/images/new-images/bg-drawnline-cat.jpg) bottom center no-repeat;
	padding: 0px 60px;
}
.catDescription p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.proCellCat {
	width: 215px;
	margin-bottom: 20px;
}
.proCellCat .proImgCat img {
	width: 215px;
}
.proNameCat {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0;
	height: 38px;
	font-weight: bold;
	line-height: normal;
}
.proSummaryCat {
	line-height: 18px;
	padding: 10px 0px;
}
/*End of category page CSS*/

.ShoppingCartHeader td{
	background: #3da7e5;
	padding:10px 7px !important;
	color: #fff;
}
.tablespace td {
	padding: 4px 2px;
}
.boxHeader {
	color: #4D6C7E;
	font-family: 'Love Ya Like A Sister';
	margin-bottom: 0px;
	margin-top: 10px;
}
.InfoMessageBox.tablespace select {
	margin-right: 10px;
}
.CardCodeTooltip {
	z-index: 1;
}
.tbbxbillinginfo table {
	border: none !important;
}
.pnlCCbox .ccPanel {
	width: 500px;
}
.addimgbut .addressImagebuttons {
	width: 350px;
}
/*Product detail css*/
.productTableMain {
	margin-top: 40px;
}
.proDetails {
	vertical-align: top;
	font-size: 16px;
	line-height: normal;
}
.drawnline {
	background: url(../App_Themes/Skin_1/images/new-images/bg-drawnline-cat.jpg) center center no-repeat;
	height: 60px;
}
h1.ProductNameText {
	font-family: 'Love Ya Like A Sister';
	font-size: 30px;
	color: #3e509f;
	margin-bottom: 15px;
}
.proDetails ul {
	list-style: disc;
	padding: 0px 20px;
	margin: 0px;
}
.descPD {
	margin-bottom: 20px;
}
.variantsList {
	width: 660px;
	float: left;
}
.reviewsBlk {
	width: 291px;
	float: right;
}
.starsBlk {
	background: url(../App_Themes/Skin_1/images/new-images/stars-blank.png) left top no-repeat;
	width: 110px;
	height: 18px;
	margin: 5px auto 10px;
}
.starsFull {
	background: url(../App_Themes/Skin_1/images/new-images/stars-full.png) left top no-repeat;
	width: 80px;
	height: 18px;
	display: block;
}
.reviewsBlk .reviewShrtMsg {
	background: url(../App_Themes/Skin_1/images/new-images/review-bg.jpg) center center no-repeat;
	padding: 20px;
	width: 251px;
	height: 177px;
	color: #4f6d7e;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}
.reviewShrtMsg p {
	margin: 0px;
}
.reviewsAll {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.reviewDate {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}
.variantTable {
	line-height: normal;
	width: 230px;
}
h2.variantName {
	font-family: 'Love Ya Like A Sister';
	font-size: 24px;
	color: #3e509f;
	margin-bottom: 15px;
}
.variantDesc {
	font-size: 13px;
	padding-bottom: 10px;
	height: 75px;
}
.variantDesc ul {
	list-style: disc;
	color: #ccc;
	margin-left: 15px;
}
.variantDesc ul li {
	color: #222;
}
.variantPrice {
	font-size: 15px;
	color: #ca5c4d;
	font-weight: bold;
}
.productRatings {
	background: url(../App_Themes/Skin_1/images/new-images/bg-drawnline.jpg) top center no-repeat;
	padding: 40px 0 20px; /*margin-top: 30px;*/
}
h3 {
	font-family: 'Love Ya Like A Sister';
	font-size: 28px;
	color: #3e509f;
	margin-bottom: 15px;
}
.proRatList {
	font-size: 14px;
	line-height: normal;
}
.proRatList td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.starsNameBlk {
	padding-right: 40px;
	width: 160px;
	text-align: right;
	font-size: 13px;
}
.starsNameBlk .starsBlk {
	float: right;
}
.proRatList .customerComments {
	padding-top: 18px;
	line-height: 22px;
	padding-right: 20px;
}
/*end of product detail css*/

/*Store locator start*/
.storeLocatBanner {
	float: left;
	height: 278px;
	width: 578px;
	float: left;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	margin-right: 10px;
}
#google-locator {
	float: left;
	width: 100%;
	background:url("../App_Themes/Skin_1/images/new-images/bg-drawnline.jpg") no-repeat scroll center bottom transparent;
	padding-bottom:55px;
}
#locate-store {
	margin: 0 auto;
	width: 760px;
}
.sLTable td {
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
.sLTable .zip-code {
	width:72px;
}
.sLTable .dropdown {
	width: 115px;
}
.snTable td {
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
.locatorSearch {
	margin-bottom: 20px;
	width: 1000px;
	float: left;
}
#google-list {
	background: url( "../App_Themes/Skin_1/images/google-locator-list.html" ) repeat-y scroll left top transparent;
	height: 400px;
	overflow: auto;
	width: 290px;
	padding-right: 10px;
}
#google-map {
	height: 400px;
	width: 700px;
}
#google-list li {
	background: url( "../App_Themes/Skin_1/images/new-images/bg-drawnline.jpg" ) no-repeat scroll center top transparent;
	padding-bottom:10px;
}
#google-list li.heading {
	background: none;
}
.miles.locationDistance span {
	color:#3DA7E5;
	font-weight:bold;
	font-size:14px;
}
#google-list li.heading h3 {
	margin-bottom:0px;
}
#google-list ul li p.location span {
	color: #3E509F;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
#locate-store #searchBtn {
	height: 34px;
	margin-left:-93px;
}

/*Store locator end*/
/*.biHeading {
	margin: 0 auto;
	width: 980px;
}
.bannerImgBx h2 {
	color: #31464B;
	float: right;
	font-family: 'Love Ya Like A Sister';
	font-size: 46px;
	margin: 59px 0 10px;
}*/
.selectFirst {
	border-right: 1px solid #CCCCCC;
	height: 148px;
	width: 380px;
}
.selectFirst table td {
	padding-left:5px;
}
.selectSecond {
	height: 150px;
	width: 314px;
}
h3.orText {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 36px;
	left: -20px;
	margin-right: 15px;
	padding: 0;
	position: relative;
	top: 97px;
}
.ie7 h3.orText, .ie8 h3.orText {
}
.selectFirst p.selectTitle, .selectSecond p.selectTitle {
	font-size: 16px;
	line-height: 24px;
	font-weight:bold;
}
.ie7 .selectSecond .med-btn {
	margin-top:-20px;
}
td.slectTagGlobal select {
	height:41px;
	line-height: 30px;
	vertical-align:middle;
	position:relative;
}
.locationDetailsPop h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	color:#3E509F;
}
#faqContainer{
	
}
#faqContainer .faqpanel{
	margin:10px 0;
}
#faqContainer .question{
	cursor:pointer;
	height:18px;
	background:url(../images/faq_arrow_sprite.png) top left no-repeat;
	padding-left:14px;
}
#faqContainer .question:hover, #faqContainer .question.open{
	font-weight: bold;
	color:#3da7e5;
}
#faqContainer .question.open{
	background-position: 0 -18px;
}
#faqContainer .answer{
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin-bottom:25px;
	padding:0 25px;
}
#shoppingCartContainer {
	margin-bottom:150px;
}
/*#shoppingCartContainer #ctl00_PageContent_ctrlShippingMethods_lblHeader{
	font-family: 'Love Ya Like A Sister';
	font-size: 28px;
	color: #3e509f;
	margin-bottom: 15px;
}*/
#shoppingCartContainer .shoppingCartRightCol, #shoppingCartContainer .shoppingCartLeftCol{
	box-sizing:border-box;
}
#shoppingCartContainer .shoppingCartRightCol{
	width: 199px;
	min-height:150px;
	border-left: 1px solid #ededed;
	padding-left:20px;
	margin-left:20px;
	margin-top:60px;
	line-height:1.8;
}
#shoppingCartContainer .shoppingCartLeftCol{
	width: 760px;
}

#shoppingCartContainer  #ctl00_PageContent_pnlCoupon, #shoppingCartContainer #ctl00_PageContent_pnlPromotion{
	float:left;
	width:47%;
	margin-right:3%;	
}

#shoppingCartContainer.checkoutshipping #ctl00_PageContent_ctrlShoppingCart_imgShoppingCartTab,
#shoppingCartContainer.checkoutpayment #ctl00_PageContent_ctrlShoppingCart_imgShoppingCartTab,
#shoppingCartContainer.checkoutreview #ctl00_PageContent_ctrlShoppingCart_imgShoppingCartTab,
#shoppingCartContainer #ctl00_PageContent_AddresBookLlink{
	display:none;
}

#shoppingCartContainer.checkoutpayment .pm_CCImage{
	margin:0 4px;
}
#shoppingCartContainer input[type=text],
#shoppingCartContainer select{
	padding:7px 10px;
	font-size:13px;
}
#ctl00_PageContent_ctrlShoppingCart_pnlCartItems > div:nth-child(even){
	background: rgba(0,0,0,0.03);
}
#shoppingCartContainer.checkoutreview #pnlOrderSummary{
	margin-top: 40px;
}
#shoppingCartContainer.checkoutreview #pnlAddressTable{
	line-height:1.5;
}
#shoppingCartContainer.checkoutreview #pnlAddressTable #ctl00_PageContent_ordercs57,
#shoppingCartContainer.checkoutreview #pnlAddressTable #ctl00_PageContent_checkoutreviewaspx8,
#shoppingCartContainer.checkoutreview #pnlAddressTable #ctl00_PageContent_checkoutreviewaspx9{
	font-family: 'Love Ya Like A Sister';
	font-size: 18px;
	color: #3e509f;
	margin-bottom: 15px;
	font-weight:normal !important;	
}

.testimonialPic{
	float:left;
	margin:10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 5px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 5px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.3);
}

.homeTestimonialPicWrap{
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
	-ms-transform:rotate(2deg);	
	position:absolute;
	right:0px;	
	top:-50px;
}

.homeTestimonialPic{
	float:left;
	margin:10px;
	border:5px solid #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 8px rgba(0,0,0,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 8px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 0px 8px rgba(0,0,0,0.5);			
}

.homeTestimonialName{
	width:100%;
	text-align:right;
	font-family: 'Waiting for the Sunrise';
	font-size:26px;	
	color:#3ca6e4;
}

.testimonialEnd{
	float:right;	
}

.testimonialHeading{
	text-align:center;
}

.testimonials{
	  width: 300px;
	  margin: 5px;
	  float: left;
	  border:solid 1px #eee;
	  padding:10px;
}