/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
	}
	#wrap {
		width:984px;
		margin:0 auto;
	    background:url(http://www.pricerebel.nl/e-bay-img/storebg.jpg) repeat-y;
	}
	#header {
    	padding:5px 10px 3px 10px;
		background:url(http://www.pricerebel.nl/e-bay-img/header.jpg) repeat-x;
		height:191px;
	}
	.ritehed
	{
	float:right; width:398px; height:131px; background:url(http://www.pricerebel.nl/e-bay-img/header_right.png) no-repeat;margin-top:31px;margin-right:-11px;
	}
	.appletchl
	{
	padding-left:49px; margin-top:56px;
	}
	.tel
	{
	margin-left:148px;width:248px; height:39px;color:#000;font-size:24px;font-weight:bolder;margin-top:5px;
	}
	.emailid
	{
	 margin-left:185px;width:204px; height:39px;color:#000;font-size:17px;font-weight:bolder;margin-top:-3px;
	}
	.timng
	{
	margin-left:184px;width:301px; height:39px;color:#000;font-size:15px;font-weight:bolder;margin-top:-18px;
	}
	h1 {
	    margin:0;
    }
	a
	{
	text-decoration:none;
	color:#e4e4e4;
	}
	a:hover
	{
	text-decoration:none;
	color:#980059;
	}

	#nav {
		padding:0px;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
    float: left;
    padding: 10px;
    width:777px;
	margin-left:0px;
	min-height:600px;
	height:auto;
	}
	h2 {
		margin:0 0 1em;
	}
	#sidebar {
		float:left;
		width:252px;
		padding:0px;
		background:#393939;
		padding-bottom:20px;
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#393939;
		color:#fff;
	}
	#footer p {
		margin:0;
		float:right;
    }
	#footer a
	{
	color:#e4e4e4;
	font-size:12px;
	padding:2px;
	-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
		text-decoration:none;
	
	}
	#footer a:hover
	{
	color:#fff;
	
	}
	* html #footer {
		height:1px;
	}
	
	
	
	/***CSS MENU*****/
	
	
#cssmenu li { margin-top: 0; padding:6px 0px 0px 0px;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}
#cssmenu {height:44px; 
border-color:#D7DADA #007FC2 #007FC2 #007FC2;
border-width:1px 6px 6px 6px;
border-style:solid;
 -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; background-color: #f4f5f5;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
 width:972px;
 float:right;
 margin-top:-32px;
 

}


#cssmenu > ul > li {
    float: left;
    position: relative;
	border-right:1px solid #d1cece;
	padding:0px 0px;
}

#cssmenu > ul > li > a {
color:#393939;
font-family: Verdana, 'Lucida Grande';
font-size: 14px;
line-height:40px;
padding:15px 26px;
}

#cssmenu > ul > li > a:hover {color: rgb(250,250,250);padding:14px 26px 16px;
background-color:#007FC2;
 }


#cssmenu > ul > li > ul {
    visibility: hidden;
    padding: 5px 0 20px 0;
    background:#2c2c2c;
    text-align: left;
    position: absolute;
    top:49px;
    left: 50%;
    margin-left: -57px;
    width:235px;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		z-index:100;
}


#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}


#cssmenu > ul ul > li { position: relative; }

#cssmenu ul ul a{
    color:#CCCCCC;
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;
	    background:#2c2c2c url(http://www.pricerebel.nl/e-bay-img/arrow.png) left no-repeat;
    padding:11px 10px 11px 21px;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
		margin-left:11px;}

#cssmenu ul ul a:hover {background-color: rgb(240,240,240); margin-left:0px;}


#cssmenu ul ul ul {
    visibility: hidden;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background:#2c2c2c;
    text-align: left;
    width: 160px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}


#cssmenu ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}


