.swsWarning
{
	font-size: 10px;
	margin-bottom: 5px;
	color: red;
	padding-top: 5px;
}

.swsAllOK
{
	font-size: 10px;
	margin-bottom: 5px;
	color: green;
	padding-top: 5px;
}

/*  Boxes within the pages  */
.swsNarrowBox
{}

.swsWideBox
{
	margin-top: 15px;
	float: left;
	width: 540px;
	height: auto;
	text-align: left;
	
	
}

.swsWideBoxCol1
{
	float: left;
	width: 175px;
	height: auto;
	
}

.swsWideBoxCol2
{
	float: left;
	width: 360px;
	height: auto;
	
}

.swsFiftyFifty
{
	float: left;
	width: 50%;
	height: auto;
	
}

.swsRow
{
	height: 25px;
}
.swsTripleBoxCol1
{
	float: left;
	width: 18%;
	
	
}

.swsTripleBoxCol2
{
	float: left;
	width: 40%;

	
	
}
.swsTripleBoxCol3
{
	float: left;
	width: 40%;
	height: 160px;
}

/*  General control  */

.swsControlOverall
{
	margin:10px;
	padding:10px;
}

.swsGeneralControl
{
	margin-top: 2px;
	margin-bottom: 7px;
}
.swsTextBox
{
	width:380px
}
.swsControlDisabled
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-left: 10px;
	border-left: black 1px solid;
	color: gray;
	margin-right: 10px;
	border-bottom: black 1px solid;
	text-decoration: none;
	
}
.swsInvisible
{
	line-height:0px;
	font-size:0px;
	height:0px;
	visibility:hidden;
}

.swsControlTitle
{
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 5px;
	padding-top: 0px;
	
	text-align: left;
	
	height: auto;
}
.swsControlSubHeading
{
	font-weight: bold;
	padding-bottom: 15px;
	text-align: left;
	width: 300px;
	height: auto;
	float:left;
}
.swsControlDate
{
	padding-bottom: 10px;
	font-weight: bold;
	height: auto;
	width: 300px;
	float:left;
	margin-top: 10px;
}
.swsControlHeading
{
	text-align:left;
	width: 320px;
	float: left;
	height: auto;
}
.swsControlText
{
	float: left;
	margin-bottom: 5px;
	width: 540px;
	height: auto;
	text-align: left;
}
.swsControlShortText
{
	text-align:left;
	width: 75%;
}

.swsControlImage
{
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}



.swsControlUploadImage
{
	margin-top: 2px;
	margin-left: 6px;
	overflow: visible;
	margin-right: 5px;
	vertical-align:top;

}

.swsControlShortText
{
	text-align:left;
	width: 75%;
}
.swsControlLink
{
	float: left;
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*
.swsControlLink a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsControlLink a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsControlLink a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	text-decoration: underline;
	margin-right: 5px;
}
.swsControlLink a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
*/
.swsButton
{
}
.swsProductsListText
{
	height: auto;
	width: 100px;
	text-align: center;
	margin-left: 10px;
}

.swsProductsList
{
	float: left;
	height: auto;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*  General datagrid  */

.swsGridContolTitle
{
}

.swsGridComment, .swsGridComment a:link, .swsGridComment a:active, .swsGridComment a:visited
{
	
	text-decoration: none;
}

.swsGridComment a:hover
{
	text-decoration: underline;
}

.swsDataGridOverall
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: thin solid #33CCFF;
	background-color: #FFFFFF;
}
.swsDataGridHeader
{
	font-weight: bold;
	text-align: left;
	
}

.swsDataGridFooter
{
	font-weight: bold;
	text-align: left;
}
.swsDataGridItem
{
	vertical-align: top;
	text-align: left;
	}

.swsDataGridItemAlt
{
	vertical-align: top;
	background-color: gray;
	text-align: left;
}
.swsDataGridItemSelected
{
	font-weight: bold;
}
.swsDataGridEdit
{}



/*  ListAllArticlesFlat control specific 
	- used as a simple list of articles by date
 */
.swsListAllArticlesFlatHeading
{
	font-weight: bold;
}
.swsListAllArticlesFlatTitle
{
	font-weight: bold;
}

/*  More article control specific */

.swsMoreArticleMainImage
{
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}

