
#mainContainer{
	position: relative;
	width: 872px;
	min-height: 500px;
	margin: auto;
}

img{
	padding: 0px;
	margin: 0px;
	border: 0px;;
}

#containerLeft{
	position: relative;
	float: left;
	width: 162px;
	border-right: 0px solid #000;
}

#containerRight{
	position: relative;
	float: right;
	width: 710px;
}

#siteAssistants{
	position: relative;
	width: auto;
	height: 25px;
	text-align: right;
	font-family: verdana;
	font-size: 10px;
	color: #828282;	
}

/*
a:visited{
	color: blue;
}
*/

a.assistant, a.assistant:link, a.assistant:visited, a.assistant:active{
	font-family: verdana;
	font-size: 10px;
	color: #828282;
	text-decoration: none;
}

a.assistant:hover{
	text-decoration: underline;
}

a.mainMenuItem, a.mainMenuItem:visited, a.mainMenuItem:link, a.mainMenuItem:active{
	margin-right: 20px;
	font-family: verdana;
	font-size: 11px;
	/*color: #fff;*/
	text-decoration: none;
}

a.mainMenuItem:hover{
	text-decoration: underline;
}

a.mainMenuItemSub, a.mainMenuItemSub:visited, a.mainMenuItemSub:link, a.mainMenuItemSub:active{
	margin-right: 10px;
	font-family: verdana;
	font-size: 11px;
	/*color: #fff;*/
	text-decoration: none;	
	padding-left: 10px;	
}

a.mainMenuItemSub:hover{
	text-decoration: underline;
}

a.language, a.language:visited, a.language:link, a.language:active{
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}

a.language:hover{
	text-decoration: underline;
}

a.breadCrum{
	text-decoration: none;
	color: #000;
}

a.breadCrum:hover{
	text-decoration: none;
	color: #c01d21;
}

a.breadCrumActive{
	text-decoration: none;
	font-weight: bold;
	color: #c01d21;
}

a.breadCrumActive:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #c01d21;
}

textarea{
	font-family: verdana;
	font-size: 11px;	
	border: 1px solid #e2e1e2;
}

input{
	font-size: 11px;
	font-family: verdana;
}

input.text{
	font-family: verdana;
	font-size: 10px;
}

input.searchField{
	font-family: verdana;
	font-size: 10px;
	height: 14px;
	border: 1px solid #e8e7e8;
}

.menuSub{
	position: relative;
	margin-top: 7px;
	display: none;
}

#header{
	position: relative;
	width: auto;
	height: 50px;
	padding-top: 15px;
	margin-top: 0px;
	background: #a971a8;
}

#logo{
	height: 65px;
}

#mainMenu{
	position: relative;
	font-family: verdana;
	font-size: 11px;
	color: #fff;	
	margin-left: 20px;
}

#mlContainer{
	position: relative;
	width: 152px;
	min-height: 350px;
	margin-top: 21px;
	background: #fff;	
}

#content{
	position: relative;
	width: auto;
	min-height: 350px;
	margin-top: 0px;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	/*border: 1px solid #e8e7e8;
	border-top: 1px solid #fff;
	*/
	border: 1px solid #e2e1e2;
	border-top: 1px solid #fff;
	padding: 22px;
}

#innerContent{
	position: relative;
	width: 662px;
	overflow: hidden;	
}

#logoContainer{
	position: absolute;
	top: 20px;
	left: 0px;
	right: 20px;
	//width: 100%;
	text-align: right;
	z-index: 4;	
	
	display: none;
}

#back{
	position: relative;
	margin-top: 20px;
}

#highlight{
	position: relative;
	width: auto;
	/*background: #f5f5f5;*/
	/*background: #e2e1e2;*/
	background: #ebebeb;
	min-height: 350px;
	padding: 10px;
	/*margin-top: -35px;*/
}

*html #highlight{
	height: 350px;
}

*html #content{
	height: 350px;
}

h1.pageTitle{
	position: relative;
	font-family: arial;
	font-size: 27px;
	font-weight: normal;
	color: #303030;
	margin: 0;
	
	margin-bottom: 15px;
	padding: 0;	
	padding-top: 3px;
}

#blank{
	position: relative;
	width: auto;
	height: 21px;
	clear: both;
	border-bottom: 1px solid #e8e7e8;
}

#footer{
	position: relative;
	text-align: right;
}

