
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

html
{
	overflow-y: scroll;
}

img
{
	display: block;
}

p
{
	margin-bottom: 20px;
}

ol, ul
{
	margin-bottom: 24px;
}

li
{
	margin-left: 32px;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 18px;
}

h2, h3, h4, h5, h6
{
	clear: both;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 24px;
	margin-top: 28px;
}

h2
{
	font-size: 28px;
	margin-top: 48px;
}

/* HEADER */

.Header
{
	border-bottom: 2px solid #002266;
	float: left;
	width: 100%;
}

.Logo
{
	color: #000044;
	float: left;
	margin: 4px;
}

.Logo > svg
{
	border: 0px;
	float: left;
	height: 90px;
	width: 245px;
}

.LogoSmall
{
	display: none;
}

.ActionContainer
{
	float: left;
	font-size: 16px;
	margin-left: 96px;
}

.Action
{
	border-radius: 12px;
	float: left;
	font-weight: bold;
	margin: 17px 12px;
	padding: 12px 20px;
	text-align: center;
	user-select: none;
}

.ActionYellow
{
	background-color: #FFD900;
	color: #000000;
}

.ActionYellow:hover
{
	background-color: #FF9900;
}

.ActionGreen
{
	background-color: #33CC33;
	color: #FFFFFF;
}

.ActionGreen:hover
{
	background-color: #33FF33;
}

.ActionLines1
{
	height: 30px;
	padding-top: 22px;
}

.ActionLines2
{
	height: 38px;
	padding-top: 14px;
}

/* LINKS */

.LinksBig
{
	float: left;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-left: 24px;
}

.LinksBig a
{
	color: #002266;
	float: left;
	margin: 24px 20px;
	padding: 14px 12px;
}

.LinksBig a:active, .LinksBig a:hover
{
	color: #5AA2EB;
}

.LinksSmall
{
	border-bottom: 2px solid #002266;
	display: none;
	width: 100%;
}

.LinksSmall a
{
	color: #002266;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 16px;
	text-transform: uppercase;
}

.LinksSmall a:active, .LinksSmall a:hover
{
	background-color: #E4F4FF;
}

/* TOP BAR */

.TopBar
{
	float: left;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 4px;
	min-height: 40px;
	width: 100%;
}

.TopBarLinks
{
	float: right;
}

.TopBarLinks > a > div
{
	background-color: #EEEEEE;
	border-radius: 4px;
	color: #000000;
	float: left;
	font-size: 13px;
	margin: 6px 12px 6px 0px;
	padding: 6px 10px;
	text-align: center;
	user-select: none;
}

.TopBarLinks > a > div:hover
{
	background-color: #DDDDDD;
	color: #265291;
}

.UnreadMessagesExist
{
	color: #DD0000;
	font-weight: bold;
}

/* USER ACCOUNT */

.UA_DropDownContainer
{
	display: inline-block;
	margin-right: 8px;
	position: relative;
}

.UA_DropDownImage
{
	cursor: pointer;
}

.UA_DropDownImage > *
{
	pointer-events: none;
}

.UA_DropDownImage:hover > circle:first-of-type
{
	fill: #DDDDDD;
}

.UA_DropDownImage:hover > path
{
	stroke: #265291;
}

.UA_DropDown
{
	background-color: #EEEEEE;
	border-radius: 4px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
	min-width: 240px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 48px;
	z-index: 1;
}

.UA_DropDown a,
.UA_DropDown b
{
	color: #000000;
	display: block;
	padding: 12px 16px;
	text-decoration: none;
}

.UA_Show
{
	display: block;
}

/* BREADCRUMBS */

.Breadcrumbs
{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-bottom: 24px;
	width: 100%;
}

.Breadcrumbs a
{
	color: #0000AA;
}

/* MAIN */

.MainContainer
{
	margin: 0px auto;
	max-width: 1792px;
}

.LeftContainer
{
	float: left;
	width: 100%;

	margin-right: -322px;
}

.Left
{
	margin-bottom: 64px;
	margin-left: 16px;
	margin-right: 322px;
}

