body  {
    margin: 0px;
    padding: 0px;
    background: #000000 url(../images/pattern.gif);
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}
* {
    list-style:none;
    list-style-type:none;
}
img {
    border: none;
}

h1 {
    color:#333;
    font-size:1.8em;
}
ul, li {
    list-style:none;
    list-style-type:none;
}
#logo {
    text-align:center;
    margin:20px;
}
#container {
    min-height:300px;
    padding-bottom:90px;
    background: #fff url(../images/css/center_bg_bottom.gif) bottom left repeat-x;
}
#centerContent {
    text-align:center;
    margin: 1px 0 4px;
    background: #fff url(../images/css/center_bg_top.gif) top left repeat-x;
}
#mainContent {
    margin:auto;
    text-align:left;
    width:780px;
}
#breadcrumb {
    padding-top:40px;
    font-weight:normal;
    font-size:11px;
}
#breadcrumb a {
    color:#003399;
}
ul#productDetail{
    list-style:none;
    padding:0;
    margin:0;
}
#productDetail li {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
}
#productDetail li a {
    width:250px;
    height:250px;
    display:block;
    background-color:#fff;
    background-position:50% 50%;
    background-repeat:no-repeat;
}
#productDetail li.image {
    text-align:center;
    vertical-align:middle;
}
#productDetail li.detail {
    margin-left:20px;
    width:450px;
}
#productDetail li.detail table td {
    font-weight:normal;
    vertical-align:top;
}
#productDetail li.detail table th {
    vertical-align:top;
    width:100px;
}

#productDetail li.image span.zoom {
    width:250px;
    height:250px;
    border:1px solid #ccc;
    display:block;
    background: transparent url(../images/css/mag_glass.gif) 97% 97% no-repeat;
}
#fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	margin-top:60px;
}
div.titleText {
    height:42px;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	position: absolute;
	display: block;
	bottom: 10px;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
	height:45px;
}
.fisheyeContainter
{
   background-color:#fff;
	height: 160px;
	width: 400px;
	left: 500px;
	position: absolute;
}

.clearfix {
    clear:both;
    float:none;
}

#info
{
    position: relative;
    top: 40px;
    left: 50%;
    margin-left: -464px;
    text-align: center;
    width: 928px;
    height: 300px;
    background: url(../images/bags.jpg) no-repeat 0px 43px;
}

#welcome
{
    color: #cccbcb;
}

#new
{
    margin-top: 215px;
}
#address {
    color:#fff;
    text-align:center;
    letter-spacing:1px;
}
#address a {
    color:#fff;
    text-decoration:none;
}
#address a:hover {
    text-decoration:underline;
}