@charset "utf-8";

/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#000;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}
*{margin:0px; padding:0px; border:none; outline:none;}

#wrapper {
    margin:0 auto;
    width: 960px;
}

#header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.floatleft {
	float: left;
	position: relative;
}
#header_callout {
	height: 170px;
	width: 430px;
}



#header .navigation {
    background-color: #ffffff;
    width:530px;
    height: 40px;
}

#content {
    width: 960px;
    /*margin: 50px auto 0px auto;*/
    float: right;
    margin-top:50px;
}

#content .left_sidebar {
    width:300px;
    float:left;
    margin:0 0px 0 20px;
}

#content .right_sidebar { width:630px; float:right; }
.top-content h2 { margin: 20px 0px 0 0px; font-size: 21px;  }
.top-content p { margin: 15px 0px 0 20px; color: #878787;  }
.bottom-content { margin-top:30px; }

.ads {
    width:300px;
    float:left;
    margin-right:15px;
}

#product { clear:both; background-color: #F4F4F4; margin-top:5px; overflow: auto; }
#product .product-image { float:left; width: 160px; margin-right:15px; }
#product .product-detail { float:left; width: 435px; margin-right:5px;padding-left:10px;  }
#product .product-detail h2 { text-align:left; }
#product .product-detail h2 span {
	float:right;color: #0F0;
}
#product .buy-button { float:right; margin-top:10px;  }
#product .product-detail p {  margin: 15px 0px 0px 0px;   }
#header_link {
	height: 135px;
	width: 530px;
}
#wrapper #content .right_sidebar .top-content p {
	padding-left: 10px;
}
#wrapper #content .right_sidebar .top-content h2 {
	padding-left: 20px;
}
a:link , a:visited {
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	font-weight: bold;
	color: #DD0000;
} 

.soldout {
	color: #999;
}
