/*
   x_Selling.css
   
   Version 1.1 / 31.06.2010 04:30
   Copyright 2010 ricardo.ch AG. All rights reserved.
*/



/* Common styles */

.n_breadcrumps {
	display:none !important;
}

input#it_submit, input#btnValidate, input#it_submitProposeMe {
	float:right;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff;
	border: solid 1px #2361AB;
	background: #2361AB;
	background: -webkit-gradient(linear, left top, left bottom, from(#1CB3F6), to(#2361AB));
	background: -moz-linear-gradient(top,  #1CB3F6,  #2361AB);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1CB3F6', endColorstr='#2361AB');
	margin-left:10px;
}

input#it_submitProposeMe {
	float: left;
	font-weight: normal !important;
	margin-left: 10px;
	padding: 4px 10px;
	font-size:12px;
}

input#it_submit:hover, input#btnValidate:hover, input#it_submitProposeMe:hover {
	text-decoration: none;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

input#it_submit:active, input#btnValidate:active, input#it_submitProposeMe:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

input#it_submit[disabled], input#it_submit[disabled=disabled], input#btnValidate[disabled], input#btnValidate[disabled=disabled], input#it_submitProposeMe[disabled=disabled], input#it_submitProposeMe[disabled] {
	color: #e9e9e9;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top,  #888,  #575757);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

table.AddObj {
	margin-top:10px}
.AddObj select, .AddObj input {
	margin:4px 0}
	
#sellingPageStd form {
	margin:20px 0 0 0;
}
		
#sellingPage p {
	margin:0 10px;
}		
		
/* Category browser/finder */

h1 {
	padding:0 0 10px 0;
	border-bottom:1px solid #dedede;
}

section#CatgSelectors {
	clear:both;
	float:left;
	width:940px;
	margin:0 10px 20px 10px;
        
}



section#CatgSelectors h2 {
	margin:10px 0;
	font-size:16px;
        color:#07519A;
}

section#CatgSelectors h3 {
	margin:0 0 10px 0;
	font-size:13px !important; color:#555555;
}

aside {
	clear:both;
	float:left;
	width:940px;
	padding:10px;
	border-top:1px solid #dedede;
}

aside p {
	margin:0 0 10px 0 !important;
}

section#cat_select {
	width:300px;
	float:left;
}

section#cat_suggest {
	width:540px;
	float:left;
}

section.separator {
	width:100px;
	float:left;
	padding:11px 0 0 0;
	font-weight:bold;
	text-align:center;
	color:#F6921C;
	font-weight:bold;
}

section#auction, section#suggest, section#classifieds {
	width:280px;
	background-color:#dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin:0 0 10px 0;
}

section#auction.active , section#suggest.active, section#classifieds.active {
	color:#fff;
	background-color:#C2CA50;
}

section#suggest {
	width:520px;
	font-size:12px;
	float:left;
	background-repeat: no-repeat;
	padding-right:0px;
	float:right;
	background-image:url(/ImgWeb/20/V6/selling/beta_form.png)
}

#FindResult1 {
	clear:both;
	color:#555555;
}

#FindResult1 h4 {
	margin:5px 0;
}

#ChannelTypeLabel2 {
	margin-top:10px;
}

#ChannelTypeLabel2 span {
	font-weight:bold;
}

section#suggest p {
	margin:5px 0 !important;
}

span#message p {
	margin:0 !important;
}

section#finalize {
	clear:both;
	width:940px;
	float:left;
	margin:20px 0 0 0;
}

span#message {
	float:left;
	clear:both;
}

section#CatgSelectors select {
	width:280px;
	margin:0 0 20px 0;
        
}

input#keywords {
	width:270px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	float:left;
}

.n_showalert {
  background-color: #FFDFDF;
  color: red;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  line-height: 1.4em;
  margin: 5px 0;
  padding: 5px;
	border:none;
}

li.selected div.content {
	background-color:#c2ca50 !important;
	color:#fff !important;
}

/* Fixes for Version A */
#CatgStatusBar {
	width:700px;
	margin:0 20px 0 0;
}

.n_SelectPath {
	width:200px;
	margin:5px 10px 5px 0;
}
  
