/*------------------------------------------------------------------------
# "Hot Furniture Store" Joomla template - July, 2010
# Copyright (C) 2010 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.category-view h2 a {
	font-size: 22px !important;
	font-family: 'GeosansLightRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.product h2 a {
	font-size:24px !important;
}

.browse-view h1 {
	font-size: 32px;
}

.product-price {
	text-align:center;
}

.productdetails-view .product-price {
	text-align:left;
}

.product-price span {
	font-size: 16px !important;
}

.productdetails-view h1 {
	font-size: 32px;
}

.productdetails-view .addtocart-bar {
	margin:0;
	padding:0;
}

.productdetails-view .spacer-buy-area {
	padding-left:0;
}


a.ask-a-question  {
	padding:3px 10px 1px;	
}

.marginminus50 {
	margin-top:-50px;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button,
span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover {
	font-family: "Courier New", Courier, monospace !important;
	width:80px;
	padding:0;
	height:28px;
	background:none;
	border:none;
	color: #585858;
	font-size:11px;
	letter-spacing:-1px;
}

.addtocart-bar {
	width:130px;
	height: 28px;
	background:url(../images/add-to-cart_box.png) no-repeat;
}

span.quantity-box {
	float: right;
	width: 27px;
	padding:0;
	height:28px;
}

input.quantity-input, span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus,
span.quantity-box input.quantity-input:hover {
	background:none;
	border:none;
}

span.quantity-controls {
	float: right;
	height:28px;
	margin:0;
	padding:0;
}

span.quantity-controls input.quantity-controls {
	height:13px;
}

span.addtocart-button {
	float:left;
	margin:0;
	width:80px;
	height:28px;
}

.show_cart {
	height:18px;
	text-align:center;
	margin-top:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

a.checkout_link:link, a.checkout_link:visited,
a.highlight, a.highlight:visited {
	background-image:none;
	border:none;
}

.show_cart a {
	float:none !important;
	color:#000 !important;
	line-height:18px;
}

.vmicon {
	background:url(../images/update_quantity_cart.png) no-repeat;	
}

.vm2-remove_from_cart {
	background:url(../images/remove_from_cart.png) no-repeat;
}

/* IE7 fix */

.orderlistcontainer {
	float:left;	
}

/* pagination after RC3 */

#bottom-pagination li {
	padding:0 5px;
}

/* popup */

#facebox .content {
	padding:20px !important;
}

#facebox .content .continue, #facebox .content .floatright {
	line-height:30px;
	font-weight:bold;
}