@import url("common.css");

* {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, Sans-serif;
}
body {
  background-color: #658ba0;
}

input, select {
  font-size: 11px;
  vertical-align: middle;
}
option {
  padding-right: 10px;
}

#bak_container_top {
  width: 1004px;
  height: 27px;
  margin-top: 20px;
  background: url('../images_v3/global/bak_container_top.gif') no-repeat;
}
#bak_container_btm {
  width: 1004px;
  height: 25px;
  background: url('../images_v3/global/bak_container_btm.gif') no-repeat;
}
#bak_container {
  width: 1004px;
  margin: 0 auto;
  background: url('../images_v3/global/bak_container_main.gif') repeat-y;
}

#container {
  width: 954px;
  padding: 0 25px;
  clear: both;
}

#bak_form {
  width: 610px;
  height: 430px;
  padding: 20px 0 20px 20px;
  background: url('../images_v3/global/bak_form.jpg') no-repeat;
  float: left;
}

/* HEADER */
#header {
  height: auto;
}
#logo {
  width: 234px;
  height: 99px;
  float: left;
}
#nav_tabs {
  width: 717px;
  height: 99px;
  background: url('../images_v3/global/nav_bar.gif') no-repeat;
  float: left;
}
#nav_tabs_fr {
  width: 717px;
  height: 99px;
  background: url('../images_v3/global/nav_bar_fr.gif') no-repeat;
  float: left;
}
#nav_tabs_links 
{
	padding:0;
  margin-top: 71px;
}
#nav_tabs_links a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#nav_tabs_links a:hover 
{
	text-decoration:underline;
  /*color: #9c995a;*/
}
#nav_tabs_links span
{
  font-size: 12px;
  font-weight: bold;
  /*color: #415d69; 393996;*/
  color: #1d3d92;
}
#mypictures {
  padding: 0 42px 0 28px;
}
#prints {
  padding: 0 60px 0 28px;
}
#gifts {
  padding: 0 38px 0 28px;
}
#greetingcards {
  padding: 0 18px 0 28px;
}
#calendars {
  padding: 0 33px 0 28px;
}
#photobooks {
  padding: 0 0 0 28px;
}
#mypictures_fr {
  padding: 0 34px 0 28px;
}
#prints_fr {
  padding: 0 40px 0 28px;
}
#gifts_fr {
  padding: 0 12px 0 28px;
}
#greetingcards_fr {
  padding: 0 5px 0 28px;
}
#calendars_fr {
  padding: 0 18px 0 28px;
}
#photobooks_fr {
  padding: 0 0 0 28px;
}

#subnav {
  width: 925px;
  padding: 6px 20px 6px 6px;
  font-size: 11px;
  color: #c4d3df;
  background-color: #658ba0;
  text-align: right;
  text-transform: uppercase;
  float: left;
}
#subnav a {
  color: #c4d3df;
  text-decoration: none;
}
#breadcrumbs {
  width: 925px;
  padding: 6px;
  font-size: 11px;
  color: #425d6b;
  text-transform: uppercase;
  float: left;
}
#breadcrumbs a {
  color: #425d6b;
  text-decoration: none;
}
#tabs 
{
	width:630px;
	float:left;	
}
#tabs a:hover, #subnav a:hover, #breadcrumbs a:hover {
  text-decoration: underline;
}

/* BODY */
.right {
  float: right;
}
.left {
  float: left;
}
#clear_row {
  padding-bottom: 1px;
  clear: both;
}

#col_left {
  width: 670px;
  height: auto;
  background-color: #fff;
 float: left;
}

#col_right {
  width: 270px;
  margin-left: 10px;
  height: auto;
  font-size: 11px;
  float: left;
}

#content 
{ 
  margin-top:0 !important; 
  padding: 20px 0px 20px 10px !important;
  font-size: 11px;
  color: #425d6b;
  float: left;
}
#content_sd 
{
  margin-top:0 !important;
  padding: 20px 0px 20px 10px;
  font-size: 11px;
  color: #425d6b;
  float: left;
}
#content p, #content_sd p {
  padding-bottom: 5px;
}
#content h1, #content_sd h1 {
  font-size: 22px;
  padding-bottom: 20px;
}
#content h2, #content_sd h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
#content a, #content_sd a {
  color: #425d6b;
}
#content ul, #content_sd ul {
  margin-left: 15px;
}
#content li, #content_sd li {
  list-style-image: url('../images_v3/global/img_bullet.gif');
  padding-bottom: 10px;
}

#shopping_cart {
  width: 250px !important;
  height: 54px !important;
  padding: 10px 10px 0 10px;
	margin-bottom: 0;
  font-size: 11px;
  background: url('../images_v3/global/bak_shoppingcart.gif') no-repeat;
  float: left;
  color: #425d6b;
}
#shopping_cart2 {
  width: 250px;
  padding: 10px;
  font-size: 11px;
  background: url('../images_v3/global/bak_shoppingcart2.gif') no-repeat;
  float: left;
  color: #425d6b;
}
#shopping_cart a, #shopping_cart2 a {
  color: #425d6b;
}

#form_label {
  width: 100px;
  padding-bottom: 10px;
  float: left;
}
#form_field {
  width: 250px;
  padding-bottom: 10px;
  float: left;
}

#red {
  color: #dd3834;
}

.error 
{
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
	margin:0px 0px 0px 0px;
}

#fineprint {
  font-size: 10px;
}

#scrollbar {
  overflow: auto;
  float: left;
}

#clear_row {
  clear: both;
}
#blue_line {
  width: 150px;
  height: 1px;
  margin: 5px 0;
  background-color: #d4e1e8;
  float: left;
}
/* FOOTER */
#footer {
  width: 950px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #425d6b;
  clear: both;
}
#footer a {
  color: #425d6b;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#footer .machinename {
	float:right;
	color:#AFCFE6;
}
.NotClickable {
	cursor:default;
}
/* removed due to problem noted in FB13439 */
/* modified due to problem noted in FB23226 */
#banner 
{
  margin-top:0 !important; 
  padding: 20px 10px 20px 10px !important;
  font-size: 11px;
  color: #425d6b;
  float: left;    
}
