/*************** General CSS ******************/
/* 
/* The CSS here should only contain helpers classes and conventions.
/*
/**********************************************/

/* General (CSS reset) */

form {
	margin: 0px;	
}

div {
	margin: 0px;
}

/* Inline elements */

a {
	outline: none;
}

a.ImageLink {
	text-decoration: none !important;	
}

a img {
	border: 0px;
}

.Action {
	cursor: pointer;
	text-decoration: underline;
	text-align: left;
	color: blue;
}

.Tab {
	background-color: transparent;
	padding-right: 7px;
	text-decoration: none !important;
}

.Tab > img {
	vertical-align: bottom;
}

.SelectedTab {
	background-color: transparent;
	padding-top: 5px;
}

span.Important {
	font-weight: bold;
	color: red;
}

.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}

/* Block elements */

.SmallFont {
	font-size: 12px;	
}

.Clear {
	clear: both;
}

.NoClear {
	clear: none !important;
}

.Block {
	display: block;	
}

div.Clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
}

div.Relative {
	position: relative;
}

.Hidden {
	display: none;
}

.TabSection {
	margin: 10px 5px 0px 5px;
}

.TabHeader {
	padding-top: 4px;
}

.TabContent {
	border-style: solid;
	border-width: 4px 2px 2px 2px;
	border-color: #ffa436;
}

.Center {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.CenteredBlock {
	margin-left: auto;
	margin-right: auto;
}

.VariableWidthCenteredBlock {
	display: table;
	margin-left: auto;	
	margin-right: auto;
}

.LeftFloatChildren * {
	float: left;	
}

.LeftFloat {
	float: left;	
}

.RightFloat {
	float: right;	
}

.LeftAbsolute {
	position: absolute;
	left: 0px;
	top: 0px;
}

.SuccessMessage {
	background-color: #a4efae;
	border: 1px solid green;
	padding: 4px 4px 4px 4px;
}

.NormalMessage {
	background-color: #ffdb4c;
	border: 1px solid orange;
	padding: 4px 4px 4px 4px;
}

.ErrorMessage {
	background-color: #ef86a8;
	border: 1px solid red;
	padding: 4px 4px 4px 4px;
}

.ShrinkedWidth {
	width: 75%;
}

/* Margin and Padding presets */

.TopSpaced {
	margin-top: 10px;	
}

.TopSpacedLarge {
	margin-top: 30px;	
}

.TopPadded {
	padding-top: 10px;
}

.TopPaddedLarge {
	padding-top: 30px;
}

.BottomSpaced {
	margin-bottom: 10px;	
}

.BottomSpacedLarge {
	margin-bottom: 30px;	
}

.BottomSpacedSmall {
	margin-bottom: 5px;	
}

.BottomPadded {
	padding-bottom: 10px;
}

.LeftSpacedSmall {
	margin-left: 5px;	
}

.LeftSpaced {
	margin-left: 15px;	
}

.LeftSpacedLarge {
	margin-left: 50px;	
}

.RightSpacedSmall {
	margin-right: 5px;	
}

.RightSpaced {
	margin-right: 15px;	
}

.RightSpacedLarge {
	margin-right: 50px;	
}
/* General */

button.ButtonRemoved {
	cursor: pointer;	
	background-color: transparent;
	border: 0px;
	padding: 0px;
	outline: none;
}

button.Link {
	cursor: pointer;
}

label {
	font-weight: bold;
	text-align: left;
}

fieldset label, label.Standard {
	float: left;
	clear: left;
	position: relative;
	top: 4px;
}

fieldset label.Inline {
	float: none;
	clear: none;
	position: relative;
	top: 0px;	
}

fieldset label.AutoWidth {
	width: auto !important;
}

fieldset label.Up {
	float: none;
	clear: both;
	display: block;
}

fieldset label.Below {
	float: none;
	clear: both;
}

label.Inactive {
	font-weight: normal;
}

form.Standard {
	padding: 10px 3px 5px 2px;	
}

form.Small {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;		
}

.GeneralFormMessage {
	margin-bottom: 5px;	
}

.ValidFormField {
	background-color : #a4efae;
	border: 1px solid green;	
}

.InvalidFormField {
	background-color: #ef86a8;
	border: 1px solid red;
}

.InvalidFormMessage {
	background-color: #ef86a8;
	border: 1px solid red;
	padding: 4px 4px 4px 4px;	
}

.ValidFormMessage {
	background-color: #a4efae;
	border: 1px solid green;
	padding: 4px 4px 4px 4px;	
}

span.FormFieldStatus {
	margin-left: 5px;	
	padding: 1px 3px 1px 3px;	
}

div.FormFieldStatus {
	margin-top: 3px;	
	padding: 1px 3px 1px 3px;	
}

fieldset div.FieldRow, div.FieldRow.Standard {
	padding-top: 8px;
	padding-left: 6px;	
}

form.Small fieldset div.FieldRow {
	padding-top: 2px;
	padding-left: 0px;	
}

fieldset div.FirstField, div.FirstField.Standard {
	padding-top: 2px;
}

div.FormFieldInfoClearer
{
	clear: both;
	float: none;	
	height: 5px;
}

div.FormFieldInfo {
	clear: both;
	float: none;
	background-color: #ffdb4c;
	border: 1px solid #37005f;
	font-size: 85%;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 5px 2px 5px;
}

form .SubmitButton.Bottom {
	margin-top: 10px;
}

form .AddRemoveControls {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
}

form.Standard select {
	margin-left: 20px;
}

option {
	clear: both;
}

.FieldRow input[type="text"], .FieldRow input[type="password"], .FieldRow input[type="checkbox"],
.FieldRow input[type="file"] {
	margin-left: 20px;
}

input[type="checkbox"].ActivationCheckbox {
	margin-left: 0px;	
}

input[type="checkbox"].NoMargin, input[type="text"].NoMargin, input[type="file"].NoMargin  {
	margin-left: 0px;	
}

form.Standard input.Block {
	display: block;
	margin: auto;
}

textarea {
	clear: both;
	margin-top: 10px;
}

textarea.Inline {
	margin-left: 20px;
	margin-top: 0px;
	clear: none;
}

form.Small .FieldRow input {
	margin-left: 5px;
}

/* Forms (particular) */

form#searchForm label {
	margin-left: 4px;
}

