@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: normal;
}
#video {
	background-position: center;
	text-align: center;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* other IE versions */
}
.twoColFixLt #container { 
	width: 80%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	max-width: 1200px;
	min-width: 1000px;
	min-height: 832px;
	background: #000000 url(../images/websidebar.png) no-repeat; /* hourglass image on side of page */;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-weight: bold;
}
/*.twoColFixLt #sidebar1 {
	float:left;
	margin-top: 842px;
	width:217px;
	padding: 10px;
	color: #ff00ff;
	text-align: center;	
}*/
#rightContainer {
	font-family: Arial, Helvetica, sans-serif;
}
#shoppingCart {
	margin-left: 218px;
	text-align: right;
	position: relative;
}
#shoppingCart a{
	color: #CCCCCC;
	text-decoration: none;
}
#shoppingCart a:hover {
	text-decoration: underline;
}
#header {
	margin-left: 218px;
	font-size: 400%;
	font-style:italic;
	color: #CCCCCC;
	position: relative;
}
#navigation {
	float: left;
	width: 80%;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0px;
	margin-left: 218px;
	padding: 10px 0px 0px 35px;
	list-style: none;
}
#navigation li{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font: 100% Arial, Helvetica, sans-serif bold "Arial Rounded MT Bold";
	font-size: 80%;
}
#navigation a{
	float: left;
	display: block;
	margin: 0px;
	padding: 4px 8px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #999999;
	border-bottom: none;
	background: #333333;
}
#navigation a:hover, body#readings #t_readings a, body#buy #t_buy a, body#entertainment #t_entertainment a, body#articles #t_articles a, body#ethics #t_ethics a, body#home #t_home a {
	color: #000000;
	padding-bottom: 5px;
	border-color: #ffffff;
	background: #CCCCCC;
}

#mainContent_Container {
	clear:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: left;
	margin-top: 632px;
	padding-bottom: 25px;
	width: 200px;
	color: #CCCCCC;
	text-align: center;
}

#sidebar a:link, #sidebar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.twoColFixLt #mainContent {
	margin-left: 218px;
	background: #CCCCCC;
	min-height: 632px;
	padding: 1px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	margin: 0px;
	margin-left: 218px;
	padding: 5px;
}
#footer ul#siteMap, #footer li, #footer a {
	display: inline;
	list-style: none;
	color: #CCCCCC;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.purple,h1.article,h1.product,h2.product, h3.product, ul.product{
	color: #800080
}

div.product_info {
	margin-left: 154px;
}

img.product_img {
	float: left;
	clear: none;
	border: none;
	padding-top: 10px;
}

div.product {
	position: relative;
}

div.checkout {
	background-color: #FCFFee;
	border: 5px solid #800080;
	width: 450px;
	margin: 0px auto;
}
p.checkout_cc {
	margin: 8px 0px 7px 0px;
	text-align: center;
}

p.checkout_info {
	font-style: italic;
	font-size: 26px;
	color: #000000;
	display:block;
	text-align: center;
	margin: 8px 5px 7px 5px;
}

a.checkout_link {
	background: #DAB5FF;
	font-weight: bold;
	color: #000000;
	font-size: 26px;
}

p.checkout_link {
	display: block;
	text-align: center;
	margin: 8px 5px 7px 5px;
}

h3.checkout_title {
	font-weight: bold;
	text-align: center;
}

div.product_check_out {
	text-align: center;
}

div.product_main_container {
	position: relative;
	}

div.product_left_container {
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
}

ul.product_left_ul li {
	color: #800080;
	text-align: left;
	padding: 10px 0px 10px 0px;
	font-size:20px;
}

div.product_main_info {

	font-weight: bold;
	margin-left: 220px;
	padding: 10px;

}

div.classified_info {
	margin-left: 210px;
	min-height: 200px;
}

img.classified_img {
	float: left;
	clear: none;
	border: none;
	padding-top: 10px;
}

div.classified {
	position: relative;
}

