/*------------------------------------------------------------------------------------
  global 
------------------------------------------------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

html {overflow: scroll;}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 16px 0;
	padding: 0;
}

h1 {
  font-size:21px;
  font-weight:bold;  
  color: #000;  
  font-family: Helvetica, sans-serif;  
}

li, dd, blockquote {
  margin-left: 1em;
}

a, form label {
  cursor: pointer;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #005c9f;
  font-size: 11px;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #357fbf;
}

body {
	/*background: url(../images/main-bg.jpg) center top repeat-y #e7e7e7;*/
	background: url(../images/main-bg.jpg) center top repeat-y #e7e7e7;
}

.clear {
	clear: both;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

a.action {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

a.tag {
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}

input.clearonfocus {
  font-style: italic;
  color: #a0a0a0;
}

.charsLeft {
  font-style: italic;
}

/***** forms *****/

fieldset {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  font-family: inherit;
}

input.text {
  border: 1px solid #a0a0a0;
  height: 16px;
  width:220px;
  background: url(../images/textfield-bg.jpg) repeat-x #fff;
  font-size: 12px;
  padding: 1px 0 0 2px;
}

input.required, select.required, textarea.required, div.required {
  background: #fffea7; 
}

input.alert, select.alert, textarea.alert {
  background: #FF9390;
}

select {
    border: 1px solid #a0a0a0;
    height: 20px;
    width:160px;
    font-size: 12px;
    padding-left:4px;
}

textarea {
    border: 1px solid #a0a0a0;
    background: url(../images/textfield-bg.jpg) repeat-x #fff;
    height: 60px;
    width: 220px;
    font-size: 12px;
    padding: 2px;
}

textarea.large {
    height: 300px;
    width: 632px;
}

textarea.wide {
    height: 58px;
    width: 488px;
}

textarea.wideAndTall {
    height: 200px;
    width: 488px;
}

select.multiple {
    height: 116px;
}

form.entry label {
  display: block;
  font-size:12px;
  padding-bottom: 3px;
}

form.entry fieldset {
  margin-bottom: 16px;
}

input.short, select.short {
  width:100px;
}

select.mini {
  width:60px;
}

select.long {
  width:300px;
}

input.long {
  width: 488px;
}

.subtext {
  font-style: italic;
  padding: 4px;
}
  
/***** messages *****/

#centerContent div.message {
  margin-bottom: 16px;
  padding: 8px;
}

#centerContent  div.notification {
  background-color: #ffd75e;
  font-weight: bold;
}

#centerContent  div.information {
  background-color: #BDCEDE ;
}

#centerContent  div.warning {
  background-color: #f40000;
  font-weight: bold;
}

#centerContent  div.alert {
  background-color: #FF9390;
  font-weight: bold;
}

/***** content *****/

#main {
	/*width: 974px; tb */
	width: 980px;
  margin:0 auto;
  padding: 0 10px 0 10px;
}

#headerMain, #contentMain, #footerMain {
	width: 980px;
}

#footerMain {
  position: relative;
}

#contentMain {
  /*width: 974px; tb */
  width: 980px;
  min-height: 778px;
  /*background: url(../images/content-main-bg.jpg) bottom repeat-y #ccc;*/
  background: url(../images/content-main-bg.jpg) bottom repeat-y #ccc;
}

#centerContent h2 {
  font-size: 15px;
  color: #005c9f;  
}

#centerContent h3 {
  font-size: 12px;
  color: #005c9f;  
}

#centerContent table h2, #centerContent table h3 {
  margin: 0;  
}

#centerContent div.quickselect {
  padding: 6px 0;
}

#centerContent a.bigflag {
  display: block;  
  width: 48px;
  height: 49px;
  text-indent: -9999px; 
}

#centerContent a.smallflag {
  display: block;  
  width: 23px;
  height: 24px;
  text-indent: -9999px; 
  position: absolute;
  right: 5px;
  top: 1px;  
}

#relatedInfo .content {
  text-align: center;
}

a.thumb {
  width: 119px;
  height:97px;
  background: url(../images/product-thumb-bg.png) no-repeat;
  padding: 1px 0 0 1px;
  display: block;
}

tr.odd {
  background: #dff1ff;
}

tr.lastEdited {
  background: #f1ef70;
}

/***** cooliris *****/
.mbf-item { display: none; }
 
/***** header *****/

