body {
	margin: auto;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url("/images/bkg.png");
}

a {
	color: #3a7eaa;	
}

h1, h2, h3, h4, h5, h6 {
	color: #FF8B4D;
}

.OuterBorder {
	margin: auto;
    position: relative;
    width: 1000px;

    background-image: url("/images/shadow.png");
    background-repeat: repeat-y;
}

.Container {
    margin: auto;
    position: relative;
    text-align: left;
    width: 980px;
    border-left-color: #e0e0e0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e0e0e0;
    border-right-style: solid;
    border-right-width: 1px;
    background-color: #FFFFFF;
}

.Logo {
	float:left;
	margin: 10px 10px 10px 10px; 
}

.Cart {
	float: right;
	width: 200px;
	padding: 5px;
}

.Logo img {
	border: 0px;
}

.Menu {
	height:30px;
	background-color: #a6dafc;
	border-top-color: #90bdda;
	border-bottom-color: #90bdda;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.MenuItem {
	float:left;	
	padding-left:30px;
	padding-right: 10px;
	padding-top: 6px;
}

.MenuItem a {
	text-decoration: none;
	color:#042c46;
	font-size: 16px;
}

.MenuItem a:hover {
	text-decoration: underline;
}

.LeftMenu {
	float:left;
	width:180px;
	padding: 10px 0px 10px 20px;
}

.LeftMenuEmptySpace {
	border-top-style:solid;	
	border-width:1px;
	border-color: #e0e0e0;
}

.LeftMenuItem {
	border-width:1px;
	border-bottom-width: 0px;
	border-style:solid;
	border-color: #e0e0e0;
	background-color: #FFF8E7;
}

.LeftMenuItem a {
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-color: #FFFFFF;
	color: #692805;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 8px 20px;
}

.LeftMenuItem a:hover {
	background-color: #692805;
	color: #FFF8E7;
}

.LeftMenuItem img {
	border-width: 0px;
	margin-right: 5px;
}

.PageMainContent {
	float: left;
	width: 760px;
	margin: 10px 9px;
}

.ShopIframe {
	border: 1px solid #e0e0e0;
}

.Products {
	position: relative;
	zoom: 1;
	border-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color: #e0e0e0;
	padding-bottom: 20px;
}

.Products a {
	position: relative;
	display: inline;
	float: left;
	width: 218px;
	height: 218px;
	border: 1px solid #e0e0e0;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}

.Products a:hover {
	border-color: #FFCA4D;
	border-width: 2px;	
	margin-left: 18px;
	margin-top: 18px;
}

.Products a img {
	border: 0px;
}

.Products a .BuyLink {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	font-weight: 900;
	color: #FF8B4D;
	text-decoration: underline;
	cursor: pointer;
}

.Products a .PriceTag {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 12px;
	font-weight: 900;
	color: #555555;
	background-color: #FFCA4D;	
	padding: 5px;
	cursor: pointer;
}

.ShareThisPage {
	margin: 20px;
	font-size: 14px;
}
.ShareThisIframePage {
	margin-left: 210px;
	padding-bottom: 10px;
	font-size: 14px;
}
.ShareThisIframePage a img,
.ShareThisPage a img {
	border: 0px;
	text-decoration: none;
}
.ShareThisIframePage a,
.ShareThisPage a {
	text-decoration: none;
}
.ShareThisIframePage a:hover,
.ShareThisPage a:hover {
	text-decoration: underline;
}

.twitter_share {
	background: url("/images/twitter.png") no-repeat 0 0;
	padding-left: 20px;
	margin-left: 10px;
}

.GeneralInfo {
	margin: 20px;
	color: #777777;	
}

.Footer {
	padding: 15px 20px;
	background-image: url("/images/footerimage.jpg");
    background-repeat: repeat-x;
    color: #777777;	
}

.Footer a {
	color: #777777;	
}

.Footer .Texts {
	padding-top: 20px;
}

.Footer .Texts .CopyRight {
	padding-top: 20px;
}

.Footer .Texts .CopyRight a {
	text-decoration: none;
}

.Footer .PayMethods {
	text-align: center;
	float: right;
}