/* Price input fields */

input.n_Price1, input.n_Price1Disabled {
 border:1px solid #aaaaaa;
 color:#333333;
 margin-right:2px;
 text-align:right;
 width:120px}
input.n_Price2, input.n_Price2Disabled {
 border: 1px solid #aaaaaa;
 color:#333333;
 margin-right:2px;
 width:20px}
input.n_Price1Disabled, input.n_Price2Disabled {
 background-color:#eeeeee}


/* Image box */

#Images iframe, #DivpicInput iframe {
	border:0 none;
	height:60px;
	overflow:hidden;
	width:100%;
}

body#AddImagesBody form, body.n_pictures form {
	font-weight:bold;
	height:40px;
	line-height:30px;
	padding:0 10px 0 0;
}

div#sellingPage fieldset p {
	text-align:left !important;}

/* for eurotax car selling important removed */
div#sellingPage fieldset p label {
	display:inline;}

fieldset#Description label {
	margin:0;!important;}
	
fieldset#Images p {
 padding:0 10px}
fieldset#Images a {
 color:#717E99;
 font-weight:bold}
fieldset#Images a:hover {
 font-weight:bold;
 text-decoration:none;
 color:#7499E9}
ul#ImgSelector1, ul#ImgSelector2, ul#ImgSelector3 {
 height:270px;
 margin:3px auto;
 padding:0;
	width:500px;
}
ul#ImgSelector1 li, ul#ImgSelector2 li, ul#ImgSelector3 li {
 background:url(/imgweb/200000/V3/common_symbols/pic_bg.gif) no-repeat 0 0;
 float:left;
 height:125px;
 list-style-type:none;
 margin:0;
 padding:6px 0;
 position:relative;
 width:85px;
text-align:left;}
ul#ImgSelector1 li a, ul#ImgSelector2 li a, ul#ImgSelector3 li a {
	 display:block;
	 font-size:10px;
	 left:9px;
	 position:absolute;
	 top:80px}

ul#ImgSelector1 li.deactiv a, ul#ImgSelector2 li.deactiv a:hover, ul#ImgSelector3 li.deactiv a:hover {
 color:#cccccc;
 cursor:default;
}
ul#ImgSelector1 table, ul#ImgSelector2 table, ul#ImgSelector3 table {
 border: 1px solid #ffffff;
 margin-left:9px}
ul#ImgSelector1 td, ul#ImgSelector2 td, ul#ImgSelector3 td {
 background-color:#ffffff;
 text-align:center;
 vertical-align:middle;
 width:70px;
 height:70px}
ul#ImgSelector2 li.selected table, ul#ImgSelector3 li.selected table {
 position:relative;
 border: 1px solid #ff6600}

body#AddImagesBody {
 margin:0;
 padding:0;
 background-image:none;
}

body#AddImagesBody label {
 color:#000;
 margin-right:15px}
body#AddImagesBody label span {
 background-color:#ffffff;
 border:1px solid #9cabc4;
 padding:1px 2px}
body#AddImagesBody a {
 margin:0 10px}
body#AddImagesBody input#imgfile {
 border:1px solid #aaaaaa;
 margin:0;
 padding:0;
 margin-top:10px;}
p#counter1, p#counter2 {
 text-align:center;
display:none;}
input#txtImgCount1, input#txtImgCount2 {
 background-color:#eeeeee; 
 border: 1px solid #aaaaaa;
 color:#333333;
 margin-right:80px;
 width:20px;}
#Images .n_showalert {
 margin:5px;
 padding:3px 10px} 

/* Date */

.n_AddDate {
	background-color:#fffbf0;
	border:1px solid #aaa;
	margin-right:10px;
	padding:10px}
.n_AddDate table {
	margin:2px}
.n_AddDate td {
	color:#000;
	padding:5px 10px 5px 0}
.n_Calendar th {
	background-color:#ddd;
	padding:2px 1px}
.n_Calendar td {
	color:#636363;
	text-align:center;
	padding:3px 0}
a:link.n_StartDay,a:visited.n_StartDay,a:hover.n_StartDay,a:active.n_StartDay {
	background-color:#ddd;
	color:#555;
	font-weight:700;
	text-decoration:none;
	cursor:default;
	padding:3px 5px}
	

