body#xpWindow{
		min-width:0;
		background:#fff;
		padding:5px;
	margin: 10px;
}

.library *{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
}


img {
	border: none;	
}


table, table td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: none;
}

/* @group MainNavigation */

ul#mainNavigation, div#mainNavigation, ul.moreSettings
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 60px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}


ul#mainNavigation{
	margin-top: 6px;
	margin-left: 15px;
}
ul#mainNavigation li, div#mainNavigation div, ul.moreSettings li { float:left; display: block; text-align:center; margin: 0; padding: 0; }



ul#mainNavigation li a, div#mainNavigation div a, ul.moreSettings li a
{
	display: block;
	float: left;
	font-size: 10px;
	color: #555;
	text-decoration: none;
	padding: 3px;
	padding-right: 9px;
	padding-left: 9px;
	text-align: center;
}
ul#mainNavigation li a span.button{
	background: no-repeat url(/cmsadmin/images/background/button.gif);
}
.theLink{
	font-family: Tahoma, sans-serif;
	padding: 5px;
	color:#312a06;
	border: 1px solid #312a06;
	background-color: #dfdbc8;
	font-size: 12px;
}
ul#mainNavigation li a#exit { float: right; }

ul#mainNavigation li a:hover, ul.moreSettings li a:hover
{
	color: #222;
	background: url(../../interface/utilities/backgrounds/black13.png) repeat;
}

ul#mainNavigation li a.selected, ul#mainNavigation li a.selected:hover
{
	cursor: default;
	background: url(../../interface/utilities/backgrounds/black25.png);
	color: #000;
}

ul#mainNavigation li a img, div#mainNavigation div a img, ul.moreSettings li a img
{
	/*display: block;*/
	clear:right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
	
/* @end */

/* @group RecordsList */

.noRecordsInList
{
	text-align: center;
	height: 110px;
	border: 1px solid #a2a5a8;
	background: #fafafa center center url(../../litocolor/ui_images/delete.png) no-repeat;
	vertical-align: middle;
	margin: 0 auto;
}/*
div#xpRecordsList div.noRecordsInList, div.xpSearch{
	max-width:184px;
}*/

div.xpSearch{
	padding:5px;
	border:1px solid #a2a5a8;
	background:#fff;
	border-top:none;
}
div.xpSearch>div{
	padding: 5px;
	border: none;
}
.noRecordsInList p
{
	margin-top: 46px;
	font-weight: bold;

}
/* @group xpActions */
h3.tabHeader
{
	margin: 0;
	height: 23px;
	font-size: 12px;
	background: #666;
	/*background: url(/interface/headers/header186x27.png);*/
	color: #fff;
	width: 186px;
	text-align:left;
}

#xpRecordOptions h3.tabHeader
{
	margin: 0;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	background: #666;
	color: #fff;
	text-align:left;
	width: 100%;
}

h3.tabHeader img {
	position:relative;
	top: 3px;
}
h3.tabHeader span{
	margin-left: 5px;
	margin-right: 5px;
}
h3.small{
	background: url(/interface/headers/header140x27.png);
	width: 140px;
}
ul.xpActions, div.xpSearch, div.xpActions
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	list-style: none;
}

ul.small, div.small{
	padding: 0;
	width:140px;
	margin: 0 auto;
}

.xpSearch>div{
	background: #f9f9f9;
	border: 1px solid #a2a5a8;
	border-top:none;
	padding:5px;	
}

.xpSearch .xpFormActions{
	padding:0;
	margin:0;
	padding-top:5px;
}
ul.xpActions li, div.xpActions div{
	/*display:block;
	margin:0 auto;
	padding:0;*/
}
ul.xpActions li{
	padding: 0;
	margin: 0;
	display: inline;
}

ul.xpActions li a, div.xpActions div a
{
	text-decoration: none;
	border: 1px solid #a2a5a8;
	border-top: none;
	
	text-align:left;
	
	display: block;
	background: #f9f9f9;
	
	color: #222;
	height:24px;
	padding-left: 6px;
	margin: 0;
	font-size: 11px;
}

