﻿.mcTopLeft
{
    background-image: url(Images/MiniCart/TopLeft.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    float: left;
    z-index:10;
}
.mcTop
{
    background-image: url(Images/MiniCart/Top.png);
    background-repeat: repeat-x;
    height: 10px;
    width: 230px;
    float: left;
}
.mcTopRight
{
    background-image: url(Images/MiniCart/TopRight.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    float: left;
    z-index:10;
}
.mcLeft
{
    background-image: url(Images/MiniCart/Left.png);
    background-repeat: repeat-y;
    height: 350px;
    width: 10px;
    float: left;
    clear:left;
}
.mcContent
{
    height: 350px;
    width: 230px;
    float: left;
}
.mcRight
{
    background-image: url(Images/MiniCart/Right.png);
    background-repeat: repeat-y;
    height: 350px;
    width: 10px;
    float: left;
}

.mcBotLeft
{
    background-image: url(Images/MiniCart/BottomLeft.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    float: left;    	
}

.mcBot
{
    background-image: url(Images/MiniCart/Bottom.png);
    background-repeat: repeat-x;
    height: 10px;
    width: 230px;
    float: left;    	
}

.mcBotRight
{
    background-image: url(Images/MiniCart/BottomRight.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    float: left;
}

.mcParentTop
{
	width:250px;
}
.mcParentMid
{
    float: left;
    clear: left;
    width:250px;
}
.mcParentBot
{
    clear: left;
    float: left;
    width:250px;
}

.mcRow1
{
	border-bottom:solid #e1e2e3 3px;
	padding-bottom:5px;
	
	height:25px;
}

.mcAdded
{
	font-family:Arial, Helvetica, MS Sans Serif, Sans-Serif;
	color:Red;
	font-size:18px;
	float:left;
	font-weight:bold;
	margin-left:15px;
	margin-top:5px;
}

.mcClose
{
	float:right;
	margin-bottom:5px;
}

.mcClose div
{
	background-image: url(Images/MiniCart/CloseWindow.png);
	cursor:pointer;
	width:20px;
	height:30px;
}

.mcRow2
{
	border-bottom:solid #e1e2e3 3px;	
	height:65px;
}

.mcProduct
{
	float:left;
	text-align:center;
	margin-top:10px;
	width:155px;
	font-size:11px;
}

.mcQuantity
{
	margin-top:10px;
	float:right;
}
.mcQuantityText
{
	font-size:11px;
	font-family:Arial, Helvetica, Sans-Serif;
	margin-bottom:5px;
}
.mcQuantityBox
{
	border-style:solid;
	border-width:2px 1px 1px 2px;
	border-color:#aaaaaa #dddddd #dddddd #aaaaaa;
	width:38px;
	height:18px;
	margin-top:5px;
}

.mcQuantityTextBox
{
	border:0px;
	width:35px;
	height:15px;
	text-align:center;
	font-size:12px;
}

.mcRow3
{
	border-bottom:solid #e1e2e3 3px;

	padding-bottom:5px;
}

.mcChoose
{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
}

.mcProfiles
{
	margin-top:5px;
}

.mcLowProfile
{
	margin-left:5px;	
}

.mcHighProfile
{
	margin-left:5px;
}

.mcRow4
{
	border-bottom:solid #e1e2e3 3px;
	height:60px;
	padding-bottom:5px;
}

.mcRow5
{
	padding-top:10px;
	
}
.mcLinks a
{
	text-decoration:underline;	
	margin-left:20px;
}

.mcBuyNow
{
	background-image: url(Images/MiniCart/BuyNow_Shadow.jpg);
	display:block;
	height:23px;
	width:80px;	
	padding-top:3px;
	text-decoration:none;
	margin-left:150px;
	margin-top:10px;
}

.mcBuyNow span
{
	color:White;
	text-decoration:none;
	display:block;
	width:80px;
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	font-size:13px;
	cursor:pointer;
}

.mcBuyNow:hover
{
	background-image: url(Images/MiniCart/BuyNow_No_Shadow.jpg);
	text-decoration:none;
}

.mcComplete
{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
}

.mcCompleteButtons
{
	margin-top:5px;
	margin-bottom:5px;	
}

.mcButton1
{
	background-image: url(Images/MiniCart/RedButton1_Shadow.jpg);
	height:24px;
	width:111px;
	display:block;
	float:left;
}

.mcButton1:hover
{
	background-image: url(Images/MiniCart/RedButton1_No_Shadow.jpg);
	text-decoration:none;
}

.mcButton1 span
{
	width:111px;
	color:White;
	text-decoration:none;
	display:block;
	margin-left:20px;
	letter-spacing:1px;
	font-size:11px;
	cursor:pointer;	
	margin-top:3px;
	font-weight:bold;
}

.mcButton2
{
	background-image: url(Images/MiniCart/RedButton1_Shadow.jpg);
	height:24px;
	width:111px;
	display:block;
	float:left;
	margin-left:5px;
}

.mcButton2:hover
{
	background-image: url(Images/MiniCart/RedButton1_No_Shadow.jpg);
	text-decoration:none;
}

.mcButton2 span
{
	height:24px;
	width:111px;
	color:White;
	text-decoration:none;
	display:block;
	margin-left:8px;
	letter-spacing:1px;
	font-size:11px;
	cursor:pointer;
	margin-top:3px;
	font-weight:bold;
}

.mcOverlay
{
	display:none;
	opacity:.6;
	filter:alpha(opacity=60);
	background-color:#dddddd;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:85;
}

.mcRoot
{	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top:-165px;
	z-index:100;
	width:250px;
	height:100%;
	display:none;
}

.mcRoot div
{
	background-color:White;	
}