/* Personal Homepage input for classified articles ---- */

#PersonalHomepage {
	width:250px}

	

/* to check ---- Default styles for CRRS-0497: Additional images (October 2009) ---- */



#sellingPageStd fieldset {
 margin:15px 10px 0 0;
 text-align:center;
} 
div#sellingPageStd legend {
 display:block;
 font-weight:bold;
 padding:0.5em 0;
 text-align:left}
table#seepictures {
	margin-top:5px;
	width:100%}  
table#seepictures td {
	width:50%}

.InfoText {
	margin:0 0 0 10px;
}

.imgPrice {
	padding:2px 5px;
	display:block;
	text-align:left;
	top:110px;
	position:absolute;
}

#OwnPicture1_CostShow, #OwnPicture2_CostShow, #OwnPicture3_CostShow {
	color:red;
	font-weight:bold;
}

#id_buyNowFee img {/*
	width:10px;*/
	margin-left:-20px;
	margin-right:10px;
	vertical-align:bottom;
}

span#id_buyNowFee {
	font-size:11px;
}

.n_Label {
	font-weight:bold;
}

.n_Textarea {
	width:415px;
}

#btnValidate {
color:green;
}

/* Release subtitile */
label.OptDetail {
	display:block;
	float:left;
	width:75px;
}
input#TitleReminder, input#Subtitle {
	float:left;
	width:345px;
	}
	
input#Subtitle {
	margin-bottom:40px}
	
#linkProdTit {
	display:block;
	float:right;
	margin-bottom:10px;
	}

	#linkProdTit:hover {
	}	
	
#hasSubtitleContainer {
	/*width:350px;*/
	}
	
	/* Choose Images / Mobile Image Uploader */

	#Images {
		background-image:none;
		border-top:2px solid #F6921C;
		clear:both;
		padding:10px 50px 10px 10px;
		width:542px;
	}
	
	fieldset#Images legend {
	display:none;
	}

	ul#ChooseImages.alternate li {
		float:left;
		background-color:#F6921C;
		color:#fff;
		display:block;
		font-weight:bold;
		padding:5px 10px 3px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	ul#ChooseImages.alternate li.activ {
		background:none;
		float:left;
		display:block;
		font-weight:normal;
		color:#2361AB;
		padding:5px 10px 3px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

/* +++++ start thumb-overlay v2.1 (CH-WebDev S.Klippel) +++++ */
	
	.pushpic {
		margin-top:10px;
	}
	
	.pushtext {
		border: 1px solid #fc9013;
		color:  #fc9013;
		background: #f5f5f5;
		padding: 3px;
		float:left;
		margin-top:10px;
	}
	
	.pushtext strong:first-letter {
		size:14px;
	}
	
	.selloption {
		float:left;
	}
	
	.selloption .picture {
		height:150px;
		float:left;
	}
	
	.selloption .picture .tmb {
		width:200px;
		cursor:pointer;
	}
	
	.selloption .picture img {
		position:absolute;
	}
	
	.selloption .picture .bigpic {
		position:absolute;
		display:none;
		z-index:999;
		border:1px solid #900;
		padding:0 10px;
		margin-left:-600px;
		margin-top:-120px;
		
		background-color:#fff;
		border:2px solid #f6921c;
	
	}
	.selloption .picture .bigpic img {
		position:relative;
		margin:10px 0;
	}
	
	#op5 {
		margin-top:-170px;
	}
	
	#op6 {
		margin-top:-220px;
	}
	
	#op7 {
		margin-top:-320px;
	}
	
	.subline {
		width:763px;
		height:20px;
		background-color:#f6921c;
		color: #fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		margin: 0 -10px;
		padding:5px 10px 0px 10px;
	}
	
	.subline span {
		position:absolute;
		right:10px;
		/*float:right;*/
		font-weight:normal;
	}
	
	.subline span a {
		color:#F7D4A6;
		cursor:pointer;
	}
	
	.selloption .picture .bigpic .close {
		position:absolute;
		top:-10px;
		right:0;
		border:2px solid #fff;
		border-width: 0 0 2px 2px;
		cursor:pointer;
	}
	
	.clear {
		clear:both;
	}