#headerMain {
	height: 138px;
	background: url(../images/header-bg.jpg) no-repeat #ccc;
	position: relative;
}

  #headerMain h1 {
    margin: 0;
  }
  
	#headerMain h1 a {
	  text-indent: -9999px;
	  display: block;
	  width: 345px;
	  height:100px;
	}
	
	#languages {
    right: 8px;
    top:28px;
    position: absolute;
	}
	
    #languages a.flag {
      display: block;     
      width: 27px;
      height: 25px;
      text-indent: -9999px;
      float: left;
    }	
    
    #languages .en {
      background: url(../images/flags/languages/en.png) no-repeat;
    }     
    
    #languages .zh {
      background: url(../images/flags/languages/zh.png) no-repeat;
    }       
    
    #languages .es {
      background: url(../images/flags/languages/es.png) no-repeat;
    }    
     
    #languages .ar {
      background: url(../images/flags/languages/ar.png) no-repeat;
    }    
     
    #languages .ru {
      background: url(../images/flags/languages/ru.png) no-repeat;
    }    
     
    #languages .de {
      background: url(../images/flags/languages/de.png) no-repeat;
    }    
     
    #languages .fr {
      background: url(../images/flags/languages/fr.png) no-repeat;
    }     
    
    #languages .pl {
      background: url(../images/flags/languages/pl.png) no-repeat;
    }   
      
    #languages .el {
      background: url(../images/flags/languages/el.png) no-repeat;
    }     
    
    #languages .tr {
      background: url(../images/flags/languages/tr.png) no-repeat;
    }     
  
	#topNavigation {
    right: 14px;
    top: 61px;
    position: absolute;     	  
	}
	
    #topNavigation a {
      font-size: 14px;
      color: #fff;
      font-style: italic;
      font-weight: bold;
    }
    
    #topNavigation a:visited {
      color: #fff;
    }    
  	
  	#topNavigation .divider {
  	  color: #8cd1fe;
  	  padding: 0 2px;
  	}  	
    	
  #mainNavigation {
    right: 14px;
    top: 107px;
    position: absolute;         
  }
  
    #mainNavigation a {
      font-size: 14px;
      font-style: italic;
      font-weight: bold;
    }    
    
    #mainNavigation .divider {
      color: #a0a0a0;
      padding: 0 2px;
    }  	

/***** subheader *****/

#subHeader {
  background-color: #cccccc;
  padding-bottom: 7px;
  padding-right: 10px;
}

  #addThis {
    float: left;
    padding: 8px 0 0 10px;
  }
  
  #livezillaIcon {
    float: right;
    margin-right: 16px;
  }
  
  #geolabel {
    float: right;
  }

  #gplus {
    padding: 4px 0 0 49px;
    float:left;
  }  

/***** left column *****/

#leftCol {
	width: 212px;
	float: left;
	left: 600px;
	background:  #ccc;
	overflow: hidden;
}

  #leftCol .box {
    background: url(../images/leftcol-box-bottom-bg.jpg) left bottom no-repeat;	
    margin-bottom: 10px;
    padding: 0 10px;   
  }
  
  #leftCol .final {
     background: url(../images/leftcol-box-bg.jpg) left bottom repeat-y; 
     margin-bottom: 0;
  }

	#leftCol .box .title {
		padding: 8px 0 0 28px;
		width: 165px;
		height: 27px;
	  background: url(../images/leftcol-box-title-bg.jpg) no-repeat #4f9de2;
	}
	
  #leftCol .box .title h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    margin:0;
  }	
	
	#leftCol .box .content {
    padding: 16px 10px;
	}
	
/***** right column *****/

#rightCol {
  width: 212px;
  float: left;
  left: 600px;
  background:  #ccc;
  overflow: hidden;
}

  #rightCol .box {
    background: url(../images/leftcol-box-bottom-bg.jpg) left bottom no-repeat;  
    margin-bottom: 10px;
    padding: 0 10px;      
  }
  
  #rightCol .final {
     background: url(../images/leftcol-box-bg.jpg) left bottom repeat-y; 
     margin-bottom: 0;
  }

  #rightCol .box .title {
    padding: 8px 0 0 28px;
    /*width: 278px;*/
    height: 27px;
    background: url(../images/leftcol-box-title-bg.jpg) no-repeat #4f9de2;
  }
  
  #rightCol .box .title h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    margin:0;
  } 
  
  #rightCol .box .content {
    padding: 16px 10px;
  }	
  
  #rightCol a {
    
  }   
    

/***** center content *****/
#centerContent {
	float: left;
	width: 556px;
	background: url(../images/content-bg.jpg) repeat-y #fff;
	float: left;
	oferflow: hidden;
}

  #centerContent .box {
    /*width: 656px;*/
  }
  
  #centerContent .info {
    background: #fff;
    padding: 10px;
    _padding-left: 8px;
    /*width: 636px;*/
  }  
    
  #centerContent .title {
    width: 656px;
    padding: 5px 0 0 0; 
    height: 20px;
    text-align: center;
    background: url(../images/content-title-bg.jpg) repeat-x #e4e5e5;     
  }  
  
  #centerContent .title h2 {
    color: #2b75bb;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    margin: 0;  
  }    
  
  #centerContent #map {
    width: 536px;
    height: 400px;
    margin-top: 10px;
  }
    
