
body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	color:#000000;
	min-width:960px;
	font-family: tahoma;
	font-size:12px;
	font-weight:500;
	line-height:12pt;
	text-decoration: none;
}

a {
    color: #0080C0;
    text-decoration: underline;
}

a:hover {
    color: #4FC6FF;
    text-decoration: underline;
}

a.checkprice {
    color: #C0C0C0;
    text-decoration: underline;
}

a.checkprice:hover {
    color: #808080;
    text-decoration: underline;
}


#container {
    background: #FFFFFF;
}

#topmenu {
    margin: 0px;
    padding: 5px;
    text-align: right;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
}

#main {
	margin: 10px;
}

#sidebar  {
	margin: 10px;
}


#menu {
    padding: 5px;
    margin-bottom: 5px;
    border: 0px solid #AEAEAE;
    text-align: left;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
}

#menu .parent {
    padding: 4px;
    border: 1px solid #AEAEAE;
	background-image: url(../../images/bar.gif);
	font-weight: bold;
}

#menu .parent:hover {
    border: 1px solid #FF0000;
}

#menu .child {
    padding:2px;
    padding-left:15px;
}

#menu .child:hover {
    background-color: #E9E9E9;
}



.pagelist {
    padding: 10px 0;
    text-align: center;
}

.pagelist a {
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
}

.pagelist a.active {
    background-color: #FFB3B3;
}

.pagelist a:hover {
    background-color: #FFFFC4;
}

#bestseller {
    margin:0px;
    padding:0px;
}


#bestseller .titlename {
    margin-bottom: 5px;
    padding: 8px 5px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
	background-image: url(../../images/bar.gif);
	font-weight: bold;
}

#bestseller .item {
    height: 55px;
    overflow: hidden;
    margin-bottom: 5px;
    padding:2px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
}

#bestseller .item:hover {
    background-color: #F0F0F0;
	border: 1px solid #FF0000;
}


#bestseller .item .image {
	float: left;
    width: 50px;
    height: 100px;
    overflow: hidden;
}

#bestseller .item .title {
	float: left;
    width: 155px;
    height: 35px;
    overflow: hidden;
    text-align: left;
    padding-left: 8px;
}

#bestseller .item .price {
	float: left;
    height: 16px;
    overflow: hidden;
    text-align: left;
    padding-left: 8px;
}

#newreleases {
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
}

#newreleases ul li{
}

#newreleases .item {
    position: relative;
    height: 280px;
}

#newreleases .item .image {
	position: absolute;
	top: 50px;
	left: 30px;
    text-align: left;
    overflow: hidden;
}

#newreleases .item .title {
	position: absolute;
	width: 668px;
	height: 47px;
    text-align: left;
    overflow: hidden;
    margin: 5px;
    padding: 0px 10px;
    background-color: #000000;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height:22px;
}

#newreleases .item .title a {
    color: #FFFFFF;
    text-decoration: none;
}

#newreleases .item .detail {
	position: absolute;
	top: 60px;
	left:330px;
	width:350px;
    height: 142px;
    text-align: left;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #AEAEAE;
    -moz-border-radius:5px;
    border-radius: 5px;
    background-color: #EEEEEE;
    color: #808080;
    font-size: 11px;
}

#newreleases .item .price {
	position: absolute;
	top: 218px;
	left:410px;
    text-align: left;
    overflow: hidden;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #FF0000;
}

#newreleases .item .action {
	position: absolute;
	top: 258px;
	left:335px;
    text-align: left;
}


#detailpage {
    text-align: left;
}

#detailpage #main {
    margin-top: 0px;
}

#detailpage .titlebox {
    margin: 5px;
    padding: 8px;
	background-image: url(../../images/bar.gif);
    border: 1px solid #808080;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detailpage .titlebox h1{
    font-size: 14px;
}

#detailpage .imagebox {
    float: left;
    width: 310px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #AEAEAE;
    text-align: center;
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detailpage .mainimage {
    height: 245px;
    overflow: hidden;
}

#detailpage .imagebox .thumbnails  {
    display: block;
    height: 35px;
    overflow: hidden;
    text-align: center;
}

#detailpage .imagebox .thumbnails .thumbnail {
    display: inline-block;
    border: 1px solid #AEAEAE;
    margin: 2px;
    padding: 2px;
    width: 30px;
    height: 25px;
    overflow: hidden;
}

#detailpage .pricebox {
    float: left;
    width: 605px;
    height: 255px;
    overflow: hidden;
    background-image: url(../images/frame1-bg.jpg);
    background-repeat: repeat-x;
    margin-left:10px;
}


#detailpage .pricebox .pricelist {

}

#detailpage .pricebox .pricelist .priceitem {
	clear:both;
	padding: 10px 0;
	height: 15px;
}

#detailpage .pricebox .pricelist .price-label {
	float: left;
	width: 220px;
	font-size: 13px;
	font-weight: bold;
    text-align: right;
	padding-right: 2px;
	padding-top: 8px;
}

#detailpage .pricebox .pricelist .list-price {
	float: left;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	color: #808080;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration:line-through;
}

#detailpage .pricebox .pricelist .price {
	float: left;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	padding-left: 5px;
}

#detailpage .pricebox .pricelist .checkprice,
#detailpage .pricebox .pricelist .gotostore {
    float:left;
    display:block;
    width: 80px;
    height: 21px;
    text-align: center;
	background-image: url(../../images/deals.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
    -moz-box-shadow: 1px 1px 5px #808080;
}