form#payPalPaymentForm input[type="image"] {
	position: relative;
	top: 5px; 
}
/* Locale Switcher */

div.LocaleList {
	position: absolute;
	width: 100px;
	background-color: white;
	border: 1px solid #888888;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

div.LocaleList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.LocaleList ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 2px;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
}

div.LocaleList ul li:hover {
	background-color: #ffffbb;
}

div.LocaleList ul li span {
	position: relative;
	top: 3px;
}

div.LocaleList ul li a {
	color: inherit;
	text-decoration:none;
	display: block;
	width: 100%;	
	height: 100%;
	margin: -2px;
	padding: 2px;
}

div.LocaleList ul li img {
	float: right;
	margin-right: 4px;
}
/* General */

body, p, div, span, table {
	font-family: Verdana, sans-serif;
}

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

div#global {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	position: relative;
}

body > div.Relative > div.InnerContent {
	padding-top: 5px;
}

/* Top Region */

/** Shoopz Logo and buttons **/

#topPanelRegion .ButtonContainer {
	position: absolute;
	bottom: 0px;
	left: 2px;
}

#shoopzPowered {
	background-color: white;
	width: 494px;
	height: 140px;
	border: 1px solid #666666;	
}
		
div#topPanelRegion {
	width: 1000px;
	height: 140px;
	position: relative;
}

div#topPanelRegion, div#loginSearch {
	margin-bottom: 9px;
}

#topPanelRegion img {
	margin: 0px;	
}

div#loginPanel {
	position: absolute;
	width: 280px;
	z-index: 2;
}

div#loginPanel .Content {
	padding: 5px;
	background-color: #fdf8a2;
}

/** Shop Logo **/

div#utilitiesPanel {
	margin-bottom: 9px;	
}

/* Utilities Region */