p.spacer{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


/*Menu left*/
ul.menuLeft{
  padding-left: 20px;
  margin: 0;
  margin-bottom: 10px;
}

*html ul.menuLeft{
  padding-left: 17px;
}	

li.menuLeftItem{
  font-family: verdana;
  font-size: 11px;
  color: #333333;  
  padding: 0px;
  margin-top: 7px;  
  margin-bottom: 4px;  
  text-indent: 0px;
  line-height: 10px;
}

ul.menuLeftSub1{
  text-align: left;
  margin-left: 10px;
  padding: 0px;
  list-style-image: none; 
  line-height: 10px;
}

li.menuLeftItemSub1{
  font-family: verdana;
  font-size: 11px;
  color: #333333;
  padding: 0px;
  margin-top: 7px;  
  text-indent: 2px;
  list-style: none;
}

ul.listSub{
	line-height: 15px;
	padding-left: 10px;
	margin: 0;	
}

b.themeTitle{
	font-family: verdana;
	font-size: 11px;
	color: #000;
}

a.menuLeft, a.menuLeft:visited, a.menuLeft:link, a.menuLeft:active{
	font-family: verdana;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}

a.menuLeft:hover{
	color: #c01d21;	
}

/*LOGON*/

#logonDLG{
	width: 300px;
	margin: auto;
}

button{
	font-family: verdana;
	font-size: 11px;
	border: none;
	background: url("images/arrow_search.jpg") no-repeat 0px 1px;
	vertical-align: middle;
	cursor: pointer;	
}

.button{
	font-family: verdana;
	font-size: 11px;
	border: none;
	background: url("images/arrow_search.jpg") no-repeat 0px 0px;
	vertical-align: middle;
	cursor: pointer;	
}

/*News intros*/

#newsContainer{
	list-style-type: none;	
	margin: 0;
	padding: 0;	
	display: block;
}

li.newsItem{
	position: relative;
	float: left;
	width: 198px;
	min-height: 65px;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #e8e7e8;
	display: inline;
}

a.newsTitle{
	font-family: verdana;
	font-size: 11px;
	/*color: #6864b1;*/
	color: blue;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	text-decoration: none;
}

#searchResults{
	width: auto;
	border-top: 1px solid #e8e7e8;
}

.resultItem{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e8e7e8;
}

a.resultLink{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.back{
	padding-left: 8px;
	text-decoration: none;
	color: #000;
	background: url("images/arrow_search.jpg") no-repeat 0px -1px;
}

a.title{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.title:hover{
	color: #c01d21;
}

ul.sitemap{
	list-style: none;
	padding: 0;
	margin-left: 15px;
}

a.sitemap{
	color: #000;
	padding-left: 8px;
	text-decoration: none;
	background: url("images/arrow_search.jpg") no-repeat 0px -1px;
}

a.sitemap:hover{
	color: #c01d21;
	padding-left: 8px;
	text-decoration: none;
	background: url("images/arrow_search.jpg") no-repeat 0px -1px;
}

a.sitemapSub{
	color: #000;		
	text-decoration: none;	
}

a.sitemapSub:hover{
	color: #c01d21;
	text-decoration: none;	
}

.fText{
	border: 1px solid #e2e1e2;
}

.fTextArea{
	width: 300px;
	height: 100px;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #eee;
}

/*
PRODUCT GROUPS
*/

.groupContainer{
	position: relative;
	float: left;
	width: 220px;	
}

.groupTitle{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;	
	font-weight: bold;
}

.groupList{
	position: relative;
	/*list-style-type: decimal;	*/
	list-style-type: image;	
	list-style-image: url("images/dot_80c299.png");
	list-style-position: outside;	
	margin-top: 0px;
	/*margin-left: -10px;*/
	
}

.groupItem{
	margin-left: -10px;
	color: gray;
}

.productThumb{
	position: relative;
	float: left;
	width: 310px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px; 
	margin-right: 10px;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}

.thumbImg{
	position: relative;
	float: left;
	width: 88px;
	height: 88px;
	border: 6px solid #a49fa5;
}

*html .thumbImg img{
	margin: 0px -2px -2px 0px;
} 

.thumbText{
	position: relative;
	float: left;	
	margin-left: 10px;
	width: 195px;	
	height: 100px;
	padding: 0px;
}

.thumbTitle{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.thumbDescription{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.thumbPrice{
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.specTitle{
	font-weight: bold;
	margin-top: 0px;
}

.specImg{
	border: 6px solid #a49fa5;
}

.listHeader{
	font-weight: bold;
}

.listRow{
	font-weight: normal;
}

.listTotal{
	font-weight: bold;
}

.tField{
	/*border: 1px solid #666;	*/
	border: 1px solid #e2e1e2;
}

a.grpItem{
	color: #000;
	text-decoration: none;
}

a.grpItem:hover{
	text-decoration: underline;
}

a.order{
	text-decoration: none;
	padding-left: 10px;
	background: url("images/arrow_search.jpg") no-repeat 0px 0px;
	color: #000;
}

a.order:hover{
	text-decoration: underline;	
}

a.delete{
	text-decoration: none;
	color: #c01d21;
	font-weight: bold;
}

ul.form{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.form li {
	padding: 0;
	margin: 0;
	clear: both;
}

ul.form li div{
	float: left;
	padding: 0;
	margin: 0;	
}

ul.form li div.label{
	width: 150px;
	min-width: 150px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div.clear{
	height: 1px;
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 1px;		
}