﻿
/*********** DEFAULT PAGE START **********************************************/


#frontpage-view 
{
	background:url(/images/layout/frontpage-bg.gif) no-repeat 8px 10px;
	float:left;
	width:490px;
	height:525px;
}

#frontpage-welcome 
{
	height:290px;
	padding:20px 20px 0 25px;
}

#frontpage-welcome h2 
{
	padding:5px 10px;
	margin:0;
    background-color:Black;
	font-size:12pt;
    color:White;
}


#frontpage-bargain-products 
{
	margin-top:45px;
	height:170px;
	float:right;

	width:200px;
	font-weight:bold;
	padding-right:20px;
}

#frontpage-bargain-products p.comming-soon 
{
	margin:0;
	padding:30px 0 0 0;
}

#frontpage-bargain-products div.left
{
	margin-top:10px;
	width:80px;
	overflow:hidden;
}

#frontpage-bargain-products div.right
{
	margin-top:10px;
	width:110px;
	text-align:right;
	padding-bottom:3px;
}

#frontpage-bargain-products div.clear
{
	clear:both;
	text-align:right;
}

#frontpage-bargain-products a.more-bargain-products 
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:Black;
	margin-left:60px;
	font-size:8pt;
}

div.left span
{
	color:#9a9a9a;
}



#frontpage-latest-product
{
	float:left;
	width:210px;
	padding:12px 20px 0 25px;
}

#frontpage-latest-product h2 
{
margin:0;
padding:5px 10px;
background-color:Black;
color:White;
	font-size:12pt;
}

#frontpage-latest-product p
{
	margin:0;
	padding:4px 0 10px 10px;
}

#frontpage-latest-product div.left
{
	float:left;
	width:80px;
	font-weight:bold;
	overflow:hidden;
}

#frontpage-latest-product div.right
{
	padding-bottom:3px;
}

#frontpage-latest-product div.clear
{
	clear:both;
	text-align:right;
}

/*********** DEFAULT PAGE END ************************************************/