/* +++++ end thumb-overlay +++++ */


/* +++++ start Selling-Preview +++++ */

#sellingConf input {
   font-size: 12px;
    font-weight: normal !important;
    margin-left: 40px;
    padding: 8px 15px;
font-weight:bold;

	}
	

#sellingConf .n_showalert input {
	float:none;
	}
	
#sellingConf .n_BuyBid input {
	float:none;
	margin-left:0;
	}

.n_MainTitCenter {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
	
.n_MainTitCenter_chan1 {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.it_listingFees img {
	display:none;
}

.it_listingFees {
	position: relative;
	margin-top:15px;
	width: 470px;
}

.it_listingFees table {
	width: 460px !important;
	border: 1px solid #fc9013;
	margin-left: 10px;
}

.it_listingFees table table, .it_listingFees td.n_FloatTab {
	border:0;
	margin-left: 0;
}
.it_listingFees table table {
	width:458px !important;
}

.it_listingFees td.n_FloatTab {
	padding-bottom:55px !important;
}

.it_listingFees td.n_FloatTab table{
	border-bottom: 1px solid #ccc;
}

.it_listingFees td.n_FloatTab hr{
	margin: 0 10px;
}

.it_listingFees td.n_FloatTab table td{
	width: 50% !important;
	padding: 5px 10px;
}

.it_listingFees table .n_TabLeft, .it_listingFees table .n_TabRight {
	display:none;
}

#feeHint {
	position:relative;
	width: 440px;
	height:35px;
	padding: 0 10px;
	margin-bottom:20px;
	margin-left:10px;
	margin-top:-45px;
	z-index:999;
}
	
.it_listingFees	.n_showalert {
	width: 450px !important;
	padding: 5px !important;
	background-color: transparent;
	border-color: #fc9013;
	margin:0px;
	color: #fc9013;
	position: absolute;
	top:0;
	right: -480px;
}

#sellingConf .n_BigButton {
  color: #ffffff;
    float: left;
    font-size: 20px;
    margin-left: 108px;
    margin-right: 244px;
    padding-bottom: 8px;
    padding-left: 15px;
	background-color: #CCCCCC;
    padding-right: 15px;
    padding-top: 8px;
    width: 280px;
	background-image:url('/ImgWeb/20/V6/selling/bekreft_btn.png');
	text-decoration:blink;
}



/* +++++ end Selling-Preview +++++ */

/* +++++ start Selling-Conf +++++ */

#sellingConf #backToStartpage {
	display:none;
	}

#ConfTxt p, #ConfLinks p{
	padding-bottom:10px;
	}
	
#ConfTxt {
	width:660px;
	padding:10px;
	position:relative;
	float:left;
	z-index: 99;
	}
	
#ConfTxt div:first-child {
	height:175px;
	}

#SocialBox {
	position:absolute;
	right:-250px;
	bottom:55px;
	z-index:1;
	}
	
.SocialPost {
	display:none;
	clear:both;
	}
	
.SocialPost .hint {
	font-size:10px;
	color:#999;
	margin-left:70px;
	width: 500px;
	clear:both;
	}
	
#SocialBox ul li {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:41px;
	line-height:16px;
	padding-left:55px;
	padding-top:5px;
	width:170px;
	}
	
#SocialBox ul #FbLink {
	background-image:url('/ImgWeb/2/V5/icons/Social_Big.png');
	background-position:left top;
	margin-right:10px;
	}
	
#SocialBox ul #TwLink {
	background-image:url('/ImgWeb/2/V5/icons/Social_Big.png');
	background-position:-235px 0;
	}

#ConfLinkBox {
	width: 300px;
	float:right;
	-moz-border-radius: 0;
	border-width: 0 0 0 1px;
	}
	
#fbPostBox {
	margin-top:15px;
	}


#fbPost {
	width: 500px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #808080;
	border: 1px solid #3b5998;
	background-color: #fff;
	float:left;
	margin-bottom: 10px;
	}
	
