/*********************************************************************************
*
* diverses
*
*********************************************************************************/

fieldset legend {
	font-weight:normal;
}

label {
	font-weight:normal;
}

table.list td {
	border-bottom: 1px solid #aaaaaa;
	padding: 3px;
}
 
table.list th {
	font-weight:bold;
	border-bottom: 1px solid #000000;	
	padding: 5px;	
	color:#000;
}

table.list th a {
	font-weight:bold;
	color: #000;
	border-bottom: 1px solid #000000;	
	padding: 5px;	
	text-decoration: underline;
}
table.list th a:hover {
	font-weight:bold;
	color: #a0a0a0;	
	border-bottom: 1px solid #000000;	
	padding: 5px;	
	text-decoration: underline;
}

/*********************************************************************************
*
* top navi
*
*********************************************************************************/

.topnavi {
	width: 980px;
	height: 22px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #749BB2;	
	border-right: 1px solid #749BB2;	
	background: #ffffff;
}
.topnaviInner {
	width: 975px;
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background: url(../images/topnavi_line.gif) repeat-x bottom;
}
.topnaviItem {
	width: 130px;
	height: 22px;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	float: left;
}
.topnaviItemActive {
	width: 130px;
	height: 22px;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	float: left;
}
.topnaviItemInner {
	margin: 0px;
	padding: 4px 0px 0px 0px;	
	text-align: center;
	color: #ffffff;
}
a.topnavilink,
a.topnavilink:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-transform:uppercase;
}
a.topnavilinkActive,
a.topnavilinkActive:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 12px;	
	text-transform:uppercase;	
}

/*********************************************************************************
*
* edit product
*
*********************************************************************************/

/* type chooser */
#editProduct #typeChooser {
	margin:2px;
	padding:8px;
}

#editProduct #typeChooser .type {
	float:left;
	padding: 0px 3px 0px 0px;
	margin-bottom:4px;
}

/* control panel */

#editProduct #controlPanel {
	margin:2px;
	padding:8px;
}

/* messages */
#editProduct #messages {
	margin-bottom:12px;
} 

/* tab navigation */

#editProduct .tabNavi {
	width:937px;
	height:24px;
	background: url(../images/tab_border_bottom.gif) top repeat-x;
}

#editProduct .tab {
	float:left;
	height:20px;
	padding: 4px 8px 0 8px;
	background-image: url(../images/tab_border_top_bottom.gif);
}
#editProduct .tab-active {
	background: url(../images/tab_border.gif) top repeat-x;
}

#editProduct .tab-first {
	border-left: 1px solid #0e5d8a;
}

#editProduct .tab-right-active {
	float:left;
	background-image: url(../images/tab_right2.gif);
	height:24px;
	width:24px;
}

#editProduct .tab-right-before-active {
	float:left;
	background-image: url(../images/tab_right_back2.gif);
	height:24px;
	width:24px;
}

#editProduct .tab-right {
	float:left;
	background-image: url(../images/tab_right_back.gif);
	height:24px;
	width:24px;
}

#editProduct .tab-right-before {
	float:left;
	background-image: url(../images/tab_right_back3.gif);
	height:24px;
	width:24px;
}

#editProduct .tab-right-last {
	float:left;
	background-image: url(../images/tab_back.gif);
	height:24px;
	width:24px;
}

#editProduct .tab-active-right-last {
	float:left;
	background-image: url(../images/tab_right.gif);
	height:24px;
	width:24px;
}

#editProduct .tab a {
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}

#editProduct .tab-active a {
	color:#000;
}

#editProduct #tab-navi-basicData {
	display:block;
}

#editProduct #tab-navi-searchFeatures {
	display:none;
}

#editProduct #tab-navi-features {
	display:none;
}

#editProduct #tab-navi-images {
	display:none;
}

#editProduct #tab-navi-description {
	display:none;
}


/* properties */

#editProduct .propertygroup {
	padding:8px;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;		
}


/* groups */
#basicData  {
	display:block;
}

#searchFeatures  {
	display:none;
}

#features  {
	display:none;
}

#images  {
	display:none;
}

#description  {
	display:none;
}

