/***************************************************************/
/*********** STYLES FOR SHOPPING CART PAGE TYPE ****************/
/***************************************************************/

.litCartMainArea
{
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 top: 20px;
	 position: relative;
}

/************* INFORMATION GROUP *******************************/
.litCartInfoGroupTop
{
	background-image:url(../Images/bg_top.png);
	width: 100%;
	height: 5px;
}

.litCartInfoGroupBottom
{
	background-image:url(../Images/bg_bottom.png);
	width: 100%;
	height: 6px;
}

.litCartInfoGroupLeft
{
	background-image:url(../Images/bg_left.png);
}

.litCartInfoGroupRight
{
	background-image:url(../Images/bg_right.png);
}

.litCartInfoGroupContent
{
	 background-color: #FFFFFF;
}

/************* TEMPLATES *******************************/
.litCartHeader
{
	padding-left: 10px; 
	padding-top: 10px;
}

.litCheckOutItemTemplate
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #F3F3F3;
}

.litCheckOutAlternatingItemTemplate
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #F3F3F3;
}

.litCheckOutFooterTemplate
{
	padding-top: 40px;
	padding-bottom: 20px;
}

.litProductCatalogAlternatingItemTemplate
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #F3F3F3;
	padding-bottom:10px;
}

.litProductCatalogFooterTemplate 
{
    padding-top: 10px;
	padding-bottom: 20px;
}

/************* DIVS ***********************************/
.litCartOneRow
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.litCartLeft
{
	float: left; 
	width: 40%;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.litCartRight
{
	float: right; 
	width: 40%;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.leftLink
{
	float: left;
	padding-left: 10px;
}

.rightLink
{
	float: right;
	padding-right: 10px;
}

.litProductCatalogProductLeft 
{
   float: left;
}

.litProductCatalogProductRight 
{
   float: right;
}

.litProductGroupBox
{
    border-right: solid 1px #F3F3F3;
    width:110px;
    height:100px;
    padding-right:5px;
    text-align:center;
}

.litProductGroupBoxNew
{
    border-right: solid 1px #F3F3F3;
    width:110px;   
    padding-right:5px;
    text-align:center;
}


.litProductGroupBoxCornder
{
    border-right:0px;    
}

.litProductGroupBlock
{
    height:40px;
}


/************* CONTROLS *******************************/
.litCartUpdateTextBox
{
	width: 30px;
	text-align: right;
	font-size: 90%;	
}

.litCartCommentTextBox
{
	width: 100px;
	font-size: 90%;	
}

.litCartUpdateButton
{
	font-size: 90%;
}

.litComment { padding-top:5px; padding-bottom:10px; }

.litCommentAreaHide
{
	display:none;
}

.litCommentAreaShow 
{
	display:block;
}