/***** breadcrumb navigation *****/
#breadcrumbNavi {
  marign-bottom: 16px;  
  padding-bottom: 8px;
}

  #breadcrumbNavi .divider {
    color: #2B75BB;
  }
  
  #breadcrumbNavi a {
    font-size: 12px;
  }
    
/***** search box *****/
#searchBox.box {
  /*width: 656px;
  _width: 659px;*/
  height: 55px;
  background: url(../images/quickfinder-bg.jpg) repeat-y;
  font-size: 13px;
}
  
  #searchBox .content {
    padding: 18px 16px 16px 16px;
  }
  
  #searchBox .content p {
    margin: 0 0 10px 0;
  }  
  
  #searchBox .content input {
    float: left;
  }   
    
  #searchBox .content input.text {
    width: 80px;
    height: 16px;
    padding-top: 2px;
    padding-left: 4px;
  }  
      
  #searchBox .content input.image {
    float: left;
    margin-left: 10px;
  }    
  
  #searchBox .content select {
    float:left;
    margin-left: 10px;    
    height: 20px;
  } 
  
  #searchBox .content select#selectType {
    width:120px;
  }  
  
  #searchBox .content select#selectCountry {
    width:130px;
  }    
  
  #searchBox label {
    float: left;
    padding: 2px 0 0 0;
    font-size: 11px;
  }      
  
/***** footer *****/
#footerMain {
  height:82px;
  padding-top: 0;
  background: url(../images/footer-bg.jpg) 0 0 no-repeat #ccc;
}
  #footerNavigation {
    left: 14px;
    top: 27px;
    position: absolute;
    font-weight: bold;         
  }
  
    #footerNavigation a {
      font-size: 14px;
      font-style: italic;
    }
    
    #footerNavigation .divider {
      color: #a0a0a0;
      padding: 0 2px;
    }   
    
    #footnote {
      color: #fff;
      position: absolute;
      right: 14px;
      top: 58px;
    }

/*------------------------------------------------------------------------------------
  startpage
------------------------------------------------------------------------------------*/

/***** live box *****/
#liveHelp {
	/*height: 120px;*/
}

  #contactUs {
     margin-top: 8px;
     display: block;
     color: #fff;
     width: 175px;
     height: 69px;
     text-indent: -9999px;
     background: url(../images/contact-us.jpg) no-repeat;  
  }
  
  #liveHelp .content {
    padding: 10px;
  }
  
  a.msnLink {
    display:block;
    background: url(../images/msn-icon.jpg) left no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    margin-bottom: 4px;
    float:left;
    margin-top: -10px;
    
  }  
  
  a.twitterLink {
    display:block;
    background: url(../images/follow-twitter.jpg) left no-repeat;
    text-align:right;
    width: 150px;
    height: 54px;
  }
  
  a.twitterLink span {
    display: none;
  }  
  
  a.rssLink {
    display:block;
    background: url(../images/subscribe-rss.jpg) left no-repeat;
    text-align:right;
    width: 166px;
    height: 54px;
  }
  
  a.rssLink span {
    display: none;
  }   
  
  #liveHelp ul {
    margin: 6px 0 0 0;
    padding:  0;
    list-style: none;
  }
  
  #liveHelp li {
    margin: 0;
    padding: 8px 0;
    border-top: 1px dashed #a0a0a0;
    font-style: italic;
  }  
  
  #liveHelp a {
    font-size: 11px;
  }    
  
  #liveHelp p {
    margin: 0 0 10px 0;
  }      
    
  #startPage #centerContent h2 {
     margin:0;
  }
  
  #startPage #centerContent h2 {
     display:block;
     padding: 8px 0 0 38px;
     color: #fff;
     font-size: 14px;
     font-weight: bold;
     /*width: 618px;*/
     height: 27px;
     background: url(../images/quickfinder-tab-bg.jpg) no-repeat #4f9de2; 
     margin:0;
     background-position: 0 -35px;
     text-align: left;     
  }   
  
  #startPage .box a:visited {
    color: #1f64a9;
  }
  
  #centerContent .quickfinder {
    padding: 10px 10px 20px 10px;
  }  
    
  .quickfinder input {
    float: left;
  }  
  
  #centerContent .quickfinder h3 {
    color: #000;
    font-size: 17px;
    margin-top: 0;
    text-align:center;
  }    
    
  #centerContent .quickfinder .links {
    text-align:center;
    margin-top: 20px;
    _margin-top: 0px;
  }
  
  #centerContent .quickfinder .links a {
    font-size: 15px;
    background: url(../images/check-green.gif) -0 2px no-repeat;
    padding: 8px 0 8px 34px;
  }  
      
  .quickfinder input.image {
    float: left;
    margin-left: 10px;
    padding-top: 3px;
  }    
  
  .quickfinder input.text {
  /*
    height: 28px;
    *height: 26px;*/
    padding: 4px 0 0 4px;
    font-size: 13px;
    border: none;
    background: none;
    width: 162px;
  }  
  
  .quickfinder #searchWrapper {
    background: url(../images/search-bg.jpg);
    width: 200px;
    height: 24px;
    float: left;
  }    
    
  .quickfinder select {
    border: 1px solid #a0a0a0;
    padding: 2px 0 2px 0;
    height: 24px;
    width:196px;
    font-size: 13px;
    float:left;
    margin-right: 10px;
    vertical-align: center;
    *margin-top: 6px;
  }  

  .quickfinder select#selectType {
    width:120px;
    _width: 100px;
  }    
  
  .quickfinder label {
    float: left;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-weight: bold;
  }  
  
  #adsBottom .ad {
    border: 1px dashed #A0A0A0;
    float: left;
    height: 60px;
    margin: 10px;
    padding: 30px 10px 10px;
    text-align: center;
    width: 150px;
  }
  
  #adsBottom .ad.jack {
    border: none;
    padding: 0;
  }  
    
