﻿@charset "UTF-8";
/* CSS Document */

#mainImageBox {
	background-image:url(graphics/sfnt/2011inTheImage.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:25px 10px 15px;
	font-size:14px;

}

.border {border:1px solid #eee;}

.border-top {border-top:1px solid #eee;}
.border-right {border-right:1px solid #eee;}
.border-bottom {border-bottom:1px solid #eee;}
.border-left {border-left:1px solid #eee;}

.border-topRight {border-top:1px solid #eee; border-right:1px solid #eee;}
.border-topLeft {border-top:1px solid #eee; border-left:1px solid #eee;}
.border-bottomRight {border-bottom:1px solid #eee; border-right:1px solid #eee}
.border-bottomLeft {border-bottom:1px solid #eee; border-left:1px solid #eee}



/* BestSeller Section */

.bestsellerImg {
	text-align:center;
	width: 160px;
	padding:15px 0;
	border-bottom:1px solid #fff;
}
.bestsellerTitle {
	padding:5px 10px 5px 0; 
	font-size:16px;
	font-weight:bold;
	
}
.bestsellerDesc {
	padding:0px 5px 5px 15px;
	font-size:12px;
	color:#666;
}
.buyNowButton {  
	text-align:right;
	padding:0 10px 5px 0;
	border-bottom:1px solid #fff;
}
	
.bestsellerSection td {	
	background-color: #eee;
}