.Right
{
	float: right;
	margin-right: 16px;
	width: 240px;
}

.UnreadMessages
{
	float: left;
	width: 100%;
}

.UnreadMessages > div
{
	background-color: #EEEEEE;
	border-radius: 4px;
	color: #000000;
	float: left;
	margin-bottom: 24px;
	padding: 20px 12px;
}

/* SIDEBAR */

.SidebarReview
{
	border: 1px solid #EFEFEF;
	float: left;
	margin-top: 32px;
	width: 196px;
}

.SidebarReview > div:nth-child(1) > a
{
	float: left;
}

.SidebarReview > div:nth-child(1) > a > img
{
	max-width: 180px;
	padding: 8px;
}

.SidebarReview > div:nth-child(2)
{
	float: left;
	font-size: 12px;
	padding: 16px 4px;
}

/* FOOTER */

.FooterLinks
{
	background-color: #002266;
	float: left;
	font-size: 13px;
	margin-top: 64px;
	padding: 4px 0px;
	text-align: center;
	width: 100%;
}

.FooterLinks a
{
	color: #FFFFFF;
	margin: 0px 24px;
}

.FooterLinks a:active, .FooterLinks a:hover
{
	text-decoration: underline;
}

.FooterDeclarations
{
	float: left;
	margin: 6px 0px;
	width: 100%;
}

.FooterDeclarations > div
{
	float: left;
	font-size: 12px;
	padding: 4px 0px;
	text-align: center;
	width: 100%;
}

/* LOG IN */

.LogIn
{
	float: left;
	margin: 12px 0px;
	white-space: nowrap;
}

.LogIn > div
{
	width: 252px;
}

.LogIn > div > input
{
	padding: 2px 4px;
	width: 240px;
}

.LogIn > div > img
{
	margin-top: 3px;
	right: 6px;
}

.LogIn > div:nth-of-type(1),
.LogIn > div:nth-of-type(2)
{
	margin: 8px 0px;
}

.LogIn > div:nth-of-type(3)
{
	margin: 12px 0px;
}

.LogIn > div > button
{
	float: right;
	padding: 2px 6px;
}

.LogInAdditional
{
	float: left;
	font-size: 12px;
	margin: 8px 0px;
	width: 100%;
}

/* FORGOT PASSWORD */

.ForgotPassword input,
.ForgotPassword button
{
	padding: 1px 4px;
}

/* EYE */

.EyeFieldContainer
{
	position: relative;
}

.Eye
{
	cursor: pointer;
	margin-top: 1px;
	position: absolute;
	right: 0;
	top: 0;
}

/* FORM ALIGN */

.FormAlign button
{
	margin-bottom: 24px;
	padding: 3px 6px;
}

.FormAlign input
{
	float: left;
	width: 100%;
}

.FormAlign input::placeholder
{
	color: #BBBBBB;
}

.FormAlign select
{
	padding: 3px 6px;
}

.FormAlignBlock
{
	float: left;
	margin-bottom: 16px;
	width: 100%;
}

.FormAlignLeft
{
	float: left;
	min-height: 1px;
	padding-right: 32px;
	margin-bottom: 8px;
}

.FormAlignLeft > div:nth-child(1)
{
	font-size: 13px;
	font-weight: bold;
}

