html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-size: 0.75em;
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
	background-color: #f4f2f1;
	background-color: #ffffff;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 140%;
	color: #5a5a54;
}

h2 {
	margin-top: 0.8em;
	font-size: 120%;
	color: #5a5a54;
}

h3 {
	font-size: 110%;
	color: #5a5a54;
}

a {
	color: #5a5a54;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
}

#header {
	height: 74px;
	width: 978px;
	margin: 0 auto;
	background: transparent url(images/header.png) repeat-x;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
}

#header .logo {
	margin: 0 7px;
}

#site    { 
	width: 978px;
	margin: 0 auto;
	border: 1px solid #ccc9c8;
}

.wrapper { width: 100%;  background-color: #faf8f7;  border-collapse: collapse; }

.sidebar {
	width: 190px;
	padding: 0px 10px 20px 10px;
}

#sidebar_l {
/*	background: #fff url(images/sidebar_r.png) repeat-y; */
	vertical-align: top;
}
#sidebar_r {
/*	background: #fff url(images/sidebar_l.png) repeat-y;
	background-position: top right; */
	vertical-align: top;
}

.sidebar h2 {
	font-size: 120%;
}
#sidebar_l h2 {
	background: transparent url(images/heading_l_02.png) repeat-y;
	width: 190px;
	text-align: center;
}
.sidebar h3 {
	font-size: 110%;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}
#sidebar_l h2 span { display: block; background: transparent url(images/heading_l_01.png) no-repeat top left;}	
#sidebar_l h2 span span { background: transparent url(images/heading_l_03.png) no-repeat bottom left; padding: 4px 19px 11px 19px; min-height: 14px; }	

#sidebar_r h2 {
	background: transparent url(images/heading_r_02.png) repeat-y;
	width: 190px;
	text-align: center;
}
#sidebar_r h2 span { display: block; background: transparent url(images/heading_r_01.png) no-repeat top left;}	
#sidebar_r h2 span span { background: transparent url(images/heading_r_03.png) no-repeat bottom left; padding: 4px 19px 11px 19px; min-height: 14px; }	

#content {
	vertical-align: top;
	padding: 10px;
}

#footer {
	font-size: 80%;
	text-align: center;
	margin: 1em auto;
	width: 978px;
}

#home p {
	font-size: 120%;
	text-align: center;
	clear: both;
	margin: 6px 0 1em 0;
	font-weight: bold;
}

#home .boxes  {
	border-bottom: 1px solid #ccc9c8;
}
#home .box  {
	background: #e6e3e1 url(images/box.png) repeat-x;
	border-top: 1px solid #ccc9c8;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
}

#home h2 {
	margin-top: 0;
}

#home .category {
	float: left;
	width: 178px;
}
#home .category a {
	display: block;
	text-align: center;
}
#home .category .image {
	margin: 14px 22px 5px 29px;
	width: 130px;
	height: 130px;
}
#home .category .image a {
	display: block;
	margin: 0 auto;
	padding: 11px 19px 19px 11px;
	background: transparent url(images/image_100x100.png) no-repeat;
}
#home .category .image a:hover {
	background-position: 0 -130px;
}
#home .category .image img {
	display: block;
}

#home .category a:hover {
	text-decoration: none;
}

ul.categories {
	display: block;
	float: left;
	width: 250px;
}


#term_not_found {
	border: 1px solid #ccc9c8;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 5px 0;
}

#location {
	line-height: 1.6em;
	margin-bottom: 5px;
}

#search {
	float: right;
	margin: 10px;
}

#search h2 {
	margin: 0 0 0 0;
	color: #5a5a54;
	font-size: 110%;
}
#search .editbox {
	border: 1px solid #ccc9c8;
	background-color: #fff;
	width: 200px;
}


#brands {
	width: 165px;
	margin: 0 auto;
	background-color: #fff;
}

#items {
	clear: both;
	border-bottom: 1px solid #ccc9c8;
}

#items .product {
	background: #e6e3e1 url(images/box.png) repeat-x;
	border-top: 1px solid #ccc9c8;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
}

#items .product .price {
	float: right;
	width: 120px;
	margin: 10px 10px 10px 10px;
	text-align: right;
}

#items .product .image {
	float: left;
	margin: 14px 10px 5px 20px;
	width: 130px;
	height: 130px;
}
#items .product .image a {
	display: block;
	margin: 0 auto;
	padding: 11px 19px 19px 11px;
	background: transparent url(images/image_100x100.png) no-repeat;
}
#items .product .image a:hover {
	background-position: 0 -130px;
}

#items .product .image img {
	display: block;
	padding: 0;
}
#items .product .rating {
	margin-top: 1em;
}

#items .product .description {
	margin: 0 0 0 160px;
}
#items .product .button-product {
	margin: 0 10px 10px 0;
	float: right;
}
#items .product .actions {
	clear: right;
	margin-left: 160px;
	border-top: 1px solid #ccc9c8;
	padding-top: 5px;
}
#items .product .actions img {
	vertical-align: middle;
}

#items .product .actions input {
	vertical-align: middle;
}


#specifications .button {
	margin: 0 auto;
}

