body {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
button {
	border: 0;
}

.centerText {
	text-align: center;
}

.small-pic .button {
	margin-top: 5px;
}

@media (min-width: 1200px) {
	.small-pic {
		position: relative;	
	}
	.small-pic .button {
		position: absolute;
		bottom: 5px;
		width: 149px;
	}
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.68) !important;
}
.productsSelectContainer .fancybox-inner {
	overflow: visible !important;
}
.productTooltip i {
	cursor: pointer;
}

#accessCodeError {
	margin-top: 20px;
	text-align: left;
}

.galleryItem {
	padding-left: 15px;
}

.modal-list .price {
	font-size: 11px;
	display: inline-block;
	height: inherit;
	width: 40px;
	text-align: right;
}
.modal-list li {
	margin-right: 40px;	
}
.modal-list li p {
	margin: 0 !important;
	margin-top: 5px !important;
	width: initial !important;
}
.modal-list li input {
	width: 30px !important;	
}

.openImage {
	display: block;
	text-align: center;
}

.active-pic {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 210, 127, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 210, 127, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(127, 210, 127, 0.6);
	outline: 0;
	outline: thin dotted \9;
	
	background-color: #fff !important;
	border: 1px solid #7FD27F !important;
}

#sidebar {

}

.slider .slide {
	cursor: pointer;
}

.slider .slide img {
	max-height: 135px;
	max-width: 185px;
	margin: 0 auto;
}
.slider .slide > p {
	height: 40px;
}

.breadcrumb  li a {
	display: inline-block;
	float: left;
}

.pic-seting-msg {
	margin-left: 10px;
}

#checkoutButtons {
	margin: 35px 0 0px;
}

.breadcrumb  a {
	color: #14334E;
}

.active a {
	color: #428BCA;
}

.checkoutTotal .shippingRow td {
	padding-bottom: 10px;
}
.checkoutTotal {
	margin-left: 144px;
}
.bold {
	font-weight: 700;
}
.textRight {
	text-align: right !important;
}

.pic-seting-list li span.quantity {
	font-size: 11px;
}

.imageDescription {
	padding: 10px; 
	text-align: left;
	font-size: 12px;
}

.active a.text-muted {
	color: #999999;
}

.productContainer.ajax {
	padding: 20px;
	width: 800px;
}

.productContainer img[style*="float:left"] {
  margin: 5px 15px 0px 0px;
}

.productContainer img[style*="float:right"] {
  margin: 5px 0px 0px 15px;
}

.productContainer h2 {
	margin-top: 0;
}

.productSelectTable {
	margin-left: 20px;
}
.productSelectTable tr td {
	font-size: 11px;
	border-bottom: solid 1px #E4E4E4;
}

.productSelectTable tr td input {
	max-height: 18px;
	height: 18px;
	width: 30px;
	margin: 3px 5px;
	padding: 1px;
	font-size: 11px;
	text-align: center;
}

.productSelectList li {
	width: 300px;
	font-size: 11px;
}

.modal-list li:nth-child(even) {
	margin-right: 0 !important;
}

#messageBox {
	width:600px;
}
#messageBox .inner {
	padding: 10px;
}
#messageBox h3 {
	margin-top: 0;
}

#header {
	margin-bottom: 40px;
}

.shippingMethod > div {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 200px;
	font-size: 18px;
}

.stepName {
	display: inline-block;
	float: left;
}

.headerContact {
	color: #0f3e40;
	font-size: 30px;
}

.info {
	padding: 0 !important;
}

.errorMsg {
	position: absolute;
	right: 0;
	top: -17px;
	background-color: #DB2429;
	color: #FFF;
	padding: 2px 5px;
	border-radius: 3px;
}