/***** quickfinder *****/
  
  #relatedInfoStartpage ul {
    margin: 20px 0 0 0;
    padding:  0;
    list-style: none;
  }
    
  #relatedInfoStartpage ul.uncheck li {
    background: url(../images/icon-uncheck.gif) no-repeat top left;
  } 
  
  #relatedInfoStartpage ul.check li {
    background: url(../images/icon-check.gif) no-repeat top left;
  }  
  
  #relatedInfoStartpage li {
    padding: 2px 6px 6px 26px;
    margin:0;
  } 
  
  #relatedInfoStartpage li {
    padding: 2px 6px 6px 26px;
    margin:0;
  } 
  
  #relatedInfoStartpage a {
    font-weight: bold;
  }  
    
  #newSuppliers h3 {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #2B75BB;      
  } 
    
  #newSuppliers h4 {
    margin: 0;
    padding: 4px 0;
    font-size: 12px;
    color: #000;          
  } 
  
  #newSuppliers .supplier {
    border-bottom: 1px dashed #a0a0a0;   
    padding-bottom: 4px;
  }  
  
  #newSuppliers .supplier.last {
    margin-bottom: 20px;
  }      
  
  
    
/***** welcome box *****/
#welcomeBox {
	height: 54px;
  border-top: 1px solid #a0a0a0;	
}

/***** categories *****/
#categories { 
  padding-bottom: 20px;
}

	#leftCol ul.categories {
		margin: 0;
		list-style: none;
	}
	
	#leftCol ul.categories li {
	  padding: 0;
	  margin-left: 0;
	  padding-bottom: 5px;
	}
	
  #leftCol ul.categories li a {
    padding: 3px 0 0 0;
    font-size: 12px;
    font-weight: normal;
  }
  
  #leftCol ul.categories li a:visited {
    color: #005c9f;
  }  
  
   #leftCol .ad {
    border: 1px dashed #A0A0A0;
    height: 60px;
    margin-top: 20px;
    padding: 30px 10px 10px;
    text-align: center;
    width: 97px;
  }
  
   #leftCol .ad.last {
    margin-bottom: 20px;
  }
    
/****** info box *****/
#welcomeInfoBox a {
  font-weight: bold;
}  

#infoBox a {
  font-weight: bold;
}  

/***** showcase *****/
#showcase.box {
	width: 552px;
	padding: 16px 8px 0 10px;
	position: relative;
}

  #showcase .container {
    width: 138px;
    height:120px;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
  }
  
  #showcase .thumbnail {
    width: 107px;
    height:87px;
    position: absolute;
    float: left;
  }
  
  #showcase .imageContainer {
    width: 110px;
    height:85px;
    border: 1px solid #A0A0A0;
    margin-bottom: 6px;
  }  
  
  #showcase .thumbnail .smallflag {
    margin-left: 91px;
    top: 1px;
    right: auto;
  }
  
  #showcase .thumbnail img {
    position: absolute;
  }  
 
  #showcase .thumbnail a img {
    left: 1px;
    top: 1px;
    _left: 0;
    _top: 0;
    _border:1px solid #1d67b0;
  }   

/*------------------------------------------------------------------------------------
  product details
------------------------------------------------------------------------------------*/

#productDetails h1 {
  margin: 10px 0 4px 0;
  width: 490px;
}

#productDetails .logoAndTitle {
  position: relative;
  width: 540px;
}

