﻿/*---------------------------
16/08/2007 @ by zelus
@styles for index.aspx (homepage)
---------------------------*/

/*---------------------------
HOMEPAGE
---------------------------*/

/* welcome text on homepage */
#welcome_text div   { padding: 10px; }
#welcome_text h1    { padding-bottom: 10px; }

/* best products box on homepage */
#products_box , #products_box .box, #products_box .lt, #products_box .rt, #products_box .lb,
#products_box .rb, #products_box .bg_h, #products_box .bg_v
                     { height: 97px; width: 409px; }
#products_box        { margin: 10px 0 0 10px; }
#products_box .lt    { background: url(../Images/Home/best_products/left_top_border.jpg) no-repeat left top; }
#products_box .rt    { background: url(../Images/Home/best_products/right_top_border.jpg) no-repeat right top; }
#products_box .lb    { background: url(../Images/Home/best_products/left_bottom_border.jpg) no-repeat left bottom; }
#products_box .rb    { background: url(../Images/Home/best_products/right_bottom_border.jpg) no-repeat right bottom; }
#products_box .bg_h  { background: url(../Images/Home/best_products/bg_horizontal.png) repeat-y; }
#products_box .bg_v  { background: url(../Images/Home/best_products/bg_vertical.png) repeat-x; }
#products_box .table_margin { margin: 8px; width: 393px; }
#products_box h1     { width: 100%; display: block; color: Black !important; font-weight: bold !important; font-size: 11px !important; padding: 0 0 7px 0; border-bottom: 1px solid #e5e5e5; }

/* latest news on homepage */
#latest_news        { width: 100%; }
#latest_news ul     { padding: 10px 0 0 15px; }
#latest_news li     { padding: 3px 0 3px 0; border-bottom: 1px solid #e5e5e5; } 
#latest_news a:hover{ color: Blue; } 

.loggedPanel
{
	padding: 30px 80px 0px 0px;
	text-align: right;	
}

.loggedPanel p
{
	font-size: 12px;
	padding-bottom: 15px;
	text-align: right;
}

.loggedPanel b
{
	font-size: 12px;
	font-size: 700;
	padding: 0px 5px;
}

.loggedPanel input[type=submit]
{
	cursor: pointer;	
}


.bestProductImage
{
	 height: 60px; 
	 padding: 2px 10px;
	 max-width: 70px;
}