ul.xpActions li a:hover, div.xpActions div a:hover
{
	background: #333;
	color: #f9f9f9;
}

ul.xpActions li a:active, div.xpActions div a:active { background: #5f0003; }

ul.xpActions li a img, div.xpActions div a img
{
	top: 3px;
	position: relative;
}
ul.bottomActions{
	margin:0 auto;
}
ul.bottomActions li a
{
	border: 1px solid #a2a5a8;
	border-top-style: none;
}
ul.xpRecordsNav, div.xpRecordsNav{
	margin:0;
	padding:0;
	list-style-type: none;
	font-size:9px;
	height:28px;
	background: #dfdfdf;
	border-bottom:1px solid #bcbcbc;
	margin-bottom:5px;
	clear:both;
	padding-left:3px;
	padding-right:3px;
}
ul.xpRecordsNav li, div.xpRecordsNav div{
	display:inline;
	line-height:28px;
	padding:0;
	margin:0;
}

ul.xpRecordsNav li.left, div.xpRecordsNav div.left{
	text-align:left;
	display:inline;
}
ul.xpRecordsNav li.right, div.xpRecordsNav div.right{
	text-align:right;
	display:inline;
}
ul.xpRecordsNav li a, div.xpRecordsNav div a{
	display:block;
	float:left;
	width:50%;
	color:#333;
	font-weight: bold;
	text-decoration:none;
}
ul.xpRecordsNav li a:hover, div.xpRecordsNav div a:hover{
	color:#900;
}
ul.xpRecordsNav li a img, div.xpRecordsNav div a img{
	position:relative;
	display:inline;
	top: 5px;
}

/* @end */
ul.recordsList
{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #a2a5a8;
	min-width: 120px;
	/*width: 184px;*/
	overflow: hidden;
	background: url(../../litocolor/ui_images/gray_squares.gif);
	min-height:280px;
	font-size: 11px;
	width: 184px;
}

ul.recordsList li a
{
	display: block;
	padding: 3px;
	text-align: left;
}

ul.recordsList li a.odd:hover, ul.recordsList li a.even:hover
{
	color: #fff;
	background: #333;
}

ul.recordsList li a.odd { background: #fff; }
ul.recordsList li a.even { background: #f1f1f1; }

ul.recordsList li a.selected, ul.recordsList li a.selected:hover
{
	text-decoration: none;
	cursor: default;
	
	color: #fff;
	background: #375fcf;
}


a.selected
{
	text-decoration: none;
	cursor: default;
}
table a.selected{
	color: #333;
}
.xpRecordsInfos{
	/*width:186px;*/
	margin: 0 auto;
	font-size: xx-small;
}
.alone{
	margin-bottom:10px;
}
.xpRecordsInfo, .xpRecordsNavigation
{
	text-align: center;
	margin: 0;
	background: #f9f9f9;
	padding:2px;
	border: 1px solid #a2a5a8;
	border-top-style: none;
	font-size:9px;
}
.xpRecordsNavigation{
	border-bottom: 1px dotted #a2a5a8;
}

/* @end */

/* @group Forms */
div.inputArea {
	min-height:320px;
}
.xpFormActions {
	background-color:#f9f9f9;
}
.xpLoginPanel p.xpFormActions, p.xpFormActions{
	text-align: center;
	border-top: 3px double #ccc;
	margin:0;
	padding:5px;
}

.xpSearch p.xpFormActions{
	padding-bottom: 5px;	
}



div.xpFormActions {
	text-align: center;
	margin: 0;
	padding: 10px;
}
#xpWindow .xpFormActions {
	text-align:center;
}

ul.xpStaticFormActions {
	position:fixed;
	list-style:none;
	bottom:0;
	right:0;
	padding:3px;
	margin:0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	z-index:100;
	background:#fff;
} 
ul.xpStaticFormActions li{
	display:inline-block;
	margin:0;
	padding:0;
	z-index:110;	
}

ul.xpFormActions {
	text-align: center;
	margin: 0;
	border:1px solid #bcbcbc;
	padding: 5px;
	list-style: none;
	background:#f9f9f9;
}

ul.xpFormActions li {
	display: inline;
}
fieldset
{
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin-bottom: 10px;
}

legend { 
	font-size:small;
	font-weight: bold;
	color: #244bcc;
}

#xpRecordOptions legend {
	padding:0;
	margin:0;
	padding-bottom:5px;
	padding-top:3px;
}
form p.xpInput span.xpData{
}
form p.xpInput
{
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
	margin-top: 1px;
	padding-bottom: 1px;
	min-height: 18px;
	clear: both;
}

p.xpInput span.xpLabel, form p.xpInput span.xpDateLabel
{
	width: 25%;
	display: block;
	float: left;
	text-align: right;
	clear: none;
	top: 3px;
	position: relative;
	margin-right: 3px;
	font-size: 9px;
	white-space: nowrap;
	font-weight: bold;
}

#xpRecordOptions p.xpInput span.xpLabel, #xpRecordOptions p.xpInput span.xpDateLabel, .xpSearch p.xpInput span.xpLabel, .xpSearch p.xpInput span.xpDateLabel
{
	display: block;
	float: none;
	text-align: left;
	clear: both;
	font-size: 9px;
	white-space: nowrap;
	font-weight: bold;
	top: 0;
	margin-top:0;
}

form p.xpInput span.xpDateLabel { top: 7px; }
/* @end */

/* @group PhotoEditing */

.xpInlineIcon {
	position:relative;
	top: 3px;
}


table.contents {
	border-spacing:0 0;
	margin:0;
	width:100%;
	padding: 0;
	border:1px solid #f0f0f0;
}

table.contents th {
	color: #333;
	text-align: left;
	padding: 5px;
}

td.original, th.original {
	background: #fefefe;
}

td.xpData.original, th.original {
	border-right: 1px solid #f0f0f0;
}

td.xpLabel {
	color: #333;
	font-size: 9px;
	text-align: right;
	max-width:120px;
	vertical-align:top;
	padding:5px;
	font-weight: bold;
}

td.xpData {
	padding: 5px;
}

td.xpData input[type="text"], td.xpData textarea {
	width: 80%;
}
td.xpData textarea.medium {
	height: 200px;
}
.xpPhoto img{
	margin:0 auto;
	display:block;
	padding:2px;
	border:1px solid #ddd; 
}
#header {
	border-bottom: 1px solid #bcbcbc;
	margin:0;
	background: repeat-x url(/cmsadmin/images/background/xpHeader.gif);
	padding: 0;
	padding:5px;
	margin-top: 0;
}

