@CHARSET "UTF-8";

/* ****************************
=GLOBAL
***************************** */
#store ul#nav li.last {
	margin-left: 230px;
}
#store ul#nav li a {
	letter-spacing:0px;
	word-spacing:-2px;
}
#store ul#nav2 li a {
}
.price{
	color: #777777;
}
.price span{
	color:#990000;
	font-size:1.35em;
	font-weight:normal;
	letter-spacing:-1px;
	padding-left: 5px;
}
.price span s{
	color:#999999;
}
/* ****************************
=CATAGORY
***************************** */
.catagory .item {
	width: 200px;
	height: 250px;
	margin: 0 25px 20px 0;
	float: left;
}
.catagory .productimage{
	text-align: center;
}
.catagory .productname {
	text-align: center;
}
.catagory .description {
	font-size: 1.5em;
}
.catagory .price{
	text-align: center;
}
/* ****************************
=DETAILS
***************************** */
.details .price{
	padding-bottom: 20px;
}
.details .productImages {
	float: left;
	width: 400px;
	margin: 0 20px 20px 0;
}
.details .info {
	font-size: 1.2em;
	float: left;
	color: #000000;
	word-wrap: break-word;
	width: 480px;
}
.details p {
	word-wrap: break-word;
}
.details .productName {
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 20px;
}
.details ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 45px;
}
.details .right {
	float: right;
	text-align: left;
}
.addToCart {
	background: url('../img/store/add_to_cart.png') no-repeat 0 0;
	width: 143px;
	height: 31px;
	display: block;
	text-indent: -9999em;
}
.addToCart:hover, .addToCart:focus {
	background: url('../img/store/add_to_cart_hover.png') no-repeat 0 0;
}
.options{
	margin-top: 10px;
}
.options span{
	
}

/* ****************************
=SLIDE SHOW
***************************** */
.details .productImages img {
	top:0;
	left:0;
	position: relative
}

#controls {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
    background-color: #ffffff;
    margin: 0;
    padding: 6px; 
    width: 388px;
	/* optical portion */
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#controls span { margin: 0 5px }

/* ****************************
=MODAL
***************************** */
#simplemodal-container  {
	color:#BBBBBB;
	background-color:#333333;
	border:4px solid #444444;
	color:#BBBBBB;
	height:200px;
	padding:12px;
	width:300px;
}
#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
	
	/*ie6 sucks */
	_background:none;
	_right:-14px;
	_width:22px;
	_height:26px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/x.png', sizingMethod='scale');
}
#simplemodal-overlay {
	background-color:#000000;
	cursor:wait;
}

#simplemodal-container h3 {
	color:#5F87AE;
	font-weight:normal;
	padding-bottom:12px;
	text-transform:uppercase;
	margin-top: 0;
	padding-bottom: 5px;
}
#simplemodal-container p {
	padding-bottom: 20px;
}
.shippingDestination span {
	font-size: 1.2em;
}
.shippingDestination li span {
	margin-left: 10px;
	font-size: 1.0em;
}
.shippingDestination ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
.shippingDestination li {
	margin-left: 80px;
}
.shippingDestination li.last {
	margin-top: 20px;
	margin-left: 100px;
}
.changeShipping {
	display: block;
	margin-top: 10px;
	font-size: 0.5em;
}
.options {
	display: block;
	margin-top: 10px;
}

/***********
*CART
************/
#EJEJC_window {
	padding: 7px;
}
table#ejejctable td {
	text-align:center;
}