﻿/*

*/

.product {
	display:block;
	float:left;
	border: 0px solid #efefef;
	padding:10px;
	margin:5px 10px 25px 0px;
	color: #000000;
	width:285px;
	overflow:hidden;
}
.product a h2{
	height:50px;
	overflow:hidden;
	margin-top:0px;
	color: #505050;
}
.product_listing_image {
	display:block;
	margin: 0px 10px 0px 0px;
	height:200px !important;
	overflow:hidden;
	text-align:center;
}
.product_button {
	display:block;
	padding:5px 10px;
	width:80px;
	background: #00bdf2;
	border: 1px solid #00a0ca;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}
.product_button:hover {
	/*border: 1px solid #a0dfa0;*/
	background: #64dcff !important;
}
.product_button img {
	display:inline;
	vertical-align: middle;
	margin-right:5px; 
}
#product_related a {
	display:block;
}
#product_details_cart {
	margin:0px 10px 0px 10px;
	padding:10px;
	border:1px solid #e0e0e0;
	background: #f8f8f8;
}
.price {
	display:block;
	font: normal 18px Tahoma;
	text-align:right;
	padding:2px;
}
.xmasprice {
	display:block;
	font: normal 18px Tahoma;
	text-align:right;
	padding:2px;
color:#ac1a2f;
}
.product_description {
	display:block;
	padding:2px;
	height:55px;
}
.product_details {
	margin:10px 0px;
	padding:10px;
	border: none;
}
.product_details #product_image {
	display:block;
	margin: 10px auto;
	text-decoration:none;
}
.product_details #product_image:hover {
	background:none;
}

#qtyfield {
	width: 20px;
	height:22px;
	font-size:18px;
	text-align:right;
}
.promo {
	background: #a02020;
	color: #ffffff;
	padding:5px;
	display:block;
	margin:5px;
	font-weight:bold;
	text-align:center;
}
a.pages {
	display:block;
	float:left;
	margin:3px;
	width:20px;
	height:20px;
	text-align:center;
	padding:2px;
	border:1px solid #a0a0a0;
	font-size:12px; 
	color: #505050;
	background: #f0f0f0;
	text-decoration: none;
}
a.pages:hover, .selectedpage{
	color: #ffffff;
	border-color: #202020;
	background: #505050;
	font-weight:bold;	
}


.cart {
	width:100%;
}
.cart td {
	border-bottom:1px solid #f0f0ff;
}
.cart th {
	border-bottom:3px solid #f0f0ff;
	font-weight: bold;
}
.cart input.qty {
	background:#f0f0f0;
	border-color:#e0e0e0;
	width:30px !important;
	font-size:17px !important;
	text-align:right;
}
.cartinfo {
	float:right;
	clear:both;
	font-size:10px;
	text-align:right;
}
#cart_shipping {
	width:400px;
}
.checkout {
	width:100%;
}
#ordernotes {
	width:100%;
	height:80px;
}
#orderbutton {
	display:block;
	width:200px;
	height:50px;
	cursor:pointer;
}
#checkoutbutton {
	display:block;
	cursor:pointer;
	padding:10px 20px;
	width:150px;
	background:#00bdf2;
	border-color:#00a0ca;
	color: #ffffff;
	text-decoration:none;
}


/*ORDER */
#orderagreement {
	width:100%;
	border:1px solid #a0a0a0;
	height:100px;
	overflow:auto;
}

/* notify */
#notify_email, #notify_text {
	width:500px;
	padding:5px;
	font: normal 16px Tahoma;
}
#notify_text {
	height: 150px;
}
#notify_smalltext {
	width:  500px;
	height: 100px;
	font: normal 16px Tahoma;
}
.notify_button {
	width:150px;
}
