/* CSS class attached to the BODY tag */
.LTR, .RTL, body
{
	background: url(../../app_themes/newyork/images/bg-2.gif) repeat-x;
	background-color: #FFF;
}

/* Set default margins and padding to 0 */
* {
margin:0;
padding:0;
}		

/* retag */
p {

	margin: 0;
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color:#383838;
}

h3 {
	font: 16px/22px Helvetica, Arial, sans-serif;
	color: #000;
	padding-bottom: 15px;
}

td, div,span{
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}



ul, ol {
	margin: 0;
	padding: 0;
}

li {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 10px;
	color: #000;
}
#twocol-left li
{
	padding:0;
	margin-left:20px	
}
a {
	font-weight: bold;
}
a:link {
	color: #666;
}

a:active {
	color: #666;
}
a:hover {
	color:#990000;
}
a:visited {
	color: #666;
}

.iehomepagehack {
	height: 34px;
}

table {
	border-color: #000;
}

/* main wrapper */
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}


/* nav */
#navbar {
	text-align: left;
	padding: 8px 0 0 160px;
	margin-bottom: 8px;
}

ul#menuElem li  {
	display: inline;
	list-style-type: none;
}

#navbar ul#menuElem li  {
	display: inline;
	list-style-type: none;
	background: url(../../app_themes/newyork/images/sep-2.gif) no-repeat ;
	padding-top: 10px;
}

.CMSListMenuLI a:link, .CMSListMenuLI a:visited  {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	display: inline;
	padding: 0px 12px 8px 12px;
	color: #000;
	
}

.CMSListMenuHighlightedLI a:link, .CMSListMenuHighlightedLI a:visited  {
	color: #000;
	font-weight: bold;
	background: url(../../app_themes/newyork/images/marker-2.gif) no-repeat bottom center;
	padding: 0px 12px 8px 11px;
	text-decoration: none;
}


ul#menuElem li a:hover {
	color: #990000;
}



/* masthead */
#masthead {
	text-align: left;
	padding: 100px 0 150px 0;
	margin-top: 10px;
}

#masthead img {
	float: left;
}

ul.features li{
	list-style-type: none;
	font-weight:bold;
	padding: 3px 0 0 40px;
	background: url(../app_themes/newyork/images/marker_left.gif) no-repeat 5%;
}

ul.features p{
	padding: 5px 0 5px 40px;
	
}


/*columns*/

#onecol-wrap, #twocol-wrap, #threecol-wrap {
	margin: 18px 0 0 30px;
	padding: 1px 0;
}
#onecol-wrap {
	background: url(../../app_themes/newyork/images/onecol-cnr-2.gif) repeat-y;
}

#twocol-wrap {
	background: url(../../app_themes/newyork/images/twocol-cnr-2.gif) repeat-y;
}
#threecol-wrap {
	background: url(../../app_themes/newyork/images/threecol-cnr-2.gif) repeat-y;
}
#onecol, #twocol, #threecol {
	text-align: left;
	float: left;
}

#onecolcentre {
	text-align: left;
	float: left;
}

#onecol, #onecolcentre {
	background: url(../../app_themes/newyork/images/onecol-fill-2.gif) repeat-y;
}

#twocol {
	background: url(../../app_themes/newyork/images/twocol-fill-2.gif) repeat-y;
	margin-bottom:10px;
}
#threecol {
	background: url(../../app_themes/newyork/images/threecol-fill-2.gif) repeat-y;
}
#threecol-left, #threecol-centre, #threecol-right, #twocol-right {
	float: left;
	margin-right: 20px;
	padding: 1px 0 0 0;
	width: 220px;
}
#onecol {
	color: #000;
	padding: 5px 20px 5px 20px;
	float: left;
	width: 670px;
}

#twocol-left {
	float: left;
	margin-right: 20px;
	padding: 1px 0 70px 0;
	width: 460px;
}

.Thumbnail img {
	padding: 4px;
	border: 0;
	background: url(../../app_themes/newyork/images/home-thumbnailbg-2.gif) no-repeat;
}