body#division div#header {
	height: 60px;
}
	
/* @end */

ul.xpBreadcrumbs{
	min-height:24px;
	border-top:1px solid #aaa;
	margin:0;
	padding:0;
	padding-top:4px;
	font-size:10px;
	background-color: #f2f2f2;
	padding-left: 10px;
}

ul.xpBreadcrumbs a{
	color:#222;
	height: 24px;
}

ul.xpBreadcrumbs a.selected{
	color:#000;
	font-weight: bold;
	font-style: normal;
}

ul.xpBreadcrumbs a:hover{
	color:#800;
}

ul#xpLanguages, ul.xpBreadcrumbs {
	list-style:none;
}

ul#xpLanguages li, ul.xpBreadcrumbs li{
	display:inline;
	line-height:18px;
}

ul#xpLanguages li a, ul.xpBreadcrumbs li a{
	text-decoration:none;
}
ul#xpLanguages li a.selected, ul.xpBreadcrumbs li a.selected{
	color: #000;
}

ul#xpLanguages li a img, ul.xpBreadcrumbs li a img{
	position:relative;
	top: 3px;
	z-index:99;
}

#xpRecordOptions fieldset{
	background:transparent;
	border:none;
	margin:0;
	margin-bottom:15px;
}

.xpSearch p.xpInput,#xpRecordOptions p.xpInput{
	border:none;
}

