* {
margin:0;
padding:0;
}

body {
background:#dad8c9;
font:12px Georgia, Arial, Helvetica, sans-serif;
}

div#storeContent {
position:absolute;
left:50%;
top:0;
width:789px;
margin:0 -394px;
background:none;
}

h1 {
display:block;
width:789px;
height:228px;
background:url("../images/store_header.jpg") no-repeat;
}

h1 span { display:none; }

a {
color:#666;
text-decoration:none;
}

a:hover {
color:#C00;
}

/********************************/

ul.links {
margin:15px 0;
width:100%;
}

ul.links li {
display:inline;
}

ul.links li a {
background:#ddd;
padding:2px 5px;
margin-right:5px;
color:#666;
text-decoration:none;
font-weight:bold;
font-size:11px;
}

ul.links li a:hover {
background:#C00;
color:#FFF;
}


/********************************/

h3 {
font-size:12px;
margin:10px 0 5px;
}

li {
list-style-type:none;
}

a.imgLink {
margin:0 auto;
display:block;
width:105px;
height:105px;
background:#f1f1f1;
}

a img {
border:1px solid #ccc;
width:105px;
height:105px;
}

a:hover img {
border-color:#999;
}

/********************************/

.productRow, .product, .productMiddle, .detail_view, .detail_view a.imgLink, .detail_view .info {
float:left;
text-align:center;
display:inline;
}

.productRow {
width:761px;
background:#fff;
margin-left:27px;
padding:20px 0;
}

.productRow p {
margin-left:30px;
text-align:left;
}

.product, .productMiddle {
width:225px;
}

.product, .detail_view {
margin:0 20px;
}

.detail_view {
text-align:left;
}

.detail_view a.imgLink {
margin:0;
}

.detail_view .info {
display:inline;
margin-left:20px;
text-align:left;
width:593px;
}

.detail_view .mainImage, .detail_view a.imgLink, .detail_view .info {
	width: auto;
	height: auto;
}

.detail_view .info {
	max-width: 593px;
}