.ImageThumbnail img {
	padding: 4px;
	border: 0;
	background-color: #f3f2f2;
	margin: 0 0 10px 0;
}

img.ImageThumbnail {
	padding: 4px;
	border: 0;
	background-color: #f3f2f2;
}

#ImageGallery td{
	vertical-align:top;
}


#ImageGallery .ImageThumbnail {
	width:160px;
	float:left;
}

#ImageGallery .ImageThumbnail img {
	padding: 4px;
	border: 0;
	background-color: #f3f2f2;
	margin: 0 0 10px 0;
}

#ImageGallery .ImageDescription {
	float:left;
	width:300px;
}

/* homepage specific */
#threecol-left img, #threecol-centre img, #threecol-right img {
	padding: 4px;
	margin: 0 0 7px 20px;
	border: 0;
	background: url(../../app_themes/newyork/images/home-thumbnailbg.gif) no-repeat;
}

#threecol-left h3, #threecol-centre h3, #threecol-right h3 {
	margin: 0 20px 15px 0;
}
ul.link-list {
	margin: 0 0 0 20px;
	padding: 0 20px 20px 0;
	list-style-type: none;
	line-height: 17px;
}
ul.link-list li {
	margin: 0;
	padding: 0;
	line-height: 17px;
	padding-bottom: 8px;
}

/* headings */

#onecol h2 a, #twocol h2, #threecol h2 a, #twocol-right h2, #twocol-left .h2 {
	font: 14px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#666666;
	display: block;
	text-decoration: none;
	text-indent: 0px;
	border-bottom: 1px solid #EAEAEA;
	height: 30px;
}

#twocol-left h2, #twocol-left .h2{
	margin: 20px 0 15px 0;
}

#twocol-right h2{
	margin: 20px 0 15px 20px;
}

#onecolcentre h2 a {
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	border-bottom: 1px solid #000;
	margin: 22px 0 15px 20px;
	width: 200px;
	height: 30px;
}

#twocol-right h2 {
	border-bottom: 1px solid #EAEAEA;
}
#onecol-left h2 a {
	width: 440px;
}
#twocol-left h2 a {
	width: 440px;
}
.h2creative {
	background: url(../../app_themes/newyork/images/hd_creative.gif) no-repeat 20px 0;
}	
.h2webdesign {
	background: url(../../app_themes/newyork/images/hd_webdesign.gif) no-repeat 20px 0;
}	
.h2e-business {
	background: url(../../app_themes/newyork/images/hd_e-business.gif) no-repeat 20px 0;
}
.h2sidebar {
	background: url(../../app_themes/newyork/images/hd_sidebar.gif) no-repeat 0 0;
}

.h2basket {
	background: url(../../app_themes/newyork/images/hd_basket.gif) no-repeat 0 0;
}
.h2news {
	background: url(../../app_themes/newyork/images/hd_news.gif) no-repeat 20px 0;
}	

.h2stylists {
	background: url(../../app_themes/newyork/images/hd_stylists.gif) no-repeat 20px 0;
}	

.h2hairbeauty {
	background: url(../../app_themes/newyork/images/hd_hairbeauty.gif) no-repeat 20px 0;
}

.h2prices {
	background: url(../../app_themes/newyork/images/hd_prices.gif) no-repeat 20px 0;
}	

/* text */

http://white.co.uk/KenticoCMS/Log-On.aspx
#threecol h3 {
	padding-bottom: 7px;
}
#twocol h3 {
	padding-top: 15px;
	color: #000;
}

/ * news */
.ContentPadding{
	padding: 0 20px 11px 20px;
	margin: 0;
	color: #000;
}
.NewsTitle{
	padding: 0 20px 11px 20px;
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #0000;
}
.NewsReleaseDate{
	padding: 0 20px 11px 20px;
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
}
.NewsSummary{
	padding: 0 0 11px 0;
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
}
.NewsText{ 
	padding: 0 20px 11px 20px;
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
}


/* Stylists */

.StylistPreview {
	padding: 10px 0 0 20px;
}

#Stylists td {
	vertical-align: top;
}

#Stylists .Details {
	margin: 10px 0 0 10px;
}