.xp_big_textarea, .bigTextArea {
	width:70%;
	height:350px;
}

.xp_small_textarea, .smallTextArea {
	width:70%;
	height:60px;
	
}

.xp_medium_textarea, .mediumTextArea {
	width:70%;
	height:95px;
	
}

.xpTinyTextField {
	width: 25px;
}

.xpSmallTextField, .xpSmall {
	width: 50px;
}

.xpMediumTextField, .xpMedium {
	width: 100px;
}

.xpBigTextField, .xpBig {
	width: 200px;
}

.xpTinyTextField, .xpTiny {
	width: 25px;
}

.xpLoginPanel {
	width:300px;
	border:1px solid #ccc;
	margin: 15px auto 0;
	background:#fff;
	padding-top: 0;
}

.xpLoginPanel h3 {
	margin:0;
	padding:5px;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	background-color: #e2e5e7;
	margin-bottom:5px;
	color: #3d4144;
}

.xpLoginPanel p.xpMessagge {
	margin:0;
	padding:5px;
}

.xpImageArea {
	padding:3px;
	margin:2px;
	border:1px solid #ddd;
	text-align:center;
}

.xpImageArea img{
	display:block;
	margin:0 auto;
}
#footer{
	
	border-top: 1px solid #BCBCBC;
}
#footer p {
	font-size: 10px;
	padding: 10px;
	color: #555;
	text-align: center;
}

/* @group SiteMap */

#xpSiteMap {
	padding:4px;
	background:#fff;
	border:1px solid #ddd;
}
#xpSiteMap a{
	color:#444;
	font-size:10px;
}

#xpSiteMap a:hover{
	color:#F00;
}

.xpSections li a, .xpArticles a, .xpMultimediaContents li a, .xpSite li a, .xpPhotoAlbums li a
{
	text-decoration: none;
	font-size: 12px;
}

.xpSite li a img, .xpSections li a img, .xpArticles li a img, .xpMultimediaContents li img, .xpPhotoAlbums li a img
{
	top: 3px;
	position: relative;
}

ul.xpSite, ul.xpSections, .xpSections ul, ul.xpMultimediaContents, ul.xpPhotoAlbums { 

	list-style: none;
}
/* @end */

/* @group xpRecordsEditing */
.odd { background: #fff; }
.even {
		background: #f3f3f3;
	}
tr.selected{
	color: #fff;
	background: #375fcf;
}
table.xpRecordsList{
	border:1px solid #aaa;
	border-spacing: 0;
}
table.xpRecordsEditing, table.xpRecordsList {
	width:100%;
	font-size:10px;
	margin: 0;
	padding: 0;
}
table.xpRecordsList thead th{
	border-bottom:1px solid #ccc;
	
}

td.calendarCell {
	font-size:9px;
	vertical-align:top;
	overflow:scroll;
	border:1px solid #ddd;
	border-right: none;
	height:30px;
}

table.xpRecordsEditing tbody td, table.xpRecordsList tbody td {
	vertical-align:top;
}
table.xpRecordsEditing th, table.xpRecordsEditing td, table.xpRecordsList th, table.xpRecordsList td { padding: 4px; }

table.xpRecordsEditing th, table.xpRecordsEditing td.xpLongText {
	
}

table.xpRecordsEditing thead tr th, table.xpRecordsList thead tr th
{
	border-bottom: 1px solid #aaa;
	text-align: left;
	background: #ddd;
	white-space:nowrap;
	border-right:1px solid #bbb;
}
table.xpRecordsEditing th.xpLast, table.xpRecordsEditing td.xpLast, table.xpRecordsList th.xpLast, table.xpRecordsList td.xpLast { border-right-style: none; }


table.xpRecordsEditing tfoot tr td.xpFormActions, table.xpSearch tfoot tr td.xpFormActions, table.xpRecordsList tfoot tr td.xpFormActions, table.xpSearch tfoot tr td.xpFormActions
{
	border-top: 3px double #ccc;
	background-color:#f9f9f9;
	text-align: center;
}
table.xpRecordsEditing tbody tr td, table.xpRecordsList tbody tr td
{
	border-right: 1px dotted #ddd;
}

table.xpRecordsEditing td.xpActions, table.xpRecordsEditing th.xpActions, table.xpRecordsList td.xpActions, table.xpRecordsList th.xpActions
{
	text-align: center;
	white-space: nowrap;
	vertical-align:middle;
}
table.xpRecordsEditing th.last, table.xpRecordsEditing td.last, table.xpRecordsList th.last, table.xpRecordsList td.last { border-right-style: none; }

table.xpRecordsEditing, table.xpRecordsList
{
	margin:0 auto;
	padding: 0;
	border-spacing: 0;
}
/* @end */

.xpMessagge {
	color:#900;
	font-weight:bold;
	size:16px;
	text-align:center;
}

li.xpSeparator {
	width: 8px;
	margin: 0 8px 0 0;
	padding: 0;
	border-right: 1px solid #aaa;
	height: 54px;
}

.xpStandAloneLabel {
	margin: 0;
	padding: 5px 0 2px;
	font-weight: bold;
}

#loadingPanelHide {
	display: none;
	background: url(/interface/utilities/backgrounds/bg.gif);
}