#productDetails .logoAndTitle a.bigflag {
  position: absolute;
  right: 0;
  top: -4px;
}

    
  #productDetails .intro {
    margin-top: 20px;
  }  
      
  #productDetails table {
    float: left;  
  }    
      
  #productDetails table th, #productDetails table td {
    text-align: left;
    padding: 6px;
    border-bottom: 1px dashed #a0a0a0; 
    vertical-align: top; 
  }
      
  #productDetails table th {
    width: 120px;
    border-bottom: 1px dashed #a0a0a0;
  }
  
  #productDetails table td {
    width: 132px;    
  }    
    
  #productDetails table a {
    text-decoration: underline;
    font-size: 11px;
  }  
  
  #productDetails table td.wide {
    width: 510px;    
  }    

  #productDetails h2 {
    color: #666;
    font-size: 13px;
    margin: 0 0 6px 0;    
    padding: 0 0 4px 0;
    border-bottom: 1px dashed #a0a0a0;
  }

  #productDetails .price {
    padding-bottom: 20px;
    font-size:17px;
    font-weight:bold;  
    color: #2b75bb;  
  }
  
  #productDetails .priceaddition {
    font-style: italic;
    padding-top: 4px;
  }
  
  #productDetails .condition {
    font-weight: bold;
    font-size: 13px;
  }
  
  #productDetails .details {
    padding-top: 10px;
  }
  
  #productDetails .specs {
    padding-top: 10px;  
    width: 256px;
    float:left;  
  }

  
  #productDetails a.image {
    background: url(../images/product-detail-bg.jpg) no-repeat;
    padding: 1px 0 0 1px;
    display: block;
    width: 234px;
    height: 182px;
  }
  
  #productDetails .images a {
    color: #000;
  }
  
  #productDetails .images a:hover {
    text-decoration: none;
  }  
    
  #productDetails .zoom {
    padding-bottom: 6px;
  }
  
  #productDetails .thumbs {
    position: relative;
    height: 80px;
  }
    
  #productDetails a.thumb {
    position: absolute;
  }
  
  #productDetails .buttons {
    padding-top: 4px;
  }
  
  #productDetails .data .images {
    width: 240px;
    padding: 0 0 0 12px;
    float: left;
  }    
   
  #productDetails .intro, #productDetails .data, #productDetails .description, #productDetails .keywords, #productDetails .shipmentInfos, #productDetails .companyData  {
    margin-bottom: 20px;
  }
  
  #productDetails .disclaimer {
    margin-top: 20px;
  }     

/*------------------------------------------------------------------------------------
  search results
------------------------------------------------------------------------------------*/

.searchResults .subCategories {
  margin: 10px 0 20px 0;
  list-style: none;
}

  .searchResults ul.subCategories a {
    display: block;
    height: 16px;
    background: url(../images/categories-arrow.gif) -10px no-repeat;
    padding: 3px 0 0 16px;    
  }
  
  .searchResults ul.subCategories li {
    float: left;
    width: 210px;
    margin: 0;
    overflow: hidden;
  }  
  
  .searchResults ul.subCategories li.last {
    float: none;
    clear: both;
  }   
  
/*------------------------------------------------------------------------------------
  product search results
------------------------------------------------------------------------------------*/

#productSearchResults .numberOfResults {
  font-weight: bold;
  margin-top: 12px;
}

#productSearchResults table td {
  vertical-align: top;
  padding: 6px 6px 0 0;
}

#productSearchResults table td.checkbox {
  width: 20px;
}

#productSearchResults table td.image {
  width: 120px;  
}

#productSearchResults table td.image .thumbnail {
  position: relative;  
  width: 120px;
}

#productSearchResults table td.description {
  width: 390px;
}

#productSearchResults table td.description em {
  color: #888;
  font-weight: bold;
  padding-top:2px;
  display: block;
}

#productSearchResults table td.buttons {
  width: 80px;
  text-align: right;
}

#productSearchResults table td.buttons img {
  padding-bottom: 4px;
}

#productSearchResults h3 {
  font-weight: normal;
}

#productSearchResults div.description {
  padding-top: 3px;
}

#productSearchResults .paginator {
  padding: 6px 0;
}

#productSearchResults .seeAlso, #suppliersSearchResults .seeAlso {
  margin: 10px 0;
  color: #a0a0a0;
}

#productSearchResults .seeAlso a, #suppliersSearchResults .seeAlso a {
  font-size: 11px;
  color: #a0a0a0;
}

/*------------------------------------------------------------------------------------
  suppliers search results
------------------------------------------------------------------------------------*/

#suppliersSearchResults .numberOfResults {
  font-weight: bold;
  margin-top: 12px;
}

#suppliersSearchResults table td {
  vertical-align: top;
  padding: 6px 6px 0 0;
}

#suppliersSearchResults table td.logo {
  width: 149px;
  height: 89px;
  text-align: center;
  padding: 8px 0 8px 8px;
}

#suppliersSearchResults table td.description {
  width: 410px;
  height: 100px;
  padding-left: 8px;
}

#suppliersSearchResults table td.description em {
  color: #888;
  font-weight: bold;
}