#cssmenu ul ul a:hover{
    background-color:#424242;
    color:#fff;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-khtml-transition:all 0.4s;
	transition:all 0.4s;
}
/***Social Icon***/
.social
{
height:32px; 
width:32px;
 float:right;
 margin:2px 2px 13px 2px;
 }
 .social:hover
 {
 -webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-khtml-transition:all 0.4s;
	transition:all 0.4s;
	}

 #twitter
 {
background:url("img/twtr.png"); 
background-position: 65px 0px !important
}
 #twitter:hover
 {
background-position: 32px 32px !important
}
 #fbk
 {
background:url(http://www.pricerebel.nl/e-bay-img/fb.png);
background-position: 65px 0px !important
}
#fbk:hover
 {
background-position: 32px 32px !important
}

#pin
 {
background:url(http://www.pricerebel.nl/e-bay-img/pnterst.png);
background-position: 65px 0px !important
}
#pin:hover
 {
background-position: 32px 32px !important
}

.btn
{
height:24px; 
width:24px;
 float:right;
 margin:-4px 2px 13px 2px;
   
 }
 .btn:hover
 {
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

	}
#go
 {
background:url(http://www.pricerebel.nl/e-bay-img/goo.png);
background-position: 48px 0px !important;

}

 #go:hover
 {
background-position: 48px 25px !important;
	
}
.leftsearch
{
background:#393939; width:87%; height:auto;margin-top:45px; padding:12px 30px 12px 6px; border-top:1px solid #595e66; border-bottom:1px solid #595e66; border-left:none;	border-right:none;
}
.textsrch
{
width:80%; background:transparent; border:none; color:#c9c9c9; 
}
.leftcontcolum
{
width:96%; padding:2%; height:auto; float:left; padding-top:12px;
}

.anchfeed
{

   
    border-left: 2px solid #515151;
    color: #e4e4e4;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 17px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 9px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    width: 87%;
	text-decoration:none;
}
.anchfeed:hover
{
color:#fff;
background-color:#515151;
border-left:2px solid #980059;
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}
.cathead
{
width:91%; height:23px; padding:12px;margin-top:244px; background-color:#980059; color:#fff; overflow:auto; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:19px;
}

.abthead
{
width:91%; height:23px; padding:12px;margin-top:0px; background-color:#980059; color:#fff; overflow:auto; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:19px;
}
/****Expand menu***/
ul.nice-menu {
  list-style: none;
  margin-top: 4px;
  width: 300px;
  margin-left:-36px;
}

@-moz-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 200px;
    padding-left: 20px;
  }
}
@-webkit-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 200px;
    padding-left: 20px;
  }
}