#loadingPanelShow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.loadingWindow {
	background: url('/interface/utilities/backgrounds/bg.gif');
	width: 60%;
	height: 60%;
	padding:20%;
}

.loadingWheel {
	background: url(/interface/utilities/iSync.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	background-color:#f2f2f2;
}

.xpStatus {
	background:#fff;
}

ul.xpActions li a.alone, ul.xpActions li a.mono, ul.xpActions li a.last{
	border-bottom: 1px solid #a2a5a8;
	border-top:none;
	
}
ul.xpActions li a.alone {
	border-top: 1px solid #a2a5a8;
	
	
}
hr {
	border-color:#ddd;
	border-width: 1px;
}

table.xpSearch {
	width: 75%;
	margin:5px auto;
	padding:0;
	border-spacing:0;
	border:1px solid #bcbcbc;
	background-color: #fefefe;
}

table.xpSearch tbody td.xpData{
	vertical-align: top;
	padding: 7px;
}

table.xpSearch tbody td.xpLabel {
	padding:5px;
}

.bodyWrapper {
	background:#fff;
	padding:5px;
}

ul.xpTabs {
	margin:0;
	padding:0;
	list-style: none;
}

ul.xpTabs li {
	display:inline;
}

.xpAlert {
	background-color: #fb6d4c;
	font-size: 10px;
	padding: 5px;
}

.xpTips {
	background-color: #fbca4c;
	font-size: 10px;
	padding: 5px;
}

table.xpRecordsList .xpInLineIcon {
	position:relative;
	top: 3px;
}
div.xpAddRecord a img{
	position:relative;
	top:2px;
}
div.xpAddRecord a{
	display:block;
	border:1px solid #aaa;
	text-decoration: none;
	float:left;
	background: url(/cmsadmin/images/background/xpHeader.gif) repeat-x 0 -1px;
	color:#333;
	line-height:24px;
	padding-left:3px;
	padding-right:3px;
	width:150px;
}
div.xpAddRecord a:hover{
	background: #222;
	color: #f1f1f1;
	
}

.xpRecordsListWrapper {
	width:186px;
	margin:0 auto;
}

img.xtLanguageFlag {
	float: left;
	display: block;
	padding-right: 5px;
}

.item_over a {
	color: #fff;
}

.item_over {
	background-color: #444;
}

ul.toolbarActions{
	margin: 0;
	padding:0;
	height: 25px;
	border-bottom: 1px solid #aaa;
	padding: 0;
	margin: 0;
	/*background:url('/passionevacanze/ui_images/bar_bg.gif');*/ 
	background-color:#333;
	padding-top: 3px;
	width: 100%;
}
#division ul.toolbarActions{
	height: 24px;
	padding-top: 0;
}

