﻿/* utilities */
/*******************************************************************************/
.confirmbutton
{
    font-size: larger;
    font-weight: bold;
}

.cancelbutton
{
    font-size: smaller;
}


/* other bits */
/*******************************************************************************/
#breadcrumb
{
    padding: 10px;
    text-align: right;
}

.FormLabel
{
    display: block;
}

/* local number control */
/*******************************************************************************/
.AreaLink,
.PrefixLink
{
    font-weight: normal;
    color: #000;
}

/* iLoad display fix */
/*******************************************************************************/
.ILoadBox tr,
.ILoadBox td
{
    padding: 2px;
}

.ILoadBox
{
    margin: 3px 7px 7px 3px;
}

/* GridView data control */
/*******************************************************************************/
.admingrid
{
    font: 12px Arial,Helvetica,sans-serif;
}

.admingrid td,
.admingrid th
{
    padding: 5px;
}

.admingridheader
{
    font-size:1em;    
	padding: 4px;
	margin: 5px 0;
	background:#3380CC repeat-x top;
	color:#FFFFFF;
}

.admingridrow td
{
    border-bottom: solid 1px #3380CC;
}

.admingridalt
{
    background-color: #F6F6F6;
}

.admingridalt td
{
    border-bottom: solid 1px #3380CC;
}

.admingrid-editdelete
{
    width: 40px;
}

.admingridfooter
{
    font-size:1em;    
	padding: 3px;
	margin: 5px 0;
	background: #3380CC repeat-x top;
	color:#FFFFFF;
	text-align: right;
}

.admingridselectedrow
{
    background: #ffab31;
    border-bottom: solid 1px #3380CC;
}

/* detail view  */
/*******************************************************************************/
.admindetailview
{
    font: 12px Arial,Helvetica,sans-serif;
}

.admindetailviewheader
{
    text-align: left;
    color: #fff;
    background-color: #3380CC;
}

.admindetailviewrow
{
    border-bottom: solid 1px #999;
    padding: 5px;
}

.admindetailview tr,
.admindetailview td
{
    padding: 5px;
}

.admindetailview tr tr,
.admindetailview td td
{
    padding: 1px;
}

.admindetailviewalt
{
    background-color: #DFDFDF;
    border-bottom: solid 1px #999;
}



/* Order Details */
/*******************************************************************************/
.OrderDetailSection table th
{
    text-align: left;
    width: 25%;
}

.OrderDetailSection table td
{
    width: 75%;
}

.TwoColumnOrderDetailSection table th
{
    text-align: left;
    width: 50% !important;
}

.TwoColumnOrderDetailSection table td
{
    width: 50% !important;
}

.FourColumnOrderDetailSection table th
{
    text-align: left;
    width: auto !important;
}

.FourColumnOrderDetailSection table td
{
    width: auto !important;
}


/* used by the modal popup to give translucent bg */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* used to give the detailsview modal popup some style */
.detail
{
	background-color:#fff;
	border:solid 2px #D9E6F0;
	padding:4px;
}

.detail .footer
{
	text-align:right;
	padding:8px;
}

.hidden
{
    display:none;
    visibility: hidden;
}

/* line items grid - level 1 */
.LineItemsTable
{
}

/*
.LineItemsTable th
{
    text-align: left;
    font-weight: normal;
    color: #fff;
    border: 0;
    background-color: #7E9DCC;
}
*/

/* line items grid - level 2 */
.AddonsListTable
{
    margin-left: 3em;
    width: 50%;
}

.AddonsListTable th, 
.AddonsListTable td 
{
    /* disable theme table border */
    border: 0;   
}

.AddonsListTable .first
{
    width: 15px;
}

.AddonsListTable th
{
    border-bottom: solid 1px #D9E6F0;
    text-align: left;
    font-weight: normal;
}

/* line items grid - level 3 */
.AddonConfigurationTable
{
    
}

.AddonConfigurationTable th
{
    text-align: left;
    font-weight: normal;
    color: #fff;
    border: 0;
    background-color: #7E9DCC;
}


/* item added popup */
.ItemAddedPopup
{
    background: #212070;
    width: 270px !important;
    height: 168px;
    color: #fff;
    padding: 15px;
}

.ItemAddedPopup h3
{
    color: #fff;
}

.ItemAddedPopup p
{
    color: #fff !important;
}

.ItemAddedPopup .footer
{
	padding-top: 10px;
}

.itemaddedbutton
{
	margin-right:10px;
}

.ItemAddedPopup .ItemAddedDetail
{
    margin-left: 0 !important;
}

.ItemAddedDetail
{
    color: #fff;
    font-size: larger;
    font-weight: bold;
    margin-left: 3em;
}

.CustomButtonStyle
{
    background: #F97300;
    border: solid 1px #602709;
    color: #fff !important;
    font-weight: bold;
    padding: 4px;
	cursor:pointer;
}

/* view cart control */
.viewcart
{
    width: 100%;
    margin-bottom: 1em;
}

.viewcart th
{
    padding: 4px;
    color: #fff;
    background: #1A1363 repeat-x bottom left;
}

.viewcart td
{
    padding: 4px;
}

th.subtotalrow
{
    border-top: double 2px #000;
}

th.subtotalrow,
th.vatrow,
th.ordertotalrow
{
    text-align: right;
    color: #000;
    background: transparent none;
}


/* multi-column non geo display */
/*******************************************************************************/
.NumberDisplayList
{
	margin: 0 1em;
}

.header
{
	clear: both;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}

.item
{
	clear: both;
	width: 100%;
}

.group
{
	width: 200px;
	float: left;
}

.mainLayout
{
	width: 404px;
	margin-bottom: 1em;
	padding: 2px;
}

.mainLayout .item
{
    border-top: solid 1px #000;
    /*border-bottom: solid 1px #000;*/
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

.mainLayout .item .CustomButtonStyle
{
    margin-left: 2em;
}

a.AreaLink,
a.PrefixLink
{
    color: #000;
}

.AddToCartButton
{
    width: 37px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #F87C02 url(/site/img/cart/button-buy.jpg) no-repeat;
    color: #fff;
    display: block;
    margin-left: 10px;
}


/* mini cart */
.checkout
{
    width: 156px;
    height: 138px;
    background: #201F6F url(/site/img/cart/cart-bg.jpg) no-repeat;
    text-align: center;
    padding-right: 10px;
}

.checkout .headerimg
{
    padding-top: 5px;
    padding-bottom: 8px;
}

.checkout .MiniCart-Summary-CartItems,
.checkout .MiniCart-Summary-SubTotal
{
    color: #000;
    background-color: #fff;
}

.checkout .button
{
    margin-top: 15px;
}

#destination label
{
    float: none !important;
}


.AddonPanel h4
{
    margin: 1em 0;
}



/* news panel usercontrol */
#newspanel
{
    margin-top: 3em;
}

#newspanel ul
{
    margin-left: 0;
}

#newspanel ul li
{
    list-style-type: none;
}
