﻿@import "../dashcommerce/common.css";
*
{
padding: 0px;
margin: 0px;
}

body
{
	background-image: url(images/bg-tile.jpg);	
	z-index: 1;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #464646;
	line-height: normal;
	padding: 6px 0px 6px 0px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #464646;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #464646;
	padding: 10px 0pt 10px 35px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8da228;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #464646;
	padding-right: 15px;
	padding-left: 11px;
	line-height: normal;
}
.cleaner 
{
	clear: both;
}
.rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#bg 
{
	/*background: transparent url(images/bg-top.jpg) repeat-x;
	height: 436px;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;*/
}
#container
{
	margin: 0px auto;
	width: 900px;
	z-index: 3;
	position: relative;
}
#header
{
	position: relative;	
	height: 110px;
	background: #fff url(images/header.png) no-repeat;
	margin-left: 19px;
	margin-right: 20px;
	margin-top: 10px;
}
#userstatus
{
	float: right;
	padding-top: 5px;
}
#navigation
{
	position: relative;
	height: 78px;
	background: transparent url(images/nav-bg.png) no-repeat;
}
#tips 
{
	/*background: transparent url(images/nav-tips.png) no-repeat;
	height: 78px;
	margin-left: 6px;
*/
}
#content
{
	background: transparent url(images/body.png) repeat-y;
	width: 100%;
	padding-bottom: 10px;
}
#content_inner  
{
	margin:0px auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #464646;
	padding: 10px 30px;
	line-height: normal;
	overflow: hidden;
}
#content_inner	#text_pages
{
    color: #7572a1;
}
#content_inner .heading
{
	text-transform: capitalize;
	color: #7572a1;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	min-height: 20px;
}
#content_inner .heading
{
	/*padding-bottom: 20px;*/
}
#content_inner .heading .large
{
    display: block;
}
#content_inner .heading .large,
#content_inner .heading .large a,
#content_inner h1
{
	margin: 0px;
	padding: 0px;
	color: #8f161f !important;
	font-weight: bold;
	font-family: serif !important;
	font-size: 24px;
}
#content_inner .heading .small,
#content_inner h2
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-transform: capitalize;
	color: #7572a1;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

#content_inner .left
{
	float: left;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 25px;
}
#content_inner .right
{
	float: right;
	width: 250px;
	padding-right: 25px;
}
#content_inner .leftmenu
{
	float: left;
	width: 150px;
	min-height: 352px;
	background: #cfbc92 url(images/side-nav-bg.png) repeat-x 0 0;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 15px;	
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}
#content_inner .vert-seperator
{
	float: left;
	width: 2px;
	height: 392px;
	background: transparent url(images/side-nav-div.png) no-repeat;
	margin: 10px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}
#content_inner .rightmenu
{
	float: right;
	width: 600px;
	padding-right: 25px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}
#content img 
{ 
	border:0px; 
}
.products
{
	padding-left: 0px;
}
.sf_listItemTitle, .sf_listTitle
{
    display: none;
}
.sf_expandedList
{
	list-style: none;
}
.sf_expandedList li
{
    margin-left: 0px !important;
}
.sf_listItemBody
{
	border: 1px solid #8F161F;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.products img
{
	width: 137px;
	float: left;
}
.products .text
{
	text-align: center;
	font-style: italic;		
	float: left;
	margin-left: 10px;
	width: 390px;
	background-color: #F4E7E8;
	padding: 10px;
	color: #555;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.products h2
{
	font-size: 14px !important;
	text-transform: capitalize !important;
	color: #555 !important;
}
.products p
{
	font-style: italic;	
	color: #555;	
}
#footer
{
	height: 58px;
	background: transparent url(images/bottom-bg.png) no-repeat;	
}
.footerText 
{
	border-top: solid 1px #8f1620;
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dadada;
	margin: 0 20px;
}
.entry { width:114px; height:126px; margin:0px auto; background:url('images/cover.gif') top left; }
.entry img { margin:0px auto; padding-top:7px; }
.entry a { cursor:pointer; }
#newcol { text-align:left; padding:10px; }
#newdiv { background:url('images/mf_bg.gif') padding:10px; width:640px; margin:0px auto; overflow:hidden; }
#bigimg { float:left; margin-right:20px; margin-left:10px; }
#newtxt { font-size:90%; }

/*Sitefinity overrides*/
ol.sf_photoListLightbox li, ol.sf_listAndPage li 
{
	margin:0 45px 0 0 !important;
	width:auto !important;
}
ol.sf_photoListLightbox li dl, ol.sf_listAndPage li dl 
{
	border: solid 1px #C0C0C0;
	padding:5px !important;
}
