.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: grey;
	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;
	color: #009933;
}
.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: auto; /*was 540px*/
	height: auto;
	text-align: left;
}
.swsControlShortText
{
	text-align:left;
	width: 75%;
}

.swsControlImage
{
	float: left;
	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
{
	
	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: 95%;
	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 #009933;
	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
{
	background-color: gainsboro;
	vertical-align:top;
	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;
	font-weight: bold;
}
.swsregister
{

}
.swsregistertext
{
	margin-top:5px;
}
.swsregisterheading
{
	font-weight:bold;
}
.swsregistercontrol
{
	margin-left: 0px;
	margin-right: 10px;
}
.swsregisterimage
{
	width:150px;
	float:right;
}

.swswidearea
{
	width:400px
}
.swsregisterleftarea
{	width:250px;
	
}
.swsregisterlink
{
	margin-right: 20px;
}

.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
{	float: left;
	height: 180px;
	width: 330px;
	margin-bottom: 10px;
	border: 1px solid #009933;
	padding-top: 3px;
	background-color: #Ffede3;
	overflow: hidden;
	padding-left:10px;
	padding-right: 10px;
	/*height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;*/
}
/* .homemodwidemain {
	float: left;
	height: 180px;
	width: 365px;
	margin-bottom: 10px;
	border: 1px solid #009933;
	padding-top: 3px;
	background-color: #Ffede3;
	overflow: hidden;
}*/
.swsProductsListItemTemplate
{
	float: left;
	height: 175px;
	width: 120px;
	margin-right:4px;
	margin-top: 10px;
	font-size: 10px;
	border: 1px solid #009933;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	}
	
.swsProductsListGotoPage
{
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
}	
.swsProductDetailsTopImage
{
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}	
.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;
	padding: 3px;
	margin-right: 20px;
}

.swsproductmenu
{
}
.swsProductsListLink
{
	height: auto;
	width: 100px;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #009933;
	border-bottom-color: #009933;
}
/*
.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 
{
	padding-left: 10px;
	color: #009933;
	margin-right: 5px;
	font-weight: bold;
}
.swsDeviceLink a:visited 
{
	padding-left: 10px;
	color: #009933;
	margin-right: 5px;
	font-weight: bold;
}
.swsDeviceLink a:hover 
{
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
	margin-right: 5px;
	font-weight: bold;
}
.swsDeviceLink a:active 
{
	padding-left: 10px;
	color: #009933;
	margin-right: 5px;
	font-weight: bold;
}
#swsproductdetailbox
{
width: 300px;
height:auto;
float:left;
}
.swsproductdetailref
{
	width: 299px;
	height:auto;
	float:left;
	font-weight: bold;
	margin-bottom: 5px;
	color: #009933;
}
.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
{
	height: auto;
	width: 120px;

}

.swsProductSearchButton
{
	height: auto;
	width: auto;

}

.swsControlSubTitle {
	font-weight: bold;
	color: #009933;
	
}

.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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	float: left;
	height: 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.marquee a:link 
{
	color: red;
}

.marquee a:visited
{
	color: red;
}

.marquee a:hover
{
	text-decoration: underline;
}

.swsListAllArticlesImage
{
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}

.swsOverallListAllArticle
{
}
.swscheckouterrortext
{
}
/*.swsTopXLink
{
}
.swsTopXLink a:link
{
	font-weight: normal;
}
.swsTopXLink a:visited
{
	font-weight: normal;

}
.swsTopXLink a:hover
{	
font-weight: normal;

}
.swsTopXLink a:active
{
	font-weight: normal;
}*/
.swsOverallTopX 
{
	float: left;
	height: auto;
	width: 166px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*#swsShortArticleZoneImage
{
	background-color: #FF0000;
	height: 91px;
	width: 65px;
	position: relative;
	float: left;
}*/
.swsShortArticleTitle
{
	font-weight: bold;
	height: 10px;
	margin-bottom: 3px;
	}
.swsShortArticleDate
{
	padding-bottom: 10px;
	font-weight: bold;
	height: auto;
	margin-top: 10px;
	}
.swsShortArticleImage
{
	margin-bottom: 5px;
	height: auto;
	width: 110px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	
}
.swsShortArticleShortText
{
	
}
.swsBasketSummary
{
}

.swsUpsell
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:1.2em;
	
	}h2 {
	color: #009933;
}

.swsProductDetailsSecondImage
{

}
.swsRelatedCategory
{
	color: gray;
	text-align: left;
}
.swsAddtoMailing, .swsAddtoMailing a:link, .swsAddtoMailing a:visited, .swsAddtoMailing a:hover, .swsAddtoMailing a:active
{
	font-size: 12px;
	margin: 10px 1px 1px;
	color: #ff3300;
	letter-spacing: 1pt;
	text-align: center;
	float:left;
	height: auto;
	width: auto;
}