/** Language Switcher **/

#localeSwitcher {
	float: left;
	width: 97px;
	z-index: 1;
	font-size: 10px;
	margin-right: 8px;
	/*border: 1px solid black; */
}

#localeSwitcher img {
	vertical-align: -6px;
	margin: 0px 4px;
}

#localeSwitcher a {
	text-decoration: underline;
	font-style: italic;
	font-size: 10px;
}

/** Search Region **/

div#searchPanel {
	width: 310px;
	float: left;
}

div#searchPanelContent {
	padding-bottom: 5px;
	text-align: center;
}

div#searchPanel input {
	width: 165px;
}

div#searchPanel label {
	font-size: 11px;
}

img.OkButton {
	position: relative;
	top: 5px;
}

/** Information Region **/

div#informationPanel {
	margin-right: 8px;
	width: 296px;
	position: relative;
	float: left;
}

div.InformationButton {
	float: left;
}

div.InformationButton.NewsButton, div.InformationButton.AboutButton {
	width: 110px;
}

div.InformationButton.FAQButton {
	width: 60px;
}

div#informationPanel div.InformationButton.AboutButton {
	width: 110px;
	margin-right: 0px;	
}

#informationPanelContent div.InformationButton {
	margin-right: 8px;
}

/** Shopping Cart Region **/

div#shoppingCart {
	margin-right: 8px;
	width: 273px;
	float: left;
}

div#shoppingCartContent {
	padding: 3px 8px 3px 8px;
}

.CartTotal {
	font-weight: bold;	
}

/* Navigation Menu */

div#navigationPanel {
	width: 197px;
	float: left;
	margin-right: 8px;
	clear: both;
}

div#navigationPanelContent {
	min-height: 530px;
}

div#navigationPanel .Title > div.Relative > div.InnerContent {
	position: relative;
}

#navigationPanel .Category {
	margin-bottom: 3px;		
}

#categoryTitleContent {
	text-align: center;		
}

/** Categories **/

.ChildrenCategory {
	padding-left: 10px;
}

/* Login and Register Actions */

form#loginForm fieldset label {
	width: 80px;
}

form#loginForm.fr fieldset label {
	width: 130px;
}

form#loginForm .SubmitButton {
	margin-left: 20px;
	margin-top: 10px;	
}

form#registerAccountForm fieldset.Register label {
	width: 130px;
}

form#registerAccountForm.fr fieldset.Register label {
	width: 200px;
}

form#registerAccountForm fieldset.Register input {
	width: 200px;
}

form#registerAccountForm fieldset.Register input#registerAccountEmail {
	width: 400px;
}

form#registerAccountForm fieldset.AddressFieldset label {
	width: 100px;
}

form#registerAccountForm fieldset.AddressFieldset input {
	width: 200px;
}

form#registerAccountForm fieldset.AddressFieldset input#registerAccountAddress {
	width: 500px;
}
/* Main Region */

div#mainRegion {
	width: 795px;
	float: left;
}

div#mainRegionContent {
	padding-bottom: 5px;
}

div.ItemPrice {
	font-weight: bold;
}

div.ItemTitle {
	text-align: center;
}

/* Main Region Top Area **/

#mainPanelTopMenu {
	position: relative;
	height: 30px;
}

#mainPanelNavigation {
	float: left;
	position: relative;
	top: 7px;
	left: 8px;
}

span#navigationPages span, span#navigationPages a {
	margin-right: 8px;
}

span#navigationPages span {
	font-weight: bold;
}

#mainPanelNavigation img {
	vertical-align: bottom;
	margin-right: 8px;
}

#mainPanelTitle {
	margin: 0px auto;
	width: 400px;
	text-align: center;
	position: relative;
	font-size: 12px;
}

#mainPanelAction {
	float: right;
	position: relative;
	right: 10px;	
}

/* Item Display Page */

.NavigationPath {
	font-size: 11px;
	color: #ececec;	
}

/* Item List Panel */

div#itemListPanel {
	float: left;
	padding-top: 5px;	
	padding-bottom: 10px;
}

