body {
  background-color: #4B7399;
  background-image: 
  font-family: Verdana, Helvetica, Arial;
  font-size: 14px;

}

#footer {
/*	background:transparent url(/images/front-end/bg-footer.png) repeat-x scroll 50% 0;*/
/*background:transparent url(/images/bg_sky_22.jpg)repeat-x scroll 50% 0; ;*/
	bottom:0;
/*	height:40%;*/
	left:0;
	position:fixed;
	width:100%;
	z-index:30;
}

a { color: #0000FF; }
a img { border: none; }

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 75%;
  margin: 0 auto;
  padding: 20px 40px;
/*  border: solid 1px black;*/
  margin-top: 20px;
}

#container .transparent_class {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#inner_container {
	width: 400px;
	border: solid 3px #33a;
	background-color: #33c;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
  opacity:0.5;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

#user_nav {
  float: right;
  font-size: 12px;
}

form{
/*	width: 950px;*/
	font: bold 14px "Trebuchet MS",Arial sans-serif;
	color: gray;
}

form .right_container{
	float:left;
	width: 500px;
}

form .left_container{
	width: 450px;
	float:left;
}

form label{
	float:left;
	width:100px;
	text-align:left;
	margin-left: 2px;
	clear: both;
	color: black;
}

form input{
	text-align:left;
/*	background-color: #118;*/
	color: blue;
	font: bolder 14px "Trebuchet MS",Arial sans-serif;;
}


/* to set transparency on images*/
#image {
	height:128px;
	margin:0;
	position:relative;
	width:170px;
}

#text {
	opacity:0.7;
}

#text {
	background:#11a none repeat scroll 0 0;
	height:118px;
	left:0;
	padding:5px;
	position:absolute;
	top:0;
	width:60px;
}
#words {
	background:transparent none repeat scroll 0 0;
	height:118px;
	left:0;
	padding:5px;
	position:absolute;
	top:0;
	width:60px;
}

.no-text-decoration a{
	text-decoration: none;
	font: bolder 16px;
}

.ship_addr{margin: 5px 0px 0px 0px; }

.ship_addr .remove-button{
	float: right; 
	margin-right: 10px;}
	
.ship_addr .remove-button a{
	text-decoration: none;
	color: red;
}



.sitemap-box{
	width: 200px;
	float: left;
	margin-left: 10px;
}

.sitemap-box a{
	text-decoration: none;
	color:black;
	font-weight:normal;
}
.sitemap-box a:hover{
	color:blue;
	text-decoration: underline;
}

.catalog-title p{
	background-color: black;
	padding:5px;
	
}
.catalog-title p a {
	color:white;
}
.catalog-title p a:hover {
	color:red;
}
.product{
	width: 300px;
}
.product a{
	color: white;	
}

.product a:hover{
	color: blue;
}
