/*----------------------- Import ----------------------------------*/

@import "base.css";
@import "jquery.fancybox.css";

/*----------------------- Global Styles ---------------------------*/

#contentwrapper {
	margin:70px auto;
	width:1000px;
	color: #FFFFFF;
}

#cats {
	font-family:Cambria, Serif; 
	font-style:italic;
}

#cats .current {
	margin-right:8px;
	font-size:32px;
	color:#fff;
}

#cats a {
	text-decoration:none;
}

#cats li {
	display:inline;
	margin-right:4px;
	color:#fff;
}

#cats li a {
	color:#fff;
}

#cats li a:hover {
	color:#999;
}

.divider {
	width:1000px;
	display:block;
	padding-top:15px; 
	height:0 !important;
	height /**/:15px; 
	overflow:hidden;
	background:url(../images/divider.png) no-repeat top left;
	clear:both;
}

/*----------------------- Store Item ------------------------------*/

.item {
	float:left;
	width:330px;
	margin:10px 0px
}

h2 {
	font:italic 16px Cambria, Serif;
	color:#fff;
}

h3 {
	font:normal 13px Cambria, Serif;
	color:#d5bb87;
}

#item-pic {
	width:128px;
	height:158px; 
	float:left;
}

.item img {
	float:left;
	margin-right:10px;
	margin-top:10px;
	width: 200px;
	height: 200px;
}

.info {
	font-family:Cambria, Serif;
	margin-top:10px;
}

.info p {
	margin:4px 0px;
}

.price {
	font-size:22px;
	color:#fff;
}

.desc {
	letter-spacing:.5px;
	font-size:12px;
	color:#d5bb87;
}

.view a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

.view a:hover {
	color:#999;
	border-bottom:1px dashed #333;
}

.add_cart {
	width:138px;
	display:block;
	padding-top:34px; 
	height:0 !important;
	height /**/:34px; 
	overflow:hidden;
	background:url(../images/add_to_cart.png) no-repeat top left;
	margin-top:25px;
}

/*----------------------- Intermediate Page -----------------------*/

#addToCartStep {
	padding:12px 30px;
	color:#d5bb87;
	font:normal 18px Cambria, Arial, Helvetica, sans-serif;
	line-height:40px;
}
	

/*----------------------- Cart Item -------------------------------*/


.cart-item {
	font:normal 16px Cambria, Serif;
	color:#fff;
}

.cart-item a {
	color:#d5bb87;
	text-decoration:none;
}

.cart-item td
{
	vertical-align: middle;
}

#cart-buttons {
	width:300px;
	margin:20px auto 0 auto;
}

#update-cart {
	width:138px;
	display:block;
	padding-top:28px; 
	height:0 !important;
	height /**/:28px; 
	overflow:hidden;
	background:url(../images/update_cart.png) no-repeat top left;
	float:left;
}

#cart-continue {
	width:112px;
	display:block;
	padding-top:28px; 
	height:0 !important;
	height /**/:28px; 
	overflow:hidden;
	background:url(../images/cart_continue.png) no-repeat top left;
	margin-left:50px;
	float:left;
}





#billing-info input
{
	padding: 2px;
	margin: 2px;
}

#billing-info h2
{
	padding: 20px 0 5px 0;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
}

#billing-info p
{
	color: #FFFFFF;
	padding: 0 0 5px 10px;
}