
@import url('content_common.css');


.cleft {
 position: relative;
}



/*
 *
 * dynamic recommendations: 
 */

.dRecommendItem span {
 display: none;
}

.dRecommendItem {
 margin-left: 7px;
 margin-right: 7px;
 float: left;
}

.dRecommendItem img {
 border: 0;

 /* do fade handling  
 filter:alpha(opacity=50);
 opacity: 0.5;
 -moz-opacity:0.5; 

}

.dRecommendItem .active {
  filter:alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity:1.0
  */
}

/*
 * 
 *  recommendation contentelement:
 * 
 */

.ce-recommend {
	margin-top: 15px;
	margin-left: 14px;
}

#ce-recommend-nav {
	width:  253px;
	height: 53px;
	background-image: url('../graphics/ce_recommend_nav_bg.jpg');
	padding-top: 5px;
	text-align: center;
	background-repeat: no-repeat;
	
	margin-left: 219px;
	margin-top:  -56px; 
	
	position: absolute; 
} 

.ce-recommend .info {
	position: absolute;
	margin-top:  -118px;	
	margin-left: 156px;
}

.ce-recommend a:link,
.ce-recommend a:visited,
.ce-recommend a:active {
	color: #0a99f9;
	text-decoration: none;
	
}

#ce-recommend-nav img {
	border: 1px solid #9c9c9c;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	margin: 0;	
	
	cursor: pointer;
	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5; 
}

#ce-recommend-nav .active {
	border: 1px solid #0a99f9;
	
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0; 
}


#ce-recommend-2, 
#ce-recommend-3, 
#ce-recommend-4, 
#ce-recommend-5 {
	display: none;	
}


div.category {	
  height: 24px;
  line-height: 24px;
  color: white;
  border: none;
  background-image: url("../graphics/title_gradient.png")
}

.category-info  {
	margin-top: 1px;
	margin-left: 5px;
	
	font-size: 11px;
	
	float: left;	
}

.category form {
 padding-top: 2px; 
}

.category-options {
	float: right;
	font-size: 10px;
	margin-top: -2px;	
}

.category-options select {
	border: 1px solid #e0e0e0;
	
	font-size: 10px;
}

/*
 * advisor content element
 */
/*
.advisor {
	width: 227px;
	padding-left: 15px;
	background: #e7e7e7;
	
	height: 160px;
}

.advisor .image {
	float: left;
}

.advisor img {
	border: 1px solid #b5b4b2;
}

.advisor .body {
	line-height: 1.2em;
	color: #808080;
	float: left;
	width: 145px;
	margin-top: -3px;
	padding-left: 8px;
}

.advisor .vskip {
	background: #e7e7e7;
}

.advisor .cat {
	font-size: 10px;
	color: #808080;
	padding-top: 5px;
}
.advisor h3 {
	margin: 0;
	padding: 0;
	color: #0398ff;
	
	font-size: 11px;
	
	padding-bottom: 15px;
}

.ce-small h2 {
	background: #ffffff;
	background-image: url('../graphics/header_cap_grey_small.png');
	background-repeat: no-repeat;	
    background-position: -1px 0px;	
}
*/

/* small product infos:
 */

.single-product-row {

 width:  448px;
 height: 94px;
 
 background-image: url('../graphics/short_product_bg.jpg');	
 
 background-repeat: repeat-x;;
 background-position: 0px 1px;
 
 border-top: none;
 margin-top: 0px;
 
 margin-left: 0px !important;
 padding-left: 0px;
	
}

.single-product-row td {
	vertical-align: top;
	padding-top:    15px;	
	
	font-size: 10px;
	
	color: #0099fd;
}

.single-product-row .image {
	text-align: center;
	
	width: 94px;
		
}

.single-product-row .title {
	height: 32px;
	font-weight: bold;
	
	font-size: 11px;
	
	padding-top:  13px;
}

.single-product-row .values {
	padding-top: 0px;
	width: 65px;	
}

.single-product-row .experts,
.single-product-row .users {
	padding-left: 5px;
}



.single-product-row .experts {
	padding-top: 8px;
	height: 28px;
}
.single-product-row .users,
.single-product-row .price,
.single-product-row .price-na {
	padding-top: 0px;
	
	padding-bottom: 15px;
}

