﻿body
{     
    font-size: 11px;
    margin: 0;
    padding: 0;
	color: #000;

}
div
{}
input
{
	font-size: 11px;
}
#mainContainer
{
	background-color: #FFF;
	background-image: url(/site/DefaultSite/skins/SPPS/images/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}


#pageLayout
{
}

#textarea
{
	color: #666666;
	font-size: 18px;
}

#textContainer
{
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 1050px;
	min-height: 750px;
}

#templateContainer
{
    background-image: url("/site/DefaultSite/skins/SPPS/images/main-bg.png");
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0 20px 100px;
    width: 1010px;
}

#bodycontent .summary {
    border-bottom: 1px dotted #CACACA;
    border-top: 1px dotted #CACACA;
    color: #A50430;
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
}

#pageContainer
{
}

#layoutTop
{
	height: 10px;

}

#layoutHeader
{
    background-image: url("/site/DefaultSite/skins/SPPS/images/SPPS-logo.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 215px;
    margin: 0 auto;
    width: 200px;
}
#header
{
	height: 100px;
}

#layoutMainImage
{
}
#layoutHeaderLogoImage
{

}
#layoutHeaderText
{
	position: absolute;
	top: 4px;
	left: 6px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}

#headerDetails
{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

#layoutLogin
{
	position: absolute;
	top: 6px;
	left: 800px;
}

#layoutCssMenu
{
    background-color: #FFFFFF;

}
#layoutMenu
{
	height: 26px;
    float: left;
    margin-top: 30px;
    width: 200px;
	clear:both;
}
#layoutBreadcrumb
{
	height: 24px;
	line-height: 24px;
	padding-left: 6px;
	clear: both;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
#layoutTemplateContainer
{
	display: inline-block;
}

#layoutTemplate
{
	display: block;
	clear: both;
}
#layoutFooter
{
    background-color: #0D06A4;
    bottom: 0;
    clear: both;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    height: 50px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#layoutFooter p strong {
	font-size: medium;
}

div#layoutFooter a:link {
	color:#fff;
	text-decoration: none;
}	
div#layoutFooter a:visited {
	color:#fff;
	text-decoration: none;
}		
div#layoutFooter a:hover {
	color:#fff;
	text-decoration:underline;
}
div#layoutFooter a:active {
	color:#000;
	text-decoration: none;
}

#layoutPanelMenu
{
}
#ajaxLoadingBackground
{
}
#ajaxLoadingContainer
{
}
.ajaxLoadingImage
{
}
.content
{
	display: inline;
}


/* 2Column PageTemplate */
#layout_2Column {}
#layout_2Column .mainColumnWrapper {float:left;width:100%;margin-left:-250px}
#layout_2Column .mainColumn{margin-left:250px}
#layout_2Column .rightColumn{float:right;width:250px}

#shopcontent {
	width:1000px;
	margin: 0 auto;
	padding-top: 10px;
}

#shopcontent li {list-style: none outside none;}
#shopcontent .header {font-weight:bold;}
#shopcontent .billto {list-style-type:circle;}
#shopcontent .checkoutCustomerDetails .label {list-style-type:circle;}
.cartsummary {width: 200px;}
.cartsummary img {float:left;}

.productImage {
	float: right;
	padding-bottom:5px;
	padding-right:15px;
	padding-top: 10px;
}
.ReturntoProducts
{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}