* {
    margin: 0;
    padding: 0;
}

body {
    font: 75% Arial, Helvetica, sans-serif;
    cursor: default;
	background-image: url(http://shopguide.nl/files/achtergrond.png);
    background-repeat: repeat-x;
    color: #333;
}

a:link, a:visited, a:active {
    color: #06d;
    background-color: inherit;
    text-decoration: none;
}

a:hover {
    color: #f70;
    background-color: inherit;
    text-decoration: underline;
}

img {
    border: 0;
    vertical-align: bottom;
}

h1 {
    padding: 2px 0 10px 0;
    color: #f70;
    background-color: inherit;
    font-size: 130%;
    font-weight: bold;
}

h2 {
    padding: 5px 0 10px 0;
    color: #f70;
    background-color: inherit;
    font-size: 120%;
    font-weight: bold;
}

h3 {
    padding: 5px 0 10px 0;
    color: #f70;
    background-color: inherit;
    font-size: 100%;
    font-weight: bold;
}

ul {
    list-style: none;
}

p {
    padding-bottom: 5px;
}

table {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

#container {
    width: 980px;
    text-align: left;
    margin: 0 auto 0 auto;
}

#header {
    height: 160px;
}

#logoBar {
	height: 50px;
	padding: 20px 0 0 20px;
}

#searchBar {
	height: 50px;
	color: #fff;
	text-align: center;
}

#searchBar form {
	padding-top: 13px;
	height: 50px;
}

#searchBar input, #searchBar form img {
    vertical-align: middle;
}

#searchBar input.text {
    margin: 0 10px 0 10px;
    border: 0;
    padding: 2px 4px 2px 4px;
    font-size: 120%;
    color: #333;
}

#searchBar input.button {
    border: 0;
    margin: 0;
}

.searchBarLeft {
	float: left;
	padding: 17px 0 0 20px;
}

.searchBarRight {
	float: right;
	padding: 17px 20px 0 0;
}

.searchBarLeft a:link, .searchBarRight a:link, .searchBarLeft a:visited, .searchBarRight a:visited, .searchBarLeft a:active, .searchBarRight a:active {
	color: #fff;
	text-decoration: none;
    padding: 2px;
}

#menuBar {
	height: 15px;
	padding: 10px 0 0 20px;
    /* Hack for IE 6 */
    _padding-top: 0;
	color: #fff;
}

#menuBar a {
	color: #fff;
	text-decoration: none;
    padding-right: 10px;
    font-weight: bold;
}

#content {
	float: left;
	margin: 20px 0 0 20px;
    /* Hack for IE 6 */
    _margin: 10px 0 0 10px;
	width: 728px;
}

.box {
	clear: both;
	width: 728px;
	margin: 10px 0 20px 0;
    padding-top: 10px;
    background: url(http://shopguide.nl/files/box-top.png) no-repeat;
}

.boxText {
    width: 707px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	padding: 0 10px 0 10px;
    line-height: 130%;
}

.boxHalfLeft {
	float: left;
	width: 350px;
	margin: 10px 20px 20px 0;
	padding-top: 10px;
    background: url(http://shopguide.nl/files/box-half-top.png) no-repeat;
}

.boxHalfRight {
	float: right;
	width: 350px;
	margin: 10px 0 20px 0;
	padding-top: 10px;
    background: url(http://shopguide.nl/files/box-half-top.png) no-repeat;
}

.boxHalfText {
    width: 329px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	padding: 0 10px 0 10px;
    line-height: 130%;
}

.categoryBox {
    width: 300px;
    vertical-align: top;
}

.categoryBox img {
    vertical-align: middle;
}

.categoryBox h2, .categoryBox h3 {
    display: inline;
    padding: 10px;
}

.categoryBox p {
    padding: 0 0 10px 35px;
}

.emptySpace {
    width: 40px;
}

.listBox h3 {
    padding: 5px 0 6px 50px;
}

.listBox li {
    height: 60px;
    padding-top: 6px;
    border-top: 1px dashed #ddd;
}

.listBox p {
    padding-left: 50px;
}

.listBox img {
    float: left;
    padding: 6px 0 10px 0;
}

#resultList table {
    margin-top: 7px;
    border-collapse: collapse;
}

#resultList td {
    padding: 10px 10px 10px 0;
    border: 0;
}

#resultList td.bottom {
    padding-top: 5px;
    /*vertical-align: top;*/
}

/*#resultList .gotoStore img {*/
/*    padding-left: 10px;*/
/*}*/

#resultList #gotoStore {
    float: right;
    /*vertical-align: top;*/
    /*font-size: 120%;*/
    font-weight: bold;
}

/*#resultList .gotoText {*/
/*    padding-bottom: 10px;*/
/*}*/

#resultList td.image {
    width: 90px;
    border-top: 1px dashed #ddd;
}

#resultList td.text {
    vertical-align: top;
    border-top: 1px dashed #ddd;
}

#resultList td.text a {
    font-weight: bold;
}

#resultList td.price {
    width: 75px;
    text-align: right;
    vertical-align: top;
    border-top: 1px dashed #ddd;
}

#resultList td.price a {
    font-size: 130%;
    font-weight: bold;
}

#resultPager {
    padding-top: 20px;
    text-align: center;
    border-top: 1px dashed #ddd;
}

#resultPager a {
    padding: 5px;
}

#resultPager span {
    padding: 5px;
    font-weight: bold;
}

#specifications td {
    border-top: 1px dashed #ddd;
    padding: 6px 0 6px 0;
}

#image {
    width: 330px;
    height: 330px;
    overflow: hidden;
    text-align: center;
}

.placeholder {
    width: 90px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}

.thumbnail {
    visibility: hidden;
}

.productImage {
    visibility: hidden;
}

#googleAds {
	float: right;
	width: 180px;
	height: 620px;
	margin: 30px 20px 20px 0;
	background: url(http://shopguide.nl/files/box-google-top.png) no-repeat;
    padding-top: 10px;
}

#googleAds p {
    width: 159px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	padding: 0 10px 5px 10px;
}

#footer {
    clear: both;
    padding: 10px 50px 10px 50px;
    margin-bottom: 20px;
    color: #555;
    font-size: 90%;
    text-align: center;
}

#footer p {
    margin: 8px 50px 8px 50px;
    word-spacing: 2px;
}

#footer a:link, #footer a:visited {
    padding: 0 6px 0 6px;
}
