/* Header */
/*header ul {
	list-style: none;
}
header ul li {
	display: inline-block;
}*/
/*header .row {
	max-width: 960px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
}*/

/*
	Punchey Content Global Styles
	DON'T EDIT THIS FILE.
	For client customization please use custom.css
*/

img {
	max-width: 100%;
}

body {
	background: #dfdfdf;
	color: #373737;
}
/*Punchey Default Header*/
header, footer {
	background:#fff;
	/*float:left;*/
	width:100%;
	padding:10px 0;
}
header {
	padding-bottom:0;
}

header .brand-logo {
	position: relative;
	top: -18px;
}

header .brand-logo img {
	min-height: 40px;
}

header .top-links {
	position: relative;
	right: 0;
	text-align: right;
	z-index: 5;
}
header .top-links li {
	list-style: none;
	display: inline-block;
}
header .top-links li + li::before {
	content: " | ";
}
header .container .row {
	display: flex;
	align-items: flex-end;
}
header .col {
	padding-left: 0;
	padding-right: 0;
}
.container {
	/*width: 100%;*/
	width: 970px !important;
	position: relative;
}
.content {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	border-radius:4px 4px 0 0;
	padding: 12px 24px 24px 40px;
	margin:40px auto 0;
	overflow: hidden;
	position:relative;
}
/* Generic Forms */
form {
	padding:12px;
	border-radius: 4px;
}
	form ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	form li {padding: 4px 0}
	fieldset {
		/*background-color: rgba(255,255,255,.4);*/
		border: 1px solid #ddd;
		border-radius: 4px;
		margin: 0 0 12px;
	}
	fieldset ul {padding: 12px}
	fieldset .legend {
		color: #FFF;
		background-color: #87bcda;
		font-size: 18px;
		font-weight: bold;
		line-height: inherit;
		padding: 10px 15px;
		display: block;
		margin-top: 0
	}
	label {
		font-size: 14px;
		line-height: 1.5;
	}
	label p, .small-label {font-size: 13px;}
	.privacy-label {font-weight: normal;}
	.small-label {
		font-weight: bold;
		line-height: 2.5;
		margin: 0;
	}
	label p {margin-left: 20px;}
	input, textarea {
		background-color: #fff;
		border: 1px solid #d8d8d8;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 4px 10px;
	}
	input[type="radio"],
	input[type="checkbox"] {margin-right: 4px}
	.required-star {color:#F00;}
.custom_amount input {min-width: 90px;}

.exp-date, .cvv-num {float: left;}
.exp-date label {display: block;}
.exp-date select {display: inline-block; margin-right: 8px; max-width: 100px}

.cvv-image {
	float: right;
	max-width: 200px;
	display: block;
}
.panel-default>.panel-heading {
	background-color:#87bcda;
	color: #FFF;
}
/* Icons */
	.glyphicon {font-size: 18px;}
	.payment li {position: relative;}
	.dollarsign {
		border-top: 1px solid #ddd;
		margin-top: 24px;
		font-size: 20px;
	}
	.dollarsign label {
		text-align: right;
		font-weight: bold;
	}
	.dollarsign input,
	.form-control[disabled] {
		border: none;
		background-color: transparent;
		padding:0;
		font-size: 20px;
		font-weight: bold;
		float: right;
		box-shadow: none;
		-webkit-appearance: none;
		width: auto;
		text-align: right
	}
.what-happens-next {margin-top: 77px}
.what-happens-next .panel-heading {margin-top: 0;}
.order-details {
	border-bottom: 4px solid #ddd;
	padding-bottom: 40px;
}
/* Order Details */
	.gc-type {
		float: left;
		margin-right: 12px;
	}
	.gc-type input[type="radio"] {
		position: relative;
    top: -1px;
		vertical-align: middle;
		margin-top: 0;
		margin-right: 8px;
	}
	.gc-type:last-of-type {margin-right: none;}
	.gc-type.type-selected {
		background:#2a2a2a;
		padding:10px;
		border-radius:3px;
		margin-top:10px;
	}

	.custom_amount {
		display: none;
	}

/* Custom Uniform CSS overrides */
.gift-card-form div.selector {float:right;width: 68px}
.gift-card-form div.selector select {min-width: 60px}
.gift-card-form div.selector span {width: 60px;}

.gift-card-form select {float:right;}
#manual-form .cc-expire {float: left;}


/* Gift card Form (initial step one) */
.gift-card-form {
	border:1px solid #ddd;
	border-radius: 4px;
	color:#383838;
	overflow:hidden;
	padding:10px;
}
.gift-card-form ul {
	background: #ededed;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 12px;
}




/*Punchey Global content styles */
/* nav */
.relative-row {
	position: relative;
}
nav.nav-tabs {
	border: none;
	margin-top: 15px;
}
nav ul, nav li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

nav li {
	display:inline-block;
	margin-top:15px;
}

nav > ul > li > a {
	color:#888;
	padding:12px 16px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border-bottom:0;
	display:block;
	font:14px 'Calibri W01 Bold 904607', 'Calibri', arial, sans-serif;
	background:#fff;
}

nav > ul > li > a:hover, nav > ul > li > a.active:hover {
	color:#000;
	text-decoration: none;
}

nav > ul > li > a.active {
	color:#888;
	padding:12px 16px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border:1px solid #d5d5d5;
	border-bottom:0;
	background:#dfdfdf;
}

nav ul > li > a > span {
	margin-right:3px;
	width:24px;
	height:18px;
	float:left;
	display:block;
	background:url(../images/springboard/springboard-icons.png) left top no-repeat;
}

nav ul > li > a:hover > span {
	background:url(../images/springboard/springboard-icons-active.png) left top no-repeat;
}

a.reviews > span, a.reviews:hover > span {
	background-position:-38px top;
	width:32px;
	height:22px
}

a.gift-cards > span, a.gift-cards:hover > span {
	background-position:-83px top;
	width:28px;
}

a.appointments > span, a.appointments:hover > span {
	background-position:-120px top;
	height:25px;
	width:28px;
}

/*Deals Page*/
#deals {}
.deal-meta {
	margin-bottom:30px;
	padding:20px;
}
.deal-title {margin:0;}
.deal-tagline {margin-top:0;}


.deal-subtitle {
    color: #757575;
}

.deal-info{
	background:#3c3d3d;
	text-align:center;
	padding:10px;
	border-radius: 3px;
	color:#8d8d8d;
}

.deal-stats {
    display: table;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #2a2a2a;
}

.deal-stats .deal-stats-col {
    display: table-cell;
    font-size: 16px;
    /*font-weight: bold;*/
}

.deal-stats-label {
    /*width: 100%;*/
    font-weight: normal;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #8d8d8d;
}

/*.deal-form-wrapper {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}*/

.deal-form-wrapper{
    text-align: center;
    /*padding: 10px;*/
    background: #3c3d3d;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.deal-form-wrapper .cost-value {
    margin-top: 5px;
    color: #8d8d8d;
}

.deal-image-bg {
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #d5d5d5;
    padding: 8px;
}

.deal-image {
    max-width: 100%;
}

.deal-description {
    color: #757575;
    line-height: 28px;
    margin-top: 10px;
}

.days-left {
    /*font-weight: bold;*/
    font-size: 26px;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
}

.deal-form {
    background: #3c3d3d;
/*    border:1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
    color:#fff;
    overflow:hidden;
    padding:10px;
}

.deal-page .header-row {
    margin-bottom: 25px;
}

.deal-page .contact-links {
    margin-top: 20px;
}

.deal-page .contact-links a {
    margin-right: 5px;
}

.cost-value {
    margin-top: 5px;
}



/*.gift-card-form .btn-group-vertical {
	width: 100%;
}

.gift-card-form .btn-group-vertical .btn {
	text-align: left;
	white-space: normal;
	margin-top: 10px;
}

.gift-card-form .btn-group-vertical button table td {
	vertical-align: top;
}

.gift-card-form .btn-group-vertical button input[type="checkbox"] {
	margin-right: 10px;
}

.gift-card-form .btn-group-vertical button strong {
	font-size: 14px;
	color: #FFFFFF;
}*/

.deal-page .col-xs-4 {
    padding: 0;
}

.deal-page .col-xs-8 {
    padding-left: 50px;
}

.deal-page .content {
    overflow: inherit;
}

.gift-card-image {
	width: 500px;
}

.deal-info small {
	color:#8d8d8d!important;
	padding: 10px 0 0 0;
	display: block;
}

.deal-page .the-fine-print {
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
    color: #757575;
}

.deal-info strong {
	color:#fff;
}

.price {
	position: relative;
	margin-left:-46px;
	margin-right:35px;
	margin-top:-20px;
    width: 300px;
}

.price:before {
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #044b8c transparent;
	top:-20px;
	left:0;
}

.ribbon {
	color:#fff;
	font:60px 'Calibri', arial, sans-serif;
	line-height:1.1;
	background:#1c77ca;
	position: relative;
	height:66px;
	background: rgb(28,119,202);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNzdjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFjNzdjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA5NmJjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTZiYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(28,119,202,1) 0%, rgba(28,119,202,1) 50%, rgba(9,107,197,1) 50%, rgba(9,107,197,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,119,202,1)), color-stop(50%,rgba(28,119,202,1)), color-stop(50%,rgba(9,107,197,1)), color-stop(100%,rgba(9,107,197,1)));
	background: -webkit-linear-gradient(top,  rgba(28,119,202,1) 0%,rgba(28,119,202,1) 50%,rgba(9,107,197,1) 50%,rgba(9,107,197,1) 100%);
	background: -o-linear-gradient(top,  rgba(28,119,202,1) 0%,rgba(28,119,202,1) 50%,rgba(9,107,197,1) 50%,rgba(9,107,197,1) 100%);
	background: -ms-linear-gradient(top,  rgba(28,119,202,1) 0%,rgba(28,119,202,1) 50%,rgba(9,107,197,1) 50%,rgba(9,107,197,1) 100%);
	background: linear-gradient(to bottom,  rgba(28,119,202,1) 0%,rgba(28,119,202,1) 50%,rgba(9,107,197,1) 50%,rgba(9,107,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c77ca', endColorstr='#096bc5',GradientType=0 );
	padding-left:35px;
}

.ribbon:before, .ribbon:after, .price:before {
	width: 0;
	height: 0;
	border-style: solid;
	content:'';
	position:absolute;
}

.ribbon:before, .ribbon:after {
	right:-33px;
}

.ribbon:before {
	border-width:  33px 33px 0 0;
	border-color: #1c77ca transparent transparent transparent;
}

.ribbon:after {
	border-width: 33px 0 0 33px;
	border-color: transparent transparent transparent #096bc5;
	bottom:0;
}

.ribbon sup {
	font-size:45%;
	top:-0.9em;
}

.time-remaining, .deal-details, .total-purchased, .amount, .gc-quantity {
	padding:10px 0;
	border-bottom:1px solid #2a2a2a;
}

.time-remaining {
	color:#fff;
	font-size:23px;
}

.deal-info .col {
	width:33%;
	float:left;
	font-size:12px;
	font-weight:bold;
}

.deal-info .col strong {
	font-size:17px;
}

.deal-details {
	float:left;
	width:100%;
}

.total-purchased {
	clear:both;
	margin-bottom:10px;
}

.button.orange-gradient {
	background: #f29225; /* Old browsers */
	background: -moz-linear-gradient(top,  #f29225 0%, #f27d25 47%, #f26a25 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29225), color-stop(47%,#f27d25), color-stop(99%,#f26a25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f29225 0%,#f27d25 47%,#f26a25 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29225', endColorstr='#f26a25',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #f6742d;
	border-bottom:1px solid #bb5320;
	border-left:1px solid #dd6428;
	border-right:1px solid #dd6428;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #be661d;
	filter: dropshadow(color=#be661d, offx=0, offy=1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px rgba(245, 173, 46, 1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1), inset 0px 1px 0px 0px rgba(245, 173, 46, 1);
	color:#fff;
	text-align:center;
	display:block;
	font:bold 16px 'Helvetica', arial, sans-serif;
	padding:12px 15px;
	}

.button.orange-gradient:hover, .button.orange-gradient:focus { background: #f29425; /* Old browsers */
	background: -moz-linear-gradient(top,  #f29425 0%, #f28d25 50%, #f28625 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29425), color-stop(50%,#f28d25), color-stop(100%,#f28625)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f29425 0%,#f28d25 50%,#f28625 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f29425 0%,#f28d25 50%,#f28625 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f29425 0%,#f28d25 50%,#f28625 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f29425 0%,#f28d25 50%,#f28625 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29425', endColorstr='#f28625',GradientType=0 ); /* IE6-9 */
	cursor:pointer;}html.lt-ie8 .lightbg .request-demo a.button {height:auto; padding-bottom:20px;}

.button.orange-gradient:disabled {
    opacity: 0.3;
}

#punchey_social_deals {
	width:100%;
	clear:both;
	float:left;
	padding:25px 0;
}

#punchey_social_deals span.icon {
	width:25px;
	height:25px;
	display: block;
	text-indent: -999999em;
	background: url(../images/springboard/social-icons.png);
	float:left;
	margin-right:5px;
}

#punchey_social_deals span.icon.twitter {
	background-position: -30px 0;
}

#punchey_social_deals span.icon.email {
	background-position: -60px 0;
}

.short-desc h4 {
	font:bold 22px 'Calibri', arial, sans-serif;
	line-height:1;
}

.short-desc p {
	font-size:14px!important;
	color:#757575;
	line-height:20px!important;
}

.deal-expanded img:first-of-type {
	max-width:100%;
	background:#f2f2f2;
	border:1px solid #d5d5d5;
	padding:5px;
	margin-bottom:10px;
}

.gift-card-details {
	max-width: 100%;
}

.deal-expanded p:first-of-type {
	font-size:16px;
	line-height: 28px!important;
	color:#757575;
}

.deal-expanded h3 {
	font-size:140%!important;
}

#simplemodal-overlay {background-color:#000; cursor:wait; opacity:0.7!important;}

.gift-card-info {
	margin-top:30px;
}

.amount {
	margin-bottom:10px;
}

.amount label.left {
}

.amount .manual-gc-value {
	color:#fff;
	font-size:16px;
	font-weight: bold;
}

.amount select {
}

.amount .manual-gc-value input {
	width:57%;
	display:inline;
}

.amount .col-md-1 {padding-top:10px;}

.gc-quantity input[type="text"] {
	width:60%;
	clear:both;
}

.gc-quantity > label {
	clear:both;
	display:block;
}

.gift-card-form input[type="submit"], .deal-form input[type="submit"] {
	width:100%;
}

.gc-quantity {
	margin-bottom:10px;
	clear:both;
	float:left;
	width:100%;
}

.gift-card-codes table {
	font-size: 20px;
	font-weight: bold;
}

.gift-card-codes, .merchant-locations {
	margin-top:25px;
	width:100%;
}

.merchant-locations h3 {
	padding-left: 35px;
}

.gift-card-codes .col, .merchant-locations .col {
	padding-left: 0;
	padding-right: 0;
}

.gift-card-codes table, .merchant-locations table {
	border-bottom:1px solid #e3e3e3;
	width:100%;
}

.merchant-locations td:first-child {
	padding-left: 35px;
}

.gift-card-codes table tr, .merchant-locations table tr {
	background:#f5f5f5!important;
}

.gift-card-codes table tr:hover, .merchant-locations table tr:hover {
	background:#f5f5f5!important;
}

.gift-card-codes table tr td, .merchant-locations table tr td {
	border-top:1px solid #e3e3e3!important;
	padding:10px;
}

.gift-card-codes table tr:nth-child(even), .merchant-locations table tr:nth-child(even) {
	background:#fff!important;
}

.gift-card-codes table tr:hover:nth-child(even), .merchant-locations table tr:hover:nth-child(even) {
	background:#fff!important;
}

/*Reviews*/
.review-overview {
	padding:30px 15px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0 0 0;
	position:fixed;
}

.reviews {
	border-radius:0 5px 0 0;
}

.individual-reviews {
}

.review-content, .featured-reviews {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
	position: relative;
}
.featured-reviews {
	padding-bottom: 0;
}

.row:last-child .review-content {
	border-bottom:0;
}

.individual-reviews .source-rating img.left {
	float:left;
	margin-right:5px;
}

.individual-reviews .source-rating .raty {
	width:auto!important;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:20px;
}

.source-user {
	text-align:right;
}

.source-user img.right {
	float:right;
}

.source-user p {
	margin:0;
	font-size:13px;
}

.source-user img {
	margin-left:10px;
	background:#fff;
	padding:5px;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
}

.review-text {
	font-size:14px;
	line-height:20px;
}

.featured-reviews .raty img {
	max-width:12px;
}

.blue {
	color:#3478b5;
	font-size:16px;
}

.review-vs {
	text-align: center;
}

.review-vs .border-vs {
	height:245px;
	width:1px;
	background:#ccc;
	margin:0 auto;
}

.featured-reviews .col-md-5 {
	width:44.666667%;
	padding-bottom:15px;
	max-height:275px;
}

.featured-reviews .col-md-2 {
	width: 10.666667%;
}

/* vertical alignment styles */
.col-top {
	vertical-align:top;
}
.col-middle {
	vertical-align:middle;
}
.col-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* columns of same height styles */
.container-xs-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-xs-height {
	display:table-row;
}
.col-xs-height {
	display:table-cell;
	float:none;
}

@media (min-width: 768px) {
	.container-sm-height {
		display:table;
		padding-left:0px;
		padding-right:0px;
	}
	.row-sm-height {
		display:table-row;
	}
	.col-sm-height {
		display:table-cell;
		float:none;
	}
}
@media (min-width: 992px) {
	.container-md-height {
		display:table;
		padding-left: 0px;
		padding-right: 0px;
	}
	.row-md-height {
		display:table-row;
	}
	.col-md-height {
		display:table-cell;
		float:none;
	}
}
@media (min-width: 1200px) {
	.container-lg-height {
		display:table;
		padding-left:0px;
		padding-right:0px;
	}
	.row-lg-height {
		display:table-row;
	}
	.col-lg-height {
		display:table-cell;
		float:none;
	}
}

.input-mini, .form-inline .input-mini { width: 60px; }
.input-small, .form-inline .input-small { width: 90px; }
.input-medium, .form-inline .input-medium { width: 135px; }
.input-large, .form-inline .input-large { width: 210px; }
.input-xlarge, .form-inline .input-xlarge { width: 270px; }
.input-xxlarge, .form-inline .input-xxlarge { width: 530px; }

.trust div {display: inline; float: left;}
.trust div:last-child {padding-left: 30px;}

.payment-form-footer {margin-top: 20px;}
.amount-input-wrap {position: relative;}
.amount-input-wrap #amount_manual {padding-left: 17px;}

.form-inline select {
	display: inline-block;
}

.reviews-header-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.review-row {
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
}

.review-row .source-rating {
	margin-bottom: 20px;
}

.review-row strong {
	display:block;
	font-size:16px;
	color:#333;
	margin-bottom:8px;
}

.reviewer {
	display: table;
	width: 275px;
}

.reviewer .reviewer-details, .reviewer .reviewer-pic {
	display: table-cell;
}

.reviewer-details {
	text-align: right;
        vertical-align: top;
        padding-top:10px;
}

.reviewer-pic {
	width: 60px;
}

.reviewer-pic img {
	margin-left:10px;
	background:#fff;
	padding:5px;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
}

.average-rating {
	margin-top: 30px;
	text-align: right;
}

.overall-rating {
	display: table;
	margin-bottom: 5px;
}

.stars-label {
	padding-right: 5px;
}
.overall-rating div {
	display: table-cell;
}
.vert-center {
	vertical-align: middle;
}

/* Error Alerts */
.alerts {
	clear: both;
	display: none;
	max-width: 676px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.alerts div.error {
	background: #ffc5ba url(../images/vpos/error.png) 10px center no-repeat;
	border: 2px solid #ee937e;
	color: #b83014;
}
.alerts div.error a.close-msg {background-position: -41px top;}
.alerts div.error a.close-msg:hover {background-position: -62px top;}
.error {color:#F00;}
.msg {
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	clear: both;
}
.left {float:left;}
.right {float: right;}