#product {
	background: #e6e3e1 url(images/box.png) repeat-x;
	border: 1px solid #ccc9c8;
}

#product .image {
	float: left;
	width: 177px;
	height: 150px;
	margin: 14px 10px 5px 20px;
	padding: 11px 19px 19px 11px;
	background: transparent url(images/image_177x150.png) no-repeat;
}

#product .image img {
	display: block;
	margin: 0 auto;
/*	padding: 0 10px; */
}

#product .description {
	margin-left: 220px;
	width: 60%;
}
#items {
	clear: both;
	border-bottom: 1px solid #ccc9c8;
}
#items .offer {
	background: #e6e3e1 url(images/box.png) repeat-x;
	border-top: 1px solid #ccc9c8;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
	clear: both;
}

#items .offer .image {
	float: left;
	margin: 14px 10px 5px 20px;
	width: 130px;
	height: 130px;
}

#items .offer .image a {
	display: block;
	margin: 0 auto;
	padding: 11px 19px 19px 11px;
	background: transparent url(images/image_100x100.png) no-repeat;
}
#items .offer .image a:hover {
	background-position: 0 -130px;
}
#items .offer .image img {
	display: block;
	padding: 0;
}


#items .offer .rightcolumn {
	float:right;
	width: 230px;
}

#items .offer .storeimages {
	text-align: right;
}
#items .offer .storeimages img {
	vertical-align: middle;
}

#items .offer .price {
	text-align: right;
	margin: 15px 10px 15px 0;
}
#items .offer .store {
	float: right;
	width: 130px;
}

#items .offer .description {
	margin: 0 230px 0 170px;
}

#items .offer .infos {
	clear: right;
	margin-left: 160px;
}
#items .offer .storeinfos {
	margin-right: 220px;
	padding-left: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc9c8;
}
#items .offer .storeinfos img {
	vertical-align: middle;
}
#items .offer .storeinfos .phone {
	float: right;
}

#items .button {
	margin: 0 10px 10px 0;
	float: right;
}

table#specifications {
	border-collapse: collapse;
}

#specifications {
	width: 100%;
	clear: both;
}
#specifications .products1 {
	background: #e6e3e1 url(images/box.png) repeat-x;
	border-top: 1px solid #ccc9c8;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
}
#specifications .products2 {
	background-color: #e6e3e1;
	border-bottom: 1px solid #ccc9c8;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
}

#specifications .image {
	margin: 14px auto 5px auto;
	width: 130px;
	height: 130px;
}

#specifications .image a {
	display: block;
	margin: 0 auto;
	padding: 11px 19px 19px 11px;
	background: transparent url(images/image_100x100.png) no-repeat;
}
#specifications .image a:hover {
	background-position: 0 -130px;
}
#specifications .image img {
	display: block;
	padding: 0;
}

#specifications td {
	padding: 10px;
	vertical-align: top;
}

#specifications .title {
	border-bottom: 1px solid #ccc9c8;
}

#specifications .subtitle {
	background-color: #faf9f9;
	background-image:url(images/menu_bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
	border-bottom: 1px solid #ccc9c8;
}
#specifications h3 {
	margin: 0;
	clear: both;
}
#specifications .button {
	margin-top: 10px;
	display: block;
}
#specifications .product {
	text-align: center;
}
#specifications .specification {
	padding: 5px 0;
}
#specifications .label {
	border-bottom: 1px solid #ccc9c8;
}
#specifications .value {
	border-bottom: 1px solid #ccc9c8;
}

ul#menubar {
	background-image:url(images/menu_bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0px 10px 0 10px;
	border-bottom: 1px solid #ccc9c8;
	list-style-type: none;
}

#menubar li {
	float: left;
}
#menubar a {
	color: #7C6E69; 
	line-height: 25px;
	vertical-align: middle;
	display: block;
	padding: 0px 15px;
	text-decoration: none;
}

#menubar a:hover {
	color: #FFFFFF; 
	background-color: #BFABAC;
	text-decoration: none;
}
ul#menu {
	margin: 0;
	padding: 0 0 0 7px;
	list-style-type: none;
	height: 40px;
	width: 936px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
}
ul#menu li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	height: 40px;
	position: relative;
	width: 105px;
	margin-left: 4px;
}

ul#menu li a {
	margin: 14px 0 0 0;
	display: block;
	color: #fff;
	text-align: center;
}


.pagination {
/*	background: #e6e3e1 url(images/box.png) repeat-x; */
	text-align: center;
	border: 1px solid #ccc9c8;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 10px 0;
	clear: both;
	font-size: 120%;
	font-weight: bold;
}
.pagination .prev {
	float: left;
}
.pagination .next {
	float: right;
}

#sort {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

div.helptext {
	width: 250px;
	background-color: #FFF;
	position: absolute;
	padding: 4px;
	border:	1px solid #CCC9C8;
}

/* ADS */
.fullbanner {
	margin: 20px auto;
	width: 468px;
}
.leaderboard {
	margin: 0px auto 20px auto;
	width: 728px;
}
.skyscraper {
	margin: 0 auto;
	width: 160px;
}

/* FIXES */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {display: block;}
/* End hide from IE-mac */
