﻿body 
{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
fieldset{
	border:solid 0px #DEDEDE; padding: 10px 10px 10px 10px;
}
fieldset legend {
	font-weight:bold;
	color: Black;
}
fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none; padding-left: 20px;
}
fieldset li{
	clear:both;
	list-style: none;
	padding:5px;
}

fieldset textbox{
	float:left;
	width: 180px;
}

/*
basket page
*/
#basketsummarywrapper
{
    width: 100%;
	float:left;
	text-align: center;
}
#basketsummarytitle
{
    width: 100%;
	float:left;
	text-align: left;
	height: 80px;
	left: 50px;
	font-weight: bold;
}
#basketsummarytopleft
{
    width: 50%;
	float:left;  
	height: 100px; 
	background-color: #fff;
}
#basketsummarytopright
{
    width: 50%;
	float:right;   
	height: 100px;
	background-color: #fff;
}
#backetsummarygridcontainer
{
       width: 100%;

}

.backetsummarygrid
{
    width: 100%;
	text-align: center;
	height: auto;
	background-color: #fff;
}
#basketsummarybottomleft
{
    width: 50%;
	float:left;  
	height: 100px; 
	background-color: #fff;
}
#basketsummarybottomright
{
    width: 50%;
	float:right;   
	height: 100px;
	background-color: #fff;
}
.asplabelgeneric
{
	width:140px;
	float:left;
}
.btncontinue
{
    position: relative;
    float: left;
    left: 280px;  
}
#confirmwrapper
{
    width: 100%;
	float:left;
	text-align: left;
}
.lblconfirmtext
{
    position: relative;
    float: left;
    left: 120px;  
}
.btncheckout
{
    /*position: relative;
    float: left;
    left: 0px;
    top: 30px;  */
    margin-top: 10px;
}
.btnemptybasket
{
    /*
    position: relative;
    float: left;
    left: 0px;  
    top: 30px;  
    */
}
#viewbasketwrapper
{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.grdvwBasket
{
    position: relative;
    float: left;
    text-align: center;     
    width: 100%;
    top: 20px;

}
.collapsepanel
{
    width: 100%;
    height: 0px;
    background: fff;
    overflow: hidden;
}
