@charset
"utf-8"
;
/* CSS Document */



/*** COMMON ***/

.clear {
	clear: both;
}

h2 {
	font-weight: normal;
	margin-bottom: 25px;
	font-size: 150%;
}

body {
	background: url('/img/head_bg.png') top left repeat-x;

	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
}

#head {
	width: 100%;
	height: 120px;
}

#head #logo {
	position: relative;
	top: 26px;
	left: 25px;
	float: left;
    border: none;
}

#head #headright {
	float: right;
	margin-bottom: -40px;
}

#head #links {
	list-style: none;
	margin-right: 50px;
	margin-left: -40px;
	margin-top: 0px;
	font-size: 108%;

	position: relative;
	z-index: 100;
}

#head #phone {
	margin-right: 20px;
	margin-top: 9px;
	font-size: 1.3em;
}

#head #phone #now {
	font-size: 1.08em;
	color: #555;
	display: block;
}

#head #phone #free {
	display: block;
	font-size: 0.8em;
	color: #555;
}

#box {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/*** COLUMNS ***/

.column {
	float: left;
	margin: 0px;
	_margin-top: 19px;
	padding-bottom: 20px;
}


#left {
	clear: both;
	width: 18%;
	min-width: 200px;
	max-width: 350px;
	overflow: hidden;
	padding: 0px 38px 0px 35px;
	margin-top: 0px;
	_margin-top: 34px;
	
}

#content {
	float: left;
  width: 70%;
  font-size: 0.9em;    
}

td#central {
	vertical-align: top;
}





/*** BREADCRUMBS ***/

#breadcrumbs {
	font-size: 95%;
}

#breadcrumbs span#current {
	background-color: #66CCFF;
}

/*** ERROR ***/
.error {
    color: #900;
}

div.error ul {
    list-style: none;
    font-weight: bold;  
}


/*** FEEDBACK ***/

#feedback {
	vertical-align: top;
	padding-top: 140px;
	text-align: left;
	width: 200px !important;
	color: #555;
}

#feedback ul {
	padding-left: 0px;
}

#feedback li {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 15px;
}

#feedback li i {
	display: block;
}


/*** FOOTER ***/

#footer {
	font-size: 95%;
	padding: 25px;
}



/*** FORM ***/

form.frm {
    padding: 9px 27px;
}

label {
    display: block;
    float: left;
    width: 150px;
    margin-top: 7px;
}

span.required {
    color: #0000cc;
}

div.entry input, div.entry textarea {
    margin: 7px 0px;
    width: 360px;
    font-size: 108%;
}


div.entry input.short {
    width: 100px;
}

div.entry input.medium {
	width: 200px;
}

.gray {
    color: #aaa;
}

a#find_index {
	padding-left: 35px;
}



/********* RICH DATA TABLE *****************/
.rich-table-cell {
    vertical-align: top;
}


.spinner-button {
	font-size:7px;
	margin:0;
	padding:0;
	border: none;
	display: block;
}


.spinner-input {
	width: 35px;
	height: 14px;
	margin: 2px 0px
	border: solid 1px #999;
}

table.spinner {
}

td.spinner {
	background: top left repeat-x;
	background-color:#D4CFC7;
	background-image:url('/img/spinner_bg.png');
	border-color:#C4C0B9;
}

label {
	white-space: nowrap;
}

table#confirm_goods thead {
	font-size: 80%;
	font-weight: bold;
	background-color: #ddd;
}

table#orders {
	border: none;
}

table#orders * {
	vertical-align: top;
	font-size: 90%;
	
}

table#orders button[type="submit"] {
	font-size: 120%;
	padding: 7px;
	margin: 9px;
	border: solid 1px green;
	border-radius: 5px;
	background-color: white;
	color: green;
}

.new {
	font-weight: bold;
	color: #CC0000;
}

.warning {
	color: red;
}

span.hint {
	display: block;
	color: #aaa;
	font-size: 75%;
	margin-left: 150px;
	margin-top: -3px;
	margin-bottom: 7px;
}

a.order {
	font-size: 128%;
	line-height: 30pt;
}


/***************** FAQ **********************/

div.data {
  padding-left: 9px;
}


div.data .pseudo-link{
	border-bottom:1px dotted #000000;
	cursor:pointer;
}

.questions {
	max-width: 950px;
	color: #333;
}

.questions li{
	margin-bottom:10px
} 


.questions li .pseudo-link{
	border-bottom:1px dotted #1C58BA;
	color:#1C58BA;
	text-decoration:none;
	cursor:pointer;
	line-height:1.4em;
}

.questions li .pseudo-link:hover{
	color:#000000
}
	
.questions li .active {
	color:#000000;
	border-color:#000000 
}

.questions .hide p{
	display:none;
} 

.questions li p{
	padding-left:20px;
	margin-top:3px;
	line-height:1.3em;
}


.absent {
	color: #bbb !important;
}

/************* BOOTSTRAP ******************/

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn-success {
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-success, .btn-success:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 456, /Users/catalyst/.rvm/gems/ruby-1.9.3-p125/gems/bootstrap-sass-2.0.4.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
/* line 462, /Users/catalyst/.rvm/gems/ruby-1.9.3-p125/gems/bootstrap-sass-2.0.4.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140;
}

.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#international_hint {
  display: none;
  color: gray;
  font-size: 85%;
  padding-left: 1em;
}
