@import url("../themes/artevino/css/orders.css");
@import url("../themes/artevino/css/pages.css");
@import url("../themes/artevino/css/product_list.css");

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#bottomShadow, #topShadow {
	display: none;
}

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

#container {
	background-color: #FFF;
	padding: 10px;
/*	width: 400px;*/
	margin: 0 auto;
}

#footer {
	clear: both;
	margin-top: 10px;
}

div.main {
	text-align: center;
}

p {
	margin: 1em 0;
}

/* Blocks */

.block ul, .block ol {
	list-style-position: inside;
}

.block ul {
	list-style-type: none;
}

.block .bg {
	padding: 10px;
	background-color: #EAEAEA; 
}

.block_title {
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px 10px;
	background-color: #393838;
	clear: both;
}

.tools {
	margin-bottom: 10px;
}

.user_info {
	background-color: #EAEAEA;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

	p.login, p.cartlink {
		display: inline;
	}

	p.login {
		padding-right: 5px;
	}
	
/* Product list */
td.sort_by img {
	width: 50px;
}

td.avail img,
td.cart_availability img {
	width: 20px;
}
	
/* Pages */

h1 {
	margin: 0.5em 0;
}

h2, h3, h4 {
	margin: 1em 0;
}

#content {
	margin: 10px 0;
	color: #000;
}

.nav_bar {
	border-top: 1px dotted #393838;
	border-bottom: 1px dotted #393838;
	padding: 3px 0;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid #393838;
	padding-top: 5px;
}

/* Product page */
h1.product_name {
	margin-left: 0 !important;
	padding: 0 !important;
}

.product_img {
	text-align: center;
	border: 1px solid #EAEAEA;
	padding-top: 10px;
	float: none !important;
	padding-bottom: 0  !important;
	width: auto  !important;
}

	.img_zoom {
		padding: 10px 0;
		background-color: #EAEAEA;
	}
	
div.big_price {
 	color: #C33102;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
}

div.product_description {
	background: none;
	margin: 0;
	padding: 0;
}

/* my-account.tpl */
#pmy-account #mainContent ul {
	margin-left: 50px;
}
	
/* Forms */
#mainContent fieldset {
	padding: 0 10px 10px 10px;
}

#mainContent fieldset label,
#add_to_cart label {
	display: block;
	margin-top: 10px;
}
#mainContent fieldset input,
#mainContent fieldset select,
#mainContent fieldset textarea,
#add_to_cart input {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
#mainContent fieldset .checkLabel,
#mainContent fieldset .autoW,
#mainContent fieldset .submit,
#add_to_cart #add_to_cart_btn,
.button {
	display: inline !important;
	width: auto !important;
}

/* Pagination */
	div.pagination {
		clear: both;
		padding-top: 12px;
	}
	
	div.pagination_left {
		float: left;
		width: 40%; 
	}
	
	div.pagination_right {
		float: right;
		width: 60%;
		text-align: right;
	}

	/* Order Navigation */
	div.order_navigation {
		clear: both;
		padding-top: 18px;
	}
	
	div.order_navigation input[type="image"] {
		float: right;
	}
	
	div.order_navigation img.special_next {
		float: right;
	}
	
	fieldset legend {
		font-weight: bold;
	}