#fbPost #fbPostHeader {
	background:none repeat scroll 0 0 #6D84B4;
	color:#FFFFFF;
	height:auto;
	}
	
#fbPost #fbPostHeader h2 {
	font-size:13px;
	background:url("/ImgWeb/2/V5/fbShare/fb_small.gif") no-repeat scroll 10px 50% transparent;
	color:#FFFFFF;
	margin:0;
	padding:8px 10px 8px 30px;
	}
	
#fbPost #fbPostContent {
	padding:20px;
	height: 150px;
	}
	
#fbPost #fbPostContent #fbPostImage, #fbPost #fbPostContent #fbPostData {
	float:left;
	position: relative;
	}
	
#fbPost #fbPostContent #fbPostImage{
	width: 50px;
	height: 50px;
	margin-right:10px;
	background-image:url("/ImgWeb/2/V5/fbShare/user_small.gif");
	background-repeat:no-repeat;
	background-position:top;
	}
	
#fbPost #fbPostContent #fbPostData img {
	position:absolute;
	left: 0;
	top: 60px;
	}
	
#fbPost #fbPostContent textarea {
	width: 390px;
	border:1px solid #BDC7D8;
	padding: 3px;
	font-size:13px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	}
	
#fbPost #fbPostData div {
	padding-top:3px;
	padding-left: 30px;
	}
	
#fbPost #fbPostContent a {
	font-weight:bold;
	color:#3B5998;
	cursor:pointer;
	text-decoration:none;
	}
	
#fbPost #fbPostFooter {
	height: 45px;
	background-color:#F2F2F2;
	border-top:1px solid #CCCCCC;
	}
	
#fbPost #fbPostFooter #share {
	color:#FFFFFF;
	float:right;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:2px 6px;
	margin:10px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	border-style:solid;
	border-width:1px;
	border-color:#29447E #29447E #1A356E;
	background-color:#5B74A8;
	}

#ConfLinkBox {
	width: 250px;
	padding:10px;
	position:absolute;
	border:1px solid #CCCCCC;
	border-width: 0 0 0 1px;
	right:0;
	}

#ConfLinks ul {
	border-top:1px solid #ccc;
	margin-left:-10px;
	width:270px;
	}
	
#ConfLinks li {
	float:left;
	}
	
#ConfLinks a {
	background-color:#F5F5F5;
	background-repeat:no-repeat;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	display:block;
	height:30px;
	padding-left:50px;
	padding-top:10px;
	text-decoration:none;
	width:220px;
	}
	
	#ConfLinks a:hover {
	background-color:#efefef;
	}
	
#ConfLinks #ConfNew, #ConfLinks #ConfMyric, #ConfLinks #ConfArt, #ConfLinks #ConfHome {
	background-image: url('/ImgWeb/2/V5/misc/confirmation_nav.png');

	}
	
#ConfLinks #ConfNew{
	}
	
#ConfLinks #ConfMyric{
	background-position: 0 -45px;
	}
	
#ConfLinks #ConfArt{
	}
	
#ConfLinks #ConfHome{
	background-position: 0 -90px;
}

#endtips {

float:right;
margin-top: -208px;
}

#promotips {

  border-top: 1px dotted #FC9013;
    float: right;
    margin-top: -165px;
    padding-top: 18px;
    width: 455px;
}


#finishline  {
float:left;
   margin-bottom: 24px;
margin-left: 66px;

}

#auctionupload {
font-size:19px;
padding:5px;
color:#00498F;

}

#auctionupload2 {
font-size:13px;
padding:4px;
color:#555555;

}

#kategorioversikt {
	display:none;

}

#finishmeny  {
	
	}
.finishmeny A:link{text-decoration:none; font-weight: bold; padding-left: 60px;color:#00498f;font-size:11px;}
.finishmeny A:visited{text-decoration:none;font-weight: bold; padding-left: 60px;color:#00498f;font-size:11px;}
.finishmeny AA:active{text-decoration:none;font-weight: bold; padding-left: 60px;color:#00498f;font-size:11px;}
.finishmeny A:hover{text-decoration:underline;font-weight: bold; padding-left: 60px;color:#F5822B;font-size:11px;}
/* +++++ end Selling-Conf +++++ */
