body {
	color: #f93;
	background-color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
}

a {
	text-decoration: none;
}

a:link, a:visited {

}

a:hover {
	color: red;
}

div.option-text.top {
	margin-top: 134px;
}
.art-cricket .option-text.top {
	margin-top: 64px;
}

div.product {
	display: inline-block;
	width: 100%;
	margin: 10px 0 25px 0;
	border-color: #bdbcbc;
	border-width: 3px;
	border-style: solid;
}

div.product div.options {
		position: relative;
		float: left;
}

div.options {
	color: #333;
	background-color: #dddcdc;
	width: 200px;
	height: 564px;
	position: relative;
}

.product.maya .options {
	height: 616px;
}

div.product div.product-display {
	position: relative;
	float: right;
}

div.product-display {
	height: 564px;
}

div.label {
	text-align: left;
	background-color:#bdbcbc;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 3px 7px;
}

.item {
	text-align: right;
	margin-right: 7px;
}

.price {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

.quantity {
	text-align: right;
}


.quantity-box {
	width: 2em;
	text-align: right;
}


.option-text {
	margin-top: 20px;
	padding: 0;
	vertical-align: middle;
}
.art-cricket .option-text {
	margin-top: 18px;
}

.type {
	text-align: center;
}

/* Foxycart's Colorbox close button - Continue Shopping */
.fc_cbox #cbox_close {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


.add {
	text-align: left;
	margin: 15px 8px;
	position: absolute;
	bottom: 0;
}


.purchase {
	text-align: right;
}

input.submit {
	padding: 4px 5px;
	background-color: #444;
	border: 1px solid #777;
	color: #aaa;
	text-decoration: none;
	width: 42px;
}

input.submit:hover, input.submit:focus {
	background-color: #555;
	border-color: #888;
	color: #bbb;
}

input.submit:active {
	background-color: #333;
	border-color: #666;
}

#cart-links {
	padding-bottom: 20px;
}

.submit {
	font-size: 0.875em;
}

.product-logo { display: block; position: relative; top: 10px; margin: 0 auto; margin-top: 15px; }
.product-logo.tilt, .product-logo.leaf, .product-logo.cricket { left: auto; right: 20px; }
.product-logo.star img { width: 114px; height: 69px; }
.product-logo.maya img { width: 125px; height: 69px; }
.product-logo.tilt img { width: 95px; height: 69px; }
.product-logo.cricket img { width: 173px; height: 69px; }
.product-logo.leaf img { width: 100px; height: 69px; }

.info {
	font-size: 12px;
	padding: 8px 4px 2px 4px;
}
.options ul {
	margin: 0;
	list-style-position: outside;
}
.options ul li {
	margin-left: -20px;
}
.art-cricket .options {
	height: 794px;
}
.art-cricket .add-note {
	position: absolute;
	margin-left: 60px;
	font-size: 12px;
	padding-top: 8px;
}

.product.star .options {
	height: 660px;
}