.PreviewBox {
	border: 1px solid #644737;
	margin: 22px 20px 15px 20px;
	width: 600px;
	
}

.PreviewBox .leftcol {
	padding: 5px 0 0 5px;

}

.rightcol {
	padding: 20px 0 0 20px;
	width: 400px;
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
}

/* button */
ul.buttons li  {
	display: inline;
	float: left;
	list-style-type: none;
	display: block;
	width: 180px;
	height: 26px;
	background: url(../../app_themes/newyork/images/button-2.gif) no-repeat;
	margin: 0 40px 0 20px ;
}
* html ul.buttons li  {
	margin: 0 0 0 9px;
}
ul.buttons li a:link, ul.buttons li a:visited  {
	display: inline;	
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 4px 0 0 20px;
	background: url(../../app_themes/newyork/images/arrow.gif) no-repeat 9px 9px ;
	display: block;
	color: #666;
	height: 26px;
}

ul.buttons li a:hover {
	color: #000;
}

.BookButton {
	width: 80px !important;
	margin: 2px !important;
}

/* footer */
#footer {
	clear:both;
	background-color: #F3F2F2;
	text-align:left;
	padding-left:5px;
min-height:45px;
padding-top:6px;
margin-top:10px;
}
.copyright {
color:#666666;
font-size:13px;
left:10px;
font-weight:bold;
}
.footerlinks {
color:#666666;
float:left;
font-size:12px;
margin-left:17px;
margin-top:2px;
}
.footerlinks a:link, .footerlinks a:visited, .copyright a:link, .copyright a:visited {
color:#666666;
font-size:12px;
	font-weight: normal;
	text-decoration: none;
}


#flashgallery {
	margin: 0 0 0 20px;
}

#twocol-right form {
	color: #ccc;
	padding: 0 20px 20px 20px;
}

#twocol-right p {
	color: #666666;
	padding: 0 20px 0 20px;
}

#onecol p {
	
}

.currentuser {
	color: #000;
}

.currentuserlabel {
	color: #000;
	font-weight:bold;
}

#twocol-right .SmallTextLabel{
	color: #000;
}


.formitem {
	margin-bottom: 9px;
	margin-top: 3px;
	width: 170px;
	display: block;
	background-color: #51382C;
	border: 1px solid #62483B;
	color: #EEE3D0;
}

.LogonTextBox, .TextBoxField {
	display: block;
	border: 1px solid #ccc;
}

#ShoppingCart .UnitsTextBox {
	margin-bottom: 0px;
	margin-top: 3px;
	width: 50px;
	display: block;
	border: 1px solid #ccc;
}

#ContactForm input, #ContactForm textarea {
	border: 1px solid;
	border-color: #ccc;
	margin: 3px 0 0 20px;
}


.DropDownField {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 3px;
	width: 170px;
	display: block;
}

.DropDownList {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 3px;
}

#ShoppingCart select {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 3px;
	display: line;
	border: 1px solid #ccc;
}


.TabsHeader table {
	width:100%;	
}
.TabControlSelected {
	border-top: 1px solid #ccc;
}

.TabControl,.TabControlLeft,.TabControlRight {
	border-bottom: 1px solid #ccc;
}

 .TabControlSelectedLeft {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.TabControlSelectedRight {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.TabControl a{
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #383838;
}

.TabControlSelected a{
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #383838;
}


.TabsContent {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
}



/* button */
.HiddenButton {
	display:none;
}

.Button, .FormButton, .LongButton, .ContentButton, #ShoppingCart input .Button, submit {
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	border:none;
	width: 180px;
	height: 26px;
	background: url(../../app_themes/newyork/images/button-2.gif) no-repeat;
	margin: 20px 0 20px 0;
}
#ContactForm .FormButton{
	width: 140px;
	margin: 20px 0 20px 40px;
}

#Booking table .Button {
	width: 105px;
	margin: 0 0 0 0 ;
}