.single-product-row .price
{
 	color: black;
}

.price .na {
	color: #b2b2b2;
}

.price em {
	font-weight: bold;
	font-style:  normal;
	color: #0099fd;
}

hr {
	padding: 0;
	margin-bottom: 0;
	
	border: 0;
	
	border-top: 1px solid #e0e0e0;
}

.frm-catselect {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
}

.micromenu {
	padding-top:    10px;
 	padding-bottom: 8px;	
}

.cright .full {
	border: 0;
	width: 276px;	
	margin-left: 0;
	margin-top:  -7px;
}

.cright div.filter {
 border: 1px solid #c8c8c8;
}

.filter {
	color: black !important;
	padding-left: 5px;
}

.filter a b {
 color: black;
}

.filter form {
 margin: 0px;
}

.filter h4 {
 font-size: 11px;
 margin-top: 5px;
 margin-bottom: 2px;
}

.filter hr {
  border: 0;
  border-top: 1px solid #b5cedf;
  
  margin-top:    8px;
  margin-bottom: 3px;
}

.filter select {
	width: 150px;
	border: 1px solid #e0e0e0;
	font-size: 10px;
}


/* pagenavigation ... */

.pnav {
	width: 100%;	
	margin-left: 0 !important;
	
	border-left: 1px solid white;
	border-right: 1px solid white;
	height: 20px;
	background: #0099ff;
	
	color: #4fb9ff;
}

.pnav td {

	vertical-align: middle;
	
	padding-top: 0;
	padding-bottom: 3px;
	
	margin-top: 0;
	margin-bottom: 0;
}

.pnav .left   { text-align: left;   padding-left:  1px; border-right: 1px solid #4fb9ff; }
.pnav .center { text-align: center; }
.pnav .right  { text-align: right;  padding-right: 1px; border-left:  1px solid #4fb9ff; }



.pnav a:link,
.pnav a:active {
	color: #ffffff !important;
}

.pnav a:visited {
	/* color: #4fb9ff !important; */
	color: #ffffff !important;
	
	border: 0;
}

.pnav img {
	border: none;
}

.pnav .active {
	text-decoration:underline;
}


/* override CE - TOP style: 
 * 
 */

.ce-top-list {
  width: 100%;
  background-image: url('../graphics/ce_top_bg.jpg');
  
  background-repeat: repeat-x;
  
  background-position: 0px 1px;
  
  margin-top: 2px;
  
  border-top: 1px solid #e0e0e0;
  
  margin-left: 0px !important;
  	
}

.ce-top-list .ce-top {
}

.ce-top-list .spacer {
	width: 15px !important;
	
	background: #efefef;
	border-top: 1px solid #ffffff;
}

.ce-top-list .fill {
	width: 22px;
	
}

.ce-top-list .options {
	background: #ffffff;
	background-image: url('../graphics/options_bg.jpg');
	
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	
	height: 21px;
	
	font-size: 10px;
	
	vertical-align: middle !important;
	line-height: 17px;
	
	padding: 0;
	margin:  0;
}

.ce-top-list input {
	float: left;
}

.ce-top-list .left {
	padding-left: 10px;
}

.ce-top-list .middle {
	 text-align: right;	
}

.single {
	margin-top: 10px;	
}




/* main options: 
 * 
 */

.mainoptions {
	margin-top: 11px;
	background: #e5e5e5;
	height: 33px;
}

.mainoptions .left {
	padding: 0;
	padding-left: 15px;
	margin:  0;
	line-height: 30px;
	float: left;
}


.mainoptions .right {
	line-height: 30px;
	
	float: right;
	
	padding-right: 22px;
}

.mainoptions img {
	border: none;
}

.shortskip {
	margin-top: 12px;
}

table.compare {
 color: #333;
 border-collapse: collapse; 
 float: right;
 margin-top: -25px;
 font-size: 11px; 
 z-index: 100;
 position: absolute;
 right: 20px; 
 
}

table.compare td {
 vertical-align: middle;
 text-align: right;
}

.video-badge {
 position: absolute;
}

.product-list {
 border-bottom: 1px solid #c8c8c8;
}

.padvisor {
 font-size: 13px !important;
}

