/*** COMMON ***/

body {
    background: #fff;
    font-size: 12pt;
}

.ContentArea,
.InnerLeftColumn {
    width: auto;
    margin: 0 %5;
    padding: 0;
    border: 0;
    float: none !important;
    color: #000;
    background: transparent none;
}

.Content {
    padding-top: 1em;
    border-top: 1px solid #aba;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
    font-size: 11pt;
}

a:link:after, a:visited:after {
    font-size: 90%;
}

a img {
    border: 0;
}

h2 {
    font-size: 18pt;
    padding-bottom: 0;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 14pt;
}

fieldset {
    border: 0;
}

table thead td {
    border-bottom: 4px solid #ddd;
}

table tbody td{
    padding : 6px;
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
}

table thead td,
table tfoot td {
    padding : 6px;
    font-weight: bold;
}

table td.Image img {
    width: 130px;
    height: 79px;
}

/*** HIDDEN ELEMENTS ***/


.HeaderArea,
.MenuArea,
.FooterArea,
.InnerRightColumn,
.LeftColumn,
.ShoppingCartArea,
.SocialLinks,
.RelatedProducts,
.Shopping a,
.AdditionalLinks,
.FilterOptions,
.Paging {
    display: none;
}



/*** ARTICLE PAGE ***/


.Intro {
    font-size: 13pt;
    font-weight: normal;
    padding-bottom: 20px;
}

.ArticleImage {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.ImageDescription p {
    font-size: 10pt;
    font-style: italic;
}

/*** PRODUCT PAGE ***/

.BasicInfo {
	float: left;
	clear: left;
	margin: 0 40px 20px 0;
}

.ProductFacts h6 {
	font-size: 18pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ProductFacts ul {
	margin: 20px;
	padding: 0;
}


.ProductFacts ul li {
	margin-bottom: 5px;
}

.BookAuthors {
	list-style: none;
}

.Shopping 
{
	margin-bottom: 20px;
	font-weight: bold;
}

/*** lists ***/

.ProductTeaser {
	width: 100%;
	float: left;
}

.ProductTeaser dt,
.ProductTeaser dt a,
.CartProductTeaser dt,
.CartProductTeaser dt a {
   font-size: 13pt;
   font-weight: bold;
   text-decoration: none;
}

.ProductTeaser .Authors a,
.CartProductTeaser .Author a {
   text-decoration: none;
}

.ProductTeaser dd,
.CartProductTeaser dd {
    margin-left:0;
    padding-left:0;
}

.ProductTeaser dd.Photo,
.CartProductTeaser dd.Photo {
   float: left;
   margin-right: 20px;
}

.CartProductTeaser dd.ISBN {
	font-size: 10pt;
}

/*** cart page ***/

.CartTable {
	width: 100%;
	margin-bottom: 25px;
}

.CartTable .RemoveItem,
.BuyButton,
.CartTopInner .CartSummary,
.CartTopInner .LinkHolder  {
	display: none;
}

.CartTable .TotalPrice {
	font-weight: bold;
}

/*** confirmation page ***/

.Checkout .LeftColumn {
	display: block !important;
	visibility: visible !important;
}

.Checkout .LeftColumn .Summary {
	font-weight: bold;
}

.Tabs {
	display: none;
	visibility: hidden;
}