#detailpage .pricebox .pricelist .checkprice {
	margin-right: 15px;
}

#detailpage .pricebox .pricelist .checkprice:hover,
#detailpage .pricebox .pricelist .gotostore:hover {
	color: #FF0000;
}

#detailpage .featurebox {
    overflow: hidden;
    margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
}

#detailpage .featurebox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 20px;
}

#detailpage .descriptionbox {
    overflow: hidden;
    margin-top: 10px;
    padding: 10px 20px;
	border: 1px solid #AEAEAE;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
}

#detailpage .descriptionbox a {
    color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#detailpage .accessory,
#detailpage .similarproduct {
    margin:0px;
    margin-left:10px;
    padding:0px;

}

#detailpage .accessory .item,
#detailpage .similarproduct .item {
    float:left;
    width:280px;
    height: 55px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    padding:2px;
    border: 1px solid #AEAEAE;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detailpage .accessory .item:hover,
#detailpage .similarproduct .item:hover {
    background-color: #F0F0F0;
	border: 1px solid #FF0000;
}

#detailpage .accessory .item .image,
#detailpage .similarproduct .item .image {
	float: left;
    width: 50px;
    height: 100px;
    overflow: hidden;
}

#detailpage .accessory .item .title,
#detailpage .similarproduct .item .title {
	float: left;
    width: 220px;
    height: 35px;
    overflow: hidden;
    text-align: left;
    padding-left: 8px;
}

#detailpage .accessory .item .price,
#detailpage .similarproduct .item .price {
	float: left;
    height: 16px;
    overflow: hidden;
    text-align: left;
    padding-left: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
}

#detailpage .comparebox {
	border: 1px solid #AEAEAE;
	padding: 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detailpage .comparebox .compareheader {
    text-align: left;
    padding: 7px;
	border-bottom: 3px solid #FF8040;
	background-image: url(../../images/bar.gif);
	font-weight: bold;
	margin-bottom: 3px;
}

#detailpage .comparebox .comparerow {
    overflow: hidden;
    height: 50px;
    text-align: center;
    padding: 5px;
	border: 1px solid #AEAEAE;
	height:30px;
	margin: 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detailpage .comparebox .comparerow:hover {
    background-color: #F0F0F0;
	border: 1px solid #FF0000;
}

#detailpage .comparebox .comparerow .name {
    float: left;
    width: 500px;
    text-align: left;
}

#detailpage .comparebox .comparerow .storename {
    font-size: 14px;
	font-weight: bold;
	color: #FF8000;
}

#detailpage .comparebox .comparerow .availability {
    overflow:hidden;
    height:15px;
    font-size: 10px;
}

#detailpage .comparebox .comparerow .prices {
    float: left;
    width: 200px;
	height:17px;
    font-size: 18px;
	font-weight: bold;
	padding-top:8px;
    overflow: hidden;
}


#detailpage .comparebox .comparerow .action {
    float: left;
    width: 180px;
    padding-top: 2px;
}


#detailpage .comparebox .comparerow .action .checkprice,
#detailpage .comparebox .comparerow .action .gotostore {
    float:left;
    display:block;
    width: 80px;
    height: 21px;
    text-align: center;
	background-image: url(../../images/deals.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
    -moz-box-shadow: 1px 1px 5px #808080;
}

#detailpage .comparebox .comparerow .action .checkprice {
	margin-right: 15px;
}

#detailpage .comparebox .comparerow .action .checkprice:hover,
#detailpage .comparebox .comparerow .action .gotostore:hover {
	color: #FF0000;
}



#detailpage .customerreviewbox {
	margin-top: 10px;
	font-size: 11px;
}

#detailpage .replybox {
	margin-top: 10px;
	font-size: 11px;
}

#detailpage .customerreview {
	border: 1px solid #AEAEAE;
	background-color: #F4F4F4;
	margin-bottom: 10px;
    -moz-border-radius:5px;
    border-radius: 5px;
}

#detailpage .customerreview a {
    color: #000000;
	text-decoration: none;
}


#detailpage .customerreview .summary {
	background-image: url(../../images/bar.gif);
	font-weight: bold;
	padding: 8px;
    -moz-border-radius:5px;
    border-radius: 5px;
}

#detailpage .customerreview .name {
	padding: 5px;
}
#detailpage .customerreview .content {
	padding: 5px;
}

#detailpage .sidebanner {
	text-align: center;
}

#detailpage .tagbox {
    margin-top: 10px;
	line-height:300%;
}

#detailpage .lastupdate {
    font-size: 10px;
    color: #999999;
    margin-top: 15px;
}

#detailpage .addthis_toolbox {
    margin-left: 20px;
}

.addthis_toolbox {
    margin-left: 0;
	margin-bottom: 5px;
}

#mainpage .cbbox {
    overflow: hidden;
    margin-top: 10px;
    padding: 5px;
	border: 1px solid #AEAEAE;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#detailpage .cbbox {
    overflow: hidden;
    margin-top: 10px;
    padding: 5px;
	border: 1px solid #AEAEAE;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cbbox .cbboxitem {
    overflow: hidden;
    height: 50px;
    padding: 5px;
    border-bottom: 1px solid #AEAEAE;
}

.cbbox .cbboxitem:hover {
    background-color:#F0F0F0;
}

.cbbox .cbboxitem .title {
    font-weight: bold;
    text-decoration: underline;
}

.cbbox .cbboxitem .desc {
    margin-top: 5px;
    font-size: 10px;
}
