/* ----- Main Settings ----- */
body
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

*
{
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	font-size: 11px;
	color: #28547f;
}

h1
{
	font-size: 16px;
	margin-top: 10px;
}

table, td
{
	vertical-align: top;
}
a, a:visited
{
	text-decoration: none;
	font-weight: bold;
	/*color: #ec802b;*/
}

a:hover
{
	text-decoration: underline;
}
li
{
	list-style-type:none;
    margin-left: 15px; 
    padding: 0; 
}
/* ----- Classes ----- */
.topmenu_divider
{
	padding-left: 15px;
	padding-right: 15px;
}
.topmenu_link a
{
	text-decoration: none;
	color: #28547f;
}

.topmenu_link a:visited
{
	text-decoration: none;
	color: #28547f;
}
.searchmenu_link
{
	text-decoration: none;
	font-weight: normal;
}

.searchmenu_link:visited
{
	text-decoration: none;
	font-weight: normal;
}

.footer
{
	font-size: 9px;
}

.mainContainerTable
{
	width: 100%;
	height: 640px;
	vertical-align: top;
}

.contentContainer
{
	width: 900px;
	height: 640px;
}
.spacerMainContainer
{
	width: 50%;
	background-color: #FFFFFF;
}

.headercell
{
	border-bottom: solid 1px #28547f;
	height: 30px;
	width: 900px;
	vertical-align: bottom;
	padding-bottom:5px;
}
.headertext *
{
	font-size: 12px;
	font-weight:bold;
}
.tableheader td
{
	border-bottom: solid 1px #28547f;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.lastline td
{
	border-bottom: solid 1px #28547f;
}
.shoppingcartLine td
{
	border-bottom: solid 1px #28547f;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:middle;
}
.contentcell
{
	height: 250px;
	padding-top: 10px;
}
.contentcellOverview
{
	height: 540px;
	padding-top: 10px;
	width: 900px;
}
.contentcellWebshopLeft
{
	height: 540px;
	width: 230px;
	padding-top: 10px;
}
.contentcellWebshopRight
{
	height: 540px;
	width: 670px;
	padding-top: 10px;
}
.inputTableCellLeft
{
	width: 200px;
	padding-top:5px;
}
.inputTableCellRight
{
	padding-top:5px;
}
.productList
{
	float: left;
	height: 220px;
	vertical-align: bottom;
}
.productListCaption
{
	text-align: center; 
	vertical-align: bottom;
	font-size: 9px;
	border-bottom: solid 1px #28547f
}
.productListPhoto
{
 	height: 175px; 
	width: 110px; 
	text-align: center; 
	vertical-align: bottom;
	border-bottom: solid 1px #28547f
}
.productListTitle
{
	font-size: 16px;
	color: #ec802b;
	font-weight: bold;
}
.productDetailCaption
{
	text-align: center; 
	vertical-align: bottom;
	border-bottom: solid 1px #28547f
}
.productDetailPhoto
{
 	height: 270px; 
	width: 200px; 
	text-align: center; 
	vertical-align: bottom;
	border-bottom: solid 1px #28547f;
	cursor: pointer;
}
.searchTable td
{
	padding: 0px 5px 5px 5px;
}
.searchDetailsDiv
{
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}
.searchSelected
{
	font-weight: bold;
}
.sizerunDiv
{
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}
.orderDiv
{
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}
.shoppingcartDiv
{
	max-height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}
.orderitemsDiv
{
	max-height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
}
.tabbutton
{
	border: solid 1px #28547f;
	background-color: #e4e5e7;
	padding: 5px 5px 5px 5px;
}
.tabbuttonhidden
{
	border-bottom: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
.tabbutton a
{
	text-decoration: none;
	color: #28547f;
}
.tabbutton a:visited
{
	text-decoration: none;
	color: #28547f;
}
.tabbuttonSelected
{
	border-top: solid 1px #28547f;
	border-left: solid 1px #28547f;
	border-right: solid 1px #28547f;
	padding: 5px 5px 5px 5px;
}
.tabbuttonSpacer
{
	border-bottom: solid 1px #28547f;
}
