#product {
    margin: 2px 0 40px 0;
    float: left;
	background:url(/images/presentation/big_image_background.gif) no-repeat 0 30px;
	min-height: 500px;
}

#product h2 {
    border-bottom: 0 solid #E0E0E0;
    margin: 2px 0 6px 0;
    padding-bottom: 8px;
}

#product img {
    width: 400px;
    height: 400px;
    background: #FFF;
    display: block;
    float: left;
	margin: 10px 0 30px 14px;
}
* html #product img {
	margin-left: 7px;
}

#product #details {
    margin: 20px 0 0 445px;
}

#product p {
    margin: 1em 0;
}

#product form {
    margin: 30px 0 0 445px;
}

#product label {
    width: 4.5em;
    display: inline;
    float: left;
    font-weight: bold;
    margin-right: 2px;
}

#product button {
    margin: 1em 0 0 0;
}

#add {
    background: transparent url(/images/presentation/button-add.png) no-repeat left center;
    width: 127px;
    height: 28px;
    border: 0;
    cursor: pointer;
}

#qty {
    width: 5em;
}


/*
 * Categories
 */

/*#categories {
    float: left;
}*/
/*#categories div {
    float: left;
    margin: 12px 20px 0 0 ;
    width: 161px;
}*/
/*#categories img {
    width: 36px;
    height: 36px;
    background: #DFDFDF;
    display: block;
    float: left;
    margin-right: 1em;
}*/
/*
#categories h2 {
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 1em 0;
}
#categories span img {
    margin-bottom: 10px;
}
#categories span {
	float: left;
}
#categories span a {
	display: block;
	padding: 15px;
}

*/
#trail {
    margin: 0 0 1em 0;
}

#trail a {
    color: #000;
    text-decoration: none;
}

#trail a:hover {
    color: #0E5CA5;
    text-decoration: underline;
}


/*
 * Products
 */

#products {
    float: left;
    width: 724px;
}

#products h2 {
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 1em 0;
}

#products span {
    display: block;
    float: left;
    margin: 12px 40px 30px 0;
    width: 104px;
    min-height: 8em;
    position: relative;
	text-align: center;
	font-size: 95%;
	line-height: 1.2;
}

#products div.row {
    clear: both;
    float: none;
    margin: 0 0 20px 0;
}

#products img {
    width: 104px;
    height: 104px;
    display: block;
    margin: 0 1em 10px 0;
}

#products a {
    display: block;
    text-decoration: none;
}

#products a:hover {
    text-decoration: underline;
}

.description {
    margin: 1em 0;
}

