.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* Right side bar */
.right-side{
	float:right;
	border: 1px solid rgb(25, 165, 190);
	padding: 10px 15px 10px;
	background: rgb(220, 241, 244);
	width: 170px;
	margin-top: 17px;
	margin-left:15px;
}
.right-side p.quote{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:0;
	clear:right;
}
.right-side p.attr{
	color: rgb(25, 165, 190);
	margin-top:0;
	float:right;
	text-align:right;
	margin-bottom:20px;
}
.right-side .side-menu{
	margin:0;
}
.right-side .side-menu a:link{
	color:black;
}


.left-side{
	width:610px;
	float:left;
}


/* for short description on category display page */
h1{
	color:#000040;
}

img.flag {
	float:right;
	margin-top:23px;
}

.shopping-product{
	border-bottom:1px solid #C0D0E0;
	width:630px;
	min-height:150px;
	margin:10px 0;
	padding:15px 0;
}

.shopping-product a.title:link, .shopping-product a.title:visited, .shopping-product a.title:hover{
	font-size:16px;
	font-weight: bold;
	color: #0066CC;
	margin-bottom:10px;
	display:block;
}
.shopping-product a.title:visited {color:#323C53}
.shopping-product a.title:hover {color:#FF6600}

.shopping-product .image{
	float:left;
	width:120px;
	text-align:center;
	margin:0 10px 10px 0;
}

.shopping-product .price{
	display:block;
}
.shopping-product .price-was {
	display:block;
	text-decoration:line-through;
}
.shopping-product .price-now {
	display:block;
	font:bold larger #990000;
}

.shopping-product .links{
	float:right;
	padding:10px;
	border:1px solid gray;
	margin:0 0 5px 10px;
}
.shopping-product .links a.buy{
	display:block;
}




/* for full description page */
.shopping-product-full{
	
}

.shopping-product-full h2{
	color:#003366;
	font-size:22px;
}
.shopping-product-full h4{
	color:black;
	font-style:italic;
	font-size:16px;
}

.shopping-product-full p, .shopping-product-full li{
	line-height:1.6em;
	font-size:13px;
}


.shopping-product-full p.preindent {
	font-weight:bold;
	margin:10px 0 0 0;
}
.shopping-product-full p.indent { margin:0 0 0 40px; }


.shopping-product-full .image{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

.shopping-product-full .price{
	font-weight:bold;
}

.shopping-product-full .links .short-desc{
	width:400px;
}
.shopping-product-full .links div.price{
	float:right;
	text-align:right;
	width:200px;
}
.shopping-product-full .links span.price{
	font-size:18px;
	font-weight:bold;
}
.shopping-product-full a.buy:link, .shopping-product-full a.buy:hover, .shopping-product-full a.buy:visited{
	display:block;
	margin:10px auto;
	font-size:0;
	width:178px;
	height:47px;
	background:white URL(/images/order_now.png) top left scroll;
}
.shopping-product-full a.buy:hover{
	background:white URL(/images/order_now.png) bottom left scroll;
}

/* Shipping box for sidebar */
.ship-times { width:100% }
.ship-times td{
	font-size:11px;
	vertical-align:middle;
}
.ship-times img { margin:2px 2px 2px 0; }