ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
    background: transparent;

}

div#mainPanel {
	width: 70%;
	float: left;
	overflow: hidden;
}

div#secondaryPanel {
	width: 30%;
	float: left;
	overflow: hidden;
}

div#footer {
	clear: both;
}

div#bottom { clear: both; }

div.LogoutLink { display: none; }

div#header div.LoginLink
{
	position: fixed;
	bottom: 20px;
	width: 30px;
	height: 28px;
	background: transparent url(Images/Webplicity_login.png) no-repeat;
}

div#header div.LoginLink a
{
	display: block;
	width: 30px;
	height: 28px;
	overflow: hidden;
	text-indent: 50px;
}

div.Product_Gallery_Image 
{
    display: block;
    text-align: center;
    width: 30%;
    float: left;
    min-height: 50px;
}

div.Product_Gallery_Details 
{
    width: 70%;
    float: left;
    min-height: 50px;
}

p.Product_Gallery_Product_Description, 
p.Product_Gallery_Product_Price 
{
    width: 100%;
    float: left;
}

p.Product_Gallery_Product_Price span.price 
{
    display: block; width: 70px;
    line-height: 30px;
    float: left;
    font-weight: bold;
}

span.AddToCart { display: block; width: 210px; float: right; margin-right: 20%; }

input.Product_Gallery_Product_Quantity
{
    width: 30px;
}

input.Product_Gallery_Buy_Button 
{
    background-color: rgb(200, 70, 0);
    border: 1px solid black;
    color: White;
    font-weight: bold;
    cursor: pointer;
    padding: 3px;
}

input.Product_Gallery_Buy_Button:hover 
{
    color: rgb(200, 70, 0);
    border: 1px solid black;
    background-color: White;
}
