/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
html,body{background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em Arial,Helvetica,sans-serif; }

/* Headings */
h1	{ font-size:2em; font-weight:bold; }
h2	{ font-size:1.75em; font-weight:bold; }
h3	{ font-size:1.5em; font-weight:bold; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ text-transform:uppercase; font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ margin-bottom:1.5em; }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{ padding-left:1.5em; }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:underline; color:#6f7e89; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

/* Special Icons */
.iconInfo					{ background-image:url('/images/icons/icon_info.png'); }
.iconHome					{ background-image:url('/images/icons/icon_home.png'); }
.iconLetter					{ background-image:url('/images/icons/icon_letter.png'); }
.iconBlock					{ background-image:url('/images/icons/icon_block.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; }
.dataTable th a				{ color:#004276; }
.dataTable tr:hover			{ background-color:#97cbff; }
.dataTable td				{ padding-right:5px; }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#000000; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ border: 2px solid #85412F; color: #85412F; font-size: 12px; font-weight:bold; display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#000000; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#85412F; font-weight: bold; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; padding-right: 10px; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Checkboxes to the left */
fieldset.formLeft .field label		{ padding-left: 0.6em; padding-right: 30em;}
fieldset.formLeft legend 			{ padding-left: 2em; }
fieldset.multiple.formLeft .field	{ left:0; margin-right: 20px; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#174760; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; }
select          { width:217px; }
textarea        { /*padding:5px;*/ width:250px; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

html,body {margin:0; padding:0; background-color: #FFF; font-family:Arial, Helvetica, Tahoma, sans-serif; font-size:12px; color:#000000;}
img {border:none; margin:0; padding:0; text-decoration:none; line-height:0; font-size:0;}
.clear {clear:both; font-size:0; line-height:0;}

.ui-widget{
	font-family:Arial, Helvetica, sans-serif;
}

/* Conten Item */
p {line-height:16px;}
dt {width:10em;float:left;clear:left;}

/* Normal links */
a {color:#BD0404; text-decoration:underline;}
a:hover {color:#BD0404; text-decoration:none;}

/* Readmore links */
a.readmore {color:#ffffff; font-size:14px; font-weight:bold; text-decoration:none; background:url('/images/shop/bullet_readmore.gif') right center no-repeat; padding:0 12px 0 0;}
a.readmore:hover {color:#cccccc; text-decoration:none;}

/* Headings */
h1 {font-size:16px; color:#BD0404; font-weight:bold;}
h2 {font-size:14px; color: #BD0404; font-weight:bold; padding:8px 0; }
h3 {font-size:12px; font-weight:bold; padding:3px 0;}
h4 {font-size:12px; font-weight:bold; color:#BD0404; padding:5px 0 10px 0;}

/* Separator */
.separator_line {border-bottom:1px solid #ffffff; line-height:1px; height:1px; font-size:1px; margin:5px 0;}

#wrap { width: 100%; min-height: 875px; background:url('/images/templates/autumn/bg_autumn.jpg') left top repeat-x #FFF; }
/* ---------------------------- CONTAINER ---------------------------- */
#container {width:955px; height: 875px; padding:0; margin: 0px auto; padding: 17px 0 0 0; }
	
	/* ---------------------------- TOP ---------------------------- */
	#bannersTop { height: 86px; width:760px; }
		#bannersTop .bannerTop { margin: 0 10px 0 0; float: left; width: 740px; height: 86px; overflow: hidden; }
		/* width:760px; */
	#top {width:955px; padding:0; margin:0; position:relative; }	

	#header { width:760px; float: left; margin-top: 13px; }
		#header img { margin: 0 0 0 17px; }
	
	#topRight { float: left; width: 184px; height: 100px; margin-top: 13px; text-align: center; background:url('/images/templates/autumn/infoBg_autumn.png') left top no-repeat; }
		#topRight p { margin-top: 20px; font-size: 18px; font-family: arial, courier, verdana, sans-serif; font-style: italic; line-height: 18px; }
		#topRight span { color: #85412F; }
		
	/* Top main navigation */
	#topnav {width:760px; height: 29px; margin:1px 0 0 0; padding:0; }
		#topnav ul {width:760px; margin:0 auto; padding:0;}
		#topnav li {list-style:none; margin:0; padding:0; height: 29px; color: #FFF; }
			#topnav ul li {display:block; float:left; list-style:none; }
				#topnav ul li a {display:block; float: left; color:#FFF; height:29px; background: url('/images/templates/autumn/menu_bg_top_autumn_inactive.png') left top repeat-x; font-size:13px; font-weight:bold; text-decoration:none; padding: 6px 0 0 0; margin: 0 0 0 0; }
				#topnav ul li.selected a {display:block; float: left; color:#FFF; background: url('/images/templates/autumn/menu_bg_top_autumn.png') left top repeat-x; font-size:13px; font-weight:bold; text-decoration:none; padding: 6px 0 0 0; margin: 0 0 0 0; }
				#topnav ul li a:hover {color: #FFF }
				#topnav ul li a#active {color:#FFF;}
				#topnav ul li div.menuLeft { font-size: 1px; line-height: 1px; float: left; height: 29px; width: 20px; background: url('/images/templates/autumn/menu_bg_left_autumn_inactive.png') left top no-repeat; }
				#topnav ul li div.menuRight { font-size: 1px; line-height: 1px; float: left; height: 29px; width: 20px; background: url('/images/templates/autumn/menu_bg_right_autumn_inactive.png') left top no-repeat;}
				#topnav ul li.selected div.menuLeft { font-size: 1px; line-height: 1px; float: left; height: 29px; width: 20px; background: url('/images/templates/autumn/menu_bg_left_autumn.png') left top no-repeat; }
				#topnav ul li.selected div.menuRight { font-size: 1px; line-height: 1px; float: left; height: 29px; width: 20px; background: url('/images/templates/autumn/menu_bg_right_autumn.png') left top no-repeat;}
	/* ---------------------------- END OF TOP ---------------------------- */

	/* ---------------------------- MIDDLE ---------------------------- */
	#middle {width:760px; float: left; margin: 20px 0 0 0; background:url('images/shop/bg_middle.gif') top center repeat-y;}
		#searchSmall { width: 740px; height: 76px; margin: 0 0 14px 0; background: url('/images/templates/autumn/search_bg_autumn.png') left top no-repeat; }
		#searchBig { width: 740px; margin: 0 0 14px 0; }
		#searchBig .top { width: 740px; height: 8px; margin: 0; background: url('/images/templates/autumn/search_bg_big_autumn_top.png') left top no-repeat; }
		#searchBig .middle { width: 740px; margin: 0; background: url('/images/templates/autumn/search_bg_big_autumn_middle.png') left top repeat-y; }
		#searchBig .bottom { width: 740px; height: 8px; margin: 0 0 14px 0; background: url('/images/templates/autumn/search_bg_big_autumn_bottom.png') left top no-repeat; }

		.contentTop { height: 7px; background:url('/images/templates/default/content_top.png') top left no-repeat; }
		.contentMiddle { padding: 20px 13px; background:url('/images/templates/default/content_middle.png') center left repeat-y; }
			.contentMiddle h1 { margin: 0 0 25px 0;}
		.contentBottom { height: 6px; background:url('/images/templates/default/content_bottom.png') bottom left no-repeat; }
	
	#bannersRight { width: 180px; margin: 20px 0 0 0; float: left; }
		#bannersRight img { margin: 0 0 12px 0; }
	/* ---------------------------- END OF MIDDLE ---------------------------- */

	/* ---------------------------- FOOTER ---------------------------- */
	/* ---------------------------- END OF FOOTER ---------------------------- */

/* ---------------------------- END OF CONTAINER ---------------------------- */


.cart h2 {
	line-height:48px;
	background:url(/images/shop/cart.gif) no-repeat 100% 50%;
}
.cart p.showCart a {
	color:#fff;
	text-decoration:underline;
	font-size:13px;
}

.orderInfo {
	padding-top:8px;
}
.orderInfo legend {
	text-transform:uppercase;
	font-size:14px;
	line-height:1.5;
}



/* guestCategory */
.siteListing {
	width: 738px;
	height: 83px;
	background-color: #ffffff;
	border: 1px solid #CACACA;
	margin: 0 0 4px 3px;
}

.outerPrio {
	width: 740px;
	height: 99px;
	padding: 3px;
	background-color: #838383;
	margin-bottom: 2px;
}

.siteListing.prio {
	width: 738px;
	height: 97px;
	background-color: #E3E3E3;
	border: 1px solid #454545;
	margin: 0;
}

.siteListing .siteData,
.siteListing .siteBadges {
	float: left;
	margin: 5px 0 0 0;
}

.siteListing .siteLogo {
	float: left;
	margin: 0;
}

.siteListing.prio .siteLogo {
	float: left;
	margin: 0;
}

.siteListing .siteLogo img {
	margin: 5px 0 0 5px;	
}

.siteListing.prio .siteLogo img {
	margin: 20px 0 0 5px;
}

.siteListing .siteLogo p {
	margin: 6px 0 0 5px;	
}

.siteListing.prio .siteLogo p {
	margin: 12px 0 0 5px;
}

.siteListing.prio .siteData,
.siteListing.prio .siteBadges {
	float: left;
	margin: 10px 0 0 0;
}

.siteListing .siteLogo {
	text-align: center;	
	width: 162px;
}

.siteListing .siteLogo p {
	padding-top: 25px;
}

.siteListing.prio .siteLogo p {
	padding-top: 30px;
}

.siteData {
	width: 445px;
}

.siteData span.info {
	display: block;
	height: 31px;
	margin-bottom: 5px;
	width: 430px;
	overflow: hidden;
}

.siteBadges {
	width: 130px;
	margin-left: 25px;
}

.siteListing.prio .siteBadges p.subCategory {
	height: 60px;
}

.siteBadges p.subCategory {	
	color: #85412F;
	margin: 0;
	height: 50px;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
}

.siteListing .siteBadges a,
.siteListing .siteBadges a:link,
.siteListing .siteBadges a:visited,
.siteListing .siteBadges a:active,
.siteListing .siteBadges a:hover {
	color: #85412F;
}

.siteListing.prio h1 {
	color: #000;
	font-size: 20px;	
}

.siteListing h1 {
	color: #000;
	font-size: 14px;
}

.siteListing a,
.siteListing a:visited,
.siteListing a:active,
.siteListing a:hover {
	text-decoration: none;
	color: #737676;
	margin-right: 10px;
}

.siteListing span.info a,
.siteListing span.info a:visited,
.siteListing span.info a:active,
.siteListing span.info a:hover {
	color: #000000;
}

.siteBadges .spacer {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.siteDescription .siteBadges {
	margin: 0 0 10px 0;
}

.siteBadges img {
	float: left;
	display: block;
	margin-right: 8px;
}

h1.showSiteTitle {
	margin: 0 0 15px 0;
}

.showSiteLongDescription {
	margin-top: 30px;
}

.shopActions a {
	margin: 0 8px 10px 0;
}

#kundzonButik,
.kundzonServices form {
	clear: left;
}

#kundzonButik .fieldGroup {
	margin-top: 33px;
}

#kundzonButik .group02 .field {
	top: 0;
	left: 0;
}

#kundzonButik .group02 .field label {
	padding-left: 1.9em;
}

#kundzonButik .group03 .field {
	top: 0;
	left: 0;
	margin-bottom: 25px;
}

#kundzonButik .group03 .field label {
	padding-left: 0px;	
}

#kundzonButik .group03 .field label img {
	margin: 4px 10px 0 20px;
	float: left;
}

#kundzonButik .group03 input {
	top: 0.5em	
}

#kundzonButik .fieldGroup.group05 legend,
#kundzonButik .fieldGroup.group03 legend {
	color: #000000;
	font-size: 1em;
	line-height: 2;
	text-transform: none;
}

ul.kundZonMenu li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
ul.kundZonMenu li a {
	margin-right: 10px;
	color: #000;
	font-weight: bold;
}

ul.kundZonMenu {
	padding-left: 0;
}

#kundzonButik .result.error {
	margin-top: 20px;
}

#kundzonButik .fieldLink {
	margin-left: 5px;
}

.contentMiddle.kundzonServices p {
	margin-left: 17px;
}

.contentMiddle.kundzonServices .submit {
	float: right;
	width: 70px;
	margin-right: 200px;
}

.contentMiddle.kundzonServices hr {
	color: #DADADA;
	background: #DADADA none repeat scroll 0 0;
	width: 705px;
	margin-top: 20px;
}

.contentMiddle.kundzonServices .kundZonMenu li {
	margin-bottom: 30px;
}

.kundZonMenu li.active a {
	text-decoration: none;
}

.contentMiddle .cartDetailed {
	width: 700px;
}

#kundzonAds {
	clear: left;
	padding-top: 30px;
}

#kundzonAds h1 {
	font-family: arial, courier, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

span.green {
	color: #85412F;
	font-size: 24px;
}

#kundzonAds .group01 legend {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#kundzonAds .group01 .titleHidden {
	
}

#kundzonAds .multiple.titleHidden legend {
	display: none;
}

#kundzonAds p.buttons {
	position: relative;
	left: 180px;
	bottom: 40px;
	width: 100px;
}

#kundzonAds p.buttons button {
	width: 71px;
}

#annonsmallar {
	margin: 8px 0 0 -7px;
}