div#itemListPanel div.ItemPreview {
	float: left;
	width: 190px;
	margin: 5px 5px 5px 0px;
	height: 250px;	
}

div#itemListPanel div.ItemPreview div.PreviewImage {
	float: left;
	min-height: 90px;
	width: 100px;
}

.ItemPreviewTopRightColumn {
	min-height: 90px;
	float: right;
	text-align: center;
}

div#itemListPanel div.ItemPrice {
	margin-top: 5px;	
	margin-bottom: 15px;
}

div#itemListPanel .AddCartButton {
	max-width: 64px;
	background-color: #f18200;
	border: 1px solid #de5400;
	padding: 2px 3px;
}

div#itemListPanel .AddCartButton a {
	color: white;
	text-decoration: none !important;	
	font-weight: bold;
	font-family: arial,sans-serif !important;
	font-size: 11px;
	display: block;
	height: 100%;
	margin: -3px -4px;	
	padding: 3px 4px;
}

div#itemListPanel .OutOfStockButton {
	max-width: 64px;
	background-color: #c92727;
	border: 1px solid #9b0909;
	padding: 2px 3px;
	color: white;
	text-decoration: none !important;
	font-weight: bold;
	font-family: arial,sans-serif !important;
	font-size: 10px;	
}

.ItemName {
	font-size: 12px;
	font-weight: bold;
}

.ItemManufacturer {
	font-weight: bold;
}

/* Item Detail Panel */

div#itemDetailPanel {
	width: 385px;
	float: right;
	margin-top: 10px;
}

div#itemDetailPanelContent {
	text-align: center;
}

img.ItemDetailImage {
	margin: 5px 0px 5px 0px;
	cursor: pointer;
}

div#itemDetailPanel .ItemShortDescription {
	text-align: left;
	margin-left: 15px;
	margin-right: 20px;
	padding-top: 10px;
}

div#itemDetailPanel .ItemModel {	
	float: right;
	position: relative;
	right: 10px;
}

div#itemDetailPanel .ItemManufacturer {
	float: left;
}

div#itemDetailPanel .AddCartAction {
	float: left;
	position: relative;
	top: 5px;
	width: 36%;
	text-align: right;
}

div#itemDetailPanel .ItemPrice {
	float: left;
	width: 28%;
	text-align: center;
}

div#itemDetailPanel .ViewFullDetailsAction {
	float: left;
	top: 5px;
	position: relative;
	width: 35%;
	text-align: left;
}

div#itemDetailPanel .ApproveItem {
	float: left;
	position: relative;
	top: 5px;
	width: 50%;
	text-align: right;
	margin-right: 20px;
}

/* Checkout dialog */

/** Retrieval choice section **/

#shopAddressRegion {
	background-color: #b3d0ef;
	border: 1px solid #0a3c8e;
	width: 260px;
}

#shopAddressRegion .Caption {
	text-align: center;
	background-color: #0a3c8e;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}

#shopAddressRegion .Content {
	padding: 5px 15px;
}

/** Payment section **/

table#checkoutTable {
	width: 100%;
	border-collapse: collapse;
}

#checkoutTable td {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

input.ItemQuantity {
	width: 20px;
}

table#checkoutTable tr.EvenTableRow {
	border: 1px solid #666666;
}

table#checkoutTable tr.OddTableRow {
	border: 1px solid #666666;		
}

table#checkoutTable tr.EvenTableRow td, table#checkoutTable tr.OddTableRow td {
	padding: 5px;
}

table#checkoutTable th {
	padding-bottom: 8px;	
}

th.QuantityHeader {
	width: 80px;
	text-align: center;
}

th.PriceHeader {
	width: 60px;
	text-align: center;
}

td.PriceColumn, td.QuantityColumn {
	text-align: right;

}

td.QuantityColumn input {
	margin-left: 3px;
	margin-right: 2px;
}

td.QuantityColumn img {
	vertical-align: middle;
}

#checkoutTotal {
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;

}

.TotalAmount {
	font-weight: bold;
	font-size: 20px;
	color: red;
	margin-left: 10px;
}

