﻿.osRoot
{
	width:240px;
	background-color:#e8e8e8;
	padding:5px;
	min-height:630px;
}



.osContent
{
	background-color:White;	
	width:240px;
}


.osHeader
{
	font-size:18px;
	font-weight:bold;
	color:Red;
}

.osTableHeader
{
	height:0px;
	line-height:0px;
}

.osCartItems
{
	margin-top:5px;
	
}

.osName
{
	font-weight:bold;
	font-size:11px;
}

.osSize
{
	font-size:10px;
}

.osProfile
{
	font-size:10px;
}

.osRemoveImg
{
	float:left;
	margin-top:5px;
}

.osRemoveText
{
	padding-top:3px;
	float:left;
	font-size:10px;
}

.osPrice
{
	font-weight:bold;
	font-size:10px;
}

.osTotals
{
	border-top:solid 1px black;
	border-bottom:solid 1px black;	
	padding:5px 0px;
	width:208px;
	margin:auto;
}

.osTotalRow 
{	
	margin-top:1px;
}


.osTotalLabel
{
	display:inline-block;
	width:113px;
	font-size:11px;
}

.osTotalAmount, .osTotal
{
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:11px;

}

.osTotal
{
	font-size:13px;
	font-weight:bold;
}

.osCheckout
{
	margin-left:-5px;
}

.osShopping
{
	margin-top:10px;
	margin-right:5px;
	font-size:11px;
	text-align:right;
}

.osShopping a
{
	text-decoration:underline;
}