/* CSS Document */
.choose-checkmark-container {
	position:relative;
	display:inline-block;	
}
.choose-checkmark-btn {
	display:block;
	width: 130px;
	height: 48px;
	background: url("../images/check-mark-icon.png") no-repeat 0 0;
	margin-bottom: 15px;
}
.choose-checkmark-btn:hover,
.choose-checkmark-btn.selected {
	background-position: 0 -48px;
}
.choose-deck-btn {
	display:block;
	width: 130px;
	height: 48px;
	background: url("../images/check-mark-icon.png") no-repeat 0 0;
	margin-bottom: 15px;
}
.choose-deck-btn:hover,
.choose-deck-btn.selected {
	background-position: 0 -48px;
}
.choose-color-btn {
	display:block;
	width: 130px;
	height: 48px;
	background: url("../images/check-mark-icon.png") no-repeat 0 0;
	margin-bottom: 15px;
}
.choose-color-btn:hover,
.choose-color-btn.selected {
	background-position: 0 -48px;
}
.choose-peg-btn {
	display:block;
	width: 130px;
	height: 48px;
	background: url("../images/check-mark-icon.png") no-repeat 0 0;
	margin-bottom: 15px;
}
.choose-peg-btn:hover,
.choose-peg-btn.selected {
	background-position: 0 -48px;
}
/****Add to Cart Dialog****/
.cartDialog{
	z-index:100;
	position:relative;
	width:700px;
	height:900px;
	text-align:center;
}
.cartDialog h3{
	margin:0;
	padding-top:35px;
	font-size:17px;
	line-height:20px;
}
.cartDialog .simpleCart_checkout{
	display:inline-block;
	width:154px;
	height:30px;
	background:url(../images/check-out-faded.gif);
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:25px;
	margin-right:25px;	
}
.cartDialog .simpleCart_checkout_true{
	background:url(../images/check-out.gif);
}
#showCheckoutOptions{
	display:none;
	 z-index: 998;
	 overflow:visible;
}
.left{float:left}
.right{float:right}
.alignLeft{text-align:left}
.alignRight{text-align:right}
/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
.simpleCart_shelfItem label{
	color:#000;
	font-size:13px;
}
#item-quantity{
	width:36px;
	padding:8px;
	border:1px solid #cbcbcb;
	vertical-align:middle;
}
/****cart bar****/
.cartBar{
	border-top:1px solid #171717;
	border-bottom:1px solid #171717;
	background: #272727; /* Old browsers */
	background: -moz-linear-gradient(top, #272727 0%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #272727 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #272727 0%,#161616 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #272727 0%,#161616 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #272727 0%,#161616 100%); /* W3C */
	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,.2)
	box-shadow:inset 0px 1px 0px rgba(255,255,255,.2);
	color:#fff;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	margin-top:-44px;
}
.cartBar ul{
	height:32px;
	list-style:none;
	display:inline-block;
	width:auto;
	padding:10px 0 0 0;
	margin:0;
}
.cartBar ul li{
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
	border-left:1px solid #474747;
	height:22px;
	line-height:22px;
}
.cartBar ul li.first{
	border-left:none;
}
.cartBar ul li.last{
	border-right:none;
}
.cartBar strong{
	color:#ccc;
}
.cartBar a{
	color:#fff;
	text-transform:uppercase;
}
.cartBar a:hover{
	color:#39f;
}
.cartBar .simpleCart_checkout{
	display:block;
	width:92px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btnCheckout.png);
	margin-top:-3px;
	opacity: 0.88;
}
.cartBar .simpleCart_checkout:hover{
	opacity: 1;
}
.cartBar .simpleCart_checkout:active{
	opacity: 1;
	background-position:-92px 0;
}
#cart{
	display:none;
	width:100%;
	background:#202020;
	border-top:1px solid #171717;
	padding:20px 0;
}
#cart:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#cart { display: inline-block; }
* html #cart { height: 1%; } /* Hides from IE-mac \*/
#cart { display: none; }
.cartMeta{
	display:inline-block;
}
.simpleCart_items{
	width:810px;
	margin:0 auto;
}
.headerRow{
	background:#111;
	height:14px;
	padding:4px 0;
}
.headerRow div{
	float:left;
	margin:0 10px;
	text-align:left;
}
.headerRow .item-name{width:180px}
.headerRow .item-size{width:110px}
.headerRow .item-price{width:90px}
.headerRow .item-options{width:0px}
.headerRow .item-quantity{
	width:60px;
	text-align:center !important;
}
.headerRow .item-decrement:after {
	width:0px;
	/*content:"Decrease";*/
}
.headerRow .item-increment:after {
	width:0px;
	/*content:"Increase";*/
}
.itemRow{
	clear:both;
	height:16px;
	padding:8px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #2c2c2c;
}
.itemRow:first-child{
	border-top:none;
}
.itemRow:last-child{
	border-bottom:none;
}
.itemRow div{
	float:left;
	margin:0 10px;
	text-align:left;
}
.itemRow .item-name{width:180px}
.itemRow .item-size{width:110px}
.itemRow .item-price{width:90px}
.itemRow .item-options{width:0px}
.itemRow .item-quantity{
	width:60px;
	text-align:center !important;
}
.itemRow .item-decrement {
	width:0px;
}
.itemRow .item-increment {
	width:0px;
}
.item_shipping {
	font-size:small;
}
.simpleCart_shelfItem .item_add {
	display:inline-block;
	width:231px;
	height:50px;
	background:url(http://www.classycribbage.com/index_htm_files/1002.png);
	text-indent:-9999px;
	overflow:hidden;
}
.simpleCart_shelfItem .simpleCart_checkout {
	display:inline-block;
	width:231px;
	height:50px;
	background:url(http://www.classycribbage.com/index_htm_files/1002.png);
	text-indent:-9999px;
	overflow:hidden;
}
.simpleCart_shelfItem .item_name,
.simpleCart_shelfItem .item_price {
	display:none;
}
.more-info {
font-size: 80%;
margin: 6px 0px 0px 0px;
float: right;
color: #36C;
}
#slidein_showCheckoutOptions_background {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#slidein_showCheckoutOptions, #slidein_showCheckoutOptions_wrapper {
	display:none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#slidein_showCheckoutOptions {
	-webkit-transform: translateX(0) translateY(-40%);
	-moz-transform: translateX(0) translateY(-40%);
	-ms-transform: translateX(0) translateY(-40%);
	transform: translateX(0) translateY(-40%);
	margin-top:3%;
	margin-bottom:5%;
}
.popup_visible #slidein_showCheckoutOptions {
	-webkit-transform: translateX(0) translateY(0);
	-moz-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
#slidein_showCheckoutOptions_content {
	background-color:#FFF;
	padding-bottom:100px;
	background: #f0f0f0;
	border: 1px solid #fff;
	box-shadow: 0 1px 10px #333;
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0 1px 10px #333;
	box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
	-moz-box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
	-webkit-box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