#suppliersSearchResults table td.description h2 {
  margin-bottom: 4px;
}

#suppliersSearchResults table td.long {
  width: 575px;
}

#suppliersSearchResults table td.flag {
  width: 48px;
}

#suppliersSearchResults td.logo img {
  border: 1px solid #a0a0a0;
  padding: 4px;  
  background: #fff;  
}

#suppliersSearchResults div.description {
  padding-top: 3px;
}

#suppliersSearchResults .paginator {
  padding: 6px 0;
}

#suppliersSearchResults .verified {
  padding: 6px 0;
}

/*------------------------------------------------------------------------------------
  casts search results
------------------------------------------------------------------------------------*/

#castSearchResults .numberOfResults {
  font-weight: bold;
  margin: 12px 0;
}

#castSearchResults table td {
  vertical-align: top;
  padding: 6px 6px 6px 0;
}

#castSearchResults table td.image {
  width: 120px;  
}

#castSearchResults table td.image .thumbnail {
  position: relative;  
  width: 120px;
}

#castSearchResults table td.description {
  width: 464px;
}

#castSearchResults table td.longDescription {
  width: 536px;
  padding-left:6px;
}

#castSearchResults table td.description em {
  color: #888;
  font-weight: bold;
  padding-top:2px;
  display: block;
}

#castSearchResults table td.buttons {
  width: 80px;
  text-align: right;
}

#castSearchResults table td.buttons img {
  padding-bottom: 4px;
}

#castSearchResults h3 {
  font-weight: normal;
}

#castSearchResults div.description {
  padding-top: 3px;
}

#castSearchResults .seeAlso, #suppliersSearchResults .seeAlso {
  margin: 10px 0;
  color: #a0a0a0;
}

#castSearchResults .seeAlso a, #suppliersSearchResults .seeAlso a {
  font-size: 11px;
  color: #a0a0a0;
}

/*------------------------------------------------------------------------------------
  cart
------------------------------------------------------------------------------------*/

#cartContent table td {
  vertical-align: top;
  padding: 6px 6px 0 0;
}

#cartContent table td.checkbox {
  width: 20px;
}

#cartContent table td.image {
  width: 120px;
}

#cartContent table td.description {
  width: 366px;
}

#cartContent div.buttons {
  width: 80px;
}

#cartContent td.amount {
  width: 24px;
}

#cartContent td.amount input {
  width: 24px;
}

#cartContent a.thumb {
  float: left;
}

#cartContent h3 {
  font-weight: normal;
}

#cartContent div.description {
  padding-top: 3px;
}

#cartContent .quickselect {
  padding: 6px 0;
}

/*------------------------------------------------------------------------------------
  registration 
------------------------------------------------------------------------------------*/

/***** step 1 *****/
#registrationStep1 .selectType {
  width: 536px;
  margin-top:30px;  
  text-align: center;
}

#registrationStep1 .info {
  border: 2px solid #c4dff4;
  margin: 10px;
  padding: 0; 
  margin-left: 119px;
}

#registrationStep1 .info h2 {
  background: #c4dff4;
  color: black;
  font-size: 17px;
  padding: 8px;
  margin: 0;
}

#registrationStep1 .trader {
  width: 294px;
  height: 300px;    
}

#registrationStep1 .visitor {
  margin-top: 20px;
  width: 294px;
  height: 220px;    
}



#registrationStep1 .info h3 {
  font-size: 17px;
  padding: 20px 10px 10px 10px;  
  margin: 0;
}

#registrationStep1 .info p {
  text-align: left;
  padding: 0 10px;
}

#registrationStep1 .info a.signup {
  font-size: 12px;
  padding: 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

  
/***** step 2 *****/  
#registrationStep2 select, #registrationStep2 input.text, #registrationStep2 textarea {
  width: 300px;
}

#registrationStep2 input.short {
  width: 140px;
}

#registrationStep2 label {
  width: 536px;
  float: left;
}

#registrationStep2 .checkboxes {
  float: left;
  width: 302px;
  height: 120px;
  overflow: auto;
  border: 1px solid #a0a0a0;
  margin-right: 4px;
}

#registrationStep2 .checkboxes label {
  float: none;
  display: inline;
  font-weight: normal;
}

#registrationStep2 .checkbox {
  float: none;
}

#registrationStep2 label.checkbox {
  width: auto;
  display: inline;
}

#registrationStep2 h2 {
  color: #666;
  font-size: 13px;
  margin: 10 0 16px 0;    
  padding: 0 0 4px 0;
  border-bottom: 1px dashed #a0a0a0;
}

/*------------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------------*/

#contactInfo ul {
  list-style: none;
}

#contactInfo h3 {
  width: 320px;
  float: left;
  height: 30px;
  font-size: 12px;
  margin: 0;
  color: black;
}