#shippingPolicySelectorBlock {
	float: right;	
}

#shippingPolicySelectorBlock .ShippingPolicySelectorRow {
	margin-bottom: 8px;
}

div.ShippingPolicyDescription {
	float: right;
	margin-right: 20px;
	width: 200px;
}
.ShippingPolicySelectorRow input {
	clear: both;
	float: left;
}

.ShippingPolicySelectorName {
	margin-right: 40px;
	float: left;
}

div.PaymentChoice {
	background-color: #f18200;
	border: 1px solid #de5400;
	padding: 2px 3px;
	color: white;
	text-decoration: none !important;	
	font-weight: bold;
	font-family: arial,sans-serif !important;
	font-size: 11px;
}

form#checkPaymentForm label {
	width: 80px;
}

/* News */

.NewsArticleDate {
	float: left;
}
/* General */

.Action.ClosePanel, a.ClosePanel {
	position: relative;
	top: 4px;
	right: 20px;
	float: right;
}

.CloseButton {
	position: absolute;
	right: -8px;
	top: -10px;
	height: 26px;
	width: 26px;
	cursor: pointer;
	z-index: 1;
}

.ShadowLeft {
	background-image: url("http://images.shoopz.com/common/shadow-left.png");
	width: 8px;
	height: 100%;
	position: absolute;
	left: -8px;
	top: 0px;
}

.ShadowRight {
	background-image: url("http://images.shoopz.com/common/shadow-right.png");
	width: 8px;
	height: 100%;
	position: absolute;
	right: -8px;
	top: 0px;
}

.ShadowTop {
	background-image: url("http://images.shoopz.com/common/shadow-top.png");
	width: 100%;
	height: 8px;
	position: absolute;
	top: -8px;
}

.ShadowBottom {
	background-image: url("http://images.shoopz.com/common/shadow-bottom.png");
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: -8px;
}

.ShadowTopLeftCorner {
	background-image: url("http://images.shoopz.com/common/shadow-top-left-corner.png");
	width: 7px;
	height: 7px;
	position: absolute;
	left: -7px;
	top: -7px;
}

.ShadowTopRightCorner {
	background-image: url("http://images.shoopz.com/common/shadow-top-right-corner.png");
	width: 7px;
	height: 7px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.ShadowBottomLeftCorner {
	background-image: url("http://images.shoopz.com/common/shadow-bottom-left-corner.png");
	width: 7px;
	height: 7px;
	position: absolute;
	left: -7px;
	bottom: -7px;
}

.ShadowBottomRightCorner {
	background-image: url("http://images.shoopz.com/common/shadow-bottom-right-corner.png");
	width: 7px;
	height: 7px;
	position: absolute;
	right: -7px;
	bottom: -7px;
}

/* Opacity Layer */

div#opacityLayer {
	z-index: 9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
}

/* Shopping Cart Detail Panel */

div#shoppingCartDetail {
	z-index: 1;
	width: 600px;
	position: absolute;
	text-align: center;
}

div#shoppingCartDetail .Content {
	padding: 5px;
}

div#shoppingCartDetail div#shoppingCartItemList div{
	text-indent: 5px;
	padding: 1px;	
}

div#shoppingCartDetail div {
	text-align: left;
}

div#shoppingCartDetail span {
	text-align: right;
}

/* Full Details Item Panel */

#itemFullPanel {
	z-index: 1;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 1000px;
}

img.ItemFullImage {
	float: left;
	margin: 0px 5px 5px 0px;
}

#itemFullPanel .ItemDescription {
	margin: 10px;
}

#itemFullPanel #fullPanelRightBlock {
	width: 270px;
	float: left;
}

#itemFullPanel .ItemManufacturer, #itemFullPanel .ItemModel {
	float: right;
	padding-right: 5px;
}

#itemFullPanel .ItemStatus {
	float: right;
	padding-right: 5px;
}

#itemFullPanel div.PriceContainer {
	position: relative;
}

#itemFullPanel div.PriceContainer > span {
	position: absolute;
	left: 0px;
	top: 5px;
	text-align: left;
}