.marginal .multiple.adType .field {
	float: left;
	clear: none;
	width: 238px;
	left: 0;
	top: 0;
	margin-left: 4px;
}

.adType {
	height: 85px;
}

fieldset.multiple.adType label {
	font-weight: bold;
	margin-left: 5px;
}

.marginal.ad label {
	float: none;
	display: block;
}

#siteAdImage,
#siteAdBgColor,
#siteAdTitle,
#siteAdTitleColor,
#siteAdText,
#siteAdTextColor,
#siteAdUrl,
#subCategory {
	margin-left: 13px;
}

#siteAdsListing .rounded,
#siteHaltedAds .rounded,
#siteOngoingAds .rounded {
	margin: 0 1px 1px 0;
}

.rounded {
	float: left;
	margin: 0 13px 13px 0; 
	height: 172px;
	width: 236px;
	background-color: #FFFFFF;
	border: 1px solid #CACACA;
	cursor: pointer;
	overflow: hidden;
}
	.rounded .adBottom {
		border-top: 1px solid #CACACA;
		height: 20px;
		text-align: center;
		clear: both;
	}
	
	.rounded .smallWrapper {
	}
	
	.rounded .adImageWrapper {
		height: 132px;
		cursor: pointer;
	}
	.rounded .adImageWrapperMall2 {
		height: 152px;
		cursor: pointer;
	}
	.rounded .adImageWrapperMall3 {
		height: 153px;
		cursor: pointer;
	}
	.rounded .mall1-price {
		height: 20px;
		line-height: 20px;
		text-align: right;
		padding-right: 10px;
	}
	.rounded .mall1-price span {
		color: red;
		font-weight: bold;
		padding-left: 5px;
	}
	
	.rounded .mall2-price {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 20px;
		line-height: 20px;
		text-align: left;
		margin-top: 4px;
		width: 100%;
	}
	.rounded .mall2-price strong { float: left; }
	.rounded .mall2-price span {
		color: red;
		font-weight: bold;
		float: right;
		display: block;
	}

	.rounded .mall3-price {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 20px;
		line-height: 20px;
		text-align: left;
		margin-top: 4px;
		width: 100%;
	}
	.rounded .mall3-price strong { float: left; }
	.rounded .mall3-price span {
		color: red;
		float: right;
		font-weight: bold;
		display: block;
	}
	
	.rounded .adText {	
		width: 111px;
		position: relative;
		height: 149px;
		float: right;	
		margin: 0px 7px 0px 7px;
		overflow: hidden;	
	}
	
	.rounded .adText p {
		height: 96px;
		overflow: hidden;
		display: block;
	}
	
	.rounded .adText p,
	.rounded .adTextSmall p{	
		color: #000;
		line-height: 12px;
		font-size: 11px;
		margin: 0;
	}
	
	.rounded .adImageWrapperMall3 .adText {
		width: 107px;
		height: 118px;
	}
	
	.rounded .adTitle {
		width: 100%;
		white-space: nowrap;
		text-align: center;
		color: #000;
		font-size: 14px;
		font-weight: bold;
		padding-top: 7px;
		height: 22px;
		line-height: 18px;
		overflow: hidden;
	}
	
	.rounded .adImageWrapperSmall {
		width: 112px;
		height: 70px;
		float: left;
	}
	
	.rounded .adTextSmall {
		width: 110px;
		height: 62px;
		float: left;	
		margin: 5px 7px 7px 7px;
		overflow: hidden;
	}
	
	.rounded .adBottom a,
	.rounded .adBottom a:visited,
	.rounded .adBottom a:hover {
		color: #6D6D6D;
		margin: 0px 1px 1px 1px;
		font-size: 10px;
	}