/* Wildcard attribute selector for all buttons of type=submit */
*[type="submit"]{
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #383838;
	border:none;
	width: 180px;
	height: 26px;
	background: url(../../app_themes/newyork/images/button-2.gif) no-repeat;
	margin: 20px 0 20px 0;
}


label {
	font-weight:bold;
	color: #383838;
}

/*.DialogPosition td {
	width: 500px;
}*/


#twocol-left #LogonForm,#twocol-left #ShoppingCart,#twocol-left #RegistrationForm,
#twocol-left #ShoppingCart, #twocol-left #MyAccount,#twocol-left #NewsContent,
#twocol-left #Products,#twocol-left #ProductList,#twocol-left #Booking,
#twocol-left #SalonList, #twocol-left #HomeContent,#twocol-left #Stylists {
	color: #383838;
	*/padding: 5px 20px 5px 20px;*/
}

#twocol-right #ShoppingCartMiniPreview,#twocol-right #CurrentUser,
#twocol-right #SignOutButton{
	color: #383838;
	padding: 0 20px 0 20px;
}


.TabsContent span {
	color: #383838;
	font-weight:bold;
}

#twocol-right form input, #twocol-right form textarea {
		font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

* html #twocol-right form input, * html #twocol-right form textarea {
	padding: 1px 2px;
}

fieldset {
	border: 0;
}

#instructions {
	display: block;
	overflow: auto;
	clear: both;
	border-top: 3px solid #990000;
	background-color: #483126;
	margin: 0 20px 0 20px;
	padding: 0 10px 0 10px;	
}

* html #instructions {
	width: 400px;
}

#instructions strong {
	color: #FFF;
}

#instructions ul {
	padding-bottom: 20px;	
}

#instructions li, #instructions p {
	padding: 0;
	font-size: 9px;
	list-style: none;
	border-bottom: 1px solid #51372B;
	line-height: 20px;
}

#instructions li {
	height: 20px;
}

#instructions img {
	vertical-align: middle;
}

#instructions h2 {
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 0 12px 0 0;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

#instructions ul {
	margin: 10px 0 0 0;
	float: left;
	width: 320px;
}


.footerlinks strong {
	color: #666;
	font-weight: bold;
}


/* Product Previews */
#ProductList {
	
}

#ProductList table{
	width:95%;
	background-color: #FFF;
}

#ProductList .ProductData table{
	width:95%;
	border: 0;
}

.ProductPreview 
{
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	padding: 2px; 
	margin: 5px 5px 5px 5px;
}

.ProductPreview .ProductImage {
	width: 40px;
}

td.ProductImage{
	text-align: center;
}

.ProductPreview .ProductSummary 
{
	text-align: Left;
	padding: 0 10px 0 10px;	
	margin: 0 10px 0 0;
	width:250px;
}

.ProductPreview .ProductSummary h1
{
	font-weight: bold;
	font-size: 11px;
	color: c2b7a3;
}

.ProductPreview .ProductTitle A
{
	text-decoration: none;
}


.ProductPreview .ProductFooter 
{
	text-align: Right;
}


.ProductPreview .ProductPrice
{
	text-align: left;
}

.ProductPreview .LinkMore
{
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

/*Product Filter Menu and Right Menu*/
#ProductFilter .CMSListMenuLI,#RightMenu .CMSListMenuLI  {
	list-style-type: none;
}

#ProductFilter .CMSListMenuLI a:link,#ProductFilter .CMSListMenuLI a:visited,#RightMenu .CMSListMenuLI a:link,#RightMenu .CMSListMenuLI a:visited {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	display: block;
	padding: 3px 0 0 20px;
	color:#666;
	background: none;
	text-decoration:underline;
}

#productFilter .CMSListMenuLI a:hover {color:#990000}

#ProductFilter .CMSListMenuHighlightedLI a:link, #ProductFilter .CMSListMenuHighlightedLI a:visited, #RightMenu .CMSListMenuHighlightedLI a:link, #RightMenu .CMSListMenuHighlightedLI a:visited
{
	font-weight:bold;
	background: url(../../app_themes/newyork/images/marker_left.gif) no-repeat 5%;
	padding: 3px 0 0 20px;
}