#contactInfo .address {
  width: 210px;
  float: left;
  height: 30px;  
}

#contactForm form.entry fieldset {
    float: left;
    margin-bottom: 16px;
    margin-right: 20px;
}

/*------------------------------------------------------------------------------------
  account area
------------------------------------------------------------------------------------*/

/***** login *****/

#loginForm {
  width: 294px;
  border: 2px solid #c4dff4;
  margin: 30px 10px 10px 116px;
  padding: 0;
  text-align: left;   
}

#loginForm h2 {
  background: #c4dff4;
  color: black;
  font-size: 17px;
  padding: 8px;
  margin: 0;
  text-align: center;
}

#loginForm form {
  padding: 10px;  
}

#loginForm a.signup {
  font-size: 12px;
  padding: 10px 10px 0 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

/***** activation *****/

#activationPage fieldset {
  margin: 20px 0;
}

/***** forgot password *****/

#forgotPwdForm {
  width: 294px;
  border: 2px solid #c4dff4;
  margin: 30px 10px 10px 116px;
  padding: 0;
  text-align: left;   
}

#forgotPwdForm h2 {
  background: #c4dff4;
  color: black;
  font-size: 17px;
  padding: 8px;
  margin: 0;
  text-align: center;
}

#forgotPwdForm form {
  padding: 10px;  
}

/***** set new password *****/

#setNewPwdForm {
  width: 294px;
  border: 2px solid #c4dff4;
  margin: 30px 10px 10px 116px;
  padding: 0;
  text-align: left;   
}

#setNewPwdForm h2 {
  background: #c4dff4;
  color: black;
  font-size: 17px;
  padding: 8px;
  margin: 0;
  text-align: center;
}

#setNewPwdForm form {
  padding: 10px;  
}

  
/*------------------------------------------------------------------------------------
  rss information page
------------------------------------------------------------------------------------*/  
#rssInfo.info {
  background: url(../images/rss-bg.jpg) no-repeat;
  background-position: 380px 20px;
}

/*------------------------------------------------------------------------------------
  inquiry
------------------------------------------------------------------------------------*/
#inquiryForm ul {
  list-style: none;
}

/*------------------------------------------------------------------------------------
  ads
------------------------------------------------------------------------------------*/

.blockad {
 width: 252px;
 height: 251px;
 float: right;
 padding: 4px 10px 4px 10px;
}

.adproduct {
 padding: 20px 0 0 80px;
}

#rightCol #adsBox .content {
  padding: 20px 0 0 12px; 
}

 #rightCol #adsBox .ad {
    border: 1px dashed #A0A0A0;
    height: 60px;
    margin-top: 20px;
    padding: 30px 10px 10px;
    text-align: center;
    width: 97px;
  }
  
 #rightCol #adsBox .ad.first {
    margin-top: 0px;
    margin-bottom: 20px;
  }  
 
 /*------------------------------------------------------------------------------------
  supplier area
------------------------------------------------------------------------------------*/

#supplierAreaHeader {
  position: relative;
  margin-bottom: 16px;
}

#supplierAreaHeader .supplierHeader a {
  position: absolute;
  right: 10px;
  top: 10px;
}

#supplierAreaHeader h2 {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  font-style: italic;
}

#supplierAreaHeader h2 {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  font-style: italic;
}

/***** start page *****/

#supplierAreaStart h1 {
  margin: 10px 0 10px 0;
  width: 490px;
}

#supplierAreaStart .logoAndTitle {
  position: relative;
  width: 540px;
  height: 44px;
}

#supplierAreaStart .logoAndTitle a {
  position: absolute;
  right: 0;
  top: -4px;
}

#supplierAreaStart #allProducts {
  margin-top: 14px;    
}

