@charset "utf-8";
html{height:100%;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bcf3ff;
	background-image:url(images/pagebackgr.jpg); background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	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;
	height: 100%;
}

table{
	border-collapse:collapse;
}

td{
	vertical-align:top;
}

#shadow{
width: 825px; background-image:url(images/containerback.jpg); background-repeat:repeat-y; z-index: 0; margin: 0 auto;

 }
#shadow2{
width: 825px; background-image:url(images/containerback2.jpg); background-repeat:no-repeat; z-index:1; margin: 0 auto;

 }
.twoColFixLtHdr #container { 
	width: 799px;  
	background-color: #fae0ab;
	background-image:url(images/backgr_03.jpg); background-repeat: repeat-y; background-position:left;
	margin: 0 auto;
	text-align: left; 
	z-index: 2;
} 
.twoColFixLtHdr #header {
background-image:url(images/backgr_01.jpg); background-repeat:no-repeat;
height:234px; 
	padding: 0;  
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 140px; 
	background-image:url(images/backgr_03.jpg); background-repeat:repeat-y;
    border: none;
	padding: 5px 0px 0px 0px;
	margin: 0;
	min-height: 500px;
}
.twoColFixLtHdr #mainContent { 
font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#494743; line-height:19px;
	margin: 0 0 10px 150px; 
	padding: 0 20px 20px 0;
} 
.twoColFixLtHdr #mainContent h1 {color: #5a0a00; font-family: Trebuchet MS, Arial, Helvetica, sans-serif}
.twoColFixLtHdr #footer { 
text-align:center; font-size: 11px; color:#333333; 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.brdr{border: 3px solid #e3ded0;}

.brand
{
	text-align:center;
}

.brand a, .brand a:link
{
	text-decoration:none;
	color:#000000;
}

.brand a:hover
{
	text-decoration:underline;
	color:#000000;
}

.product
{
	text-align:center;
	font-size: 11px;
	line-height: 12px;
	padding:10px;
	vertical-align:top;
}

.product a, .product a:link
{
	text-decoration:none;
	color:#000000;
}

.product a:hover
{
	text-decoration:underline;
	color:#000000;
}

.product_list_price
{
	color:red;
	font-weight:bold;
}

.productName
{
	background-color:#000000;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding: 5px;
}

.cart
{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}

.cart th
{
	background-color:#cccccc;
}

.shipping
{
	width:100%;
	border-collapse: collapse;
}

.shipping th
{
	background-color:#cccccc;
}

.shippingOrder
{
	width:100%;
	border-collapse: collapse;
}

.shippingOrder th
{
	background-color:#cccccc;
}

.shippingOrder td
{
	font-size: 10px;
	line-height: 11px;
}

.error
{
	color: red;
	font-weight: bold;
}

.services
{
	border: 1px solid #cccccc;
}

.services th
{
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	background-color:#cccccc;
}

.services td
{
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
}

.info
{
	font-size: 10px;
	line-height: 10px;
}
.text_action{
	color:#0033FF;
	cursor:pointer;
}
.checkout_seccessful{
	font-size: 14px;
	font-weight: bold;
}