﻿
/*******************************************************************************/

/*body
{
    font: 1em Arial,Helvetica,sans-serif;
}*/


/* utilities */
/*******************************************************************************/
.confirmbutton
{
    font-size: larger;
    font-weight: bold;
}

.cancelbutton
{
    font-size: smaller;
}

.highlightred
{
    color: #ff0000;
}

/* message boxes */
/*******************************************************************************/
.warningmsg
{
	margin: 15px;
	padding: 15px 15px 15px 75px;
	background: #FFE172 url(/site/img/icons/warning.png) no-repeat 15px 14px;
	border: 1px solid #E5A400;
	line-height: 1.7em;
	display: block;
	min-height: 46px;
}

.confirmationmsg
{
    background: #daffd9 url(/site/img/icons/tick_64.png) no-repeat 6px 5%;
    border: 1px solid #77e168;
	margin: 15px;
	padding: 15px 15px 15px 75px;
	line-height: 1.7em;
	min-height: 64px;
	display: block;
}

/* other bits */
/*******************************************************************************/
#breadcrumb
{
    padding: 10px;
    text-align: right;
}

.FormLabel
{
    display: block;
}

/* 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:url(/site/img/navbg.jpg) top repeat-x #3380CC;
	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:url(/site/img/navbg.jpg) top repeat-x #3380CC;
	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;
}



/* Repoint Requests */
/*******************************************************************************/
.processboxcontainer
{
    display: block;
}

.processbox
{
    display: block;
    width: 150px;
    float: left;
    text-align: center;
    color: #3380CC;
    border: solid 1px #3380CC;
    margin: 10px;
}

.processbox p
{
    font-size: 1em;
    margin: 0 0 1em;
}

.processboxcount
{
    font-size: 6em;
    font-weight: bold;
    font-family: Impact, Arial,Helvetica,sans-serif;
}



/* 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: #6EB444;
    width: 270px!important;
    height: 180px;
    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: #9D592C;
    border: solid 1px #804924;
    color: #fff !important;
    font-weight: bold;
    padding: 4px;
	cursor:pointer;
}

/* view cart control */
.viewcart
{
    width: 100%;
    margin-bottom: 1em;
}

.viewcart th
{
    padding: 4px;
    color: #000;
    background: #dee7b2 url(/site/img/nav-top-bg.jpg) 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
{
    padding: 5px;
}

.mainLayout .item .CustomButtonStyle
{
    margin-left: 2em;
}


.BuyButton
{
    display: block;
	text-indent: -5000px;
    padding: 0;
    margin: 0 10px;
	height: 16px;
	width: 59px;
    overflow: hidden;
    color: #fff !important;
    background: #B44E10 url(/site/img/pickme-button.jpg) no-repeat;
}


.AddonPanel h4
{
    margin: 1em 0;
}


/* news panel */
#newspanel
{
    padding: 7px 15px;
    color: #fff;
}

#newspanel h3
{
    font-size: 1.20em;
}

#newspanel ul
{
    margin-left: 0;
    margin-right: 0;
}

#newspanel ul li
{
    margin-top: 0.75em;
    list-style-type: none;
}