#searchStatistics {
	width: 100%;
	margin: 10px 20px 0 20px;
}

#searchStatistics .resultCategory {
	height: 25px;
}
#searchStatistics .resultCategory a {
	font-size: 15px;
	color: #85412F;
}
#searchStatistics span.resultNumber {
	color: #000;
	font-size: 13px;
}

#kundzonAdCreate {
	margin-top: 0;
}

.black {
	color: #000000;
}

#siteAdBgColor,
#siteAdBgColorSelector,
#siteAdTitleColor,
#siteAdTitleColorSelector,
#siteAdTextColor,
#siteAdTextColorSelector
{
	float: left;
}

#siteAdBgColorSelector,
#siteAdTitleColorSelector,
#siteAdTextColorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(/images/select.png);	
}

#siteAdBgColorSelector div,
#siteAdTitleColorSelector div,
#siteAdTextColorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(/images/select.png) center;
}

#siteAdText {
	width: 136px;
	height: 63px;
}

form.ad input.text,
form.ad textarea {
	border: 1px solid #BDBDB0;
}

.result.error {
	color: red;
}

.previewAd {
	margin-top: 10px;
}

.siteAdWrapperKundzon {
	float: left;
	margin-bottom: 10px;
}

#siteHaltedAds,
#siteOngoingAds {
	margin: 10px 0;
}

#siteHaltedAds .rounded,
#siteOngoingAds .rounded {
	float: none;
	margin-bottom: 5px;
}

.siteImage {
	background-color:#E98B64;
	color:#85412F;
	float:left;
	font-size:38px;
	height:225px;
	text-align:center;
	width:240px;
}

p.allaWebb {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 2px;
}

p.argo a {
	color: #AFAFAF;
}

p.argo {
	float: left;
	clear: left;
	color: #AFAFAF;
	font-size: 11px;
}

.orderItems .dataTable {
	float: left;
}

.rounded .adBottom p.dateCreated {
	margin: 0;
	padding: 0;
	color: #6D6D6D;
	float: left;			
	font-size: 9px;
	display: block;
	font-family: "Courier new", monospace, sans-serif;
	line-height: 19px;
}

#infoBoxTop {
	background:transparent url(/images/templates/autumn/infoBg_autumn.png) no-repeat scroll left top;
	position: absolute;
	top: 0;
	right: 11px;
	height:100px;
	text-align:center;
	width:184px;
}

