/*** Add or Override CSS Options in this file only ***/

body {
	font-family: helvetica, verdana, arial, verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
  text-align: center;
}

#layout {
  position: relative;
  width: 777px;
  height: 480px;
	background-color: white;
	vertical-align: middle;
}

#main_content{
  background-color: #61C0BA;
	border-top:thin solid #ccc;
	border-bottom:thin solid #ccc;
	width:777px;
}

#checkout_content{
	width:777px;
	height: 100%;
	border-top:thin solid #ccc;
	border-bottom:thin solid #ccc;
	background-image:url('/images/storebg.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: center bottom;
}

#content{
  height:100%;
  width:100%;
	padding: 0;
  margin: 0;
  text-align: right;
	vertical-align: top;
}

#cart_controls{
  background-color: #61C0BA; 
  margin: 0px auto; 
  width: 426px;
	position: absolute;
	color: white;
  text-align: right;
  vertical-align: middle;
}

#cart_controls_desc{
	position: absolute;
	width: 201px;
	height: 45px;
	margin-left: 0px;
  font-family: helvetica, verdana, arial, verdana, "Trebuchet MS", sans-serif;
	font-size: 9pt;
	color: white;
  text-align: left;
  vertical-align: middle;
  background-color: #61C0BA;
}

#cart_controls_price{
	position: absolute;
	width: 81px;
	height: 35px;
  margin-left: 200px;
  padding-top: 10px;
	font-family: helvetica, verdana, arial, verdana, "Trebuchet MS", sans-serif;
	font-size: 14pt;
	color: white;
  text-align: right;
  vertical-align: middle;
  background-color: #61C0BA;
}
#cart_controls_icons{
	position: absolute;
	width: 146px;
	height: 45px;
  margin-left: 281px;
	vertical-align: middle;
	background-color: #61C0BA;
}

#xls_product_detail{
  height: 100%;
	margin: 0px auto;
	text-align: right;
	padding: 0;
  vertical-align: top;
  background-color: #61C0BA;
}

#xls_checkout_cart{
  height: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0;
  vertical-align: top;
  background-color: white;
  background-image:url('/images/storebg.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: center bottom;
  
}

#left_nav{
	width:350px;
	padding: 0;
  vertical-align: top;
  background-color: #61C0BA;
}

.tip {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  border:solid 1px #FFFFFF;
  margin: 0px auto;
  padding:1px;
  position:absolute;
  
  z-index:100;
  visibility:hidden;
  color:#FFFFFF;
  text-align: center;
  background-color:#61C0BA;
}

#innerWindow{
	padding: 0;
  vertical-align: top;
}

#footer {
	width:740px;
	font-size:11px;
	margin-right: 8px;
}

#footer a {
	text-decoration: none;
	color: #8e8e8e;
}

#footer a:hover {
	text-decoration: underline;
	color:#000;
}

#links {
	text-align: center;
	vertical-align: top;
	margin: 0;
}
#links ul {
	color: #8e8e8e;
	font-size: 11px;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#links li {
	margin: 0;
	padding: 4px;
	display: inline;
}
#product_title a:link{
	color: #8e8e8e;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}
#links li a:link {
	color: #8e8e8e;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}
#links li a:visited {
	color: #8e8e8e;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
}
#links li a:hover {
	color: #a3ccc6;
	text-decoration: none;
}
#links li a:active {
	color: #a3ccc6;
	text-decoration: none;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

/*** Checkout Forms ***/

#ls_checkout_form fieldset {
	border:0px;
}

#ls_checkout_form legend {
	font-size: 110%;
	font-weight: bold;
}

#ls_checkout_form label {
	width: 100px;
	display: block;
	margin-left: 10px;
	float: left;
	line-height: 22px;
}

#ls_checkout_form input.stretch {
	width: 130px;
}