﻿/* RYA BASKET STYLE SHEET - 2009-02-24 [Stu Lanham: Design Haus] */


/* Structure */

#basket-wrapper
{
    width: 950px;
    float: left;
    padding: 0;
    margin: 0;
}
#basket-wrapper a
{
    color:#00204F;
}

#basket-left
{
    float: left;
    width: 712px;
    background-color: #fff;
}

#basket-left-main
{
    float: left;
    width: 672px; /*712*/
    padding: 20px;
}

#basket-left-footer01,
#basket-left-footer02
{
    float: left;
    width: 672px;
    padding:20px;
    background:#274466;
    border-top:solid 1px #01143C;
}

#basket-left-footer01 table
{
    width:100%;
    margin-top:10px;
    border-collapse:collapse;
}
#basket-left-footer01 table td
{
    border:solid 1px #1B2C50;
    padding:10px;
    color:#fff;
    line-height:20px;
    *line-height:12px;
}
#basket-left-footer01 table td a
{
    color:#fff;
}
#basket-left-footer01 table td a:hover
{
    color:#98D3E4;
}

#basket-left-footer02
{
    background:#1B2C50;
}
#basket-left-footer02 h3
{
    height:20px;
}
#basket-left-footer02 h3 span.Head
{
    float:left;
    clear:none;
}
#basket-left-footer02 h3 span.Text
{
    float:right;
    clear:none;
    text-transform:uppercase;
    font-size:11px;
    font-weight:normal;
    padding:5px 0px 0px 0px;
}
.DeliveryList,
.DiscountList,
.DeliveryText
{
    float:left;
    clear:none;
    width:330px;
    margin:10px 0px;
}
.DeliveryText
{
	width:300px;
	height:230px;
	margin-right:30px;
}
.DeliveryList span
{
    float:left;
    width:230px;
}
.DeliveryList span.DeliveryPrice
{
    width:100px;
}
.DiscountList span
{
    float:left;
    width:184px;
}
.DiscountList span.DiscountRight
{
    width:146px;
}
/*
.DiscountList
{
    background:transparent url(images/delivery-boxes.jpg) no-repeat right bottom;
}
*/
.DeliveryList dt,
.DiscountList dt
{
    padding:0px;
    margin:10px 0px;  
    text-transform:uppercase;
    font-weight:bold;
    color:#98D3E4;
}
.DeliveryList dd,
.DiscountList dd
{   
    margin:5px 0px;
    padding:0px;
    height:20px;
}
/*
.DiscountList dd
{
    margin:23px 0px;
}
*/
.DeliveryText
{
	background:transparent url(images/delivery-boxes.jpg) no-repeat right bottom;
}
.DeliveryText a
{
	color:#fff !important;
}
.DeliveryText a:hover
{
	color:#98D3E4 !important;
}

#basket-right
{
    float: right;
    width: 238px;
}

/* basket right top */

#basket-right-top,
#basket-right-bottom
{
    float: right;
    width: 218px;
    padding: 20px 10px;
    background-color: #fff;
    color: #2B5987;
    border-bottom: 1px solid #01143C;
}
#basket-right-top h3
{
    color: #2B5987;
}
#basket-right-top dt
{
    text-transform:uppercase;
    margin:7px 0px;
    font-weight:bold;
}
#basket-right-top dd
{
    padding:0px;
    margin:8px 0px;   
}
#basket-right-bottom
{
    width: 217px;
    padding-top:10px;
    background:#1B2C50;
    color:#fff;
}
#basket-right-bottom .blue
{
    color:#98D3E4;
}

/* Content */


/* To be copied to main rya.css once build is complete */

h1.basket
{
    font-size: 1.75em;
    color: #00204f!important;
    padding: 0;
    margin: 0 0 10px 0;
}

h2.basket
{
    font-size: 1.45em;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #98d3e4;
    color: #2B5987!important;
}

table.BasketTable
{
    width:100%;
    margin:20px 0px 10px;
    color:#2B5987;
    border-collapse:collapse;
}
table.BasketTable th
{
    text-transform:uppercase;
    text-align:left;   
    padding:10px;
    border-right:solid 1px #EAF6F9;
}
table.BasketTable td
{
    padding:10px;
    border:solid 1px #EAF6F9;
    vertical-align:top;
}
table.BasketTable th.Cell90
{
    width:70px;
}
table.BasketTable .ProductImage,
table.BasketTable span
{
    float:left;
    clear:none;
}
table.BasketTable span
{
    width:250px;
    line-height:20px;
}
table.BasketTable .ProductImage
{
    width:49px;
    height:49px;
    padding:4px;
    text-align:center;
    margin-right:8px;
    border:solid 1px #EAF6F9;
}
table.BasketTable .ProductImage img
{
    max-width:49px;
    max-height:49px;
    _height:49px;
}
table.BasketTable a.ProductDelete
{
    float:right;   
    margin-top:-18px;
}
table.BasketTable .QuantityDropDown
{
    width:40px;
    margin-top:0px;
}
table.BasketTable td strong
{
    line-height:20px;
}
table.BasketTable .BasketBottomRow
{
    background:#EAF6F9;
}
table.BasketTable .BasketBottomRow td
{
    padding:5px;
}
table.BasketTable .BasketBottomRow a
{
    float:left;
    line-height:20px;
}
table.BasketTable .BasketBottomRow span
{
    float:right;
}
table.BasketTable .BasketBottomRow .TotalPrice
{
    color:#C10538;
}