#supplierAreaStart .product {
  width: 140px;
  height:126px;
  padding: 4px 0;
  float:left;
  margin: 0 18px 18px 0;    
}

  #supplierAreaStart .last {
    margin: 0 0 20px 0;
  }

  #supplierAreaStart h3 {
    margin: 0;
    padding: 4px 4px 0 12px;
  }  
  
  #supplierAreaStart h3 a {
    font-weight: normal;
    text-decoration: underline;
  }   

  #supplierAreaStart .product a.thumb {
    margin-left: 12px;
  }
  
  #supplierAreaStart .blockAd {
    float: left;
  }  
    
  #supplierAreaStart .data {
    padding-bottom: 10px;
  }  
      
  #supplierAreaStart table {
    float: left;  
  }    
      
  #supplierAreaStart table th, #supplierAreaStart table td {
    text-align: left;
    padding: 6px;
    border-bottom: 1px dashed #a0a0a0;  
    vertical-align: top;
  }
      
  #supplierAreaStart table th {
    width: 110px;
    border-bottom: 1px dashed #a0a0a0;
  } 
  
  #supplierAreaStart table td {
    width: 160px;    
  }    
    
  #supplierAreaStart table td.wide {
    width: 510px;    
  }  
      
  #supplierAreaStart table a {
    text-decoration: underline;
    font-size: 11px;
  }  
  
  #supplierAreaStart ul, ol {
    margin-left: 20px;
  }

  #supplierAreaStart h2 {
    color: #666;
    font-size: 13px;
    margin: 0 0 6px 0;    
    padding: 0 0 4px 0;
    border-bottom: 1px dashed #a0a0a0;
  }

  #supplierAreaStart .intro, #supplierAreaStart .products, #supplierAreaStart .contact {
    margin-bottom: 12px;
  }

  #supplierAreaStart .intro .buttons {
    margin-bottom: 12px;
  }
  
  #supplierAreaStart .welcomeText p {
    margin-top: 0;
  }   
    
  #supplierAreaStart .teaserText {
    padding-bottom: 10px;
    font-style: italic;
  }
  
  #supplierAreaStart .intro .data {
    width: 270px;
    float: left;
  }    
  
  #supplierAreaStart .intro .dataWide {
    width: 540px;
    padding-top: 10px;
  }     
  
  #supplierAreaStart .intro .image {
    width: 228px;
    padding: 10px 10px 10px 20px;
    float: left;
  }     
  
  #supplierAreaStart .buttons {
    margin-bottom: 14px;
  }      
  
  #supplierAreaStart .disclaimer {
    margin-top: 20px;
  }     
 
/*------------------------------------------------------------------------------------
  price list
------------------------------------------------------------------------------------*/

#priceList h1 {
  text-align: center;
  font-size: 25px;
}

#priceList h2 {
  text-align: center;
  font-size: 21px;
}

#priceList table.priceList th {
  padding: 8px;
  font-weight: bold;
  font-size: 15px;
  height: 36px;
  vertical-align: middle;
}

#priceList table.priceList tr.first th {
  font-size: 21px;
}

#priceList table.priceList th span {
  font-size: 21px;
}

#priceList table.priceList td {
  padding: 12px;
  width: 119px;
  text-align: center;  
  font-size: 13px; 
  height: 36px;  
  vertical-align: middle; 
  border-bottom: 1px dashed #a0a0a0;
}

#priceList table.priceList td.first {
  text-align: left;
  width: 100px;
  font-weight: bold;
}

#priceList table.priceList tr.alt td, #priceList table.priceList tr.alt th {
  background-color: #c4dff4; 
}

#priceList table.priceList tr.last td {
  font-weight: bold; 
  font-size: 15px;
}

#priceList .disclaimer {
  margin-top: 20px;
}

/*------------------------------------------------------------------------------------
  cast details
------------------------------------------------------------------------------------*/

#castDetails h1 {
  margin: 10px 0 4px 0;
  width: 490px;
}

#castDetails .logoAndTitle {
  position: relative;
  width: 536px;
}

#castDetails .logoAndTitle a.bigflag {
  position: absolute;
  right: 0;
  top: -4px;
}

    
  #castDetails .intro {
    margin-top: 20px;
  }  
      
  #castDetails table th, #castDetails table td {
    text-align: left;
    padding: 6px;
    border-bottom: 1px dashed #a0a0a0; 
    vertical-align: top; 
  }
      
  #castDetails table th {
    width: 160px;
    border-bottom: 1px dashed #a0a0a0;
  }
  
  #castDetails table td {
    width: 192px;    
  }    
    
  #castDetails table a {
    text-decoration: underline;
    font-size: 11px;
  }  
  
  #castDetails table td.wide {
    width: 510px;    
  }    

  #castDetails h2 {
    color: #666;
    font-size: 13px;
    margin: 0 0 6px 0;    
    padding: 0 0 4px 0;
    border-bottom: 1px dashed #a0a0a0;
  }

  #castDetails .price {
    padding-bottom: 20px;
    font-size:17px;
    font-weight:bold;  
    color: #2b75bb;  
  }
  
  #castDetails .details {
    padding-top: 10px;
  }
  
  #castDetails .specs {
    padding-top: 10px;  
    width: 256px;
    float:left;  
  }

  #castDetails .buttons {
    padding-top: 4px;
  }
  
  #castDetails .intro, #castDetails .data, #castDetails .description, #castDetails .keywords, #castDetails .companyData  {
    margin-bottom: 20px;
  }
  
  #castDetails .disclaimer {
    margin-top: 20px;
  }     
  
  #castDetails table h2 {
    border-bottom: none;
  }
  
  #castDetails table td.image {
    width: 119px;
  }  
    
  #castDetails table td.description {
    width: 492px;
  }  
  
/*------------------------------------------------------------------------------------
  top ads
------------------------------------------------------------------------------------*/

#topAds {
  padding: 10px;
}