#editProduct .imgContainer {
	float:left;
	width:290px;
	height:80px;
	margin:2px;
	padding:4px;
}

#editProduct #treshold-warning {
	font-weight:bold;
	color: #FF7403;
	display:none;
}

/*********************************************************************************
*
* edit profile
*
*********************************************************************************/
#editProfile fieldset {
	width:452px;
	float:left;
}

#editProfile .property {
	margin-bottom:6px;
} 

#editProfile #contactData {
	height:232px;
	margin-right:0;
}

#editProfile #companyData {
	height:232px;
}

#editProfile #address {
	height:138px;
}

#editProfile #billingAddress {
	height:138px;
	margin-right:0;	 
}

/*********************************************************************************
*
* edit settings
*
*********************************************************************************/

#editSettings fieldset {
	margin-right:0;
}

/*********************************************************************************
*
* edit homepage
*
*********************************************************************************/

#editHomepage fieldset {
	width:452px;
	_width:450px;	
	float:left;
}

#editHomepage #basicData {
	height:290px;
	_height:380px;	
}

#editHomepage #contactData {
	margin-right:0;
	height:290px;
	_height:380px;		
}

#editHomepage #layoutData {
	margin-right:0;
	width:922px;
}

#editHomepage #welcome_text_editor {
	width: 900px;
	height:300px;
}

/*********************************************************************************
*
* interfaces
*
*********************************************************************************/

#interfaces fieldset {
	width:452px;
	height:180px;
	float:left;
}

#interfaces .right {
	margin-right:0;
}

#interfaces #truckscout, 
#interfaces #autobild, 
#interfaces #webauto, 
#interfaces #mobiliti, 
#interfaces #automobile,
#interfaces #truckmarket {
	height:138px;
}

/*********************************************************************************
*
* login
*
*********************************************************************************/

/*********************************************************************************
*
* edit employee
*
*********************************************************************************/
#editEmployee .property {
	margin-bottom:6px;
} 

#editEmployee #leftCol {
	float:left;
}

#editEmployee #role {
	height:44px;
	width:450px;
}

#editEmployee #contactData {
	height:170px;
	width:450px;
}

#editEmployee #image {
	height:238px;
	width:220px;	
	margin-right:0;
	float:left;	
}

/*********************************************************************************
*
* vendor startpage
*
*********************************************************************************/
#vendorStartpage li {
	padding:3px;
} 

/*********************************************************************************
*
* manage products
*
*********************************************************************************/

#manageProducts #list {
	border: 1px solid #ff7129;
	width: 868px;
	height: 92px;
	margin-bottom: 8px;
}

#manageProducts #col1 {
	width: 20px;
}

#manageProducts #col2 {
	width: 100px;
}

#manageProducts #col3 {
	width: 430px;
}

#manageProducts #col4 {
	width: 120px;
}

#manageProducts #col5 {
	width: 50px;
}

#manageProducts #col6 {
	width: 50px;
}

#manageProducts #col7 {
	width: 30px;
}

#manageProducts #col8 {
	width: 20px;
}

#productList #col9 {
	width: 30px;
}

#manageProducts #col10 {
	width: 30px;
}

#manageProducts #list th {
	height: 20px;
	background-color: #ff7129;
	margin: 0px;
	padding-left: 4px;
	text-align:left;	
}

#manageProducts #list td {
	margin: 0px;
	padding: 5px;
}

#manageProducts td.noborder {
	border-bottom:none;
}

#manageProducts .imageContainerDetailThumbnailImage {
	margin: 0px 0px 0px 5px;
	padding: 2px 4px 7px 2px;
	background:url("../../images/bg_product_list_image.gif") right bottom no-repeat;
}

#manageProducts fieldset {
	width: 920px;
}

/*********************************************************************************
*
* edit employee profile
*
*********************************************************************************/
#editEmployeeProfile fieldset {
	float:left;
}

#editEmployeeProfile .property {
	margin-bottom:12px;
} 

#editEmployeeProfile label {
	font-weight:bold;
}

#editEmployeeProfile #contactData {
	width:672px;
	height:210px;
}

#editEmployeeProfile #image {
	width: 228px;
	height:210px;	
	margin-right:0;

}

