/* BEGIN TIMER */
@font-face {
	font-family: 'carborregular';
	src: url('http://themegas.com/countdown/font/carbor-webfont.eot');
	src: url('http://themegas.com/countdown/font/carbor-webfont.eot?#iefix') format('embedded-opentype'),
	url('http://themegas.com/countdown/font/carbor-webfont.woff') format('woff'),
	url('http://themegas.com/countdown/font/carbor-webfont.ttf') format('truetype'),
	url('http://themegas.com/countdown/font/carbor-webfont.svg#carborregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#clock2div {

	font-family:'carborregular', 'Orbitron', sans-serif;

	font-size:50pt;

	color:#9e9e9e;

	position:relative;

	text-align: left;

	background-image: url(http://themegas.com/countdown/countdown-frame-bkg.jpeg);

	background-repeat:no-repeat;

	background-size:100% 100%;

	max-width:600px;

	height:234px;

	margin: auto;

}

#clock2clock {

	position:absolute;

	left: 60px;

	top: 177px;

}

.storeSpacer {

	height:15px;

	width: 100%;

}
/* BEGIN STORE */
/* BEGIN NAVBAR */
#storeNavBar {

	width:100%;

	height:30px;

	background:#010024;

	position:relative;

	left:0px;

	top:0px;

	border-radius:5px;

	border-style:outset;

	border-width:2px;

	border-color:#B5B3C3;

	font-size:18pt;

	max-width:930px;

	margin-bottom:15px;

	text-align:center;

	font-family:'Orbitron', Arial, sans-serif;

}

.storeNavItem {

	position:relative;

	top:6px;

	padding-top:2px;

	padding-bottom:3px;

	padding-left:20px;

	padding-right:20px;

	color:#B5B3C3;

}

.storeNavItem:hover {

	background-color:#150648;

	cursor: pointer; cursor: hand;

	border-width:1px;

	border-color:#B5B3C3;

	border-style:outset;

	color:white;

}

#storeNavItemCurrent {

	background-color:#150648;

	cursor: pointer; cursor: hand;

	border-width:1px;

	border-color:#B5B3C3;

	border-style:outset;

	color:white;

}

.itemViewCart {

	float:right;

}

/* END NAVBAR */

/* START STANDARD STORE ITEMS */
.storeContainer {

	min-width:435px;

	overflow-x:visible;

}

.storeClearFix {

	clear:both;

}

.itemBinLeft {

	border:1px solid #201F1F;

	border-radius: 4px;

	box-shadow: 0px -1px 0px 0px #3b3a3a;

	height: 230px;

	width: 435px;

	position:relative;

	float:left;

	background-color: black;

}

.itemBinRight {

	border:1px solid #201F1F;

	border-radius: 4px;

	box-shadow: 0px -1px 0px 0px #3b3a3a;

	height: 230px;

	width: 435px;

	position:relative;

	float:right;

	background-color: black;

}

.itemImage {

	width: 150px;

	height: 151px;

	position:absolute;

}

.itemDescription {

	height:100%;

	width:284px;

	/*border:1px solid #201F1F;

	border-radius:4px;*/

	box-shadow: 0px -1px 0px 0px #3b3a3a;

	position:absolute;

	left:150px;

	top:-1px;

}

.itemName {

	text-align:center;

	line-height:80%;

}

.itemFlavor {

	padding:0 10px 0 10px;

}

.itemCartButton {

	position:absolute;

	top:170px;

	left:10px;

}

.itemCartButtonSized {

	position:absolute;

	top:165px;

	left:10px;

}

.itemSizeSelect {

	position:absolute;

	left:0px;

	top:35px;

}

.itemPrice {

	position:absolute;

	top:30px;

	left:67px;

	font: normal 16px/1.4em 'Orbitron' Arial, sans-serif;

}

.itemPriceSized {

	position:absolute;

	top:32px;

	left:67px;

	font: normal 16px/1.4em 'Orbitron' Arial, sans-serif;

}

.itemSale {

	position:absolute;
/*
	left:-5px;

	top:32px;
*/
	z-index:2;



	background-color:red;

	font-size:20pt;

	color:white;

	padding-top:2px;

	padding-bottom:2px;

}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

.itemSale:hover {

	background-color:white;

	color:red;

	-webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function:  linear;

}
/* END STANDARD STORE ITEMS */

/* BEGIN EJUNKIE CART MODIFCATION */
#tdHeader {



}

#ejejctable {/* main table */

	background-color: #294B69 !important;

}

#ejejctable table {

	background-color: #80ABDB !important;

}

#country1 {



}

#state1 {



}

#tdPmntOptions { /* entire row containing checkout button */

	background-color: #80ABDB !important;

}

#tdPmnt {

	

}

#tdPmnt b {

	background-color: #80ABDB !important;

}

#tdSell {

	background-color: #FFF !important;

}




/* lyrics back to top thingy */
#lyricsBTT {

	width:200px;

	margin-left:auto;

	margin-right:auto;

	border:2px solid #201F1F;

	border-radius:5px;

	text-align: center;

	height:35px;

}

#lyricsBTT:hover {

	background-color:#150648;

	cursor: pointer; cursor: hand;

	border-width:2px;

	border-color:#B5B3C3;

	border-style:outset;

	color:white;
	
}