ul#menuElem li#e-b a {
	background: none;
}

#ProductFilter, #RightMenu, #ContactForm {
	margin 0 0 50px 0;
}


/* Product Details */
.ProductDetail
{
        width:420px;
}

.ProductDetail .ProductData
{
	padding: 4px;
	
}


.ProductDetail .ProductPrice
{
	font-size: 18px;
	font-weight: bold;
}

.ProductDetail .ProductSummary
{
	display: block;
	clear: both;
	margin: 0 20px 0 20px;
	padding: 0 10px 0 10px;	
}

.ProductDetail .ProductSummary h1
{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #51372B;
}

.ProductDetail .ProductImage
{
	
}

.ProductDetail .ProductShortDescription
{
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 20px;
}

.ProductDetail .ProductDescription
{
	padding: 10px;
}

.ProductDetail .ProductFooter
{
	display: block;
	overflow: auto;
	clear: both;
	font-weight: bold; 
	text-align: right;
	border-top: 1px solid #EAEAEA;
	padding: 0 10px 0 10px;
}


.UniGridHead {
	background-color: #ccc;
	border: #62483B;
}

#MyAccount table  {
	border: #ccc;	
}

#MyAccount .GridView {
	border: 1px solid #666;
	width:100%;
}

#MyAccount .GridView td{
	padding: 2px;
	white-space:normal !important;
}

#ShoppingCart .BlockContent  {
	border: 0px solid #ccc;
}

#ShoppingCart .BlockContent .CartContentTable  {
	border: 1px solid #ccc;
}

.AppointmentGrid {
	border: 1px solid #ccc;
}

.AppointmentGrid td, .AppointmentGrid th {
	padding:5px;
}


#RegistrationForm, #LogonForm {
	border: 1px solid #ccc;
	margin: 0 20px 0 20px;
	padding: 5px 20px 5px 20px;
}

#RegistrationForm td, #LogonForm td{
	vertical-align:top;
}

#LogonForm label{
	margin-bottom:20px;
}

#Booking table {
	width: 100%;
}
#RegistrationForm table {
	width:90%;
}

#ShoppingCart table td,#Booking table td, #RegistrationForm table td,
#ContactForm table td{
	padding: 3px;
	width:auto;
}


#MyAccount table th,#ShoppingCart table th, #Booking table th{
	padding: 5px;
}


#Booking #SearchDetails span{
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	width: 5em;
	text-align: right;
	float:left;
	margin-bottom: 10px;
}


.ddlStylist, .ddlService, .DatePicker input, .DatePicker select {
	font: 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

.ddlStylist, .ddlService{
	width: 80%;
}

#Booking #SearchDetails .Button{
	margin-left:60px;
	display:block;
}

#Booking .lblDayofWeek{
	float:none;
}

#ContactForm label{
	font: bold 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 3px 0 0 20px;
	background: none;
}

#ContactForm .ErrorLabel{
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 3px 0 0 20px;
	color: red;
	background: none;
}

.SalonDetails {
	margin: 0 0 20px 0;
}


/*Forums*/

#ForumSearch {
	margin: 10px 0 10px 0;
}

#ForumSearch input{
	background-color:#fff;
	border: 1px solid;
	border-color:#CCCCCC;
	color: #999;
	margin: 3px 0 0 20px;
}

.ForumGroup{
	margin: 10px 0 10px 0;
}

#Forums table {
	width:100%;
	border: 1px solid #999;
}
#Forums td{
	padding: 5px; 
}	
.ForumGroup .Info td {
	border-top: 3px solid #990000;
	border-bottom: 1px solid #666;
	background-color: #ccc;
	padding: 0 10px 0 10px;	
	height: 60px;
	color: #373737;
}

.ForumGroup .Info td span{
	font-weight:bold;
}

.ForumGroup .Header {
	background-color: #333;
	color: #fff;
	height: 30px;
}

.ForumGroup .Header span, .ForumFlat .Info span{
	font-weight:bold;
}

.ForumGroup .Forum td {
	background-color:#CCCCCC;
	border-top: 1px solid #333;
	height:40px;
}