@-moz-keyframes shrink {
  
  0% {
    width: 200px;
    padding-left: 20px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-webkit-keyframes shrink {
  
  0% {
    width: 200px;
    padding-left: 20px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

ul.nice-menu li {
  width: 5px;
  height: 30px;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  margin-top: 3px;
  background: transparent;
  width: 5px;
   
}

ul.nice-menu.tight li {
  margin-top: 0 !important;

}

ul.nice-menu li {
  -moz-animation-name: shrink;
  -moz-animation-duration: 0.7s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: shrink;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
   
}



ul.nice-menu li:hover {
  width: 220px;
  padding-left: 20px;
  -moz-animation-name: expand;
  -moz-animation-duration: 0.7s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: expand;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  
}



ul.nice-menu a {
  width: 200px;
  text-decoration: none;
  font-size: 11px;
  color: #e4e4e4;

  font-weight: lighter;
  position: absolute;
  padding: 5px 0px;
  padding-left: 10px;
  text-transform:uppercase;
    border-bottom:1px solid #4f4f4f;
 width:210px;
     
}



ul.nice-menu li.bright {
  background: rgb(75,75,75);
   border-bottom:1px solid #4f4f4f;



}	

/***About store***/
.abtst
{

    border-left: 2px solid #515151;
    color: #e4e4e4;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    margin-bottom: -3px;
    margin-left: 8px;
    margin-right: 0px;
    margin-top: 9px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    width: 33%;
	text-decoration:none;
}
.abtst:hover
{
color:#fff;
background-color:#515151;
border-left:2px solid #980059;
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}

/**Store main side menu***/
.mainstrmen
{
   
    border-bottom: 1px solid #515151;
    color: #e4e4e4;
    float: left;
	text-align:right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 17px;
    margin-bottom: 0px;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 9px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    width: 87%;
	text-decoration:none;

}
.mainstrmen:hover
{
color:#fff;
font-weight:bold;
background-color:#515151;
border-bottom:1px solid #980059;
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}

.newslter
{
background:#393939; width:86%; height:35px;margin-top:45px; padding:16px 30px 0px 6px; border-top:1px solid #595e66; border-bottom:1px solid #595e66; border-left:none;	border-right:none;
overflow:auto;
}
.newshedi
{
color: #424242;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 12px;
    padding: 3px;
}
/***Drop shadow***/
 .drop-shadow {
            position:relative;
            float:left;
            width:95%;
			height:auto;   
            padding:11px; 
            margin:6px 2px 6px 2px; 
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
					border-radius:8px;
        }
		
.drop-shadow h3
{
color:#c20271;
font-size:22px;
font-weight:lighter;
}

.drop-shadow p
{
color: #5B5B5A;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
}
		
 .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
			
        }
		
		.imgeproduct
{

    float: left;
    height: 140px;
    width: 198px; margin:5px 5px 10px 2px;
  border:2px solid #e4e4e4;
 
  position:relative
	}
	
	
	
.prodctshcse
{

    float: left;
    height: 237px;
    width: 210px; margin:5px 5px 10px 5px;
-moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  border:2px solid #e4e4e4;
  opacity:0.8;
  font-size:14px;
 font-weight:bold;
 color:#666;
  padding-left:5px;
  -webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-khtml-transition:all 0.4s;
	}
	
	
	.prodctshcse:hover
{

  border:2px solid #980059;
  opacity:1.0;
 
}
.prodctshcse a
{
color:#3f3f3f;
}
.prodctshcse a:hover
{
color:#fff;
background-color:#99b033;
}
.prodctshcse span
{
width:100%;
}
#feed
{
color:#e4e4e4;
}
#shop
{color:#333333;
}
#shop:hover
{color:#fff;
}


.button_example{
border:1px solid #d7dada;
float:right;
margin-right:8px;
margin-top:18px;
width:83%;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px; 
text-align: center; color: #FFFFFF;
 background-color: #f4f5f5;
 font-size:12px;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
 text-decoration:none;
}

.button_example:hover{
 border:1px solid #69033f; background-color: #99b033;
background-image: linear-gradient(bottom, rgb(152,0,89) 0%, rgb(194,2,114) 66%);
background-image: -o-linear-gradient(bottom, rgb(152,0,89) 0%, rgb(194,2,114) 66%);
background-image: -moz-linear-gradient(bottom, rgb(152,0,89) 0%, rgb(194,2,114) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(152,0,89) 0%, rgb(194,2,114) 66%);
background-image: -ms-linear-gradient(bottom, rgb(152,0,89) 0%, rgb(194,2,114) 66%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(152,0,89)),
	color-stop(0.66, rgb(194,2,114))
);
   -webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-khtml-transition:all 0.4s;
}
	
.rghtads
{
float:right; height: 181px;
width: 154px; background-color:#009933;
	}
	.ebylog
	{
	margin:14px;
	opacity:0.5;
	   -webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-khtml-transition:all 0.4s;
	}
	.ebylog:hover
	{
	opacity:1.0;
	}
	
	input:focus {
    outline:none;
}



.rightmen
{
float:left;
background:url(http://www.pricerebel.nl/e-bay-img/normal.jpg) repeat; width:177px; height:auto;  margin-bottom:0px;
font-weight:lighter;
-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-khtml-transition:all 0.8s;
	padding-top:0px;
	padding-bottom:32px;
	text-align:center;
	text-transform:none;
	font-size:17px;
	color:#e4e4e4;
	margin-left:5px;
	border-radius:8px;
	border-bottom:2px solid #007FC2;
	margin-top:15px;
}
.mentop
{
background: url(http://www.pricerebel.nl/e-bay-img/panelbg.png) no-repeat scroll center top transparent; color: #ffffff; width: 100%; padding-top:7px; height:29px;
}
.rightmen ul a
{
text-decoration:none;
color:#424242;
}
.rightmen ul
{
color: #424242;
    font-size: 13px;
    line-height: 18px;
    list-style: none outside none;
    margin:5px 0px 0px 0px;
    padding: 0 0 0 0px;
    text-align: left;
    width:175px;
	font-weight:bold;
}
.rightmen ul li
{
padding:4px 4px 4px 8px;
margin-bottom:2px;
}
.rightmen ul li:hover
{
margin-bottom:2px;
background-color:#007FC2;
color: #ffffff;
}


/************EBAY CSS***/
.pagecontainer
{
width:985px;
margin:0 auto;
background:url(http://www.pricerebel.nl/e-bay-img/storebg.jpg) repeat-y;
}

table.v4acp td.v4vspacer
{
height:0px;
}
table.v4midBox
{
border:none;
}
.ritehed form input[type="text"]
{
background-color:#fff;
padding:3px;
border:none;
width:177px;
color:#595E66;
height:15px;
border-radius:3px;
}
.ritehed form input[type="text"]:hover
{
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ritehed form input[type="text"]:focused
{
border:4px solid #007FC2;
-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ritehed form input[type="submit"]
{
color:#fff; 
background-color:#FFB908; 
height:15px; 
width:31%;
margin:0px;
padding:4px 5px 19px 6px; 
width:auto; 
border:1px solid #056DA3;
cursor:pointer;
-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ritehed form input[type="submit"]:hover
{
background-color:#CC5954;
border:1px solid #007FC2;
color:#fff;
}


.v4sbox
{
background-color:#fff;
padding:9px 0 6px 6px;
border:none;
width:83px;
color:#595E66;
height:13px;
color:#595E66;
border-radius:3px;
border:1px solid #056DA3;
}
.v4sbox:hover
{
border:4px solid #c2db56;
-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.v4sbox:focused
{
border:4px solid #007FC2;
-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
td.v4mid form table td input[type="submit"]
{
color:#fff; background-color:#007FC2; height:15px; width:31%;margin-left:-5px;padding:4px 5px 23px 6px;border-radius:20px; width:auto; border:3px solid #056DA3;
cursor:pointer;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;

}
td.v4mid form table td input[type="submit"]:hover
{
background-color:#056DA3;
border:3px solid #007FC2;
color:#424242;
}
table.v4acpcont
{
width:177px;
margin-left:5px;
}
div.lcat
{
width:150px;
}
.lcat ul
{
width:173px;
margin-left:-4px;
}
.lcat .lev1 li
{
padding:8px;
margin:0px;
}
.lcat a.all_cats
{
color:#999;
}

.lcat .lev1 li:hover
{
 background-color: #007FC2;
}
.lcat .lev1 li a
{
color:#424242;
}
table.v4clp td ul
{
list-style:none;
margin:0px 0px 0px -5px;
width:173px;
}
table.v4clp li
{
padding:8px;
margin:0px;
font-weight: bold;
}
table.v4clp li.v4f
{
padding-top:8px;

}
table.v4clp li:hover
{
 background-color: #007FC2;
 font-size: 13px;
}
td#CentralArea div.v4stabl
{
width:560px;
}
table.v4clp li a
{
color:#424242;
}

table.v4midBox tr.v4acp_mid td.v4mid
{
padding:5px;
}
table.v4acp tr.v4acp_head td.v4accent
{
width:0px;
}
table.v4acp tr.v4acp_head td.v4title
{
background:url(http://www.pricerebel.nl/e-bay-img/panelbg.png) no-repeat;
height:26px;
}
table.v4midBox tr.v4acp_mid td.v4mid
{
background:url(http://www.pricerebel.nl/e-bay-img/normal.jpg) repeat-y;
padding-bottom:22px;
border-radius:0px 0px 8px 8px;
border-bottom:2px solid #007FC2
}
.r3
{
width:68%;
margin-left:-27px;
}
.lcat .ttl
{
font-size:0px;
}
.fpcc .countClass
{
color:#007FC2;
}
table.gallery
{
width:183px;
height:304px;
background:url(http://www.pricerebel.nl/e-bay-img/bglist.jpg) no-repeat;
}
table.gallery td.picture
{
height:70px;
}
table.gallery td.picture .image img
{
height:100px;
}
table.gallery div.ttl
{
margin:-41px 0 2px;
font-size:12px;
font-weight:bold;
}
table.gallery div.ttl a
{
color:#424242;
}
table.gallery div.ttl a:hover
{
color:#007FC2;
}
.bin .g-b
{
font-size:14px;
color:#007FC2;
}
.stBadge-midContent
{
background-color:#fafafa;
}
.stBadge-midContent td
{
background-color:#fafafa;
}
table.v4acp td.v4baccent
{
height:0px;
}
table.pgbc
{
background-color:#fff;
 background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 23px 23px 23px 23px;
}
.form  input[type="submit"]{
color:#fff; background-color:#007FC2; height:15px; width:31%;margin:0px;padding:4px 5px 23px 6px;border-radius:20px; width:auto; border:3px solid #056DA3;
cursor:pointer;
-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.form input[type="submit"]:hover
{
background-color:#056DA3;
border:3px solid #007FC2;
color:#424242;
}
.v4title h2
{
color:#000;
}
.v4title font
{
size:12px;
color:#000;
}

/***listing showcase***/
#fmt {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e4e4e4;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    height:505px;
    margin: 10px auto;
    position: relative;
    width:478px;
	float:left;
}
#fmt a.photos {
    color: #000000;
    cursor: default;
    display: inline;
    float: left;
    height:60px;
    padding:7px 4px 2px 16px;
    text-decoration: none;
    width:60px;
	border:3px solid #ccc;
	margin:4px;
}
#fmt a.photos img.thumb {
    display: block;
	width:60px;
	height:60px;
	text-decoration:none;
}

#fmt a.photos span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #FFFFFF;
    display: none;
    margin-left:32px;
    text-align: center;
    width:400px;
}
#fmt a.photos span img{
    border: 1px solid #FFFFFF;
    margin: 10px auto;
	width:400px;
	height:400px;
	float:left;
	
}
#fmt a.photos:hover {
    white-space: normal;
    border:3px solid #007FC2;
	-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;

}
#fmt a.photos:hover img.thumb {
    border: 1px solid #FFFFFF;
}
#fmt a.photos:hover span {
    display: block;
    height: 400px;
    left: 0px;
    position: absolute;
    top: 80px;
    z-index: 10;
}
#fmt a.photos:active img.thumb {
}
#fmt a.photos:active span {
    display: block;
    height:400px;
    left:0px;
    position:absolute;
	top:80px;
    z-index: 5;
	width:418px;
	border:1px solid #ccc;
}

#fmt a.photos:focus {
    outline: 0 none;
}
#fmt a.photos:focus img.thumb {

}
#fmt a.photos:focus span {
    display: block;
    height:400px;
    left:0px;
    outline: 0 none;
    position: absolute;
    top:80px;
    z-index: 5;
	width:418px;
	
}
#fmt span.info {
    clear: left;
    color: #EEEEEE;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 200px 0 0;
    text-align: center;
    width: 600px;
    z-index: 1;
	}
	
	
	