/* ToolTip */

div.ToolTip {
	position: absolute;
	border: 1px solid;
	padding: 5px;
	z-index: 15;
}

div.ToolTip.CartDetail {
	vertical-align: middle;
	text-align: center;
	background-color: black;
}

div.ToolTip img {
	border: 1px solid black;
}

/* HelpPanel */

.HelpPanel {
	z-index: 10;
	position: absolute;
	background-color: white;
}

.HelpPanel.Standard {
	width: 450px;
}

.HelpPanel.Large {
	width: 650px;
}

.HelpPanel .Content {
	margin: 15px;
}

.HelpContent, .HelpTitle {
	display: none;
}

/* Message Panel */

div#messagePanel {
	position: absolute;
	width: 400px;
	z-index: 10;
}

/* Dialog Panel */

div#dialogPanel {
	position: fixed;
	top: 0px;
	width: 600px;
	z-index: 10;
	background-color: #f6f6f6;
}

div#dialogPanel .Caption {
	background-color: #dddddd;
	border-bottom: 1px solid #999999;
	padding: 5px 15px;
	font-weight: bold;
}

div#dialogPanel .Caption a {
	position: absolute;
	right: 5px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

div#dialogPanel .Caption a:hover {
	color: black;
}

div#dialogPanel .Content {
	border-top: 1px solid #ffffff;
	padding: 0px 10px 10px 10px;
}

div#dialogPanel a {
	color: #1b56b9;
}

div#dialogPanel a:hover {
	color: #fc4a17;
}

div#dialogPanel .BottomLeftContent {
	bottom: -10px;
	background-image: url("http://images.shoopz.com/common/generated/dialog-rounded-corner-bottom-left.png");
	height: 10px;
	width: 10px;
}

div#dialogPanel .BottomRightContent {
	bottom: -10px;
	background-image: url("http://images.shoopz.com/common/generated/dialog-rounded-corner-bottom-right.png");
	height: 10px;
	width: 10px;
}

div#dialogPanel .BottomContent {
	height: 10px;
	bottom: -10px;
	width: 580px;
	left: 10px;
	background-color: #f6f6f6;
}

/** Shop Message Form **/

form#writeMessageToShopForm fieldset label {
	width: 150px;
}

form#writeMessageToShopForm fieldset input {
	width: 250px;
}

form#writeMessageToShopForm fieldset textarea {
	width: 520px;
	height: 150px;
}

/** Variations Choice Dialog **/

form#variationsChoiceForm label {
	width: 120px;
}

form#variationsChoiceForm fieldset {
	width: 300px;
	border: 1px solid #999999;
	float: left;
}

/* Waiting Server Reply Panel */

div.WaitingServerReplyPanel {
	background-color: white;
	border: 1px solid #999999;
	color: #2A55D0;
	padding: 2px 10px 5px 5px;
	font-weight: bold;
}

div.WaitingServerReplyPanel.General {
	position: fixed;
	top: 5px;
	margin: 0 auto;
	left: 300px;
	font-size: 14px;	
}

div.WaitingServerReplyPanel.General img {
	vertical-align: top;
}

#decorationDomain .WaitingServerReplyPanel img {
	vertical-align: middle;
}

/* Login Panel */

div#loginPanel fieldset label {
	width: 85px;
}

div#loginPanel div.FieldRow input {
	width: 150px;
}


/** Customizable Elements **/

div.Relative {
	width: auto;			
}

div.InnerContent {
	position: relative;
	background-repeat: repeat;
}

div.TopContent {
	position: absolute;
	width: 100%;
	top: 0px;	
	left: 0px;	
}

div.BottomContent {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

div.LeftContent {
	position: absolute;
	height: 100%;
	top: 0px;	
	left: 0px;
}

div.RightContent {
	position: absolute;
	height: 100%;	
	right: 0px;
	top: 0px;
}

div.TopLeftContent {
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;	
	left: 0px;
}

div.TopRightContent {
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.BottomLeftContent {
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.BottomRightContent {
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;	
	right: 0px;
}
div.PreviewImageContent {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}