.FormAlignLeft > div:nth-child(2)
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.FormAlignRight
{
	color: #333333;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.FormAlignInputDisabled
{
	background-color: #E9E9E9;
	color: #000000;
	padding: 2px 0px 2px 2px;
	pointer-events: none;
}

.FormAlignRequired::before
{
	color: #FF0000;
	content: "* ";
}

.FormAlignRequired::after
{
	color: #CC0000;
	content: "\00a0\00a0\00a0Required";
	font-size: 12px;
}

/* REGISTRATION */

.RegistrationFormAlignLeft
{
	width: 240px;
}

.RegistrationFormAlignRight
{
	width: 180px;
}

.RegistrationExtra
{
	display: none;
}

/* HOME PAGE */

.HomePage
{
	float: left;
	margin-bottom: 64px;
	width: 100%;
}

.HomePage > div
{
	float: left;
	margin: 10px 8px 18px 8px;
	max-width: 320px;
}

.HomePage > div > div:nth-child(1)
{
	margin-bottom: 4px;
	position: relative;
}

.HomePage > div > div:nth-child(1) > a > img
{
	max-height: 100%;
	max-width: 100%;
}

.HomePage > div > div:nth-child(2)
{
	margin-bottom: 8px;
}

.HomePage > div > div:nth-child(3)
{
	height: 96px;
	max-height: 96px;
	overflow: hidden;
}

.HomePage_Overlay
{
	bottom: 0px;
	font-size: 25px;
	padding: 8px 0px;
	position: absolute;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
}

.HomePage_OverlaySold
{
	background-color: #DA0000;
	color: #FFFFFF;
}

.HomePage_OverlayClosed
{
	background-color: #8800DD;
	color: #FFFFFF;
}

/* ARTICLES */

.Articles
{
	font-size: 16px;
}

.Article
{
	margin: 0px auto;
	max-width: 1792px;
	font-size: 17px;
	line-height: 23px;
}

.ArticleLeft
{
	border: 1px solid #D7D7D7;
	background-color: #FCFCFC;
	border-radius: 12px;
	float: left;
	margin-bottom: 24px;
	padding: 18px 22px;
	width: 240px;
}

.ArticleLeft a
{
	color: #2277BB;
}

.ArticleLeft a:active,
.ArticleLeft a:hover
{
	text-decoration: underline;
}

.ArticleLeft > div:nth-child(1)
{
	color: #3399DD;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	margin: 12px 0px;
	text-transform: uppercase;
}

.ArticleLeft > div:nth-child(n+2)
{
	font-size: 17px;
	margin: 20px 0px;
}

.ArticleRightContainer
{
	float: right;
	width: 100%;

	margin-right: -320px;
}

.ArticleRight
{
	margin-bottom: 64px;
	margin-right: 320px;
}

/* At */

.At_Overlay
{
	border-radius: 12px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 42px;
	margin: 12px 0px;
	padding: 18px 0px;
	text-align: center;
	user-select: none;
	width: 100%;
}

.At_Overlay_Sold
{
	background-color: #DA0000;
	color: #FFFFFF;
}

.At_Overlay_Closed
{
	background-color: #8800DD;
	color: #FFFFFF;
}

.At_Thumbnails
{
	float: left;
	margin-bottom: 36px;
	width: 100%;
}

.At_Thumbnails > div
{
	float: left;
	margin-right: 12px;
}

.At_Thumbnails > div > a > img
{
	margin-top: 16px;
}

.At_ContactName
{
	font-size: 17px;
	font-variant: small-caps;
	margin-left: 4px;
	text-decoration: underline;
	text-transform: lowercase;
}

.At_Text
{
	float: left;
	margin-bottom: 36px;
	width: 100%;
}

/* SELLER WARNING */

.SellerWarningContainer
{
	background-color: #EEEEEE;
	border-radius: 12px;
	float: left;
	margin-bottom: 32px;
	max-width: 100%;
	width: 480px;
}

.SellerWarningContainer > div
{
	padding: 0px 16px;
	text-align: center;
}

.SellerWarningContainer > div > div
{
	margin: 20px 0px;
}

.SellerWarningContainer > div > div:nth-child(1)
{
	color: #CC0000;
	font-size: 26px;
	font-weight: bold;
	text-decoration: underline;
}

.SellerWarningContainer > div > div:nth-child(2)
{
	font-size: 18px;
	font-weight: bold;
}

.SellerWarningContainer > div > div:nth-child(3)
{
	font-size: 13px;
}

/* IMAGE SLIDER */

.ISContainer
{
	float: left;
	margin-bottom: 24px;
	margin-top: 24px;
	min-height: 288px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.IS
{
	float: left;
	width: 200%;
}

.IS > div
{
	float: left;
}

.IS > div > img
{
	pointer-events: none;
}

.IS_MainImageContainer
{
	max-width: 50%;
}

.IS_MainImage
{
	width: 100%
}

/* IMAGE SLIDER ARROWS */

.IS_Arrow
{
	display: block;
	height: 64px;
	position: absolute;
	top: 192px;
	user-select: none;
	width: 64px;
	z-index: 1;
}

.IS_ArrowLeft
{
	left: 12px;
}

.IS_ArrowRight
{
	right: 12px;
}

/* IMAGE SLIDER DOTS */

.IS_Dots
{
	align-items: center;
	display: flex;
	float: left;
	justify-content: center;
	width: 100%;
}

.IS_Dots > div
{
	align-items: center;
	aspect-ratio: 1 / 1;
	background-color: #EAEAEA;
	border-radius: 50%;
	color: #444444;
	cursor: pointer;
	display: flex;
	float: left;
	font-size: 17px;
	justify-content: center;
	margin: 0px 2px;
	width: 10px;
}

.IS_Dots > div:nth-child(2)
{
	background-color: #EEEEEE;
	width: 12px;
}

.IS_Dots > div:hover
{
	background-color: #5AA2EB;
}

/* IMAGE SLIDER CAMERA */

.IS_CameraContainer
{
	float: left;
	margin: 12px 0px;
	width: 100%;
}

.IS_CameraContainer > div
{
	align-items: center;
	display: flex;
	justify-content: center;
}

/* UCP CREATE ADVERT */

.UCP_CA > select
{
	padding: 3px 6px;
	width: 128px;
}

.UCP_CA > button
{
	padding: 3px 6px;
	visibility: hidden;
}

/* UCP ADVERT MANAGER */

.UCP_AM_Tabs
{
	border-top: 1px solid #AAAAAA;
	float: left;
	margin-bottom: 24px;
	width: 100%;
}

.UCP_AM_Tabs > a > div
{
	align-items: center;
	background-color: #FAFAFA;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	color: #000000;
	display: flex;
	float: left;
	font-size: 16px;
	font-variant: small-caps;
	height: 60px;
	padding: 0px 36px;
	text-align: center;
	text-transform: lowercase;
}

.UCP_AM_Tabs > a > div > div > div
{
	font-size: 12px;
}

.UCP_AM_Tabs > a:nth-child(1) > div
{
	border-left: 1px solid #AAAAAA;
}

.UCP_AM_Tabs > a:hover > div
{
	background-color: #D8E5FF;
}

.UCP_AM_TabSelected
{
	border-bottom: 3px solid #002266 !important;
}

.UCP_AM_Table
{
	float: left;
	margin-bottom: 24px;
	width: 100%;
}

.UCP_AM_Table > div
{
	float: left;
	margin-bottom: 8px;
	width: 100%;
}

.UCP_AM_Table > div > div
{
	background-color: #F1F1FF;
	float: left;
	height: 100%;
	margin-right: 8px;
}

.UCP_AM_Table > div > div:nth-child(1)
{
	height: 216px;
	margin-top: 8px;
	position: relative;
	width: 288px;
}

.UCP_AM_Table > div > div:nth-child(n+2)
{
	height: 192px;
	overflow: hidden;
	margin-top: 8px;
	padding: 12px 8px;
	width: 272px;
}

.UCP_AM_Table > div > div:nth-child(2) > div:nth-child(2)
{
	float: left;
	font-size: 15px;
	max-height: 128px;
	overflow: hidden;
	width: 100%;
}

.UCP_AM_Table_Preview
{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	margin: 16px 0px;
}

.UCP_AM_Table_Preview > a
{
	color: #0000AA;
	text-decoration: underline;
}

.UCP_AM_Table_Preview > a:active,
.UCP_AM_Table_Preview > a:hover
{
	color: #000033;
}

.UCP_AM_Table select,
.UCP_AM_Table button
{
	float: left;
	margin-right: 8px;
	padding: 4px 8px;
}

.UCP_AM_Table select
{
	background-color: #FBFBFB;
}

.UCP_AM_Message
{
	font-size: 14px;
}

.UCP_AM_Table_OptionHeader
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	padding-bottom: 12px;
	text-decoration: underline;
	text-transform: lowercase;
	width: 100%;
}

.UCP_AM_Table_Option
{
	float: left;
	margin-bottom: 16px;
	margin-top: 4px;
	text-transform: lowercase;
	width: 100%;
}

.UCP_AM_Table_Option > a
{
	color: #444444;
}

.UCP_AM_Table_Option > a > div
{
	background-color: #EEDEF5;
	border: 0px;
	border-radius: 12px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	padding: 12px 16px 14px 16px;
	width: 48px;
}

.UCP_AM_Table_Option > a > div:hover
{
	background-color: #CCCCEE;
}

.UCP_AM_Table_Option > a:not(:last-child) > div
{
	margin-right: 16px;
}

.UCP_AM_Table_Warning
{
	color: #DD0000;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	width: 100%;
}

.UCP_AM_Overlay
{
	bottom: 0px;
	font-size: 22px;
	padding: 8px 0px;
	position: absolute;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
}

.UCP_AM_OverlaySold
{
	background-color: #DA0000;
	color: #FFFFFF;
}

.UCP_AM_OverlayClosed
{
	background-color: #8800DD;
	color: #FFFFFF;
}

/* UCP BBCODE */

.UCP_BBC_Menu
{
	float: left;
	min-height: 30px;
	width: 100%;
}

.UCP_BBC_Menu > a
{
	float: left;
	margin-right: 2px;
}

.UCP_BBC_ColourPalette
{
	display: none;
	float: left;
	width: 100%;
}

.UCP_BBC_ColourPaletteShow
{
	display: block;
}

.UCP_BBC_Note
{
	float: left;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 8px;
	width: 100%;
}

/* UCP ADVERT EDITOR */

.UCP_AE_Counter
{
	float: left;
	margin-bottom: 24px;
	margin-top: 12px;
	width: 100%;
}

.UCP_AE_Counter > div:nth-child(odd)
{
	float: left;
	width: 44px;
}

.UCP_AE_Counter > div:nth-child(odd) > div:nth-child(1)
{
	align-items: center;
	aspect-ratio: 1 / 1;
	background-color: #EEEEEE;
	border-radius: 50%;
	color: #444444;
	display: flex;
	float: left;
	font-size: 22px;
	justify-content: center;
	user-select: none;
	width: 100%;
}

.UCP_AE_Counter > div:nth-child(odd) > div:nth-child(1) > span
{
	margin-top: 2px;
}

.UCP_AE_Counter > div:nth-child(odd) > div:nth-child(2)
{
	float: left;
	font-size: 14px;
	text-align: center;
	padding: 2px 0px;
	width: 100%;
}

.UCP_AE_Counter > div:nth-child(even)
{
	background-color: #CCCCCC;
	color: #FFFFFF;
	float: left;
	height: 1px;
	margin: 20px 24px;
	width: 192px;
}

.UCP_AE_Counter_CirclePrev
{
	background-color: #0E9594 !important;
	color: #FFFFFF !important;
}

.UCP_AE_Counter_CircleCurr
{
	background-color: #4362EE !important;
	color: #FFFFFF !important;
}

.UCP_AE_Counter_CircleNext
{
	background-color: #EEEEEE !important;
}

.UCP_AE_Counter_LinePrev
{
	background-color: #0E9594 !important;
}

.UCP_AE_Counter_LineNext
{
	background-color: #DDDDDD !important;
}

.UCP_AE_Note
{
	float: left;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 8px;
	width: 100%;
}

.UCP_AE_Buttons
{
	float: left;
	margin-bottom: 24px;
	margin-top: 12px;
	width: 100%;
}

.UCP_AE_Buttons button,
.UCP_AE_Buttons div
{
	background-color: #4362EE;
	border: 1px solid #D7D7D7;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 12px;
	padding: 12px 24px;
}

.UCP_AE_Buttons button:active,
.UCP_AE_Buttons button:hover,
.UCP_AE_Buttons div:active,
.UCP_AE_Buttons div:hover
{
	background-color: #0000FF;
}

/* UCP ADVERT EDITOR (BASIC) */

.UCP_AEB_FormAlignLeft
{
	width: 240px;
}

.UCP_AEB_FormAlignRight
{
	width: 260px;
}

/* UCP ADVERT EDITOR (TEXT) */

.UCP_AET_Form
{
	float: left;
	width: 100%;
}

.UCP_AET_Form > div > textarea
{
	height: 192px;
	width: 640px;
}

/* UCP ADVERT EDITOR (IMAGES) */

.UCP_AEI_UploadForm
{
	float: left;
	max-width: 400px;
	width: 100%;
}

.UCP_AEI_UploadBox
{
	align-items: center;
	background-color: #FFFFFF;
	border: 2px dashed #6699FF;
	border-radius: 5px;
	color: #7090FF;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 167px;
	justify-content: center;
	width: 100%;
}

.UCP_AEI_Preview
{
	display: none;
	float: left;
	margin-bottom: 24px;
	width: 280px;
}

.UCP_AEI_Preview > div > img
{
	display: block;
	margin: 8px 0px;
	max-height: 100%;
	max-width: 100%;
}

.UCP_AEI_Preview > div > div
{
	float: left;
	width: 100%;
}

.UCP_AEI_Preview > div > div:nth-child(2) > input
{
	box-sizing: border-box;
	height: 24px;
	margin: 8px 0px;
	width: 100%;
}

.UCP_AEI_Preview > div > div:nth-child(3) > button
{
	float: right;
	height: 24px;
	margin: 4px 0px;
	width: 64px;
}

.UCP_AEI_ProgressBarContainer
{
	background-color: #CCCCEE;
	width: 400px;
}

.UCP_AEI_ProgressBar
{
	background-color: #00AA00;
	height: 8px;
}

.UCP_AEI_ProgressBarContainer
{
	margin: 8px 0px;
}

.UCP_AEI_ImagesNoneUploaded
{
	float: left;
	margin: 12px 0px;
	width: 100%;
}

.UCP_AEI_ImagesInformation
{
	float: left;
	font-size: 13px;
	margin: 8px 0px;
	width: 100%;
}

.UCP_AEI_ImagesTableContainer
{
	min-height: 540px;
}

.UCP_AEI_ImagesTable > tbody > tr > td
{
	padding: 24px 0px;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(1)
{
	padding: 52px 12px 52px 0px;
	vertical-align: top;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(1) > a > img
{
	display: block;
	margin: 16px 0px;
}

.UCP_AEI_ImagesTable > tbody > tr:first-child > td:nth-child(1) > a:first-child,
.UCP_AEI_ImagesTable > tbody > tr:last-child > td:nth-child(1) > a:last-child
{
	display: none;
}

.UCP_AEI_ImagesTable > tbody > tr:first-child > td:nth-child(1) > a:last-child > img,
.UCP_AEI_ImagesTable > tbody > tr:last-child > td:nth-child(1) > a:first-child > img
{
	margin: 44px 0px;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(2) > img
{
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(2) > input
{
	box-sizing: border-box;
	padding: 3px 6px;
	width: 100%;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(2) > div
{
	padding: 8px 0px;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(2) > div > button
{
	float: right;
	padding: 3px 8px;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(2) > div > button:disabled
{
	color: #BBBBBB;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(3)
{
	vertical-align: top;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(3) > a > img
{
	margin: 0px 8px;
}

.UCP_AEI_ImagesTable > tbody > tr > td:nth-child(3) > a > img
{
	padding: 2px 0px;
}

/* UCP ADVERT ACTIONS */

.UCP_AA_Options
{
	border-bottom: 1px solid #000077;
	float: left;
	font-size: 16px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	width: 100%;
}

.UCP_AA_ThumbnailContainer
{
	float: left;
	width: 100%;
}

.UCP_AA_ThumbnailContainer > img
{
	border: 1px solid #000077;
}

/* UCP USER SETTINGS */

.UCP_US_FormAlignLeft
{
	width: 180px;
}

.UCP_US_FormAlignRight
{
	width: 180px;
}

.UCP_US_FormContainer
{
	border-top: 1px solid #AAAAAA;
	float: left;
	width: 100%;
}

.UCP_USC_FormAlignLeft
{
	width: 140px;
}

.UCP_USC_FormAlignRight
{
	width: 180px;
}

.UCP_USC_YesNo
{
	float: left;
	margin-top: 24px;
}

/* UCP PRIVATE MESSAGES */

.UCP_PM_Menu
{
	float: left;
	margin: 24px 0px;
	width: 100%;
}

.UCP_PMs
{
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	float: left;
	width: 100%;
}

.UCP_PMs th
{
	padding: 4px 8px;
	text-align: left;
}

.UCP_PMs td
{
	padding: 8px;
	text-align: left;
}

.UCP_PMs tr:hover:nth-child(n+2)
{
	background-color: #EEEEEE;
	cursor: pointer;
}

.UCP_PMs > tbody > tr > th:nth-child(1), .UCP_PMs > tbody > tr > td:nth-child(1)
{
	padding: 0px;
	width: 4px;
}

.UCP_PMs a:link, .UCP_PMs a:visited, .UCP_PMs a:hover, .UCP_PMs a:active
{
	color: #333333;
}

.UCP_PMs_Row_Unread
{
	font-weight: bold;
}

.UCP_PMs_Row_Unread > td:nth-child(1)
{
	background-color: #3A00DA;
}

.UCP_PMs_Row_Unread > td:nth-child(4) > a
{
	color: #3A00DA;
}

.UCP_PM_Empty
{
	float: left;
	width: 100%;
}

/* UCP NEW PRIVATE MESSAGE */

.UCP_PM_Form
{
	float: left;
	width: 100%;
}

.UCP_PM_Form input
{
	width: 256px;
}

.UCP_PM_Form textarea
{
	height: 128px;
	width: 480px;
}

.UCP_PM_Form button
{
	padding: 3px 8px;
}

/* UCP PRIVATE MESSAGE */

.UCP_PM
{
	float: left;
	width: 640px;
}

.UCP_PM > div
{
	border-radius: 12px;
	margin: 6px 0px;
	padding: 12px 6px;
}

.UCP_PM > div > div:nth-child(-n+4)
{
	font-size: 12px;
}

.UCP_PM > div > div:nth-child(5)
{
	padding-bottom: 20px;
	padding-top: 20px;
}

.UCP_PM_Style_Deleted
{
	background-color: #EECAC8;
}

.UCP_PM_Style_Mine
{
	background-color: #DEE5F0;
}

.UCP_PM_Style_Yours
{
	background-color: #CFEEDC;
}

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

/* REVIEWS */

.Review
{
	font-size: 17px;
	line-height: 23px;
}

.ProductImage
{
	margin-bottom: 24px;
	text-align: center;
}

.ProductImage img
{
	display: inline-table;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	max-width: 300px;
	padding: 8px;
}

.ImageCentre
{
	float: left;
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
}

.AmBuy
{
	float: left;
	width: 100%;
}

.AmBuy a
{
	display: inline-table;
}

.AmBuy a img
{
	border: 1px solid transparent;
	width: 200px;
}

.AmBuy a img:hover
{
	border: 1px solid #000077;
	border-radius: 4px;
	box-shadow: 0 30px 40px rgba(1,0,0,.1);
	opacity: 0.9;
}

.CE
{
	font-size: 12px;
}

/* PRODUCT INFO TABLE */

.ProductInfoTable
{
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin: 0 auto;
}

.ProductInfoTable tr,
.ProductInfoTable td
{
	border: 1px solid #DDDDDD;
}

.ProductInfoTable > tbody > tr:nth-child(1) > td:nth-child(2),
.ProductInfoTable > tbody > tr:last-child > td:nth-child(2)
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.ProductInfoTable > tbody > tr:nth-child(1) > td:nth-child(2) > a:active,
.ProductInfoTable > tbody > tr:nth-child(1) > td:nth-child(2) > a:hover
{
	text-decoration: underline;
}

.ProductInfoTable > tbody > tr:first-child > td:nth-child(1),
.ProductInfoTable > tbody > tr:last-child > td:nth-child(1)
{
	text-align: right;
}

.ProductInfoTable > tbody > tr > td:nth-child(1)
{
	overflow: hidden;
	padding: 6px 16px;
	white-space: nowrap;
}

.ProductInfoTable > tbody > tr > td:nth-child(1) > span
{
	color: #32CD32;
	font-size: 18px;
}

.ProductInfoTable > tbody > tr > td:nth-child(2)
{
	padding: 6px 48px;
	text-align: center;
}

/* TABLET */

@media only screen and (max-width: 1152px)
{
	.Logo > svg
	{
		height: 57.5px;
		margin-left: 0px;
		width: 245px;
	}

	.LogoBig
	{
		display: none;
	}

	.LogoSmall
	{
		display: inline-block;
	}

	.ActionContainer
	{
		margin-left: 12px;
	}

	.Action
	{
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-bottom: 0px;
		padding-top: 4px;
	}

	.ActionLines1
	{
		display: none;
	}

	.LinksBig
	{
		display: none;
	}

	.LinksBig a
	{
		margin-left: 0px;
		margin-right: 0px;
	}

	.LinksSmall
	{
		display: inline-block;
	}

	.TopBar
	{
		min-height: 0px;
	}

	.Breadcrumbs
	{
		margin-bottom: 16px;
	}

	.MainContainer
	{
		margin: 0px;
		width: 100%;
	}

	.LeftContainer
	{
		margin: 0px;
	}

	.Left, .Right
	{
		margin-left: 6px;
		margin-right: 6px;
		width: auto;
	}

	.Right
	{
		float: left;
	}

	.SidebarReview
	{
		margin-right: 16px;
	}

	.ISContainer
	{
		min-height: 0px;
	}

	.IS_Arrow
	{
		display: none;
	}

	.UCP_AM_Tabs
	{
		border: 0px;
		margin-top: 0px;
	}

	.UCP_AM_Tabs > a > div
	{
		background-color: #EAEAEA;
		border: 0px;
		border-radius: 12px;
		font-size: 14px;
		height: 52px;
		padding: 0px 12px;
		margin: 4px 2px;
	}

	.UCP_AM_Tabs > a:nth-child(1) > div
	{
		border: 0px;
	}

	.UCP_AM_TabSelected
	{
		background-color: #FFD900 !important;
		border-bottom: 0px !important;
	}

	.UCP_AET_Form > div > textarea
	{
		width: 100%;
	}

	.UCP_AE_Counter > div:nth-child(even)
	{
		width: 28px;
	}

	.UCP_PM_Form input,
	.UCP_PM_Form textarea
	{
		width: 100%;
	}

	.UCP_PM
	{
		width: 100%;
	}

	.Article
	{
		margin: 0px;
		width: 100%;
	}

	.ArticleLeft, .ArticleRight
	{
		margin-left: 6px;
		margin-right: 6px;
		width: auto;
	}

	.ArticleRight
	{
		float: left;
	}

	.ArticleRightContainer
	{
		margin: 0px;
	}
}

/* MOBILE */

@media only screen and (max-width: 480px)
{
	.ActionContainer
	{
		display: none;
	}

	.HomePage > div > div:nth-child(3)
	{
		height: auto;
	}

	.FooterLinks
	{
		padding: 0px;
	}

	.FooterLinks a
	{
		float: left;
		margin: 0px;
		padding: 12px 0px;
		width: 100%;
	}

	.FooterLinks a:hover, .BottomLinks a:active
	{
		color: #99DDBB;
		text-decoration: none;
	}

	.UCP_AM_Table > div
	{
		float: left;
		margin-bottom: 36px;
		width: 100%;
	}

	.UCP_AM_Table > div > div:nth-child(2)
	{
		height: 100%;
		max-height: 192px;
	}

	.ProductImage img
	{
		max-width: 240px;
	}

	.ProductInfoTable > tbody > tr > td:nth-child(1),
	.ProductInfoTable > tbody > tr > td:nth-child(2)
	{
		padding: 6px 4px;
	}
}