.prdfeatuhead
{
background:url(http://www.pricerebel.nl/e-bay-img/titledescp.png) no-repeat;     
float: right;     
height: 29px;     
margin-right:-15px;     
width: 291px;
text-align:center;
padding-top:7px;
color: #ffffff;
}

.belwcontner
{
background:url(http://www.pricerebel.nl/e-bay-img/descrp.jpg) repeat;float: right;height:auto; 
padding-bottom:20px;
margin-right:-16px;     
width: 278px;
padding-left: 14px;
border-bottom:2px solid #007FC2; 
margin-bottom: 15px;
padding-top: 10px;
border-radius:8px;
font-size: 12px;
color: #666666;
}

.belwcontner2
{
background:url(http://www.pricerebel.nl/e-bay-img/descrp.jpg) repeat;float: right;height:auto; 
padding-bottom:20px;
margin-right:-16px;     
width: 258px;
padding-left: 14px;
border-bottom:2px solid #007FC2; 
margin-bottom: 15px;
padding-top: 10px;
border-radius:8px;
font-size: 12px;
color: #666666;
padding-right: 20px;
}

.belwcontner p, .belwcontner2 p
{
font-size:13px;
color:#444;
padding:4px 11px;
line-height:21px;
}
.belwcontner ol, .belwcontner2 ol
{
width:244px;
font-size:13px;
color:#666666;
}
.belwcontner ol li, , .belwcontner2ol li
{
list-style:lower-roman;
padding:3px;
}
/**************TAB CONTAINER**************/

.tab-container
			{
				position: relative;
			}
			.tab-container .tab-radio
			{
				display: none;
			}
			.tab-container .tab
			{
				display: block;
				width:auto;
				height:19px;
				float: left;
				position: relative;
				top: 0px;
				padding:10px 28px;
				margin-right:4px;
				border-bottom:2px solid #ccc;			
				-moz-border-top-left-radius: 1ex;
				-ms-border-top-left-radius: 1ex;
				-o-border-top-left-radius: 1ex;
				-webkit-border-top-left-radius: 1ex;
				border-top-left-radius: 1ex;
				-moz-border-top-right-radius: 1ex;
				-ms-border-top-right-radius: 1ex;
				-o-border-top-right-radius: 1ex;
				-webkit-border-top-right-radius: 1ex;
				border-top-right-radius: 1ex;
				background-color: #f4f5f5;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
				background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
				background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
				background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
				background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
				background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);\color: #424242;
				font-size:13px;
				text-decoration: none;
				text-align: center;
				cursor: pointer;
			}
			
			.tab-container-custom .tab
			{
				display: block;
				width:auto;
				height:19px;
				float: left;
				top: 0px;
				padding:10px 28px;
				margin-right:4px;
				border-bottom:2px solid #ccc;			
				-moz-border-top-left-radius: 1ex;
				-ms-border-top-left-radius: 1ex;
				-o-border-top-left-radius: 1ex;
				-webkit-border-top-left-radius: 1ex;
				border-top-left-radius: 1ex;
				-moz-border-top-right-radius: 1ex;
				-ms-border-top-right-radius: 1ex;
				-o-border-top-right-radius: 1ex;
				-webkit-border-top-right-radius: 1ex;
				border-top-right-radius: 1ex;
				background-color:#007FC2;
				background-image: linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -o-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -moz-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -webkit-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -ms-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				z-index: 100;
				border-bottom: 2px solid #CD605C;
				color:#FFFFFF;
				font-size:13px;
				margin-bottom: 0px;
			}
			
			.tab-container .tab-radio:checked ~ .tab,
			.tab-container .tab-radio:active ~ .tab
			.tab-container .tab-radio:active ~ .tab
			{
				background-color:#007FC2;
				background-image: linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -o-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -moz-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -webkit-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				background-image: -ms-linear-gradient(bottom, #E3A716 0%, #F6BE2B 91%);
				z-index: 100;
				border-bottom: 2px solid #CD605C;
				color:#FFFFFF;
				font-size:13px;
				
			}
			.tab-container .tab-radio:checked ~ .tab
			{
				width:auto;
			}
			.tab-container .tab-radio:checked ~ .tab:before
			{
				content: "";
			}
			.tab-container .tab-radio:checked ~ .tab:before
			{
				
			}
			.tab-container .tab-page
			{
				visibility: hidden;
				z-index: 50;
				background-color: white;
				color: black;
				display:block;
				position: absolute;
				top:41px;
				left: 0px;
				height: 22em;
				width:662px;
				float: left;
				padding: 0.5em;
				margin: 0ex;
				-moz-transition: visibility 0s ease-out 0.3s;
				-ms-transition: visibility 0s ease-out 0.3s;
				-o-transition: visibility 0s ease-out 0.3s;
				-webkit-transition: visibility 0s ease-out 0.3s;
				transition: visibility 0s ease-out 0.3s;
				
				    background-color: white;
				padding: 10px 10px;
				height:auto;
				 
				box-shadow:4px 4px 2px #ccc;
				-moz-box-shadow:4px 4px 2px #ccc;
				-webkit-box-shadow:4px 4px 2px #ccc;
				border-radius: 0 5px 5px 5px;
				-moz-border-radius: 0 5px 5px 5px;
				-webkit-border-radius: 0 5px 5px 5px;
				-moz-transition: visibility 0s ease-out 0.3s;
				-ms-transition: visibility 0s ease-out 0.3s;
				-o-transition: visibility 0s ease-out 0.3s;
				-webkit-transition: visibility 0s ease-out 0.3s;
				background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: -ms-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: -o-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: -webkit-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				border-top:1px solid #ccc;
				border-right:1px solid #ccc;
				border-left:1px solid #ccc;
				}
				

.tab-page {
			
				 color: #666666;
				font-size: 14px;
				line-height: 22px;
			}
			
			.tab-container-custom .tab-page
			{
			
				z-index: 50;
				background-color: white;
				color: #666666;
				display:block;
				top:41px;
				left: 0px;
				height: 22em;
				width:662px;
				float: left;
				padding: 0.5em;
				margin: 0ex;
				
				
				    background-color: white;
    padding: 10px 10px;
    height:auto;
     
    box-shadow:4px 4px 2px #ccc;
    -moz-box-shadow:4px 4px 2px #ccc;
    -webkit-box-shadow:4px 4px 2px #ccc;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
	-moz-transition: visibility 0s ease-out 0.3s;
				-ms-transition: visibility 0s ease-out 0.3s;
				-o-transition: visibility 0s ease-out 0.3s;
				-webkit-transition: visibility 0s ease-out 0.3s;
				background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: -ms-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: -o-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: -webkit-linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				background: linear-gradient(top, rgb(240,240,240) 0%, rgb(255,255,255) 100% );
				border-top:1px solid #ccc;
				border-right:1px solid #ccc;
				border-left:1px solid #ccc;
				
				-moz-opacity: 1;
				-ms-opacity: 1;
				-o-opacity: 1;
				-webkit-opacity: 1;
				opacity: 1;
				-moz-transition: opacity 0.3s ease-in 0.15s;
				-ms-transition: opacity 0.3s ease-in 0.15s;
				-o-transition: opacity 0.3s ease-in 0.15s;
				-webkit-transition: opacity 0.3s ease-in 0.15s;
				transition: opacity 0.3s ease-in 0.15s;
				
			}
			
			
			.tab-container .tab-radio:checked ~ .tab-page
			{
				visibility: visible;
			}
			.tab-container .tab-page > *
			{
				-moz-opacity: 0;
				-ms-opacity: 0;
				-o-opacity: 0;
				-webkit-opacity: 0;
				opacity: 0;
				-moz-transition: opacity 0.3s ease-out 0s;
				-ms-transition: opacity 0.3s ease-out 0s;
				-o-transition: opacity 0.3s ease-out 0s;
				-webkit-transition: opacity 0.3s ease-out 0s;
				transition: opacity 0.3s ease-out 0s;
				
				
				
			}
			.tab-container p, .tab-container-custom p
			{
			 color: #666666;
			font-size: 14px;
			line-height:22px;
	
			}
			.tab-container h1, .tab-container-custom h1
			{
			font-size:18px;
			color:#007FC2;
			}
			.tab-container .tab-radio:checked ~ .tab-page > *
			{
				-moz-opacity: 1;
				-ms-opacity: 1;
				-o-opacity: 1;
				-webkit-opacity: 1;
				opacity: 1;
				-moz-transition: opacity 0.3s ease-in 0.15s;
				-ms-transition: opacity 0.3s ease-in 0.15s;
				-o-transition: opacity 0.3s ease-in 0.15s;
				-webkit-transition: opacity 0.3s ease-in 0.15s;
				transition: opacity 0.3s ease-in 0.15s;
			}
			/* this is just eye candy */
.tab-container .tab-page .pageno
{
				text-align:center;
				position:absolute;
				bottom: 0px;
				width: 100%;
}
.tab-container .tab-page h1 + p::first-letter { font-size: 300%; float: left; }
.tab-container ul li
{
color: #666666;
    font-size: 14px;
    list-style: decimal outside none;
    padding: 2px;
}
input[type="submit"]
{
color:#fff; background-color:#FFB908; height:15px; width:31%;margin:0px;padding:4px 5px 23px 6px;border-radius:5px; width:auto; border:1px solid #056DA3;
cursor:pointer;
-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
input[type="submit"]:hover
{
background-color:#CC5954;
border:1px solid #007FC2;
color:#ffffff;
}
.lstingcategry
{
float:left; 
width:175px;
height:auto;
padding-bottom:5px;
text-align:left;
}
.lstingcategry img
{
visibility:hidden;
}
.lstingcategry .MenuItem
{
padding:4px 4px 4px 8px;
margin-bottom:2px;
font-size:13px;
}
.lstingcategry .MenuItem a
{
color:#424242;
padding-left: 14px;
}
.lstingcategry .MenuItem a:hover
{
color:#424242;
padding-left: 14px;
}
.lstingcategry .MenuItem:hover
{
margin-bottom:2px;
background-color:#F6BE2B;

}

.sub-nav {
background: #E4F6FF;
border: 1px solid #ccc;
margin-left: 20px;
margin-right: 20px;
height: 25px;
color: #E3A824;
padding-left: 20px;
font-size: 12px;
font-weight: bold;
padding-top: 30px;
}
 
 .sub-nav-div {
 width: 25%;
 float: left;
 }

.usp, .usp li {
width: 130px;
font-weight: bold;
text-align: left;
font-size: 11px;
padding-left: 10px;
padding-right: 10px;
 }
