	body {
	/*
		background-color:  <ss:value source="$storeversion.colorscheme.background" default="white"/>;
		font-family: <ss:value source="$storeversion.font.paragraph.face" default="Arial, Helvetica, sans-serif"/>;
		color:<ss:value source="$storeversion.font.paragraph.color" default="#000000"/>;
		font-size:14px;
		position:relative;
		*/
	}

	td, input, select, button {
		font-size:11px;
	}

	/*
	 * This controls the look of the line that separates the line items from the invoice 
	 * summary information.
	 * Default default is to show black line.
	*/
    #invoiceseparator {
    	border:1px solid black;
    	height: 1px;
    	padding: 0px;
    	margin:0px;
    }
    
	/*
	 * This controls the look of the area that displays order note.
	 * Default state is to accept style from parent and print text in red.
	*/
	.ordernote {
		color: red;
	}
	
	/*
	 * This controls the look of the area that displays invoice promotion text.
	 * Default state is to accept style from parent
	*/
	#promotext_container {
		padding: 5px;
	}
	
	/*
	 * This controls the look of each promotion text item appearing within the promotext_container
	 * Default state is to accept style from parent
	*/
	.promotext {
	
	}
	.promotioncode {
		border: 1px solid #dedede; 
		padding:5px;
		text-align:center;
		margin-top:15px;margin-bottom:5px;
		background-color: #F6F8FB;
		width:235px;
	}
	.alternate {
		font-size: 12px;
		text-align:left;
		background-color: #F6F8FB;
		padding-left:9px;
		padding-top:2px;
		height:18px;
		margin-bottom:5px;
	}	
	.alternate a:link, .alternate a:visited, alternate a:link, .alternate a:visited {
		font-size: 11px;
		text-align:left;
		font-weight:normal;
		text-decoration:underline;
	}
	.textfieldsmall {
		width: 85px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: <ss:value source="$storeversion.font.paragraph.face" default="Arial, Helvetica, sans-serif"/>;
		font-size:12px
	}
	.textfieldmedium {
		width: 185px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: <ss:value source="$storeversion.font.paragraph.face" default="Arial, Helvetica, sans-serif"/>;
		font-size:12px
	}
	.textfieldlarge {
		width: 285px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: <ss:value source="$storeversion.font.paragraph.face" default="Arial, Helvetica, sans-serif"/>;
		font-size:12px
	}
	.droplistmedium {
		width: 185px;
		background-color: #EFF3F4;
		border : 1px solid #7F9CBA;
	}
	.droplistlarge {
		width: 285px;
		background-color: #EFF3F4;
		border : 1px solid #7F9CBA;
	}	
	
	#custom-section {
		width:100%;
	}
/*	
	#header {
		vertical-align:bottom;
		width:100%;
		right:10px;
		left:0px;
	}
	
	#logo {
		float:left;
		min-width:201px;
	}
*/
	#navbar {
		float:left;
		width:100%;
		right:10px;
		text-align:right;
	}

	#content {
		right:10px;
	}

	#column1 {
		width:305px;
		padding: 0px;
		margin:0px auto 0px 0px;
	}
	
	#container {
		width:100%;
	}
	
	#column2 {
		padding-left: 25px;
		width:100%;
	}

	#billingTable {
		background-color:#d6d6d6;
	}

	#billingTable td {
		background-color:white;
	}

	#orderTable {
		background-color:#d6d6d6;
	}

	#cartTable {
		background-color:#d6d6d6;
	}

	#cartTable td {
		background-color:white;
	}

	#billingTable td, input, select, button {
		font-size:12px;
	}

	#orderTable td, input, select, button {
		font-size:12px;
	}

	#cartTable td, input, select, button {
		font-size:12px;
	}
	
	.display_section {
		background-color:#d6d6d6;
	}
	
	.display_section_title {
		background-color:rgb(227,227,227);
	}
	
	.display_section_content {
		background-color:white;
	}
	


	#billInformation {
		font-size:10px;
		font-family:<ss:value source="$storeversion.font.paragraph.face" default="Arial, Helvetica, sans-serif"/>;
	}

	#shipInformation {
		font-size:10px;
		font-family:<ss:value source="$storeversion.font.paragraph.face" default="Arial, Helvetica, sans-serif"/>;
	}

	.error {
		color: red; 
		text-align:left;
		font-weight:normal;
		padding:5px;
	}

	.edit {
		visibility: hidden; 
		position: absolute; 
		top: 10px; 
		right: 5px; 
		color: rgb(122, 134, 156);
		font-size:12px
	}

	.interruptor .optional {
		border: 1px dashed rgb(255, 153, 51); 
		margin: 5px 0px; padding: 3px; 
		background-color: rgb(255,255,219);
	}
	
	.section {
		border-bottom: 1px solid #d6d6d6;
		border-left: 2px solid #d6d6d6;
		border-right: 2px solid #d6d6d6;
		background-color:#D6D6D6;
		width:305px;
	}

	.sectionTitle {
		background-color:#EBEBEB;
		color:#999999;
		font-weight: bold;
		padding: 8px 16px;
		border-bottom:0px solid #D6D6D6;
		border-top:1px solid #D6D6D6;
		font-size:16px;
		position:relative;
	}
	
	div.selected {
		<ss:if test="$request.getScheme() == 'https'">
			background: #7A869C url(<ss:value source="$storeversion.images['one_pg_chkout_lock.gif']"/>) no-repeat right;
		<ss:else/>
			background: #7A869C;
		</ss:if>	
		color:#ffffff;
		font-weight:bold;
		padding: 8px 16px;
		border-top:2px solid #D6D6D6;
		z-index:5
	}
	
	.sectionContent {
		font-size: 12px;
		background-color: #ffffff;
	}

	.sectionContentInner {
		padding:2px;
		background-color: #ffffff;
	}

	.sectionContentInner table {
		text-align:left;
	}

	.giftwrapcheckbox {
		margin:0px;
	}
	.checkoutOptionsTxt {
		font-size:11px; 
		width:118px; 
		height:50px; 
		font-family: Arial, Verdana; 
		padding-right:5px;
	}
					

