﻿
.CartPageBody {
    margin: 30px 50px;
}

.CartSubHeading
{
    font-weight: bold;
    color: #2f251e;
    font-size: 11pt;
    line-height: normal;
    padding-bottom: 8px;
    padding-top: 3px;   
}


.CartActionButtons
{
    margin-bottom: 50px;
}

/* Cart Extra Popup */

div.CartExtraProduct
{
	width:230px;
	height:100%;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	position:relative;
	/*
	border-width:1px;
	border-style:solid;
	border-color:Black;
	*/
}

.SectionHeading{ padding-left: 0px;}
.SubHeading{ font-size: 10pt;}
#CartExtraHeadingText{ display: block;}


div.CartExtraVoucherImage, div.CartExtraProductImage
{
	float:left;
	width:50px;
	height:100px;
	margin-right:10px;
}

div.CartExtraProductImage
{
	width:50px;
	height:50px;
}

div.CartExtraImageWrapper
{
	height:100%;
	float:left;
}

div.CartExtraImageDetails
{
	float:left;
	width:170px;
}

div.CartExtraHeading
{
	font-weight:bold;
	margin-bottom:5px;
}

div.CartExtraVoucherDescription
{
}

input.CartExtraVoucherAmount
{
	width:30px;
	text-align:right;
}

input.CartExtraButton
{
	font-family:"Trebuchet MS";
	border-width:2px;
}

div.CartExtraText
{
	font-family:"Trebuchet MS";
	margin-bottom:5px;
}

div.CartExtraPrice
{
	color:#911622;
	font-weight:bold;
}

div.CartExtraControls
{
}

@media screen and (max-width: 800px) {

    .CartPageBody {
        margin: 10px 5px;
    }
    .CartSubHeading
    {
        font-weight: bold;
        color: #2f251e;
        font-size: 8pt;
        line-height: normal;
        padding-bottom: 8px;
        padding-top: 3px;   
    }
    #CartLinks { display:none;}
    #CartExtraHeadingText { display: none;}

}