.swsMoreArticleImage
{
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}
.swsMoreArticleTitle
{
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: left;
}
.swsMoreArticleDate
{
	margin-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.swsMoreArticleSubHeading
{
	font-weight: bold;
	padding-bottom: 15px;
	text-align: left;
}
.swsMoreArticleText
{
	text-align: left;
}

.swsRight
{
	text-align: right;
	float:right;
}

.swsProductList
{
float:left;
}

/*  Basket and order type things */

/* This class is used to make the device.gif invisible */
.swsbuttonoptionalimage
{
		line-height:0px;
	font-size:0px;
	height:0px;
	visibility:hidden;

}


.swsbaskettotal
{
	text-align: right;
	margin-bottom: 5px;
}
.swsregister
{

}
.swsregistertext
{
	margin-top:5px;
}
.swsregisterheading
{
	margin:10px;
	font-weight:bold;
}
.swsregistercontrol
{
	margin-left: 10px;
	margin-right: 10px;
}
.swsregisterimage
{
	width:150px;
	float:right;
}

.swswidearea
{
	width:400px
}
.swsregisterleftarea
{	width:250px;
	
}
.swsregisterlink
{
	text-decoration:underline;
}

.swslogininstructiontext
{
	margin-top:40px;
	margin-bottom:10px;
}

.swsmandatory
{
	color:#663300;
}

.swsvouchermaintlabel
{
		width:150px;
		float:left;
}
.swsvouchermaintcontrol
{
	margin:10px;
}

.swsvouchermaintwarning
{
}

.swsvouchermaintheading
{
	margin-bottom:10px;
}

.swsVoucherLabel
{

}

.swsVoucherControl
{

}
.swsImageBox
{
	height: auto;
	width: 100px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: center;
}
.swsThumbnails
{
	border:0;

}
/*
tbd
margin-top: 2px;
	margin-bottom: 5px;
	vertical-align: top;
	overflow: visible;
	border-top-style: none;
	margin-right: 5px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height:auto;
	float: left;
	*/
.swsImageBox a:link {
}
.swsImageBox a:visited {
}
.swsImageBox a:hover {
}
.swsImageBox a:active {

}
.swsInstructionText
{
	padding-bottom: 0px;
	float: left;
	height: auto;
	width: 540px;
	padding-top: 3px;
	margin-right: 5px;
}
/*
.swsInstructionText a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsInstructionText a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsInstructionText a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	text-decoration: underline;
	margin-right: 5px;
}
.swsInstructionText a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
*/
.swsShortArticle
{
/*	width:95%;
	height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
*/
}

.swsShortArticleDate
{
	margin-bottom: 3px;
}

.swsShortArticleTitle
{
	margin-bottom: 10px;
}

.swsShortArticleShortText
{
	margin-bottom: 5px;
}

.swsProductsListItemTemplate
{
	float: left;
	height: 175px;
	width: 120px;
	margin-right:4px;
	margin-top: 10px;
	font-size: 10px;
	border: 1px solid #33ccff;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	}
	
.swsProductsListGotoPage
{
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
}	
.swsBasketGrid
{
	float: left;
	height: auto;
	width: 540px;
}

.swsBasketWarning
{
	background-color: #FFFFCC;
	float: left;
	height: auto;
	width: auto;
}

.swsCheckoutGrid
{
	float: left;
	height: auto;
	width: 540px;
	margin-top: 20px;
}

.swsListAllArticlesTitle 
{
	font-weight:bold;
	padding-bottom:10px;
}

.swsListAllArticlesShortText
{
	padding-bottom:10px
}

.swsListAllArticlesLink
{
	padding-bottom:15px
}
/*
.swsListAllArticlesLink a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsListAllArticlesLink a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsListAllArticlesLink a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	text-decoration: underline;
	margin-right: 5px;
}
.swsListAllArticlesLink a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
*/

.swsListAllArticlesDate
{
	padding-bottom:10px
}

.swsListAllArticlesDisplayDate 
{
	padding-bottom:10px
}
.swssinglepicbox 
{
	float:right;
	margin-top: 50px;
	margin-right: 40px;
	border: 1px solid #c7dee3;
	padding: 3px;
}


.swsProductsListLink
{
	height: auto;
	width: 100px;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #33CCFF;
	border-bottom-color: #33CCFF;
}
/*
.swsProductsListLink a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsProductsListLink a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsProductsListLink a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	text-decoration: underline;
	margin-right: 5px;
}
.swsProductsListLink a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
*/
.swsbasketbuttons
{
	float: right;
	height: auto;
	width: auto;
}
/*
.swsbasketbuttons a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsbasketbuttons a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsbasketbuttons a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	text-decoration: underline;
	margin-right: 5px;
}
.swsbasketbuttons a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
*/
.swsproductdetailadd
{
	float: left;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
.swsproductdetailadd a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsproductdetailadd a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
.swsproductdetailadd a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	text-decoration: underline;
	margin-right: 5px;
}
.swsproductdetailadd a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #663300;
	margin-right: 5px;
}
*/
.swsDeviceLink
{
	height: auto;
	width: auto;
}

.swsDeviceLink a:link 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #666666;
	margin-right: 5px;
}
.swsDeviceLink a:visited 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #666666;
	margin-right: 5px;
}
.swsDeviceLink a:hover 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #666666;
	text-decoration: underline;
	margin-right: 5px;
}
.swsDeviceLink a:active 
{
	background-image: url(../images/device.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #666666;
	margin-right: 5px;
}
#swsproductdetailbox
{
width: 300px;
height:auto;
float:left;
}
.swsproductdetailref
{
	width: 299px;
	height:auto;
	float:left;
	font-weight: bold;
	margin-bottom: 5px;
}
.swsproductdetailpricegroup
{
	font-weight: bold;
	float: left;
	height: auto;
	width: 299px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.swsproductdetailoption
{
	float: left;
	height: auto;
	width: 299px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.swsProcessingResult
{
	float: left;
	height: auto;
	width: 540px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: bold;
}
.swsProcessingButton
{
	float: left;
	height: auto;
	width: auto;
}

.swsProductSearchText
{
	float:right;
	height: auto;
	width: auto;

}

.swsProductSearchButton
{
	float:right;
	height: auto;
	width: auto;

}

.swsControlSubTitle {
	font-weight: bold;
	color: #99cc99;
	
}

.swsAllMaintHR
{
	width:90%
}

.swsAllMaintPanel
{
	border-right: thin solid;
	padding-right: 5px;
	border-top:  thin solid;
	margin-top: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left:  thin solid;
	padding-top: 5px;
	border-bottom:  thin solid;
	width: 90%
	

}

.marquee
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin-top: 5px;
	float: left;
	margin-bottom: 5px;
	border-left: white 1px solid;
	width: 95%;
	border-bottom: white 1px solid;
}

.marquee a:hover
{
	text-decoration: underline;
}

.swsListAllArticlesImage,.swsShortArticleImage
{
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}



.swsBasketSummary
{
	font-size: 10px;
	text-align: right;
	
}

.swsOverallTopX LI
{
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #ffdb00 1px solid;
	list-style-type: none;
}

.swsOverallTopX ul 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-indent:0px;
}

/*  Uses H1, Img, P, A etc  */
.swsMoreArticleXtra
{
	
}
.swsMoreArticleXtra img
{
	float:right;
	margin-left:20px;
	margin-bottom:6px;
}
.swsMoreArticleXtra p.swsDate
{
	font-size: smaller;
}


/*  Uses H1, Img, P, A etc  */
.swsOverallListAllArticleW
{
	width:100%;

}
.swsOverallListAllArticleW a
{
	float:left;
	width: 100%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.swsOverallListAllArticleW H3
{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #ed1b24;
}
.swsOverallListAllArticleW img
{

	float: right;
	margin-bottom: 6px;
	margin-left: 20px;

}

.swsOverallListAllArticleW p.swsDate
{
	font-size: smaller;
	margin: 10px 0px 0px;
	color: #ed1b24;
}



.swsproductmenu
{
	background-color: fuchsia;
}

.swsTwoCol p
{
	/* clear: left; Clear of any floated elements i.e. to appear immediately afterwards */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 5px;
	
}

.swsTwoCol p span
{
	float: left;    /* Take this out of the flow of the page */
	width: 100px;
}


.swsTwoCol input.swsButton
{
	margin-left:100px;
	margin-right:3px;
	
}