.ForumGroup .Forum .ForumInfo,.ForumGroup .Forum .Threads,.ForumGroup .Forum .Posts{
	border-right: 1px solid #333;
	background-color: #e4e5e5;
}
td.Threads, td.Posts{
	text-align: center;
}

.ForumFlat .Info {
	padding: 0 10px 0 10px;	
	background-color: #666;
	color: #ccc;
	height: 30px;
}

.ForumFlat .Actions td {
	border-top: 1px solid #333;
	background-color: #666;
	padding: 0 10px 0 10px;	
	height: 40px;
	color: #000;
}

.ForumFlat .Actions a {
	color: #ccc;
}

#Forums .FormPadding{
	padding: 10px 0 10px 0;
}

#Forums .ItemLabel span{
	font-weight:bold;
}

#Forums .PostForm{
	background-color: #ccc;
	padding: 10px 0 10px 0;
}
#Forums .PostForm td{
	padding: 10px 0 0 5px;
}

.ForumContent .Title {
	padding: 10px 0 0 10px;
}

#Forums .TextboxItem,#Forums .TextboxItemShort, #Forums .TextareaItem {
	font: 11px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background-color: #fff;
	border: 1px solid;
	border-color: #333;
	color: #000;
}

#Forums .TextboxItem, #Forums .TextareaItem {
	width: 80%;
	background-color: #fff;
	border: 1px solid;
	border-color: #333;
	color: #000;
}

#Forums .Button {
	width: 100px;
}

td.ForumContent {
	padding:0;
}

#Forums .ThreadTable {
	border: none;
}

.ThreadName, .Author, .Posts, .LastPost{
	font-weight:bold;
}

.Pager {
	border-top: 1px solid #ccc;
}

/* Opening Hours */
#OpeningHours {
margin: 20px 0 15px 20px;
}

.ShoppingCartStepSeparator {
border:medium none;
margin-top:-35px;
padding:0 8px;
vertical-align:middle;
}

#HomeContent {

}

.nyh_header {
color:#D80F24;
font-weight:bold;
margin-bottom:5px;
margin-top:15px;
}

.homepage_offers {
background-color:#D80F24;
color:#FFFFFF;
margin:50px auto;
min-height:150px;
padding-top:10px;
text-align:center;
width:300px;
}

.homepage_offers .offer_header {
font-size:12px;
font-weight:normal;
padding-top:36px;
}

.homepage_offers .price {
width:300px;
}

.homepage_offers .offerdesc {
width:300px;
}

.homepage_offers .price p {
color:#FFFFFF;
font-size:20px;
font-weight:bold;
margin-right:10px;
margin-top:10px;
text-align:right;
}

.homepage_offers .offerdesc p {
color:#FFFFFF;
font-size:16px;
font-weight:normal;
margin-top:11px;
text-align:left;
}

.nyhbanner {
margin-bottom:30px;
}

.home_images {
text-align:center;
margin-top:30px;
}


.home_images img {
border:5px solid #CCCCCC;
margin-top:5px;
}

.ProductList {
width:510px;
margin-top:10px;
}

.ProductListItem {
width:450px;
min-height:100px;
padding-bottom:2px;
border-bottom:1px solid #DDDDDD;
margin-top:10px;


}

.ProductListImage {
width:100px;
background-color:#ffffff;
text-align:center;
}

.ProductListText {
width:300px;
vertical-align:top;
padding-left:5px;
}

.ProductListText h6 {
font-size:14px;
margin-top:0px;
margin-bottom:5px;
}

.ProductListText p {
font-size:13px;
}


.ProductListCommands {
width:110px;
text-align:center;
}

.ProductListCommands h6 {
font-size:14px;
margin-bottom:5px;
margin-top:20px;
}

.ProductListCommands p {

}

.servicegrouplink {
margin-left:20px;
}

/* masthead */
/*#masthead {

	background: url(	http://finnegans.intersalon.co.uk/Images/finnegans-logo.aspx) no-repeat;
        margin-left: 70px;
        margin-top: 35px;

	
}*/

input[value="Skip payment"]{
  display:none;
}