ul.toolbarActions li{
	margin:0;
	padding:0;
	border-spacing:0;
	display: inline;
}
ul.toolbarActions li a{
	text-decoration: none;
	float: left;
	display: block;
	border: 1px solid #aaa;
	border-bottom: none;
	border-right: none;
	margin: 0;
	border-spacing: 0;
	color: #aaa;
	background: #666;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 28px;
	margin: 0;
	font-weight: bold;
}
ul.toolbarActions li a:hover{
	color: #f90;
	background:#444;
}

ul.toolbarActions li a:hover
{
	color: #000;
	text-decoration: none;
	position:relative;
	top:1px;
	background: #f0f0f0 repeat-x url(/passionevacanze/ui_images/pv_button_bg.gif);
	border-top: 1px solid #fff;
	text-shadow: 2px 2px 2px #b5b5b5;
}

#division ul.toolbarActions li a:hover{
	top: 0;
	border-bottom: none;
}

ul.toolbarActions li.last a{
	border-right: 1px solid #aaa;
}

.xpInside td {
	padding: 0;
	margin: 0;
}

.oddalert {
	background: #ddcdc7;
}

.evenalert {
	background: #fff0e6;
}

.oddnoContract {
	background: #fbb4a3;
}

.evennoContract {
	background: #fbcdaf;
}

.oddnormal {
	background: #e6ffe6;
}

.evennormal {
	background: #c0dfc0;
}

table#mainWrapper tr{
	border-bottom: 1px solid #ddd;
}

#xpWindow div.xpWrapper {
	width: 620px;
	margin: 0 auto;
	border: 1px solid #ddd;
}

#xpWindow table.xpEditing td.xpLabel{
	width: 20%;
	vertical-align: top;
	font-size: 10px;
	text-align: right;
	
}
#xpWindow table.xpEditing td{
	border-bottom: 1px solid #eee;	
}
#xpWindow table.xpEditing, #xpWindow table.xpEditing td.xpData textarea{
	width: 100%;
}

div.xpOptions {
	margin: 0;
	padding: 10px;
}

table.xpRecordsList tbody tr.odd.eol, table.xpRecordsList tbody tr.even.eol{
	font-style: italic;
	color: #999;
}
table.xpRecordsList tbody tr.odd.newProduct, table.xpRecordsList tbody tr.even.newProduct{
	font-weight: bold;
}

td.xpNumber, input.xpNumber {
	text-align: right;
	white-space: nowrap;
}

div.xpTextAreaWrapper{
	padding: 5px;
}

.xpImportant
 {
	font-weight: bold;
}

.xpExtraInfo
 {
	color: #666;
}

table.xpAddress {
	border: 1px solid #ddd;
}
table.xpAddress td{
	padding: 5px;
}

table.xpAddress thead td{
	border-bottom: 1px solid #ddd;
}

table.xpAddress tfoot td{
	border-top: 1px solid #ddd;
}

div.xpTotals, table.xpTotals
 {
	margin-top: 5px;
	border: 1px solid #aaa;
	background: #f3f3f3;
	text-align: right;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	
}

table.xpCartItems{
	width: 100%;
}

.xpCartItems td {
	padding: 2px;
}

.xpCart
 {
	background: #fff;
	
}

.xpStandard{
	text-decoration: line-through;
}

div.xpTextAreaWrapper textarea {
	width: 100%;
}

div#pageTitle {
	background-color: #a8111c;
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #f2f2f2;
	font-weight: bold;
}

td#xpRecordOptions hr {
	border-width: 1px;
	border-color: #fff;
	margin-top: 3px;
	margin-bottom: 4px;
}
div.lastSessionError{
	padding:5px;
	color:#fff;
	background:#f00;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #fff;
}

div.xpTextAreaWrapper.intro {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #f6f6f6;
}

tbody .xpFormActions {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}

tbody .xpFormActions input {
	font-size: 9px;
}
#xpRecordOptions .line{
	padding: 3px;
}
#xpRecordOptions .line label {
	font-size: 9px;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	
}


#footer{
	clear:both;
}
